260.74 s
[conduit-extra] will become an error in a future GHC release.
260.74 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.74 s
[conduit-extra] |
260.74 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
260.74 s
[conduit-extra] | ^
260.74 s
[conduit-extra]
260.74 s
[conduit-extra] Data/Conduit/Process.hs:49:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.74 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.74 s
[conduit-extra] will become an error in a future GHC release.
260.74 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.74 s
[conduit-extra] |
260.74 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
260.74 s
[conduit-extra] | ^
260.74 s
[conduit-extra]
260.74 s
[conduit-extra] Data/Conduit/Process.hs:49:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.74 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:50:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
260.75 s
[conduit-extra] Pattern match(es) are non-exhaustive
260.75 s
[conduit-extra] In a lambda abstraction:
260.75 s
[conduit-extra] Patterns of type ‘Maybe
260.75 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
260.75 s
[conduit-extra] Nothing
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 50 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h) , Just CreatePipe)
260.75 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:65:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:66:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
260.75 s
[conduit-extra] Pattern match(es) are non-exhaustive
260.75 s
[conduit-extra] In a lambda abstraction:
260.75 s
[conduit-extra] Patterns of type ‘Maybe
260.75 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
260.75 s
[conduit-extra] Nothing
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 66 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h , Just CreatePipe)
260.75 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:67:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:67:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:68:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
260.75 s
[conduit-extra] Pattern match(es) are non-exhaustive
260.75 s
[conduit-extra] In a lambda abstraction:
260.75 s
[conduit-extra] Patterns of type ‘Maybe
260.75 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
260.75 s
[conduit-extra] Nothing
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 68 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h) , Just CreatePipe)
260.75 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:69:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:70:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
260.75 s
[conduit-extra] Pattern match(es) are non-exhaustive
260.75 s
[conduit-extra] In a lambda abstraction:
260.75 s
[conduit-extra] Patterns of type ‘Maybe
260.75 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
260.75 s
[conduit-extra] Nothing
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 70 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h , Just CreatePipe)
260.75 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:71:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:71:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:72:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
260.75 s
[conduit-extra] Pattern match(es) are non-exhaustive
260.75 s
[conduit-extra] In a lambda abstraction:
260.75 s
[conduit-extra] Patterns of type ‘Maybe
260.75 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
260.75 s
[conduit-extra] Nothing
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 72 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h) , Just CreatePipe)
260.75 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:74:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:74:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:75:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
260.75 s
[conduit-extra] Pattern match(es) are non-exhaustive
260.75 s
[conduit-extra] In a lambda abstraction:
260.75 s
[conduit-extra] Patterns of type ‘Maybe
260.75 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
260.75 s
[conduit-extra] Nothing
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 75 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h , Just CreatePipe)
260.75 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:76:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:76:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:76:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.75 s
[conduit-extra] The use of ‘~’ without TypeOperators
260.75 s
[conduit-extra] will become an error in a future GHC release.
260.75 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
260.75 s
[conduit-extra] | ^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] Data/Conduit/Process.hs:77:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
260.75 s
[conduit-extra] Pattern match(es) are non-exhaustive
260.75 s
[conduit-extra] In a lambda abstraction:
260.75 s
[conduit-extra] Patterns of type ‘Maybe
260.75 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
260.75 s
[conduit-extra] Nothing
260.75 s
[conduit-extra] |
260.75 s
[conduit-extra] 77 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h) , Just CreatePipe)
260.75 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.75 s
[conduit-extra]
260.75 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.o, dist/build/Data/Conduit/Process/Typed.dyn_o )
260.75 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.o, dist/build/Data/Conduit/Text.dyn_o )
260.96 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.o, dist/build/Data/Conduit/Zlib.dyn_o )
261.60 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
261.73 s
[pandoc] [2 of 4] Compiling Text.Pandoc.XML.Light.Proc
261.99 s
[pandoc] [3 of 4] Compiling Text.Pandoc.XML.Light.Output
263.30 s
[pandoc] [4 of 4] Compiling Text.Pandoc.XML.Light
264.24 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.p_o )
264.24 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.p_o )
264.24 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.p_o )
264.24 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.p_o )
264.24 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.p_o )
264.24 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.p_o )
264.24 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.p_o )
264.24 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.p_o )
264.24 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.p_o )
264.24 s
[conduit-extra] Data/Conduit/Process.hs:47:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.24 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.24 s
[conduit-extra] will become an error in a future GHC release.
264.24 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
264.24 s
[conduit-extra] | ^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:47:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.24 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.24 s
[conduit-extra] will become an error in a future GHC release.
264.24 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
264.24 s
[conduit-extra] | ^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:48:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
264.24 s
[conduit-extra] Pattern match(es) are non-exhaustive
264.24 s
[conduit-extra] In a lambda abstraction:
264.24 s
[conduit-extra] Patterns of type ‘Maybe
264.24 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
264.24 s
[conduit-extra] Nothing
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 48 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h , Just CreatePipe)
264.24 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:49:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.24 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.24 s
[conduit-extra] will become an error in a future GHC release.
264.24 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
264.24 s
[conduit-extra] | ^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:49:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.24 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.24 s
[conduit-extra] will become an error in a future GHC release.
264.24 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
264.24 s
[conduit-extra] | ^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:49:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.24 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.24 s
[conduit-extra] will become an error in a future GHC release.
264.24 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
264.24 s
[conduit-extra] | ^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:50:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
264.24 s
[conduit-extra] Pattern match(es) are non-exhaustive
264.24 s
[conduit-extra] In a lambda abstraction:
264.24 s
[conduit-extra] Patterns of type ‘Maybe
264.24 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
264.24 s
[conduit-extra] Nothing
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 50 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h) , Just CreatePipe)
264.24 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:65:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.24 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.24 s
[conduit-extra] will become an error in a future GHC release.
264.24 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
264.24 s
[conduit-extra] | ^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:66:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
264.24 s
[conduit-extra] Pattern match(es) are non-exhaustive
264.24 s
[conduit-extra] In a lambda abstraction:
264.24 s
[conduit-extra] Patterns of type ‘Maybe
264.24 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
264.24 s
[conduit-extra] Nothing
264.24 s
[conduit-extra] |
264.24 s
[conduit-extra] 66 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h , Just CreatePipe)
264.24 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264.24 s
[conduit-extra]
264.24 s
[conduit-extra] Data/Conduit/Process.hs:67:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.24 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.24 s
[conduit-extra] will become an error in a future GHC release.
264.24 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.24 s
[conduit-extra] |
264.25 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:67:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:68:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
264.25 s
[conduit-extra] Pattern match(es) are non-exhaustive
264.25 s
[conduit-extra] In a lambda abstraction:
264.25 s
[conduit-extra] Patterns of type ‘Maybe
264.25 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
264.25 s
[conduit-extra] Nothing
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 68 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h) , Just CreatePipe)
264.25 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:69:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:70:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
264.25 s
[conduit-extra] Pattern match(es) are non-exhaustive
264.25 s
[conduit-extra] In a lambda abstraction:
264.25 s
[conduit-extra] Patterns of type ‘Maybe
264.25 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
264.25 s
[conduit-extra] Nothing
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 70 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h , Just CreatePipe)
264.25 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:71:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:71:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:72:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
264.25 s
[conduit-extra] Pattern match(es) are non-exhaustive
264.25 s
[conduit-extra] In a lambda abstraction:
264.25 s
[conduit-extra] Patterns of type ‘Maybe
264.25 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
264.25 s
[conduit-extra] Nothing
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 72 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h) , Just CreatePipe)
264.25 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:74:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:74:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:75:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
264.25 s
[conduit-extra] Pattern match(es) are non-exhaustive
264.25 s
[conduit-extra] In a lambda abstraction:
264.25 s
[conduit-extra] Patterns of type ‘Maybe
264.25 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
264.25 s
[conduit-extra] Nothing
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 75 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h , Just CreatePipe)
264.25 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:76:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:76:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:76:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
264.25 s
[conduit-extra] The use of ‘~’ without TypeOperators
264.25 s
[conduit-extra] will become an error in a future GHC release.
264.25 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
264.25 s
[conduit-extra] | ^
264.25 s
[conduit-extra]
264.25 s
[conduit-extra] Data/Conduit/Process.hs:77:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
264.25 s
[conduit-extra] Pattern match(es) are non-exhaustive
264.25 s
[conduit-extra] In a lambda abstraction:
264.25 s
[conduit-extra] Patterns of type ‘Maybe
264.25 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
264.25 s
[conduit-extra] Nothing
264.25 s
[conduit-extra] |
264.25 s
[conduit-extra] 77 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h) , Just CreatePipe)
264.25 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
264.25 s
[conduit-extra]
264.31 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.p_o )
264.31 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.p_o )
264.31 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
264.74 s
[algebraic-graphs] [ 3 of 23] Compiling Algebra.Graph.Test ( test/Algebra/Graph/Test.hs, dist/build/main/main-tmp/Algebra/Graph/Test.o, dist/build/main/main-tmp/Algebra/Graph/Test.dyn_o )
264.74 s
[algebraic-graphs] [ 4 of 23] Compiling Algebra.Graph.Test.Acyclic.AdjacencyMap ( test/Algebra/Graph/Test/Acyclic/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Acyclic/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/Acyclic/AdjacencyMap.dyn_o )
264.82 s
[algebraic-graphs] [ 5 of 23] Compiling Algebra.Graph.Test.Bipartite.AdjacencyMap ( test/Algebra/Graph/Test/Bipartite/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Bipartite/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/Bipartite/AdjacencyMap.dyn_o )
266.24 s
[pandoc] Preprocessing library for pandoc-3.6..
266.28 s
[pandoc] Building library for pandoc-3.6..
266.52 s
[conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.7...
266.65 s
[conduit-extra] Building test suite 'test' for conduit-extra-1.3.7...
266.69 s
[conduit-extra] [ 1 of 12] Compiling Data.Conduit.AttoparsecSpec ( test/Data/Conduit/AttoparsecSpec.hs, dist/build/test/test-tmp/Data/Conduit/AttoparsecSpec.o )
266.80 s
[algebraic-graphs] [ 6 of 23] Compiling Algebra.Graph.Test.Example.Todo ( test/Algebra/Graph/Test/Example/Todo.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Example/Todo.o, dist/build/main/main-tmp/Algebra/Graph/Test/Example/Todo.dyn_o )
266.80 s
[algebraic-graphs] [ 7 of 23] Compiling Algebra.Graph.Test.Export ( test/Algebra/Graph/Test/Export.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Export.o, dist/build/main/main-tmp/Algebra/Graph/Test/Export.dyn_o )
266.80 s
[algebraic-graphs] [ 8 of 23] Compiling Algebra.Graph.Test.Generic ( test/Algebra/Graph/Test/Generic.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Generic.o, dist/build/main/main-tmp/Algebra/Graph/Test/Generic.dyn_o )
267.48 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:10:52: warning : [ GHC-38856 ] [ -Wunused-imports ]
267.48 s
[conduit-extra] The import of ‘<*’ from module ‘Control.Applicative’ is redundant
267.48 s
[conduit-extra] |
267.48 s
[conduit-extra] 10 | import Control.Applicative ((<*) , (<|>))
267.48 s
[conduit-extra] | ^^^^
267.48 s
[conduit-extra]
267.48 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:153:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
267.48 s
[conduit-extra] Pattern match(es) are non-exhaustive
267.48 s
[conduit-extra] In a pattern binding:
267.48 s
[conduit-extra] Patterns of type ‘Either
267.48 s
[conduit-extra] ghc-prim:GHC.Types.Any
267.48 s
[conduit-extra] [Either
267.48 s
[conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text)]’ not matched:
267.48 s
[conduit-extra] Left _
267.48 s
[conduit-extra] |
267.48 s
[conduit-extra] 153 | (Right !ea) = runConduit $ CL.sourceList input .| sink
267.48 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
267.48 s
[conduit-extra]
267.48 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:159:36: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
267.48 s
[conduit-extra] Pattern match(es) are non-exhaustive
267.48 s
[conduit-extra] In a lambda abstraction:
267.48 s
[conduit-extra] Patterns of type ‘(Either
267.48 s
[conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text),
267.48 s
[conduit-extra] Int)’ not matched:
267.48 s
[conduit-extra] ((Left _), _)
267.48 s
[conduit-extra] |
267.48 s
[conduit-extra] 159 | forM_ (zip ea [1..]) $ \ (Right (pos, _), l) -> pos `shouldBe` chkp l
267.48 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
267.48 s
[conduit-extra]
267.90 s
[pandoc] [ 1 of 220] Compiling Paths_pandoc
270.51 s
[pandoc] [ 2 of 220] Compiling Text.Pandoc.Asciify
271.42 s
[pandoc] [ 3 of 220] Compiling Text.Pandoc.Char
271.42 s
[pandoc] [ 4 of 220] Compiling Text.Pandoc.Citeproc.CslJson
273.06 s
[algebraic-graphs] [ 9 of 23] Compiling Algebra.Graph.Test.AdjacencyMap ( test/Algebra/Graph/Test/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/AdjacencyMap.dyn_o )
273.65 s
[conduit-extra] [ 2 of 12] Compiling Data.Conduit.BinarySpec ( test/Data/Conduit/BinarySpec.hs, dist/build/test/test-tmp/Data/Conduit/BinarySpec.o )
273.65 s
[conduit-extra] test/Data/Conduit/BinarySpec.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
273.65 s
[conduit-extra] The import of ‘Control.Applicative’ is redundant
273.65 s
[conduit-extra] except perhaps to import instances from ‘Control.Applicative’
273.65 s
[conduit-extra] To import instances alone, use: import Control.Applicative()
273.65 s
[conduit-extra] |
273.65 s
[conduit-extra] 30 | import Control.Applicative ((<$>))
273.65 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
273.65 s
[conduit-extra]
274.38 s
[algebraic-graphs] [10 of 23] Compiling Algebra.Graph.Test.AdjacencyIntMap ( test/Algebra/Graph/Test/AdjacencyIntMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/AdjacencyIntMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/AdjacencyIntMap.dyn_o )
274.38 s
[algebraic-graphs] [11 of 23] Compiling Algebra.Graph.Test.Graph ( test/Algebra/Graph/Test/Graph.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Graph.o, dist/build/main/main-tmp/Algebra/Graph/Test/Graph.dyn_o )
274.46 s
[pandoc] [ 5 of 220] Compiling Text.Pandoc.Citeproc.Util
274.46 s
[pandoc] [ 6 of 220] Compiling Text.Pandoc.Citeproc.Data
274.78 s
[conduit-extra] [ 3 of 12] Compiling Data.Conduit.ByteString.BuilderSpec ( test/Data/Conduit/ByteString/BuilderSpec.hs, dist/build/test/test-tmp/Data/Conduit/ByteString/BuilderSpec.o )
274.78 s
[conduit-extra] [ 4 of 12] Compiling Data.Conduit.ExtraSpec ( test/Data/Conduit/ExtraSpec.hs, dist/build/test/test-tmp/Data/Conduit/ExtraSpec.o )
274.78 s
[conduit-extra] [ 5 of 12] Compiling Data.Conduit.FilesystemSpec ( test/Data/Conduit/FilesystemSpec.hs, dist/build/test/test-tmp/Data/Conduit/FilesystemSpec.o )
274.78 s
[conduit-extra] [ 6 of 12] Compiling Data.Conduit.LazySpec ( test/Data/Conduit/LazySpec.hs, dist/build/test/test-tmp/Data/Conduit/LazySpec.o )
274.78 s
[conduit-extra] [ 7 of 12] Compiling Data.Conduit.NetworkSpec ( test/Data/Conduit/NetworkSpec.hs, dist/build/test/test-tmp/Data/Conduit/NetworkSpec.o )
274.78 s
[conduit-extra] [ 8 of 12] Compiling Data.Conduit.Process.TypedSpec ( test/Data/Conduit/Process/TypedSpec.hs, dist/build/test/test-tmp/Data/Conduit/Process/TypedSpec.o )
274.78 s
[conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:15:12: warning : [ GHC-68441 ] [ -Wdeprecations ]
274.78 s
[conduit-extra] In the use of ‘withProcess_’
274.78 s
[conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
274.78 s
[conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
274.78 s
[conduit-extra] |
274.78 s
[conduit-extra] 15 | bss <- withProcess_ pc $ \p ->
274.78 s
[conduit-extra] | ^^^^^^^^^^^^
274.78 s
[conduit-extra]
274.78 s
[conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:30:6: warning : [ GHC-68441 ] [ -Wdeprecations ]
274.78 s
[conduit-extra] In the use of ‘withProcess_’
274.78 s
[conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
274.78 s
[conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
274.78 s
[conduit-extra] |
274.78 s
[conduit-extra] 30 | (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
274.78 s
[conduit-extra] | ^^^^^^^^^^^^
274.78 s
[conduit-extra]
274.78 s
[conduit-extra] [ 9 of 12] Compiling Data.Conduit.ProcessSpec ( test/Data/Conduit/ProcessSpec.hs, dist/build/test/test-tmp/Data/Conduit/ProcessSpec.o )
274.78 s
[conduit-extra] [10 of 12] Compiling Data.Conduit.TextSpec ( test/Data/Conduit/TextSpec.hs, dist/build/test/test-tmp/Data/Conduit/TextSpec.o )
274.78 s
[conduit-extra] test/Data/Conduit/TextSpec.hs:125:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
274.78 s
[conduit-extra] Pattern match(es) are non-exhaustive
274.78 s
[conduit-extra] In a pattern binding:
274.78 s
[conduit-extra] Patterns of type ‘Either
274.78 s
[conduit-extra] SomeException
274.78 s
[conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
274.78 s
[conduit-extra] Left _
274.78 s
[conduit-extra] |
274.78 s
[conduit-extra] 125 | let Right res = runIdentity $ runCatchT $ runConduit $ C.yield badBS .| (,)
274.78 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
274.78 s
[conduit-extra]
274.78 s
[conduit-extra] test/Data/Conduit/TextSpec.hs:142:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
274.78 s
[conduit-extra] Pattern match(es) are non-exhaustive
274.78 s
[conduit-extra] In a pattern binding:
274.78 s
[conduit-extra] Patterns of type ‘Either
274.78 s
[conduit-extra] SomeException
274.78 s
[conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
274.78 s
[conduit-extra] Left _
274.78 s
[conduit-extra] |
274.78 s
[conduit-extra] 142 | let Right res = runIdentity $ runCatchT $ runConduit $
274.78 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
274.78 s
[conduit-extra]
275.92 s
[conduit-extra] [11 of 12] Compiling Data.Conduit.ZlibSpec ( test/Data/Conduit/ZlibSpec.hs, dist/build/test/test-tmp/Data/Conduit/ZlibSpec.o )
275.92 s
[conduit-extra] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
276.04 s
[algebraic-graphs] [12 of 23] Compiling Algebra.Graph.Test.Internal ( test/Algebra/Graph/Test/Internal.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Internal.o, dist/build/main/main-tmp/Algebra/Graph/Test/Internal.dyn_o )
276.04 s
[algebraic-graphs] [13 of 23] Compiling Algebra.Graph.Test.Label ( test/Algebra/Graph/Test/Label.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Label.o, dist/build/main/main-tmp/Algebra/Graph/Test/Label.dyn_o )
276.04 s
[algebraic-graphs] [14 of 23] Compiling Algebra.Graph.Test.Labelled.AdjacencyMap ( test/Algebra/Graph/Test/Labelled/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Labelled/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/Labelled/AdjacencyMap.dyn_o )
276.75 s
[conduit-extra] [13 of 13] Linking dist/build/test/test
277.48 s
[algebraic-graphs] [15 of 23] Compiling Algebra.Graph.Test.Labelled.Graph ( test/Algebra/Graph/Test/Labelled/Graph.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Labelled/Graph.o, dist/build/main/main-tmp/Algebra/Graph/Test/Labelled/Graph.dyn_o )
277.48 s
[algebraic-graphs] [16 of 23] Compiling Algebra.Graph.Test.NonEmpty.AdjacencyMap ( test/Algebra/Graph/Test/NonEmpty/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/NonEmpty/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/NonEmpty/AdjacencyMap.dyn_o )
277.48 s
[algebraic-graphs] [17 of 23] Compiling Algebra.Graph.Test.NonEmpty.Graph ( test/Algebra/Graph/Test/NonEmpty/Graph.hs, dist/build/main/main-tmp/Algebra/Graph/Test/NonEmpty/Graph.o, dist/build/main/main-tmp/Algebra/Graph/Test/NonEmpty/Graph.dyn_o )
277.48 s
[algebraic-graphs] [18 of 23] Compiling Algebra.Graph.Test.Relation ( test/Algebra/Graph/Test/Relation.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Relation.o, dist/build/main/main-tmp/Algebra/Graph/Test/Relation.dyn_o )
277.48 s
[algebraic-graphs] [19 of 23] Compiling Algebra.Graph.Test.Relation.Symmetric ( test/Algebra/Graph/Test/Relation/Symmetric.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Relation/Symmetric.o, dist/build/main/main-tmp/Algebra/Graph/Test/Relation/Symmetric.dyn_o )
277.48 s
[algebraic-graphs] [20 of 23] Compiling Algebra.Graph.Test.RewriteRules ( test/Algebra/Graph/Test/RewriteRules.hs, dist/build/main/main-tmp/Algebra/Graph/Test/RewriteRules.o, dist/build/main/main-tmp/Algebra/Graph/Test/RewriteRules.dyn_o )
277.48 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:43:1: emptyI === emptyIR passed.
277.48 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:49:1: vertexI === vertexIR passed.
277.48 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:56:1: overlayI === overlayIR passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:63:1: connectI === connectIR passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:69:1: overlaysC `hasNoType` GHC.Types.List passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:76:1: overlaysP === overlaysPR passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:82:1: verticesCP `hasNoType` GHC.Types.List passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:83:1: verticesCP `hasNoType` Algebra.Graph.Graph passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:89:1: connectsC `hasNoType` GHC.Types.List passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:96:1: connectsP === connectsPR passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:102:1: isSubgraphOfC `hasNoType` Algebra.Graph.Graph passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:108:1: cliqueCP `hasNoType` GHC.Types.List passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:109:1: cliqueCP `hasNoType` Algebra.Graph.Graph passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:115:1: edgesCP `hasNoType` GHC.Types.List passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:116:1: edgesCP `hasNoType` Algebra.Graph.Graph passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:122:1: starCP `hasNoType` GHC.Types.List passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:123:1: starCP `hasNoType` Algebra.Graph.Graph passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:130:1: fmapCP `hasNoType` Algebra.Graph.Graph passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:137:1: bindC === bindCR passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:144:1: bindP === bindPR passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:151:1: apC === apCR passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:159:1: apP === apPR passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:165:1: eqC `hasNoType` Algebra.Graph.Graph passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:170:1: eqT `hasNoType` Algebra.Graph.AdjacencyMap.AdjacencyMap passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:176:1: ordC `hasNoType` Algebra.Graph.Graph passed.
277.49 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:181:1: ordT `hasNoType` Algebra.Graph.AdjacencyMap.AdjacencyMap passed.
277.51 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:187:1: isEmptyC `hasNoType` Algebra.Graph.Graph passed.
277.52 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:193:1: sizeC `hasNoType` Algebra.Graph.Graph passed.
277.52 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:199:1: vertexSetC `hasNoType` Algebra.Graph.Graph passed.
277.52 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:205:1: vertexSetC `hasNoType` Algebra.Graph.Graph passed.
277.52 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:210:1: vertexCountT `hasNoType` Data.Set.Internal.Set passed.
277.52 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:216:1: edgeCountC `hasNoType` Algebra.Graph.Graph passed.
277.52 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:221:1: edgeCountT `hasNoType` Data.Set.Internal.Set passed.
277.52 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:227:1: vertexListCP `hasNoType` Algebra.Graph.Graph passed.
277.52 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:228:1: vertexListCP `hasNoType` GHC.Types.List passed.
277.53 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:233:1: vertexListT `hasNoType` Data.Set.Internal.Set passed.
277.53 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:239:1: edgeSetC `hasNoType` Algebra.Graph.Graph passed.
277.53 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:244:1: vertexListT `hasNoType` Algebra.Graph.AdjacencyMap.AdjacencyMap passed.
277.53 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:250:1: edgeListCP `hasNoType` Algebra.Graph.Graph passed.
277.53 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:251:1: edgeListCP `hasNoType` GHC.Types.List passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:256:1: edgeListT `hasNoType` Algebra.Graph.AdjacencyMap.AdjacencyMap passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:262:1: hasVertexC `hasNoType` Algebra.Graph.Graph passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:268:1: hasEdgeC `hasNoType` Algebra.Graph.Graph passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:274:1: adjacencyListC `hasNoType` Algebra.Graph.Graph passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:280:1: pathP `hasNoType` Algebra.Graph.Graph passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:286:1: circuitP `hasNoType` Algebra.Graph.Graph passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:292:1: bicliqueCP `hasNoType` GHC.Types.List passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:293:1: bicliqueCP `hasNoType` Algebra.Graph.Graph passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:301:1: replaceVertexCP `hasNoType` Algebra.Graph.Graph passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:309:1: mergeVerticesCP `hasNoType` Algebra.Graph.Graph passed.
277.54 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:316:1: splitVertexCP `hasNoType` GHC.Types.List passed.
277.58 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:317:1: splitVertexCP `hasNoType` Algebra.Graph.Graph passed.
277.58 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:324:1: transposeCP `hasNoType` Algebra.Graph.Graph passed.
277.58 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:339:1: simplifyC === simplifyCR passed.
277.58 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:345:1: composeCP `hasNoType` Algebra.Graph.Graph passed.
277.58 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:352:1: induceCP `hasNoType` Algebra.Graph.Graph passed.
277.58 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:359:1: induceJustCP `hasNoType` Algebra.Graph.Graph passed.
277.58 s
[algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:365:1: contextC `hasNoType` Algebra.Graph.Graph passed.
277.58 s
[algebraic-graphs] inspection testing successful
277.58 s
[algebraic-graphs] expected successes: 58
277.58 s
[algebraic-graphs] [21 of 23] Compiling Algebra.Graph.Test.Undirected ( test/Algebra/Graph/Test/Undirected.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Undirected.o, dist/build/main/main-tmp/Algebra/Graph/Test/Undirected.dyn_o )
277.58 s
[algebraic-graphs] [22 of 23] Compiling Data.Graph.Test.Typed ( test/Data/Graph/Test/Typed.hs, dist/build/main/main-tmp/Data/Graph/Test/Typed.o, dist/build/main/main-tmp/Data/Graph/Test/Typed.dyn_o )
277.58 s
[algebraic-graphs] [23 of 23] Compiling Main ( test/Main.hs, dist/build/main/main-tmp/Main.o, dist/build/main/main-tmp/Main.dyn_o )
278.34 s
[conduit-extra] Phase: checkPhase
278.71 s
[conduit-extra] Running 1 test suites...
278.71 s
[conduit-extra] Test suite test: RUNNING...
278.79 s
[algebraic-graphs] [24 of 24] Linking dist/build/main/main
278.79 s
[conduit-extra]
278.79 s
[conduit-extra] Data.Conduit.Attoparsec
278.79 s
[conduit-extra] Data.Conduit.AttoparsecSpec
278.79 s
[conduit-extra] error position
278.79 s
[conduit-extra] works for text [✔]
278.79 s
[conduit-extra] works for bytestring [✔]
278.79 s
[conduit-extra] works in last chunk [✔]
278.79 s
[conduit-extra] works in last chunk [✔]
278.79 s
[conduit-extra] works after new line in text [✔]
278.79 s
[conduit-extra] works after new line in bytestring [✔]
278.79 s
[conduit-extra] works for first line [✔]
278.79 s
[conduit-extra] conduitParser
278.79 s
[conduit-extra] parses a repeated stream [✔]
278.79 s
[conduit-extra] positions on first line [✔]
278.79 s
[conduit-extra] Data.Conduit.Binary
278.79 s
[conduit-extra] Data.Conduit.Binary
278.79 s
[conduit-extra] file access
278.79 s
[conduit-extra] read [✔]
278.82 s
[conduit-extra] read range [✔]
278.82 s
[conduit-extra] write [✔]
278.82 s
[conduit-extra] write builder (withSinkFileBuilder) [✔]
278.82 s
[conduit-extra] conduit [✔]
278.82 s
[conduit-extra] binary isolate
278.82 s
[conduit-extra] works [✔]
278.82 s
[conduit-extra] properly using binary file reading
278.82 s
[conduit-extra] sourceFile [✔]
278.82 s
[conduit-extra] binary head
278.86 s
[conduit-extra] works [✔]
278.86 s
[conduit-extra] +++ OK, passed 100 tests.
278.86 s
[conduit-extra] binary takeWhile
278.87 s
[conduit-extra] works [✔]
278.87 s
[conduit-extra] +++ OK, passed 100 tests.
278.90 s
[pandoc] [ 7 of 220] Compiling Text.Pandoc.Emoji
278.90 s
[pandoc] [ 8 of 220] Compiling Text.Pandoc.Extensions
278.90 s
[conduit-extra] leftovers present [✔]
278.90 s
[conduit-extra] +++ OK, passed 100 tests.
278.90 s
[conduit-extra] binary dropWhile
278.91 s
[conduit-extra] works [✔]
278.91 s
[conduit-extra] +++ OK, passed 100 tests.
278.91 s
[conduit-extra] binary take
278.91 s
[conduit-extra] nothing [✔]
278.91 s
[conduit-extra] normal [✔]
278.91 s
[conduit-extra] all [✔]
278.91 s
[conduit-extra] more [✔]
278.91 s
[conduit-extra] binary
278.92 s
[conduit-extra] lines [✔]
278.92 s
[conduit-extra] +++ OK, passed 100 tests.
278.92 s
[conduit-extra] sinkCacheLength
278.92 s
[conduit-extra] works [✔]
278.92 s
[conduit-extra] sinkFileCautious
278.92 s
[conduit-extra] success [✔]
278.92 s
[conduit-extra] failure [✔]
278.92 s
[conduit-extra] sinkSystemTempFile [✔]
278.92 s
[conduit-extra] Data.Conduit.Binary.mapM_
278.92 s
[conduit-extra] telling works [✔]
278.92 s
[conduit-extra] +++ OK, passed 100 tests.
278.92 s
[conduit-extra] exception handling
278.92 s
[conduit-extra] catchC [✔]
278.92 s
[conduit-extra] tryC [✔]
278.92 s
[conduit-extra] normalFuseLeft
278.92 s
[conduit-extra] does not double close conduit [✔]
278.92 s
[conduit-extra] Storable
278.92 s
[conduit-extra] sink Maybe
278.93 s
[conduit-extra] chunk size 1 [✔]
278.93 s
[conduit-extra] +++ OK, passed 100 tests.
278.93 s
[conduit-extra] chunk size 5 [✔]
278.93 s
[conduit-extra] +++ OK, passed 100 tests.
278.93 s
[conduit-extra] chunk size 10 [✔]
278.93 s
[conduit-extra] +++ OK, passed 100 tests.
278.94 s
[conduit-extra] chunk size 100 [✔]
278.94 s
[conduit-extra] +++ OK, passed 100 tests.
278.94 s
[conduit-extra] sink exception
278.94 s
[conduit-extra] chunk size 1 [✔]
278.94 s
[conduit-extra] +++ OK, passed 100 tests.
278.94 s
[conduit-extra] chunk size 5 [✔]
278.94 s
[conduit-extra] +++ OK, passed 100 tests.
278.94 s
[conduit-extra] chunk size 10 [✔]
278.94 s
[conduit-extra] +++ OK, passed 100 tests.
278.94 s
[conduit-extra] chunk size 100 [✔]
278.94 s
[conduit-extra] +++ OK, passed 100 tests.
278.94 s
[conduit-extra] insufficient bytes are leftovers, one chunk [✔]
278.94 s
[conduit-extra] insufficient bytes are leftovers, multiple chunks [✔]
278.94 s
[conduit-extra] Data.Conduit.ByteString.Builder
278.94 s
[conduit-extra] Data.Conduit.ByteString.Builder
278.96 s
[conduit-extra] idempotent to toLazyByteString [✔]
278.96 s
[conduit-extra] +++ OK, passed 100 tests.
278.96 s
[conduit-extra] works for large input [✔]
278.97 s
[conduit-extra] works for lazy bytestring insertion [✔]
278.97 s
[conduit-extra] flush shouldn't bring in empty strings. [✔]
278.99 s
[conduit-extra] flushing [✔]
278.99 s
[conduit-extra] +++ OK, passed 100 tests.
279.39 s
[conduit-extra] large flush input [✔]
279.39 s
[conduit-extra] Data.Conduit.Extra
279.39 s
[conduit-extra] Data.Conduit.Extra
279.39 s
[conduit-extra] basic test [✔]
279.39 s
[conduit-extra] get leftovers [✔]
279.39 s
[conduit-extra] multiple values [✔]
279.39 s
[conduit-extra] more complex [✔]
279.39 s
[conduit-extra] +++ OK, passed 100 tests.
279.39 s
[conduit-extra] Data.Conduit.Filesystem
279.39 s
[conduit-extra] Data.Conduit.Filesystem
279.39 s
[conduit-extra] sourceDirectory [✔]
279.39 s
[conduit-extra] sourceDirectoryDeep [✔]
279.39 s
[conduit-extra] Data.Conduit.Lazy
279.39 s
[conduit-extra] Data.Conduit.Lazy
279.39 s
[conduit-extra] lazy
279.39 s
[conduit-extra] works inside a ResourceT [✔]
279.39 s
[conduit-extra] returns nothing outside ResourceT [✔]
279.39 s
[conduit-extra] works with pure sources [✔]
279.39 s
[conduit-extra] Data.Conduit.Network
279.39 s
[conduit-extra] Data.Conduit.Network
279.39 s
[conduit-extra] run general server
280.09 s
[algebraic-graphs] buildPhase completed in 1 minutes 2 seconds
280.09 s
[algebraic-graphs] Phase: checkPhase
280.41 s
[conduit-extra] running tcp server [✔]
280.41 s
[conduit-extra] fork server
280.41 s
[conduit-extra] can connect to server [✔]
280.41 s
[conduit-extra] fork server also executes custom afterBind [✔]
280.45 s
[algebraic-graphs] Running 1 test suites...
280.45 s
[algebraic-graphs] Test suite main: RUNNING...
281.43 s
[conduit-extra] fork server really waits for server to be finalized before returning [✔]
281.43 s
[conduit-extra] Data.Conduit.Process
281.43 s
[conduit-extra] Data.Conduit.Process
282.60 s
[conduit-extra] cat [✔]
282.60 s
[conduit-extra] +++ OK, passed 100 tests.
282.62 s
[conduit-extra] closed stream [✔]
282.69 s
[conduit-extra] handles sub-process exit code [✔]
282.70 s
[conduit-extra] consumes stdout [✔]
282.71 s
[conduit-extra] consumes stderr [✔]
282.72 s
[conduit-extra] feeds stdin [✔]
282.87 s
[pandoc] [ 9 of 220] Compiling Text.Pandoc.MIME
282.87 s
[pandoc] [ 10 of 220] Compiling Text.Pandoc.MediaBag
282.87 s
[pandoc] [ 11 of 220] Compiling Text.Pandoc.Parsing.Future
282.87 s
[pandoc] [ 12 of 220] Compiling Text.Pandoc.Process
282.87 s
[pandoc] [ 13 of 220] Compiling Text.Pandoc.Readers.Docx.Combine
282.87 s
[pandoc] [ 14 of 220] Compiling Text.Pandoc.Readers.Docx.Symbols
282.87 s
[pandoc] [ 15 of 220] Compiling Text.Pandoc.Readers.Docx.Util
282.87 s
[pandoc] [ 16 of 220] Compiling Text.Pandoc.Readers.HTML.TagCategories
282.87 s
[pandoc] [ 17 of 220] Compiling Text.Pandoc.Readers.Mdoc.Macros
282.87 s
[pandoc] [ 18 of 220] Compiling Text.Pandoc.Readers.Mdoc.Standards
282.87 s
[pandoc] [ 19 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Fallible
282.87 s
[pandoc] [ 20 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Namespaces
282.87 s
[pandoc] [ 21 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.SetMap
282.87 s
[pandoc] [ 22 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Utils
282.87 s
[pandoc] [ 23 of 220] Compiling Text.Pandoc.Readers.ODT.Arrows.Utils
282.87 s
[pandoc] [ 24 of 220] Compiling Text.Pandoc.Readers.ODT.Arrows.State
282.87 s
[pandoc] [ 25 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.XMLConverter
282.87 s
[pandoc] [ 26 of 220] Compiling Text.Pandoc.Readers.ODT.Namespaces
282.87 s
[pandoc] [ 27 of 220] Compiling Text.Pandoc.Readers.ODT.Base
282.87 s
[pandoc] [ 28 of 220] Compiling Text.Pandoc.Readers.Org.Shared
282.87 s
[pandoc] [ 29 of 220] Compiling Text.Pandoc.RoffChar
282.87 s
[pandoc] [ 30 of 220] Compiling Text.Pandoc.Shared
284.23 s
[conduit-extra] blocking vs non-blocking [✔]
284.32 s
[conduit-extra] Data.Conduit.Process.Typed
284.32 s
[conduit-extra] cat works [✔]
284.32 s
[conduit-extra] cat works with withLoggedProcess_ [✔]
284.32 s
[conduit-extra] failing process throws [✔]
284.32 s
[conduit-extra] cat: 'does not exist': No such file or directory
284.32 s
[conduit-extra] failing process throws [✔]
284.32 s
[conduit-extra] Data.Conduit.Text
284.32 s
[conduit-extra] Data.Conduit.Text
284.32 s
[conduit-extra] text
284.32 s
[conduit-extra] utf8
284.32 s
[conduit-extra] single chunk [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] many chunks [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] raw bytes [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] encoding [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] valid then invalid [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] utf16_le
284.32 s
[conduit-extra] single chunk [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] many chunks [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] raw bytes [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] encoding [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] valid then invalid [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] utf16_be
284.32 s
[conduit-extra] single chunk [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] many chunks [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] raw bytes [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.32 s
[conduit-extra] encoding [✔]
284.32 s
[conduit-extra] +++ OK, passed 100 tests.
284.33 s
[conduit-extra] valid then invalid [✔]
284.33 s
[conduit-extra] +++ OK, passed 100 tests.
284.33 s
[conduit-extra] utf32_le
284.33 s
[conduit-extra] single chunk [✔]
284.33 s
[conduit-extra] +++ OK, passed 100 tests.
284.34 s
[conduit-extra] many chunks [✔]
284.34 s
[conduit-extra] +++ OK, passed 100 tests.
284.34 s
[conduit-extra] raw bytes [✔]
284.34 s
[conduit-extra] +++ OK, passed 100 tests.
284.35 s
[conduit-extra] encoding [✔]
284.35 s
[conduit-extra] +++ OK, passed 100 tests.
284.37 s
[conduit-extra] valid then invalid [✔]
284.37 s
[conduit-extra] +++ OK, passed 100 tests.
284.37 s
[conduit-extra] utf32_be
284.37 s
[conduit-extra] single chunk [✔]
284.37 s
[conduit-extra] +++ OK, passed 100 tests.
284.37 s
[conduit-extra] many chunks [✔]
284.37 s
[conduit-extra] +++ OK, passed 100 tests.
284.37 s
[conduit-extra] raw bytes [✔]
284.37 s
[conduit-extra] +++ OK, passed 100 tests.
284.39 s
[conduit-extra] encoding [✔]
284.39 s
[conduit-extra] +++ OK, passed 100 tests.
284.39 s
[conduit-extra] valid then invalid [✔]
284.39 s
[conduit-extra] +++ OK, passed 100 tests.
284.39 s
[conduit-extra] mixed utf16 and utf8 [✔]
284.39 s
[conduit-extra] invalid utf8 [✔]
284.39 s
[conduit-extra] catch UTF8 exceptions [✔]
284.39 s
[conduit-extra] catch UTF8 exceptions, pure [✔]
284.39 s
[conduit-extra] catch UTF8 exceptions, catchExceptionC [✔]
284.39 s
[conduit-extra] catch UTF8 exceptions, catchExceptionC, decodeUtf8 [✔]
284.39 s
[conduit-extra] lenient UTF8 decoding [✔]
284.39 s
[conduit-extra] +++ OK, passed 100 tests.
284.40 s
[conduit-extra] text lines
284.40 s
[conduit-extra] yields nothing given nothing [✔]
284.40 s
[conduit-extra] yields nothing given only empty text [✔]
284.40 s
[conduit-extra] works across split lines [✔]
284.40 s
[conduit-extra] works with multiple lines in an item [✔]
284.40 s
[conduit-extra] works with ending on a newline [✔]
284.40 s
[conduit-extra] works with ending a middle item on a newline [✔]
284.40 s
[conduit-extra] works with empty text [✔]
284.40 s
[conduit-extra] works with empty lines [✔]
284.40 s
[conduit-extra] text lines bounded
284.40 s
[conduit-extra] yields nothing given nothing [✔]
284.40 s
[conduit-extra] yields nothing given only empty text [✔]
284.40 s
[conduit-extra] works across split lines [✔]
284.40 s
[conduit-extra] works with multiple lines in an item [✔]
284.40 s
[conduit-extra] works with ending on a newline [✔]
284.40 s
[conduit-extra] works with ending a middle item on a newline [✔]
284.40 s
[conduit-extra] works with empty text [✔]
284.40 s
[conduit-extra] works with empty lines [✔]
284.40 s
[conduit-extra] throws an exception when lines are too long [✔]
284.40 s
[conduit-extra] works with infinite input [✔]
284.40 s
[conduit-extra] text decode
284.40 s
[conduit-extra] doesn't throw runtime exceptions [✔]
284.40 s
[conduit-extra] is not too eager [✔]
284.40 s
[conduit-extra] Data.Conduit.Zlib
284.40 s
[conduit-extra] Data.Conduit.Zlib
284.42 s
[conduit-extra] idempotent [✔]
284.42 s
[conduit-extra] +++ OK, passed 100 tests.
284.45 s
[conduit-extra] flush [✔]
284.45 s
[conduit-extra] +++ OK, passed 100 tests.
284.49 s
[conduit-extra] compressFlush large data [✔]
284.49 s
[conduit-extra] uncompressed after compressed [✔]
284.49 s
[conduit-extra] multiple compressed values [✔]
284.49 s
[conduit-extra] single compressed, multiple uncompressed chunks [✔]
285.04 s
[conduit-extra] multiple, over 32k [✔]
285.04 s
[conduit-extra]
285.04 s
[conduit-extra] Finished in 6.2718 seconds
285.04 s
[conduit-extra] 132 examples, 0 failures
285.06 s
[conduit-extra] Test suite test: PASS
285.06 s
[conduit-extra] Test suite logged to: dist/test/conduit-extra-1.3.7-test.log
285.06 s
[conduit-extra] 1 of 1 test suites (1 of 1 test cases) passed.
285.07 s
[conduit-extra] Phase: haddockPhase
285.27 s
[conduit-extra] Preprocessing library for conduit-extra-1.3.7...
285.27 s
[conduit-extra] Running Haddock on library for conduit-extra-1.3.7...
285.28 s
[conduit-extra] Warning: The documentation for the following packages are not installed. No
285.28 s
[conduit-extra] links will be generated to these packages: attoparsec-0.14.4,
285.28 s
[conduit-extra] attoparsec-0.14.4, vector-0.13.2.0
285.78 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing )
286.03 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing )
286.31 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing )
286.32 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing )
286.32 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing )
286.34 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing )
286.37 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing )
286.44 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing )
286.46 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing )
286.46 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing )
286.49 s
[pandoc] [ 31 of 220] Compiling Text.Pandoc.Readers.ODT.StyleReader
286.52 s
[conduit-extra] Data/Conduit/Process.hs:47:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.52 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.52 s
[conduit-extra] will become an error in a future GHC release.
286.52 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.52 s
[conduit-extra] |
286.52 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
286.52 s
[conduit-extra] | ^
286.52 s
[conduit-extra]
286.53 s
[conduit-extra] Data/Conduit/Process.hs:47:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.53 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.53 s
[conduit-extra] will become an error in a future GHC release.
286.53 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.53 s
[conduit-extra] |
286.53 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
286.53 s
[conduit-extra] | ^
286.53 s
[conduit-extra]
286.53 s
[conduit-extra] Data/Conduit/Process.hs:49:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.53 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.53 s
[conduit-extra] will become an error in a future GHC release.
286.53 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.53 s
[conduit-extra] |
286.53 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
286.53 s
[conduit-extra] | ^
286.53 s
[conduit-extra]
286.53 s
[conduit-extra] Data/Conduit/Process.hs:49:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.53 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.53 s
[conduit-extra] will become an error in a future GHC release.
286.53 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.53 s
[conduit-extra] |
286.53 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
286.53 s
[conduit-extra] | ^
286.53 s
[conduit-extra]
286.53 s
[conduit-extra] Data/Conduit/Process.hs:49:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.53 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.53 s
[conduit-extra] will become an error in a future GHC release.
286.53 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.53 s
[conduit-extra] |
286.53 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
286.53 s
[conduit-extra] | ^
286.53 s
[conduit-extra]
286.53 s
[conduit-extra] Data/Conduit/Process.hs:65:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.53 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.53 s
[conduit-extra] will become an error in a future GHC release.
286.53 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.53 s
[conduit-extra] |
286.53 s
[conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
286.53 s
[conduit-extra] | ^
286.53 s
[conduit-extra]
286.53 s
[conduit-extra] Data/Conduit/Process.hs:67:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.53 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.53 s
[conduit-extra] will become an error in a future GHC release.
286.53 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.53 s
[conduit-extra] |
286.53 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
286.53 s
[conduit-extra] | ^
286.53 s
[conduit-extra]
286.53 s
[conduit-extra] Data/Conduit/Process.hs:67:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.53 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.53 s
[conduit-extra] will become an error in a future GHC release.
286.53 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.53 s
[conduit-extra] |
286.54 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
286.54 s
[conduit-extra] | ^
286.54 s
[conduit-extra]
286.54 s
[conduit-extra] Data/Conduit/Process.hs:69:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.54 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.54 s
[conduit-extra] will become an error in a future GHC release.
286.54 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.54 s
[conduit-extra] |
286.54 s
[conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
286.54 s
[conduit-extra] | ^
286.54 s
[conduit-extra]
286.54 s
[conduit-extra] Data/Conduit/Process.hs:71:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.54 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.54 s
[conduit-extra] will become an error in a future GHC release.
286.54 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.54 s
[conduit-extra] |
286.54 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
286.54 s
[conduit-extra] | ^
286.54 s
[conduit-extra]
286.54 s
[conduit-extra] Data/Conduit/Process.hs:71:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.54 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.54 s
[conduit-extra] will become an error in a future GHC release.
286.54 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.54 s
[conduit-extra] |
286.54 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
286.54 s
[conduit-extra] | ^
286.54 s
[conduit-extra]
286.54 s
[conduit-extra] Data/Conduit/Process.hs:74:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.54 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.54 s
[conduit-extra] will become an error in a future GHC release.
286.54 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.54 s
[conduit-extra] |
286.54 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
286.54 s
[conduit-extra] | ^
286.54 s
[conduit-extra]
286.54 s
[conduit-extra] Data/Conduit/Process.hs:74:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.54 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.54 s
[conduit-extra] will become an error in a future GHC release.
286.54 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.54 s
[conduit-extra] |
286.54 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
286.54 s
[conduit-extra] | ^
286.54 s
[conduit-extra]
286.54 s
[conduit-extra] Data/Conduit/Process.hs:76:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.54 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.54 s
[conduit-extra] will become an error in a future GHC release.
286.54 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.54 s
[conduit-extra] |
286.54 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
286.54 s
[conduit-extra] | ^
286.54 s
[conduit-extra]
286.54 s
[conduit-extra] Data/Conduit/Process.hs:76:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.54 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.54 s
[conduit-extra] will become an error in a future GHC release.
286.54 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.54 s
[conduit-extra] |
286.54 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
286.54 s
[conduit-extra] | ^
286.54 s
[conduit-extra]
286.55 s
[conduit-extra] Data/Conduit/Process.hs:76:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
286.55 s
[conduit-extra] The use of ‘~’ without TypeOperators
286.55 s
[conduit-extra] will become an error in a future GHC release.
286.55 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
286.55 s
[conduit-extra] |
286.55 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
286.55 s
[conduit-extra] | ^
286.55 s
[conduit-extra]
286.55 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing )
286.60 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing )
286.87 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing )
286.95 s
[conduit-extra] Haddock coverage:
286.95 s
[conduit-extra] Warning: 'ParseError' is ambiguous. It is defined
286.95 s
[conduit-extra] * at Data/Conduit/Attoparsec.hs:44:19
286.95 s
[conduit-extra] * at Data/Conduit/Attoparsec.hs:44:1
286.95 s
[conduit-extra] You may be able to disambiguate the identifier by qualifying it or
286.95 s
[conduit-extra] by specifying the type/value namespace explicitly.
286.95 s
[conduit-extra] Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
286.95 s
[conduit-extra] 84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
286.95 s
[conduit-extra] Missing documentation for:
286.96 s
[conduit-extra] Position (Data/Conduit/Attoparsec.hs:53)
286.96 s
[conduit-extra] PositionRange (Data/Conduit/Attoparsec.hs:64)
286.96 s
[conduit-extra] 100% ( 45 / 45) in 'Data.Conduit.Binary'
286.96 s
[conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
286.96 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Filesystem'
286.97 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Foldl'
286.97 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Lazy'
286.97 s
[conduit-extra] 52% ( 18 / 34) in 'Data.Conduit.Network'
286.97 s
[conduit-extra] Missing documentation for:
286.97 s
[conduit-extra] Module header
286.97 s
[conduit-extra] appSource (Data/Conduit/Network.hs:88)
286.97 s
[conduit-extra] appSink (Data/Conduit/Network.hs:99)
286.97 s
[conduit-extra] appSockAddr
286.97 s
[conduit-extra] appLocalAddr
286.97 s
[conduit-extra] serverSettings (Data/Conduit/Network.hs:82)
286.97 s
[conduit-extra] runTCPServerWithHandle
286.97 s
[conduit-extra] clientSettings (Data/Conduit/Network.hs:85)
286.97 s
[conduit-extra] getPort
286.97 s
[conduit-extra] getHost
286.97 s
[conduit-extra] getAfterBind
286.97 s
[conduit-extra] getNeedLocalAddr
286.97 s
[conduit-extra] setPort
286.97 s
[conduit-extra] setHost
286.97 s
[conduit-extra] setAfterBind
286.97 s
[conduit-extra] setNeedLocalAddr
286.97 s
[conduit-extra] 90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
286.97 s
[conduit-extra] Missing documentation for:
286.97 s
[conduit-extra] Module header
286.97 s
[conduit-extra] 59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
286.97 s
[conduit-extra] Missing documentation for:
286.97 s
[conduit-extra] Module header
286.97 s
[conduit-extra] appSource (Data/Conduit/Network.hs:88)
286.97 s
[conduit-extra] appSink (Data/Conduit/Network.hs:99)
286.97 s
[conduit-extra] serverSettings (Data/Conduit/Network/Unix.hs:36)
286.97 s
[conduit-extra] clientSettings (Data/Conduit/Network/Unix.hs:33)
286.97 s
[conduit-extra] getPath
286.97 s
[conduit-extra] getAfterBind
286.97 s
[conduit-extra] setPath
286.97 s
[conduit-extra] setAfterBind
286.98 s
[conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.Process'
286.98 s
[conduit-extra] 100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
286.98 s
[conduit-extra] 100% ( 25 / 25) in 'Data.Conduit.Text'
286.99 s
[conduit-extra] Warning: 'WindowBits' is ambiguous. It is defined
286.99 s
[conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
286.99 s
[conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
286.99 s
[conduit-extra] You may be able to disambiguate the identifier by qualifying it or
286.99 s
[conduit-extra] by specifying the type/value namespace explicitly.
286.99 s
[conduit-extra] Defaulting to the one defined in ‘Codec.Compression.Zlib.Stream’
286.99 s
[conduit-extra] 100% ( 14 / 14) in 'Data.Conduit.Zlib'
287.65 s
[conduit-extra] Warning: Data.Conduit.Attoparsec: could not find link destinations for:
287.65 s
[conduit-extra] - Data.Attoparsec.Internal.Types.IResult
287.65 s
[conduit-extra] - Data.Attoparsec.Internal.Types.Parser
287.65 s
[conduit-extra] - Data.Conduit.Attoparsec.parseA
287.65 s
[conduit-extra] - Data.Conduit.Attoparsec.feedA
287.65 s
[conduit-extra] - Data.Conduit.Attoparsec.empty
287.65 s
[conduit-extra] - Data.Conduit.Attoparsec.isNull
287.65 s
[conduit-extra] - Data.Conduit.Attoparsec.getLinesCols
287.65 s
[conduit-extra] - Data.Conduit.Attoparsec.stripFromEnd
287.65 s
[conduit-extra] Warning: Data.Conduit.Binary: could not find link destinations for:
287.65 s
[conduit-extra] - Data.Conduit.Binary.SinkStorableInsufficientBytes
287.65 s
[conduit-extra] Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
287.65 s
[conduit-extra] - Data.Conduit.Combinators.Buffer
287.67 s
[conduit-extra] Warning: Data.Conduit.Zlib: could not find link destinations for:
287.67 s
[conduit-extra] - Codec.Compression.Zlib.Stream.Rep_WindowBits
290.58 s
[algebraic-graphs]
290.58 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.Show ============
290.58 s
[algebraic-graphs] OK: show empty == "empty"
290.66 s
[algebraic-graphs] OK: show (shrink 1) == "vertex 1"
290.66 s
[algebraic-graphs] OK: show (shrink $ 1 + 2) == "vertices [1,2]"
290.66 s
[algebraic-graphs] OK: show (shrink $ 1 * 2) == "(fromJust . toAcyclic) (edge 1 2)"
290.66 s
[algebraic-graphs] OK: show (shrink $ 1 * 2 * 3) == "(fromJust . toAcyclic) (edges [(1,2),(1,3),(2,3)])"
290.66 s
[algebraic-graphs] OK: show (shrink $ 1 * 2 + 3) == "(fromJust . toAcyclic) (overlay (vertex 3) (edge 1 2))"
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.fromAcyclic ============
290.66 s
[algebraic-graphs] OK: fromAcyclic empty == empty
290.66 s
[algebraic-graphs] OK: fromAcyclic . vertex == vertex
290.66 s
[algebraic-graphs] OK: fromAcyclic (shrink $ 1 * 3 * 2) == star 1 [2,3]
290.66 s
[algebraic-graphs] OK: vertexCount . fromAcyclic == vertexCount
290.66 s
[algebraic-graphs] OK: edgeCount . fromAcyclic == edgeCount
290.66 s
[algebraic-graphs] OK: isAcyclic . fromAcyclic == const True
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.empty ============
290.66 s
[algebraic-graphs] OK: isEmpty empty == True
290.66 s
[algebraic-graphs] OK: hasVertex x empty == False
290.66 s
[algebraic-graphs] OK: vertexCount empty == 0
290.66 s
[algebraic-graphs] OK: edgeCount empty == 0
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.vertex ============
290.66 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
290.66 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
290.66 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
290.66 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.vertices ============
290.66 s
[algebraic-graphs] OK: vertices [] == empty
290.66 s
[algebraic-graphs] OK: vertices [x] == vertex x
290.66 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
290.66 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
290.66 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.union ============
290.66 s
[algebraic-graphs] OK: vertexSet (union x y) == <correct result>
290.66 s
[algebraic-graphs] OK: edgeSet (union x y) == <correct result>
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.join ============
290.66 s
[algebraic-graphs] OK: vertexSet (join x y) == <correct result>
290.66 s
[algebraic-graphs] OK: edgeSet (join x y) == <correct result>
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.isSubgraphOf ============
290.66 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
290.66 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
290.66 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
290.66 s
[algebraic-graphs] OK: isSubgraphOf x (transitiveClosure x) == True
290.66 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.isEmpty ============
290.66 s
[algebraic-graphs] OK: isEmpty empty == True
290.66 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
290.66 s
[algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
290.66 s
[algebraic-graphs] OK: isEmpty (removeEdge 1 2 $ shrink $ 1 * 2) == False
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.hasVertex ============
290.66 s
[algebraic-graphs] OK: hasVertex x empty == False
290.66 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
290.66 s
[algebraic-graphs] OK: hasVertex x . removeVertex x == const False
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.hasEdge ============
290.66 s
[algebraic-graphs] OK: hasEdge x y empty == False
290.66 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
290.66 s
[algebraic-graphs] OK: hasEdge 1 2 (shrink $ 1 * 2) == True
290.66 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
290.66 s
[algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.vertexCount ============
290.66 s
[algebraic-graphs] OK: vertexCount empty == 0
290.66 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
290.66 s
[algebraic-graphs] OK: vertexCount == length . vertexList
290.66 s
[algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.edgeCount ============
290.66 s
[algebraic-graphs] OK: edgeCount empty == 0
290.66 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
290.66 s
[algebraic-graphs] OK: edgeCount (shrink $ 1 * 2) == 1
290.66 s
[algebraic-graphs] OK: edgeCount == length . edgeList
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.vertexList ============
290.66 s
[algebraic-graphs] OK: vertexList empty == []
290.66 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
290.66 s
[algebraic-graphs] OK: vertexList . vertices == nub . sort
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.edgeList ============
290.66 s
[algebraic-graphs] OK: edgeList empty == []
290.66 s
[algebraic-graphs] OK: edgeList (vertex x) == []
290.66 s
[algebraic-graphs] OK: edgeList (shrink $ 2 * 1) == [(2,1)]
290.66 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.adjacencyList ============
290.66 s
[algebraic-graphs] OK: adjacencyList empty == []
290.66 s
[algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
290.66 s
[algebraic-graphs] OK: adjacencyList (shrink $ 1 * 2) == [(1, [2]), (2, [])]
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.vertexSet ============
290.66 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
290.66 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
290.66 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.edgeSet ============
290.66 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
290.66 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
290.66 s
[algebraic-graphs] OK: edgeSet (shrink $ 1 * 2) == Set.singleton (1,2)
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.preSet ============
290.66 s
[algebraic-graphs] OK: preSet x empty == Set.empty
290.66 s
[algebraic-graphs] OK: preSet x (vertex x) == Set.empty
290.66 s
[algebraic-graphs] OK: preSet 1 (shrink $ 1 * 2) == Set.empty
290.66 s
[algebraic-graphs] OK: preSet 2 (shrink $ 1 * 2) == Set.fromList [1]
290.66 s
[algebraic-graphs] OK: Set.member x . preSet x == const False
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.postSet ============
290.66 s
[algebraic-graphs] OK: postSet x empty == Set.empty
290.66 s
[algebraic-graphs] OK: postSet x (vertex x) == Set.empty
290.66 s
[algebraic-graphs] OK: postSet 1 (shrink $ 1 * 2) == Set.fromList [2]
290.66 s
[algebraic-graphs] OK: postSet 2 (shrink $ 1 * 2) == Set.empty
290.66 s
[algebraic-graphs] OK: Set.member x . postSet x == const False
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.removeVertex ============
290.66 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
290.66 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
290.66 s
[algebraic-graphs] OK: removeVertex 1 (shrink $ 1 * 2) == vertex 2
290.66 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.removeEdge ============
290.66 s
[algebraic-graphs] OK: removeEdge 1 2 (shrink $ 1 * 2) == vertices [1,2]
290.66 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
290.66 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
290.66 s
[algebraic-graphs] OK: removeEdge 1 2 (shrink $ 1 * 2 * 3) == shrink ((1 + 2) * 3)
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.transpose ============
290.66 s
[algebraic-graphs] OK: transpose empty == empty
290.66 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
290.66 s
[algebraic-graphs] OK: transpose . transpose == id
290.66 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.induce ============
290.66 s
[algebraic-graphs] OK: induce (const True ) x == x
290.66 s
[algebraic-graphs] OK: induce (const False) x == empty
290.66 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
290.66 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
290.66 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.induceJust ============
290.66 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
290.66 s
[algebraic-graphs] OK: induceJust . vertex . Just == vertex
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.box ============
290.66 s
[algebraic-graphs] OK: edgeList (box (shrink $ 1 * 2) (shrink $ 10 * 20)) == <correct result>
290.66 s
[algebraic-graphs]
290.66 s
[algebraic-graphs] OK: box x y ~~ box y x
290.66 s
[algebraic-graphs] OK: box x (vertex ()) ~~ x
290.66 s
[algebraic-graphs] OK: box x empty ~~ empty
290.67 s
[algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
290.67 s
[algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
290.67 s
[algebraic-graphs] OK: vertexCount (box x y) == vertexCount x * vertexCount y
290.67 s
[algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
290.67 s
[algebraic-graphs]
290.67 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.transitiveClosure ============
290.67 s
[algebraic-graphs] OK: transitiveClosure empty == empty
290.67 s
[algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
290.67 s
[algebraic-graphs] OK: transitiveClosure (shrink $ 1 * 2 + 2 * 3) == shrink (1 * 2 + 1 * 3 + 2 * 3)
290.67 s
[algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
290.67 s
[algebraic-graphs]
290.67 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.topSort ============
290.67 s
[algebraic-graphs] OK: topSort empty == []
290.67 s
[algebraic-graphs] OK: topSort (vertex x) == [x]
290.67 s
[algebraic-graphs] OK: topSort (shrink $ 1 * (2 + 4) + 3 * 4) == [1, 2, 3, 4]
290.67 s
[algebraic-graphs] OK: topSort (join x y) == fmap Left (topSort x) ++ fmap Right (topSort y)
290.67 s
[algebraic-graphs] OK: Right . topSort == AM.topSort . fromAcyclic
290.67 s
[algebraic-graphs]
290.67 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.scc ============
290.67 s
[algebraic-graphs] OK: scc empty == empty
290.67 s
[algebraic-graphs] OK: scc (vertex x) == vertex (NonEmpty.vertex x)
290.67 s
[algebraic-graphs] OK: scc (edge 1 1) == vertex (NonEmpty.edge 1 1)
290.67 s
[algebraic-graphs] OK: edgeList $ scc (edge 1 2) == [ (NonEmpty.vertex 1, NonEmpty.vertex 2) ]
290.67 s
[algebraic-graphs] OK: edgeList $ scc (3 * 1 * 4 * 1 * 5) == <correct result>
290.67 s
[algebraic-graphs]
290.67 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.toAcyclic ============
290.67 s
[algebraic-graphs] OK: toAcyclic (path [1,2,3]) == Just (shrink $ 1 * 2 + 2 * 3)
290.67 s
[algebraic-graphs] OK: toAcyclic (clique [3,2,1]) == Just (transpose (shrink $ 1 * 2 * 3))
290.67 s
[algebraic-graphs] OK: toAcyclic (circuit [1,2,3]) == Nothing
290.67 s
[algebraic-graphs] OK: toAcyclic . fromAcyclic == Just
290.67 s
[algebraic-graphs]
290.67 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.toAcyclicOrd ============
290.67 s
[algebraic-graphs] OK: toAcyclicOrd empty == empty
290.67 s
[algebraic-graphs] OK: toAcyclicOrd . vertex == vertex
290.67 s
[algebraic-graphs] OK: toAcyclicOrd (1 + 2) == shrink (1 + 2)
290.67 s
[algebraic-graphs] OK: toAcyclicOrd (1 * 2) == shrink (1 * 2)
290.67 s
[algebraic-graphs] OK: toAcyclicOrd (2 * 1) == shrink (1 + 2)
290.67 s
[algebraic-graphs] OK: toAcyclicOrd (1 * 2 * 1) == shrink (1 * 2)
290.91 s
[pandoc] [ 32 of 220] Compiling Text.Pandoc.Logging
293.23 s
[pandoc] [ 33 of 220] Compiling Text.Pandoc.Image
293.23 s
[pandoc] [ 34 of 220] Compiling Text.Pandoc.Citeproc.Name
293.23 s
[pandoc] [ 35 of 220] Compiling Text.Pandoc.Citeproc.MetaValue
293.23 s
[pandoc] [ 36 of 220] Compiling Text.Pandoc.Chunks
293.23 s
[pandoc] [ 37 of 220] Compiling Text.Pandoc.Slides
293.23 s
[pandoc] [ 38 of 220] Compiling Text.Pandoc.Sources
293.23 s
[pandoc] [ 39 of 220] Compiling Text.Pandoc.TeX
293.23 s
[pandoc] [ 40 of 220] Compiling Text.Pandoc.Translations.Types
293.23 s
[pandoc] [ 41 of 220] Compiling Text.Pandoc.Class.CommonState
293.34 s
[pandoc] [ 42 of 220] Compiling Text.Pandoc.UTF8
293.34 s
[pandoc] [ 43 of 220] Compiling Text.Pandoc.URI
293.34 s
[pandoc] [ 44 of 220] Compiling Text.Pandoc.Readers.ODT.ContentReader
294.38 s
[pandoc] [ 45 of 220] Compiling Text.Pandoc.Readers.Docx.Parse.Styles
294.38 s
[pandoc] [ 46 of 220] Compiling Text.Pandoc.Error
294.38 s
[pandoc] [ 47 of 220] Compiling Text.Pandoc.Class.PandocMonad
294.60 s
[algebraic-graphs] OK: toAcyclicOrd (1 * 2 * 3) == shrink (1 * 2 * 3)
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.shrink ============
294.60 s
[algebraic-graphs] OK: shrink . AM.vertex == vertex
294.60 s
[algebraic-graphs] OK: shrink . AM.vertices == vertices
294.60 s
[algebraic-graphs] OK: shrink . fromAcyclic == id
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] ============ Acyclic.AdjacencyMap.consistent ============
294.60 s
[algebraic-graphs] OK: Arbitrary
294.60 s
[algebraic-graphs] OK: empty
294.60 s
[algebraic-graphs] OK: vertex
294.60 s
[algebraic-graphs] OK: vertices
294.60 s
[algebraic-graphs] OK: union
294.60 s
[algebraic-graphs] OK: join
294.60 s
[algebraic-graphs] OK: transpose
294.60 s
[algebraic-graphs] OK: box
294.60 s
[algebraic-graphs] OK: transitiveClosure
294.60 s
[algebraic-graphs] OK: scc
294.60 s
[algebraic-graphs] OK: toAcyclic
294.60 s
[algebraic-graphs] OK: toAcyclicOrd
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] ============ AdjacencyIntMap ============
294.60 s
[algebraic-graphs] OK: Axioms of graphs
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] ============ AdjacencyIntMap.fromAdjacencyMap ============
294.60 s
[algebraic-graphs] OK: fromAdjacencyMap == stars . AdjacencyMap.adjacencyList
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] ============ AdjacencyIntMap.consistent ============
294.60 s
[algebraic-graphs] OK: Consistency of the Arbitrary instance
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] OK: consistent empty == True
294.60 s
[algebraic-graphs] OK: consistent (vertex x) == True
294.60 s
[algebraic-graphs] OK: consistent (overlay x y) == True
294.60 s
[algebraic-graphs] OK: consistent (connect x y) == True
294.60 s
[algebraic-graphs] OK: consistent (edge x y) == True
294.60 s
[algebraic-graphs] OK: consistent (edges xs) == True
294.60 s
[algebraic-graphs] OK: consistent (stars xs) == True
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] ============ AdjacencyIntMap.Show ============
294.60 s
[algebraic-graphs] OK: show (empty ) == "empty"
294.60 s
[algebraic-graphs] OK: show (1 ) == "vertex 1"
294.60 s
[algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
294.60 s
[algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
294.60 s
[algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
294.60 s
[algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
294.60 s
[algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
294.60 s
[algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
294.60 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
294.60 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
294.60 s
[algebraic-graphs]
294.60 s
[algebraic-graphs] ============ AdjacencyIntMap.Ord ============
294.60 s
[algebraic-graphs] OK: vertex 1 < vertex 2
294.61 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
294.61 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
294.61 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
294.61 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
294.61 s
[algebraic-graphs] OK: edge 1 2 < edge 1 3
294.61 s
[algebraic-graphs] OK: x <= x + y
294.61 s
[algebraic-graphs] OK: x + y <= x * y
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.empty ============
294.61 s
[algebraic-graphs] OK: isEmpty empty == True
294.61 s
[algebraic-graphs] OK: hasVertex x empty == False
294.61 s
[algebraic-graphs] OK: vertexCount empty == 0
294.61 s
[algebraic-graphs] OK: edgeCount empty == 0
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.vertex ============
294.61 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
294.61 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
294.61 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
294.61 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.edge ============
294.61 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
294.61 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
294.61 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
294.61 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
294.61 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.overlay ============
294.61 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
294.61 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
294.61 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
294.61 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
294.61 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
294.61 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
294.61 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
294.61 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.connect ============
294.61 s
[algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
294.61 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
294.61 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
294.61 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
294.61 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
294.61 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
294.61 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
294.61 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
294.61 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
294.61 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.vertices ============
294.61 s
[algebraic-graphs] OK: vertices [] == empty
294.61 s
[algebraic-graphs] OK: vertices [x] == vertex x
294.61 s
[algebraic-graphs] OK: vertices == overlays . map vertex
294.61 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
294.61 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
294.61 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.edges ============
294.61 s
[algebraic-graphs] OK: edges [] == empty
294.61 s
[algebraic-graphs] OK: edges [(x,y)] == edge x y
294.61 s
[algebraic-graphs] OK: edges == overlays . map (uncurry edge)
294.61 s
[algebraic-graphs] OK: edgeCount . edges == length . nub
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.overlays ============
294.61 s
[algebraic-graphs] OK: overlays [] == empty
294.61 s
[algebraic-graphs] OK: overlays [x] == x
294.61 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
294.61 s
[algebraic-graphs] OK: overlays == foldr overlay empty
294.61 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.connects ============
294.61 s
[algebraic-graphs] OK: connects [] == empty
294.61 s
[algebraic-graphs] OK: connects [x] == x
294.61 s
[algebraic-graphs] OK: connects [x,y] == connect x y
294.61 s
[algebraic-graphs] OK: connects == foldr connect empty
294.61 s
[algebraic-graphs] OK: isEmpty . connects == all isEmpty
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.fromAdjacencyIntSets ============
294.61 s
[algebraic-graphs] OK: fromAdjacencyIntSets [] == empty
294.61 s
[algebraic-graphs] OK: fromAdjacencyIntSets [(x, IntSet.empty)] == vertex x
294.61 s
[algebraic-graphs] OK: fromAdjacencyIntSets [(x, IntSet.singleton y)] == edge x y
294.61 s
[algebraic-graphs] OK: fromAdjacencyIntSets . map (fmap IntSet.fromList) == stars
294.61 s
[algebraic-graphs] OK: overlay (fromAdjacencyIntSets xs) (fromAdjacencyIntSets ys) == fromAdjacencyIntSets (xs ++ ys)
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.isSubgraphOf ============
294.61 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
294.61 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
294.61 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
294.61 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
294.61 s
[algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
294.61 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
294.61 s
[algebraic-graphs]
294.61 s
[algebraic-graphs] ============ AdjacencyIntMap.toGraph et al. ============
294.61 s
[algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
294.61 s
[algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
294.61 s
[algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
294.61 s
[algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
294.61 s
[algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
294.61 s
[algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
294.61 s
[algebraic-graphs] OK: vertexCount == Set.size . vertexSet
294.61 s
[algebraic-graphs] OK: edgeCount == Set.size . edgeSet
294.61 s
[algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
294.61 s
[algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
294.61 s
[algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
294.61 s
[algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
294.61 s
[algebraic-graphs] OK: edgeSet == Algebra.Graph.AdjacencyMap.edgeSet . foldg empty vertex overlay connect
294.61 s
[algebraic-graphs] OK: preSet x == Algebra.Graph.AdjacencyMap.preSet x . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: preIntSet x == Algebra.Graph.AdjacencyIntMap.preIntSet x . toAdjacencyIntMap
294.61 s
[algebraic-graphs] OK: postSet x == Algebra.Graph.AdjacencyMap.postSet x . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: postIntSet x == Algebra.Graph.AdjacencyIntMap.postIntSet x . toAdjacencyIntMap
294.61 s
[algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
294.61 s
[algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
294.61 s
[algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
294.61 s
[algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
294.61 s
[algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
294.61 s
[algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
294.61 s
[algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
294.61 s
[algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
294.61 s
[algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
294.74 s
[pandoc] [ 48 of 220] Compiling Text.Pandoc.Readers.Typst.Parsing
295.48 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.foldg ============
295.48 s
[algebraic-graphs] OK: foldg empty vertex overlay connect == id
295.48 s
[algebraic-graphs] OK: foldg empty vertex overlay (flip connect) == transpose
295.48 s
[algebraic-graphs] OK: foldg 1 (const 1) (+) (+) == size
295.48 s
[algebraic-graphs] OK: foldg True (const False) (&&) (&&) == isEmpty
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.isEmpty ============
295.48 s
[algebraic-graphs] OK: isEmpty empty == True
295.48 s
[algebraic-graphs] OK: isEmpty (overlay empty empty) == True
295.48 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
295.48 s
[algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
295.48 s
[algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.hasVertex ============
295.48 s
[algebraic-graphs] OK: hasVertex x empty == False
295.48 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
295.48 s
[algebraic-graphs] OK: hasVertex x . removeVertex x == const False
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.hasEdge ============
295.48 s
[algebraic-graphs] OK: hasEdge x y empty == False
295.48 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
295.48 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
295.48 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
295.48 s
[algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.vertexCount ============
295.48 s
[algebraic-graphs] OK: vertexCount empty == 0
295.48 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
295.48 s
[algebraic-graphs] OK: vertexCount == length . vertexList
295.48 s
[algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.edgeCount ============
295.48 s
[algebraic-graphs] OK: edgeCount empty == 0
295.48 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
295.48 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
295.48 s
[algebraic-graphs] OK: edgeCount == length . edgeList
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.vertexList ============
295.48 s
[algebraic-graphs] OK: vertexList empty == []
295.48 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
295.48 s
[algebraic-graphs] OK: vertexList . vertices == nub . sort
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.vertexSet ============
295.48 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
295.48 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
295.48 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.vertexIntSet ============
295.48 s
[algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
295.48 s
[algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
295.48 s
[algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
295.48 s
[algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
295.48 s
[algebraic-graphs]
295.48 s
[algebraic-graphs] ============ AdjacencyIntMap.edgeList ============
295.49 s
[algebraic-graphs] OK: edgeList empty == []
295.49 s
[algebraic-graphs] OK: edgeList (vertex x) == []
295.49 s
[algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
295.49 s
[algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
295.49 s
[algebraic-graphs] OK: edgeList . edges == nub . sort
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.edgeSet ============
295.49 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
295.49 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
295.49 s
[algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
295.49 s
[algebraic-graphs] OK: edgeSet . edges == Set.fromList
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.adjacencyList ============
295.49 s
[algebraic-graphs] OK: adjacencyList empty == []
295.49 s
[algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
295.49 s
[algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [])]
295.49 s
[algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, []), (2, [1,3]), (3, [])]
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.preSet ============
295.49 s
[algebraic-graphs] OK: preSet x empty == Set.empty
295.49 s
[algebraic-graphs] OK: preSet x (vertex x) == Set.empty
295.49 s
[algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
295.49 s
[algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.preIntSet ============
295.49 s
[algebraic-graphs] OK: preIntSet x empty == IntSet.empty
295.49 s
[algebraic-graphs] OK: preIntSet x (vertex x) == IntSet.empty
295.49 s
[algebraic-graphs] OK: preIntSet 1 (edge 1 2) == IntSet.empty
295.49 s
[algebraic-graphs] OK: preIntSet y (edge x y) == IntSet.fromList [x]
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.postSet ============
295.49 s
[algebraic-graphs] OK: postSet x empty == Set.empty
295.49 s
[algebraic-graphs] OK: postSet x (vertex x) == Set.empty
295.49 s
[algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
295.49 s
[algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.postIntSet ============
295.49 s
[algebraic-graphs] OK: postIntSet x empty == IntSet.empty
295.49 s
[algebraic-graphs] OK: postIntSet x (vertex x) == IntSet.empty
295.49 s
[algebraic-graphs] OK: postIntSet 2 (edge 1 2) == IntSet.empty
295.49 s
[algebraic-graphs] OK: postIntSet x (edge x y) == IntSet.fromList [y]
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.path ============
295.49 s
[algebraic-graphs] OK: path [] == empty
295.49 s
[algebraic-graphs] OK: path [x] == vertex x
295.49 s
[algebraic-graphs] OK: path [x,y] == edge x y
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.circuit ============
295.49 s
[algebraic-graphs] OK: circuit [] == empty
295.49 s
[algebraic-graphs] OK: circuit [x] == edge x x
295.49 s
[algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.clique ============
295.49 s
[algebraic-graphs] OK: clique [] == empty
295.49 s
[algebraic-graphs] OK: clique [x] == vertex x
295.49 s
[algebraic-graphs] OK: clique [x,y] == edge x y
295.49 s
[algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
295.49 s
[algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.biclique ============
295.49 s
[algebraic-graphs] OK: biclique [] [] == empty
295.49 s
[algebraic-graphs] OK: biclique [x] [] == vertex x
295.49 s
[algebraic-graphs] OK: biclique [] [y] == vertex y
295.49 s
[algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
295.49 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.star ============
295.49 s
[algebraic-graphs] OK: star x [] == vertex x
295.49 s
[algebraic-graphs] OK: star x [y] == edge x y
295.49 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
295.49 s
[algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.stars ============
295.49 s
[algebraic-graphs] OK: stars [] == empty
295.49 s
[algebraic-graphs] OK: stars [(x, [])] == vertex x
295.49 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
295.49 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
295.49 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
295.49 s
[algebraic-graphs] OK: stars . adjacencyList == id
295.49 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.tree ============
295.49 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
295.49 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
295.49 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
295.49 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.forest ============
295.49 s
[algebraic-graphs] OK: forest [] == empty
295.49 s
[algebraic-graphs] OK: forest [x] == tree x
295.49 s
[algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
295.49 s
[algebraic-graphs] OK: forest == overlays . map tree
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.removeVertex ============
295.49 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
295.49 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
295.49 s
[algebraic-graphs] OK: removeVertex x (edge x x) == empty
295.49 s
[algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
295.49 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.removeEdge ============
295.49 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
295.49 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
295.49 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
295.49 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
295.49 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.replaceVertex ============
295.49 s
[algebraic-graphs] OK: replaceVertex x x == id
295.49 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
295.49 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.mergeVertices ============
295.49 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
295.49 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
295.49 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
295.49 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.transpose ============
295.49 s
[algebraic-graphs] OK: transpose empty == empty
295.49 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
295.49 s
[algebraic-graphs] OK: transpose (edge x y) == edge y x
295.49 s
[algebraic-graphs] OK: transpose . transpose == id
295.49 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.gmap ============
295.49 s
[algebraic-graphs] OK: gmap f empty == empty
295.49 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
295.49 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
295.49 s
[algebraic-graphs] OK: gmap id == id
295.49 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.induce ============
295.49 s
[algebraic-graphs] OK: induce (const True ) x == x
295.49 s
[algebraic-graphs] OK: induce (const False) x == empty
295.49 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
295.49 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
295.49 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
295.49 s
[algebraic-graphs]
295.49 s
[algebraic-graphs] ============ AdjacencyIntMap.compose ============
295.49 s
[algebraic-graphs] OK: compose empty x == empty
295.49 s
[algebraic-graphs] OK: compose x empty == empty
295.49 s
[algebraic-graphs] OK: compose (vertex x) y == empty
295.49 s
[algebraic-graphs] OK: compose x (vertex y) == empty
295.49 s
[algebraic-graphs] OK: compose x (compose y z) == compose (compose x y) z
295.49 s
[algebraic-graphs] OK: compose x (overlay y z) == overlay (compose x y) (compose x z)
295.56 s
[pandoc] [ 49 of 220] Compiling Text.Pandoc.Class.PandocPure
295.74 s
[conduit-extra] Documentation created: dist/doc/html/conduit-extra/,
295.74 s
[conduit-extra] dist/doc/html/conduit-extra/conduit-extra.txt
295.86 s
[algebraic-graphs] OK: compose (overlay x y) z == overlay (compose x z) (compose y z)
295.86 s
[algebraic-graphs] OK: compose (edge x y) (edge y z) == edge x z
295.86 s
[algebraic-graphs] OK: compose (path [1..5]) (path [1..5]) == edges [(1,3),(2,4),(3,5)]
295.86 s
[algebraic-graphs] OK: compose (circuit [1..5]) (circuit [1..5]) == circuit [1,3,5,2,4]
295.86 s
[algebraic-graphs]
295.86 s
[algebraic-graphs] ============ AdjacencyIntMap.closure ============
295.86 s
[algebraic-graphs] OK: closure empty == empty
295.86 s
[algebraic-graphs] OK: closure (vertex x) == edge x x
295.86 s
[algebraic-graphs] OK: closure (edge x x) == edge x x
295.86 s
[algebraic-graphs] OK: closure (edge x y) == edges [(x,x), (x,y), (y,y)]
295.86 s
[algebraic-graphs] OK: closure (path $ nub xs) == reflexiveClosure (clique $ nub xs)
295.86 s
[algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
295.86 s
[algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
295.86 s
[algebraic-graphs] OK: closure . closure == closure
295.86 s
[algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
295.86 s
[algebraic-graphs]
295.86 s
[algebraic-graphs] ============ AdjacencyIntMap.reflexiveClosure ============
295.86 s
[algebraic-graphs] OK: reflexiveClosure empty == empty
295.86 s
[algebraic-graphs] OK: reflexiveClosure (vertex x) == edge x x
295.86 s
[algebraic-graphs] OK: reflexiveClosure (edge x x) == edge x x
295.86 s
[algebraic-graphs] OK: reflexiveClosure (edge x y) == edges [(x,x), (x,y), (y,y)]
295.86 s
[algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
295.86 s
[algebraic-graphs]
295.86 s
[algebraic-graphs] ============ AdjacencyIntMap.symmetricClosure ============
295.86 s
[algebraic-graphs] OK: symmetricClosure empty == empty
295.86 s
[algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
295.86 s
[algebraic-graphs] OK: symmetricClosure (edge x y) == edges [(x,y), (y,x)]
295.86 s
[algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
295.86 s
[algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
295.86 s
[algebraic-graphs]
295.86 s
[algebraic-graphs] ============ AdjacencyIntMap.transitiveClosure ============
295.86 s
[algebraic-graphs] OK: transitiveClosure empty == empty
295.86 s
[algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
295.86 s
[algebraic-graphs] OK: transitiveClosure (edge x y) == edge x y
295.86 s
[algebraic-graphs] OK: transitiveClosure (path $ nub xs) == clique (nub $ xs)
295.86 s
[algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
295.86 s
[algebraic-graphs]
295.86 s
[algebraic-graphs] ============ AdjacencyIntMap.bfsForest ============
295.86 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [0] == empty
295.86 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [1] == edge 1 2
295.86 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [2] == vertex 2
295.86 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [0,1,2] == vertices [1,2]
295.86 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [2,1,0] == vertices [1,2]
295.86 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 1) [1] == vertex 1
295.86 s
[algebraic-graphs] OK: isSubgraphOf (forest $ bfsForest x vs) x == True
295.86 s
[algebraic-graphs] OK: bfsForest x (vertexList x) == map ( -> Node v []) (nub $ vertexList x)
295.86 s
[algebraic-graphs] OK: bfsForest x [] == []
295.86 s
[algebraic-graphs] OK: bfsForest empty vs == []
295.86 s
[algebraic-graphs] OK: bfsForest (3 * (1 + 4) * (1 + 5)) [1,4] == <correct result>
295.86 s
[algebraic-graphs] OK: forest $ bfsForest (circuit [1..5] + circuit [5,4..1]) [3] == path [3,2,1] + path [3,4,5]
295.86 s
[algebraic-graphs]
295.86 s
[algebraic-graphs] ============ AdjacencyIntMap.bfs ============
295.86 s
[algebraic-graphs] OK: bfs (edge 1 2) [0] == []
295.86 s
[algebraic-graphs] OK: bfs (edge 1 2) [1] == [[1], [2]]
295.86 s
[algebraic-graphs] OK: bfs (edge 1 2) [2] == [[2]]
295.86 s
[algebraic-graphs] OK: bfs (edge 1 2) [1,2] == [[1,2]]
295.86 s
[algebraic-graphs] OK: bfs (edge 1 2) [2,1] == [[2,1]]
295.86 s
[algebraic-graphs] OK: bfs (edge 1 1) [1] == [[1]]
295.86 s
[algebraic-graphs] OK: bfs empty vs == []
295.86 s
[algebraic-graphs] OK: bfs x [] == []
295.86 s
[algebraic-graphs] OK: bfs (1 * 2 + 3 * 4 + 5 * 6) [1,2] == [[1,2]]
295.86 s
[algebraic-graphs] OK: bfs (1 * 2 + 3 * 4 + 5 * 6) [1,3] == [[1,3], [2,4]]
295.86 s
[algebraic-graphs] OK: bfs (3 * (1 + 4) * (1 + 5)) [3] == [[3], [1,4,5]]
295.86 s
[algebraic-graphs] OK: bfs (circuit [1..5] + circuit [5,4..1]) [2] == [[2], [1,3], [5,4]]
295.86 s
[algebraic-graphs] OK: concat $ bfs (circuit [1..5] + circuit [5,4..1]) [3] == [3,2,4,1,5]
295.86 s
[algebraic-graphs] OK: map concat . transpose . map levels . bfsForest x == bfs x
295.86 s
[algebraic-graphs]
295.86 s
[algebraic-graphs] ============ AdjacencyIntMap.dfsForest ============
295.86 s
[algebraic-graphs] OK: forest $ dfsForest empty == empty
295.86 s
[algebraic-graphs] OK: forest $ dfsForest (edge 1 1) == vertex 1
295.86 s
[algebraic-graphs] OK: forest $ dfsForest (edge 1 2) == edge 1 2
295.86 s
[algebraic-graphs] OK: forest $ dfsForest (edge 2 1) == vertices [1,2]
295.86 s
[algebraic-graphs] OK: isSubgraphOf (forest $ dfsForest x) x == True
295.86 s
[algebraic-graphs] OK: isDfsForestOf (dfsForest x) x == True
295.86 s
[algebraic-graphs] OK: dfsForest . forest . dfsForest == dfsForest
295.86 s
[algebraic-graphs] OK: dfsForest (vertices vs) == map (\v -> Node v []) (nub $ sort vs)
295.86 s
[algebraic-graphs] OK: dfsForest $ 3 * (1 + 4) * (1 + 5) == <correct result>
295.86 s
[algebraic-graphs] OK: forest (dfsForest $ circuit [1..5] + circuit [5,4..1]) == path [1,2,3,4,5]
295.86 s
[algebraic-graphs]
295.86 s
[algebraic-graphs] ============ AdjacencyIntMap.dfsForestFrom ============
295.86 s
[algebraic-graphs] OK: forest $ dfsForestFrom empty vs == empty
295.86 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 1) [1] == vertex 1
295.86 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [0] == empty
295.86 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [1] == edge 1 2
295.86 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [2] == vertex 2
295.86 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [1,2] == edge 1 2
295.86 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [2,1] == vertices [1,2]
295.86 s
[algebraic-graphs] OK: isSubgraphOf (forest $ dfsForestFrom x vs) x == True
295.86 s
[algebraic-graphs] OK: isDfsForestOf (dfsForestFrom x (vertexList x)) x == True
295.86 s
[algebraic-graphs] OK: dfsForestFrom x (vertexList x) == dfsForest x
295.86 s
[algebraic-graphs] OK: dfsForestFrom x [] == []
295.87 s
[algebraic-graphs] OK: dfsForestFrom (3 * (1 + 4) * (1 + 5)) [1,4] == <correct result>
295.87 s
[algebraic-graphs] OK: forest $ dfsForestFrom (circuit [1..5] + circuit [5,4..1]) [3] == path [3,2,1,5,4]
295.87 s
[algebraic-graphs]
295.87 s
[algebraic-graphs] ============ AdjacencyIntMap.dfs ============
295.87 s
[algebraic-graphs] OK: dfs empty vs == []
295.87 s
[algebraic-graphs] OK: dfs (edge 1 1) [1] == [1]
295.87 s
[algebraic-graphs] OK: dfs (edge 1 2) [0] == []
295.87 s
[algebraic-graphs] OK: dfs (edge 1 2) [1] == [1,2]
295.87 s
[algebraic-graphs] OK: dfs (edge 1 2) [2] == [2]
295.87 s
[algebraic-graphs] OK: dfs (edge 1 2) [1,2] == [1,2]
295.87 s
[algebraic-graphs] OK: dfs (edge 1 2) [2,1] == [2,1]
295.87 s
[algebraic-graphs] OK: dfs x [] == []
295.87 s
[algebraic-graphs]
295.87 s
[algebraic-graphs] OK: and [ hasVertex v x | v <- dfs x vs ] == True
295.87 s
[algebraic-graphs] OK: dfs (3 * (1 + 4) * (1 + 5)) [1,4] == [1,5,4]
295.87 s
[algebraic-graphs] OK: dfs (circuit [1..5] + circuit [5,4..1]) [3] == [3,2,1,5,4]
295.87 s
[algebraic-graphs]
295.87 s
[algebraic-graphs] ============ AdjacencyIntMap.dfs ============
295.87 s
[algebraic-graphs] OK: reachable empty x == []
295.87 s
[algebraic-graphs] OK: reachable (vertex 1) 1 == [1]
295.87 s
[algebraic-graphs] OK: reachable (edge 1 1) 1 == [1]
295.87 s
[algebraic-graphs] OK: reachable (edge 1 2) 0 == []
295.87 s
[algebraic-graphs] OK: reachable (edge 1 2) 1 == [1,2]
295.87 s
[algebraic-graphs] OK: reachable (edge 1 2) 2 == [2]
295.87 s
[algebraic-graphs] OK: reachable (path [1..8] ) 4 == [4..8]
295.87 s
[algebraic-graphs] OK: reachable (circuit [1..8] ) 4 == [4..8] ++ [1..3]
295.87 s
[algebraic-graphs] OK: reachable (clique [8,7..1]) 8 == [8] ++ [1..7]
295.87 s
[algebraic-graphs]
295.87 s
[algebraic-graphs] OK: and [ hasVertex v x | v <- reachable x y ] == True
295.87 s
[algebraic-graphs]
295.87 s
[algebraic-graphs] ============ AdjacencyIntMap.topSort ============
295.87 s
[algebraic-graphs] OK: topSort (1 * 2 + 3 * 1) == Right [3,1,2]
295.87 s
[algebraic-graphs] OK: topSort (path [1..5]) == Right [1..5]
295.87 s
[algebraic-graphs] OK: topSort (3 * (1 * 4 + 2 * 5)) == Right [3,1,2,4,5]
295.87 s
[algebraic-graphs] OK: topSort (1 * 2 + 2 * 1) == Left (2 :| [1])
295.87 s
[algebraic-graphs] OK: topSort (path [5,4..1] + edge 2 4) == Left (4 :| [3,2])
295.87 s
[algebraic-graphs] OK: topSort (circuit [1..5]) == Left (3 :| [1,2])
295.87 s
[algebraic-graphs] OK: topSort (circuit [1..3] + circuit [3,2,1]) == Left (3 :| [2])
295.87 s
[algebraic-graphs] OK: topSort (1 * 2 + (5 + 2) * 1 + 3 * 4 * 3) == Left (1 :| [2])
295.87 s
[algebraic-graphs] OK: fmap (flip isTopSortOf x) (topSort x) /= Right False
295.87 s
[algebraic-graphs] OK: topSort . vertices == Right . nub . sort
295.87 s
[algebraic-graphs]
295.87 s
[algebraic-graphs] ============ AdjacencyIntMap.testIsAcyclic ============
295.87 s
[algebraic-graphs] OK: isAcyclic (1 * 2 + 3 * 1) == True
295.87 s
[algebraic-graphs] OK: isAcyclic (1 * 2 + 2 * 1) == False
295.87 s
[algebraic-graphs] OK: isAcyclic . circuit == null
295.87 s
[algebraic-graphs] OK: isAcyclic == isRight . topSort
295.87 s
[algebraic-graphs]
295.87 s
[algebraic-graphs] ============ AdjacencyIntMap.isDfsForestOf ============
295.87 s
[algebraic-graphs] OK: isDfsForestOf [] empty == True
295.87 s
[algebraic-graphs] OK: isDfsForestOf [] (vertex 1) == False
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 []] (vertex 1) == True
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 []] (vertex 2) == False
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 1 []] (vertex 1) == False
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 []] (edge 1 1) == True
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 []] (edge 1 2) == False
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 []] (edge 1 2) == False
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 2 [], Node 1 []] (edge 1 2) == True
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 []]] (edge 1 2) == True
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 []] (vertices [1,2]) == True
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 2 [], Node 1 []] (vertices [1,2]) == True
295.87 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 []]] (vertices [1,2]) == False
295.87 s
[conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.7...
295.87 s
[conduit-extra] Phase: installPhase
296.01 s
[conduit-extra] Installing library in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/conduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv
296.05 s
[pandoc] [ 50 of 220] Compiling Text.Pandoc.Class.Sandbox
296.15 s
[pandoc] [ 51 of 220] Compiling Text.Pandoc.Class.IO
296.15 s
[pandoc] [ 52 of 220] Compiling Text.Pandoc.Class.PandocIO
296.45 s
[pandoc] [ 53 of 220] Compiling Text.Pandoc.Class
296.49 s
[pandoc] [ 54 of 220] Compiling Text.Pandoc.Highlighting
296.58 s
[conduit-extra] Phase: fixupPhase
296.63 s
[conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7
296.63 s
[conduit-extra] shrinking /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHSconduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv-ghc9.10.1.so
296.66 s
[conduit-extra] checking for references to /build/ in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7...
296.69 s
[conduit-extra] patching script interpreter paths in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7
296.70 s
[conduit-extra] stripping (with command strip and flags -S -p) in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7/lib
296.92 s
[conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc
296.93 s
[conduit-extra] checking for references to /build/ in /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc...
296.95 s
[conduit-extra] patching script interpreter paths in /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc
297.20 s
[conduit-extra:post-build] Uploading to cachix cache "sellout": /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7
298.46 s
[conduit-extra:post-build] Pushing 2 paths (128 are already present) using zstd to cache sellout ⏳
298.46 s
[conduit-extra:post-build]
298.84 s
[conduit-extra:post-build] Pushing /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7 (5.05 MiB)
299.03 s
[conduit-extra:post-build] Pushing /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc (2.13 MiB)
300.10 s
[conduit-extra:post-build]
300.10 s
[conduit-extra:post-build] All done.
300.31 s
[conduit-extra:post-build] Uploading to the NixCI cache: /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7
300.88 s
[conduit-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
301.24 s
[conduit-extra:post-build] copying 2 paths...
301.33 s
[conduit-extra:post-build] copying path '/nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc' to 'https://cache.nix-ci.com'...
301.87 s
[conduit-extra:post-build] copying path '/nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7' to 'https://cache.nix-ci.com'...
304.21 s
[conduit-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
304.70 s
[conduit-extra:post-build] copying 45 paths...
304.70 s
[conduit-extra:post-build] copying path '/nix/store/2zj9aqclaq2vxr39vybirjlhi8hrzk29-quickcheck-unicode-1.0.1.0.drv' to 'https://cache.nix-ci.com'...
304.70 s
[conduit-extra:post-build] copying path '/nix/store/50mlh2cmgvmrw53kba40gl3gjs78br2i-primitive-addr-0.1.0.3.drv' to 'https://cache.nix-ci.com'...
304.71 s
[conduit-extra:post-build] copying path '/nix/store/92df49fh61ijc3964z9q0afvdx0h1g67-split-0.2.5.drv' to 'https://cache.nix-ci.com'...
304.71 s
[conduit-extra:post-build] copying path '/nix/store/mx9nkzw943d4yskmgrrpyw3f03j89z12-dlist-1.0.drv' to 'https://cache.nix-ci.com'...
304.72 s
[conduit-extra:post-build] copying path '/nix/store/w5i1z33winyvj3wwql7rxagz7j3birz0-ghc-paths-0.1.0.12.drv' to 'https://cache.nix-ci.com'...
304.72 s
[conduit-extra:post-build] copying path '/nix/store/bab8saia68vm2q8pix5jzq9qp59sp8qh-safe-0.3.21.drv' to 'https://cache.nix-ci.com'...
304.72 s
[conduit-extra:post-build] copying path '/nix/store/ssb9sz614mj9yaccmrkrf1njj4k2x6xs-character-ps-0.1.drv' to 'https://cache.nix-ci.com'...
304.72 s
[conduit-extra:post-build] copying path '/nix/store/a6vxja24di6ywm0a9wpffn1ag76yf136-StateVar-1.2.2.drv' to 'https://cache.nix-ci.com'...
304.82 s
[conduit-extra:post-build] copying path '/nix/store/pfdj7fksd0d7m896yr5fh18pgl64ms6j-th-compat-0.1.6.drv' to 'https://cache.nix-ci.com'...
304.83 s
[conduit-extra:post-build] copying path '/nix/store/qwaz98lak91klknnqr1b9r1xnlhlw6y5-unliftio-0.2.25.1.drv' to 'https://cache.nix-ci.com'...
304.84 s
[conduit-extra:post-build] copying path '/nix/store/szvfrfmp5z01p4048px49cm2wnpfsbkf-generically-0.1.1.drv' to 'https://cache.nix-ci.com'...
304.84 s
[conduit-extra:post-build] copying path '/nix/store/9qjpwzfwp4xldy30szjq3agcs5nnil24-integer-conversion-0.1.1.drv' to 'https://cache.nix-ci.com'...
304.84 s
[conduit-extra:post-build] copying path '/nix/store/g5fiwgz3bymcg7mgsyxnrxk4x7d24m2q-test-framework-quickcheck2-0.3.0.6.drv' to 'https://cache.nix-ci.com'...
304.86 s
[conduit-extra:post-build] copying path '/nix/store/866xpfb38g7pyldvf2bmdik3mczxrmbj-quickcheck-classes-base-0.6.2.0.drv' to 'https://cache.nix-ci.com'...
304.86 s
[conduit-extra:post-build] copying path '/nix/store/7z4r93symp0kzhj8115agsx0ly1if24f-indexed-traversable-0.1.4.drv' to 'https://cache.nix-ci.com'...
305.07 s
[conduit-extra:post-build] copying path '/nix/store/nx4h159dps3ygp43xksikj6p1g2jc2sy-contravariant-1.5.5.drv' to 'https://cache.nix-ci.com'...
305.11 s
[conduit-extra:post-build] copying path '/nix/store/9dzmcq8vhayvxi3785400b3xlgssj8bw-doctest-0.22.6.drv' to 'https://cache.nix-ci.com'...
305.16 s
[conduit-extra:post-build] copying path '/nix/store/gvhp5qf3ibvyhvqcg9cj5fnxwl1lhmj0-comonad-5.0.9.drv' to 'https://cache.nix-ci.com'...
305.18 s
[conduit-extra:post-build] copying path '/nix/store/hmsd4b3za01w3midslg41hng0dxakhgn-Diff-0.5.drv' to 'https://cache.nix-ci.com'...
305.19 s
[conduit-extra:post-build] copying path '/nix/store/l02mg0bhla68yydl4yxv0971pjzd40f7-base16-bytestring-1.0.2.0.drv' to 'https://cache.nix-ci.com'...
305.19 s
[conduit-extra:post-build] copying path '/nix/store/nq064bk0zvkfppxji71z6x4xmnmmvl67-base64-bytestring-1.2.1.0.drv' to 'https://cache.nix-ci.com'...
305.20 s
[conduit-extra:post-build] copying path '/nix/store/m8pasgbhn6gjhs48lk01vsnrmg5lycim-network-uri-2.6.4.2.drv' to 'https://cache.nix-ci.com'...
305.40 s
[conduit-extra:post-build] copying path '/nix/store/1nqaxrsr5rismxp92r43dl38j3l07v6r-bifunctors-5.6.2.drv' to 'https://cache.nix-ci.com'...
305.41 s
[conduit-extra:post-build] copying path '/nix/store/w1mkcgjw26m8ygdkqq9rv5xf179p2gzc-vector-0.13.2.0.drv' to 'https://cache.nix-ci.com'...
305.44 s
[conduit-extra:post-build] copying path '/nix/store/f6mk9fsm9v65cnr8s4r0k848ps0nzx7j-typed-process-0.2.13.0.drv' to 'https://cache.nix-ci.com'...
305.62 s
[conduit-extra:post-build] copying path '/nix/store/gp8q54w8d51h2zwiybzycbzr4xy47cm0-profunctors-5.6.2.drv' to 'https://cache.nix-ci.com'...
305.67 s
[conduit-extra:post-build] copying path '/nix/store/adp22r7a2nc2l70q7xp7mb4qvnpm6s4k-nothunks-0.3.0.0.drv' to 'https://cache.nix-ci.com'...
305.67 s
[conduit-extra:post-build] copying path '/nix/store/wyildjayr11dihy3wp1v8xy7aqld0hal-attoparsec-0.14.4.drv' to 'https://cache.nix-ci.com'...
305.68 s
[conduit-extra:post-build] copying path '/nix/store/j3xzcmywwbjpigj4l1qja31116i1s3wl-tasty-golden-2.3.5.drv' to 'https://cache.nix-ci.com'...
305.89 s
[conduit-extra:post-build] copying path '/nix/store/2kks5qr3xkn03xydfwlmxxhm0938k609-unordered-containers-0.2.20.drv' to 'https://cache.nix-ci.com'...
306.14 s
[conduit-extra:post-build] copying path '/nix/store/2j68f32qmlaifhmgd3lazkg7hlm8r54g-semigroupoids-6.0.1.drv' to 'https://cache.nix-ci.com'...
306.15 s
[conduit-extra:post-build] copying path '/nix/store/nndrfhvdjj9z2fpyyqxmykanhb0wzg7p-semirings-0.7.drv' to 'https://cache.nix-ci.com'...
306.15 s
[conduit-extra:post-build] copying path '/nix/store/rdz31696834801xxj36b2jbbh26pzl1c-quickcheck-instances-0.3.32.drv' to 'https://cache.nix-ci.com'...
306.37 s
[conduit-extra:post-build] copying path '/nix/store/5x1k8m1ay4rdc24vcgnkzvwkfc257ys7-foldl-1.4.18.drv' to 'https://cache.nix-ci.com'...
306.41 s
[conduit-extra:post-build] copying path '/nix/store/d68sxmxawdb31r33k0mpwxd5kmj6hcfr-text-iso8601-0.1.1.drv' to 'https://cache.nix-ci.com'...
306.41 s
[conduit-extra:post-build] copying path '/nix/store/w7zd68r10iyhxha60m6v1j2l6whi005l-indexed-traversable-instances-0.1.2.drv' to 'https://cache.nix-ci.com'...
306.61 s
[conduit-extra:post-build] copying path '/nix/store/0yyf99faxx0hfavsaih66vp0n3r6jh83-semialign-1.3.1.drv' to 'https://cache.nix-ci.com'...
306.61 s
[conduit-extra:post-build] copying path '/nix/store/f6bddnzjg3c3qzk4gr21w5ag8b66s2jw-witherable-0.5.drv' to 'https://cache.nix-ci.com'...
306.84 s
[conduit-extra:post-build] copying path '/nix/store/52lrd5rfzg85zwcmgp6x03j466ppa3qk-aeson-2.2.3.0.drv' to 'https://cache.nix-ci.com'...
307.08 s
[conduit-extra:post-build] copying path '/nix/store/lz6k97lf6qlxdw7wic6mv287r63r681i-quickcheck-classes-0.6.5.0.drv' to 'https://cache.nix-ci.com'...
307.31 s
[conduit-extra:post-build] copying path '/nix/store/km08myhy82amqbdaligjrqvzb0pvshvh-bitvec-1.1.5.0.drv' to 'https://cache.nix-ci.com'...
307.53 s
[conduit-extra:post-build] copying path '/nix/store/wysbcx68p551icm465mhf8c5524301vk-vector-algorithms-0.9.1.0.drv' to 'https://cache.nix-ci.com'...
308.04 s
[conduit-extra:post-build] copying path '/nix/store/kpglb6w3zk2dcqb9zic1yfswd1s006ih-mono-traversable-1.0.21.0.drv' to 'https://cache.nix-ci.com'...
308.26 s
[conduit-extra:post-build] copying path '/nix/store/qlw1yhsr4bq8izn5lxyqs9fgss75bzl3-conduit-1.3.6.1.drv' to 'https://cache.nix-ci.com'...
308.47 s
[conduit-extra:post-build] copying path '/nix/store/i2g1rn1gvrwlx9ikhclcgrpxnb5h3zxj-conduit-extra-1.3.7.drv' to 'https://cache.nix-ci.com'...
309.01 s
Progress: 14 of 33 built (2 building), 529 of 529 downloaded from cache
309.11 s
Building /nix/store/8m9ym6jsf998l7sg6jaywbyal92ia0pj-hie-bios-0.14.0.drv
309.11 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 [Node 3 []]]] (path [1,2,3]) == True
309.11 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 3 [Node 2 []]]] (path [1,2,3]) == False
309.11 s
[algebraic-graphs] OK: isDfsForestOf [Node 3 [], Node 1 [Node 2 []]] (path [1,2,3]) == True
309.11 s
[algebraic-graphs] OK: isDfsForestOf [Node 2 [Node 3 []], Node 1 []] (path [1,2,3]) == True
309.11 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 [Node 3 []]] (path [1,2,3]) == False
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyIntMap.isTopSortOf ============
309.11 s
[algebraic-graphs] OK: isTopSortOf [3,1,2] (1 * 2 + 3 * 1) == True
309.11 s
[algebraic-graphs] OK: isTopSortOf [1,2,3] (1 * 2 + 3 * 1) == False
309.11 s
[algebraic-graphs] OK: isTopSortOf [] (1 * 2 + 3 * 1) == False
309.11 s
[algebraic-graphs] OK: isTopSortOf [] empty == True
309.11 s
[algebraic-graphs] OK: isTopSortOf [x] (vertex x) == True
309.11 s
[algebraic-graphs] OK: isTopSortOf [x] (edge x x) == False
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap ============
309.11 s
[algebraic-graphs] OK: Axioms of graphs
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.consistent ============
309.11 s
[algebraic-graphs] OK: Consistency of the Arbitrary instance
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] OK: consistent empty == True
309.11 s
[algebraic-graphs] OK: consistent (vertex x) == True
309.11 s
[algebraic-graphs] OK: consistent (overlay x y) == True
309.11 s
[algebraic-graphs] OK: consistent (connect x y) == True
309.11 s
[algebraic-graphs] OK: consistent (edge x y) == True
309.11 s
[algebraic-graphs] OK: consistent (edges xs) == True
309.11 s
[algebraic-graphs] OK: consistent (stars xs) == True
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.Show ============
309.11 s
[algebraic-graphs] OK: show (empty ) == "empty"
309.11 s
[algebraic-graphs] OK: show (1 ) == "vertex 1"
309.11 s
[algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
309.11 s
[algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
309.11 s
[algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
309.11 s
[algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
309.11 s
[algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
309.11 s
[algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
309.11 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
309.11 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.Ord ============
309.11 s
[algebraic-graphs] OK: vertex 1 < vertex 2
309.11 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
309.11 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
309.11 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
309.11 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
309.11 s
[algebraic-graphs] OK: edge 1 2 < edge 1 3
309.11 s
[algebraic-graphs] OK: x <= x + y
309.11 s
[algebraic-graphs] OK: x + y <= x * y
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.empty ============
309.11 s
[algebraic-graphs] OK: isEmpty empty == True
309.11 s
[algebraic-graphs] OK: hasVertex x empty == False
309.11 s
[algebraic-graphs] OK: vertexCount empty == 0
309.11 s
[algebraic-graphs] OK: edgeCount empty == 0
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.vertex ============
309.11 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
309.11 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
309.11 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
309.11 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.edge ============
309.11 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
309.11 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
309.11 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
309.11 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
309.11 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.overlay ============
309.11 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
309.11 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
309.11 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
309.11 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
309.11 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
309.11 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
309.11 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
309.11 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.connect ============
309.11 s
[algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
309.11 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
309.11 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
309.11 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
309.11 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
309.11 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
309.11 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
309.11 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
309.11 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
309.11 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.vertices ============
309.11 s
[algebraic-graphs] OK: vertices [] == empty
309.11 s
[algebraic-graphs] OK: vertices [x] == vertex x
309.11 s
[algebraic-graphs] OK: vertices == overlays . map vertex
309.11 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
309.11 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
309.11 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.edges ============
309.11 s
[algebraic-graphs] OK: edges [] == empty
309.11 s
[pandoc] [ 55 of 220] Compiling Text.Pandoc.Options
309.11 s
[pandoc] [ 56 of 220] Compiling Text.Pandoc.Transforms
309.11 s
[pandoc] [ 57 of 220] Compiling Text.Pandoc.Readers.ODT
309.11 s
[pandoc] [ 58 of 220] Compiling Text.Pandoc.Readers.Native
309.11 s
[pandoc] [ 59 of 220] Compiling Text.Pandoc.Readers.Haddock
309.11 s
[pandoc] [ 60 of 220] Compiling Text.Pandoc.Readers.EndNote
309.11 s
[pandoc] [ 61 of 220] Compiling Text.Pandoc.Readers.Djot
309.11 s
[pandoc] [ 62 of 220] Compiling Text.Pandoc.Readers.CslJson
309.11 s
[pandoc] [ 63 of 220] Compiling Text.Pandoc.Parsing.Capabilities
309.11 s
[pandoc] [ 64 of 220] Compiling Text.Pandoc.Parsing.State
309.11 s
[pandoc] [ 65 of 220] Compiling Text.Pandoc.Parsing.Lists
309.11 s
[algebraic-graphs] OK: edges [(x,y)] == edge x y
309.11 s
[algebraic-graphs] OK: edges == overlays . map (uncurry edge)
309.11 s
[algebraic-graphs] OK: edgeCount . edges == length . nub
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.overlays ============
309.11 s
[algebraic-graphs] OK: overlays [] == empty
309.11 s
[algebraic-graphs] OK: overlays [x] == x
309.11 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
309.11 s
[algebraic-graphs] OK: overlays == foldr overlay empty
309.11 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.connects ============
309.11 s
[algebraic-graphs] OK: connects [] == empty
309.11 s
[algebraic-graphs] OK: connects [x] == x
309.11 s
[algebraic-graphs] OK: connects [x,y] == connect x y
309.11 s
[algebraic-graphs] OK: connects == foldr connect empty
309.11 s
[algebraic-graphs] OK: isEmpty . connects == all isEmpty
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.fromAdjacencySets ============
309.11 s
[algebraic-graphs] OK: fromAdjacencySets [] == empty
309.11 s
[algebraic-graphs] OK: fromAdjacencySets [(x, Set.empty)] == vertex x
309.11 s
[algebraic-graphs] OK: fromAdjacencySets [(x, Set.singleton y)] == edge x y
309.11 s
[algebraic-graphs] OK: fromAdjacencySets . map (fmap Set.fromList) == stars
309.11 s
[algebraic-graphs] OK: overlay (fromAdjacencySets xs) (fromAdjacencySets ys) == fromAdjacencySets (xs ++ ys)
309.11 s
[algebraic-graphs]
309.11 s
[algebraic-graphs] ============ AdjacencyMap.isSubgraphOf ============
309.12 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
309.12 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
309.12 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
309.12 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
309.12 s
[algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
309.12 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.toGraph et al. ============
309.12 s
[algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
309.12 s
[algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
309.12 s
[algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
309.12 s
[algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
309.12 s
[algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
309.12 s
[algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
309.12 s
[algebraic-graphs] OK: vertexCount == Set.size . vertexSet
309.12 s
[algebraic-graphs] OK: edgeCount == Set.size . edgeSet
309.12 s
[algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
309.12 s
[algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
309.12 s
[algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
309.12 s
[algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
309.12 s
[algebraic-graphs] OK: edgeSet == Algebra.Graph.AdjacencyMap.edgeSet . foldg empty vertex overlay connect
309.12 s
[algebraic-graphs] OK: preSet x == Algebra.Graph.AdjacencyMap.preSet x . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: preIntSet x == Algebra.Graph.AdjacencyIntMap.preIntSet x . toAdjacencyIntMap
309.12 s
[algebraic-graphs] OK: postSet x == Algebra.Graph.AdjacencyMap.postSet x . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: postIntSet x == Algebra.Graph.AdjacencyIntMap.postIntSet x . toAdjacencyIntMap
309.12 s
[algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
309.12 s
[algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
309.12 s
[algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
309.12 s
[algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
309.12 s
[algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
309.12 s
[algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
309.12 s
[algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
309.12 s
[algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
309.12 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.foldg ============
309.12 s
[algebraic-graphs] OK: foldg empty vertex overlay connect == id
309.12 s
[algebraic-graphs] OK: foldg empty vertex overlay (flip connect) == transpose
309.12 s
[algebraic-graphs] OK: foldg 1 (const 1) (+) (+) == size
309.12 s
[algebraic-graphs] OK: foldg True (const False) (&&) (&&) == isEmpty
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.isEmpty ============
309.12 s
[algebraic-graphs] OK: isEmpty empty == True
309.12 s
[algebraic-graphs] OK: isEmpty (overlay empty empty) == True
309.12 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
309.12 s
[algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
309.12 s
[algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.hasVertex ============
309.12 s
[algebraic-graphs] OK: hasVertex x empty == False
309.12 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
309.12 s
[algebraic-graphs] OK: hasVertex x . removeVertex x == const False
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.hasEdge ============
309.12 s
[algebraic-graphs] OK: hasEdge x y empty == False
309.12 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
309.12 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
309.12 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
309.12 s
[algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.vertexCount ============
309.12 s
[algebraic-graphs] OK: vertexCount empty == 0
309.12 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
309.12 s
[algebraic-graphs] OK: vertexCount == length . vertexList
309.12 s
[algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.edgeCount ============
309.12 s
[algebraic-graphs] OK: edgeCount empty == 0
309.12 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
309.12 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
309.12 s
[algebraic-graphs] OK: edgeCount == length . edgeList
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.vertexList ============
309.12 s
[algebraic-graphs] OK: vertexList empty == []
309.12 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
309.12 s
[algebraic-graphs] OK: vertexList . vertices == nub . sort
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.vertexSet ============
309.12 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
309.12 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
309.12 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.vertexIntSet ============
309.12 s
[algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
309.12 s
[algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
309.12 s
[algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
309.12 s
[algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.edgeList ============
309.12 s
[algebraic-graphs] OK: edgeList empty == []
309.12 s
[algebraic-graphs] OK: edgeList (vertex x) == []
309.12 s
[algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
309.12 s
[algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
309.12 s
[algebraic-graphs] OK: edgeList . edges == nub . sort
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.edgeSet ============
309.12 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
309.12 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
309.12 s
[algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
309.12 s
[algebraic-graphs] OK: edgeSet . edges == Set.fromList
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.adjacencyList ============
309.12 s
[algebraic-graphs] OK: adjacencyList empty == []
309.12 s
[algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
309.12 s
[algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [])]
309.12 s
[algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, []), (2, [1,3]), (3, [])]
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.preSet ============
309.12 s
[algebraic-graphs] OK: preSet x empty == Set.empty
309.12 s
[algebraic-graphs] OK: preSet x (vertex x) == Set.empty
309.12 s
[algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
309.12 s
[algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.preIntSet ============
309.12 s
[algebraic-graphs] OK: preIntSet x empty == IntSet.empty
309.12 s
[algebraic-graphs] OK: preIntSet x (vertex x) == IntSet.empty
309.12 s
[algebraic-graphs] OK: preIntSet 1 (edge 1 2) == IntSet.empty
309.12 s
[algebraic-graphs] OK: preIntSet y (edge x y) == IntSet.fromList [x]
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.postSet ============
309.12 s
[algebraic-graphs] OK: postSet x empty == Set.empty
309.12 s
[algebraic-graphs] OK: postSet x (vertex x) == Set.empty
309.12 s
[algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
309.12 s
[algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.postIntSet ============
309.12 s
[algebraic-graphs] OK: postIntSet x empty == IntSet.empty
309.12 s
[algebraic-graphs] OK: postIntSet x (vertex x) == IntSet.empty
309.12 s
[algebraic-graphs] OK: postIntSet 2 (edge 1 2) == IntSet.empty
309.12 s
[algebraic-graphs] OK: postIntSet x (edge x y) == IntSet.fromList [y]
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.path ============
309.12 s
[algebraic-graphs] OK: path [] == empty
309.12 s
[algebraic-graphs] OK: path [x] == vertex x
309.12 s
[algebraic-graphs] OK: path [x,y] == edge x y
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.circuit ============
309.12 s
[algebraic-graphs] OK: circuit [] == empty
309.12 s
[algebraic-graphs] OK: circuit [x] == edge x x
309.12 s
[algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.clique ============
309.12 s
[algebraic-graphs] OK: clique [] == empty
309.12 s
[algebraic-graphs] OK: clique [x] == vertex x
309.12 s
[algebraic-graphs] OK: clique [x,y] == edge x y
309.12 s
[algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
309.12 s
[algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.biclique ============
309.12 s
[algebraic-graphs] OK: biclique [] [] == empty
309.12 s
[algebraic-graphs] OK: biclique [x] [] == vertex x
309.12 s
[algebraic-graphs] OK: biclique [] [y] == vertex y
309.12 s
[algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
309.12 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.star ============
309.12 s
[algebraic-graphs] OK: star x [] == vertex x
309.12 s
[algebraic-graphs] OK: star x [y] == edge x y
309.12 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
309.12 s
[algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.stars ============
309.12 s
[algebraic-graphs] OK: stars [] == empty
309.12 s
[algebraic-graphs] OK: stars [(x, [])] == vertex x
309.12 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
309.12 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
309.12 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
309.12 s
[algebraic-graphs] OK: stars . adjacencyList == id
309.12 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.tree ============
309.12 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
309.12 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
309.12 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
309.12 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.forest ============
309.12 s
[algebraic-graphs] OK: forest [] == empty
309.12 s
[algebraic-graphs] OK: forest [x] == tree x
309.12 s
[algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
309.12 s
[algebraic-graphs] OK: forest == overlays . map tree
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.removeVertex ============
309.12 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
309.12 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
309.12 s
[algebraic-graphs] OK: removeVertex x (edge x x) == empty
309.12 s
[algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
309.12 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.removeEdge ============
309.12 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
309.12 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
309.12 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
309.12 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
309.12 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.replaceVertex ============
309.12 s
[algebraic-graphs] OK: replaceVertex x x == id
309.12 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
309.12 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.mergeVertices ============
309.12 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
309.12 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
309.12 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
309.12 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.transpose ============
309.12 s
[algebraic-graphs] OK: transpose empty == empty
309.12 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
309.12 s
[algebraic-graphs] OK: transpose (edge x y) == edge y x
309.12 s
[algebraic-graphs] OK: transpose . transpose == id
309.12 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.gmap ============
309.12 s
[algebraic-graphs] OK: gmap f empty == empty
309.12 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
309.12 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
309.12 s
[algebraic-graphs] OK: gmap id == id
309.12 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.induce ============
309.12 s
[algebraic-graphs] OK: induce (const True ) x == x
309.12 s
[algebraic-graphs] OK: induce (const False) x == empty
309.12 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
309.12 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
309.12 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.compose ============
309.12 s
[algebraic-graphs] OK: compose empty x == empty
309.12 s
[algebraic-graphs] OK: compose x empty == empty
309.12 s
[algebraic-graphs] OK: compose (vertex x) y == empty
309.12 s
[algebraic-graphs] OK: compose x (vertex y) == empty
309.12 s
[algebraic-graphs] OK: compose x (compose y z) == compose (compose x y) z
309.12 s
[algebraic-graphs] OK: compose x (overlay y z) == overlay (compose x y) (compose x z)
309.12 s
[algebraic-graphs] OK: compose (overlay x y) z == overlay (compose x z) (compose y z)
309.12 s
[algebraic-graphs] OK: compose (edge x y) (edge y z) == edge x z
309.12 s
[algebraic-graphs] OK: compose (path [1..5]) (path [1..5]) == edges [(1,3),(2,4),(3,5)]
309.12 s
[algebraic-graphs] OK: compose (circuit [1..5]) (circuit [1..5]) == circuit [1,3,5,2,4]
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.closure ============
309.12 s
[algebraic-graphs] OK: closure empty == empty
309.12 s
[algebraic-graphs] OK: closure (vertex x) == edge x x
309.12 s
[algebraic-graphs] OK: closure (edge x x) == edge x x
309.12 s
[algebraic-graphs] OK: closure (edge x y) == edges [(x,x), (x,y), (y,y)]
309.12 s
[algebraic-graphs] OK: closure (path $ nub xs) == reflexiveClosure (clique $ nub xs)
309.12 s
[algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
309.12 s
[algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
309.12 s
[algebraic-graphs] OK: closure . closure == closure
309.12 s
[algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.reflexiveClosure ============
309.12 s
[algebraic-graphs] OK: reflexiveClosure empty == empty
309.12 s
[algebraic-graphs] OK: reflexiveClosure (vertex x) == edge x x
309.12 s
[algebraic-graphs] OK: reflexiveClosure (edge x x) == edge x x
309.12 s
[algebraic-graphs] OK: reflexiveClosure (edge x y) == edges [(x,x), (x,y), (y,y)]
309.12 s
[algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.symmetricClosure ============
309.12 s
[algebraic-graphs] OK: symmetricClosure empty == empty
309.12 s
[algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
309.12 s
[algebraic-graphs] OK: symmetricClosure (edge x y) == edges [(x,y), (y,x)]
309.12 s
[algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
309.12 s
[algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.transitiveClosure ============
309.12 s
[algebraic-graphs] OK: transitiveClosure empty == empty
309.12 s
[algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
309.12 s
[algebraic-graphs] OK: transitiveClosure (edge x y) == edge x y
309.12 s
[algebraic-graphs] OK: transitiveClosure (path $ nub xs) == clique (nub $ xs)
309.12 s
[algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.box ============
309.12 s
[algebraic-graphs] OK: box x y ~~ box y x
309.12 s
[algebraic-graphs] OK: box x (overlay y z) == overlay (box x y) (box x z)
309.12 s
[algebraic-graphs] OK: box x (vertex ()) ~~ x
309.12 s
[algebraic-graphs] OK: box x empty ~~ empty
309.12 s
[algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
309.12 s
[algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
309.12 s
[algebraic-graphs] OK: vertexCount (box x y) == vertexCount x * vertexCount y
309.12 s
[algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.bfsForest ============
309.12 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [0] == empty
309.12 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [1] == edge 1 2
309.12 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [2] == vertex 2
309.12 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [0,1,2] == vertices [1,2]
309.12 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [2,1,0] == vertices [1,2]
309.12 s
[algebraic-graphs] OK: forest $ bfsForest (edge 1 1) [1] == vertex 1
309.12 s
[algebraic-graphs] OK: isSubgraphOf (forest $ bfsForest x vs) x == True
309.12 s
[algebraic-graphs] OK: bfsForest x (vertexList x) == map ( -> Node v []) (nub $ vertexList x)
309.12 s
[algebraic-graphs] OK: bfsForest x [] == []
309.12 s
[algebraic-graphs] OK: bfsForest empty vs == []
309.12 s
[algebraic-graphs] OK: bfsForest (3 * (1 + 4) * (1 + 5)) [1,4] == <correct result>
309.12 s
[algebraic-graphs] OK: forest $ bfsForest (circuit [1..5] + circuit [5,4..1]) [3] == path [3,2,1] + path [3,4,5]
309.12 s
[algebraic-graphs]
309.12 s
[algebraic-graphs] ============ AdjacencyMap.bfs ============
309.13 s
[algebraic-graphs] OK: bfs (edge 1 2) [0] == []
309.13 s
[algebraic-graphs] OK: bfs (edge 1 2) [1] == [[1], [2]]
309.13 s
[algebraic-graphs] OK: bfs (edge 1 2) [2] == [[2]]
309.13 s
[algebraic-graphs] OK: bfs (edge 1 2) [1,2] == [[1,2]]
309.13 s
[algebraic-graphs] OK: bfs (edge 1 2) [2,1] == [[2,1]]
309.13 s
[algebraic-graphs] OK: bfs (edge 1 1) [1] == [[1]]
309.13 s
[algebraic-graphs] OK: bfs empty vs == []
309.13 s
[algebraic-graphs] OK: bfs x [] == []
309.13 s
[algebraic-graphs] OK: bfs (1 * 2 + 3 * 4 + 5 * 6) [1,2] == [[1,2]]
309.13 s
[algebraic-graphs] OK: bfs (1 * 2 + 3 * 4 + 5 * 6) [1,3] == [[1,3], [2,4]]
309.13 s
[algebraic-graphs] OK: bfs (3 * (1 + 4) * (1 + 5)) [3] == [[3], [1,4,5]]
309.13 s
[algebraic-graphs] OK: bfs (circuit [1..5] + circuit [5,4..1]) [2] == [[2], [1,3], [5,4]]
309.13 s
[algebraic-graphs] OK: concat $ bfs (circuit [1..5] + circuit [5,4..1]) [3] == [3,2,4,1,5]
309.13 s
[algebraic-graphs] OK: map concat . transpose . map levels . bfsForest x == bfs x
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] ============ AdjacencyMap.dfsForest ============
309.13 s
[algebraic-graphs] OK: forest $ dfsForest empty == empty
309.13 s
[algebraic-graphs] OK: forest $ dfsForest (edge 1 1) == vertex 1
309.13 s
[algebraic-graphs] OK: forest $ dfsForest (edge 1 2) == edge 1 2
309.13 s
[algebraic-graphs] OK: forest $ dfsForest (edge 2 1) == vertices [1,2]
309.13 s
[algebraic-graphs] OK: isSubgraphOf (forest $ dfsForest x) x == True
309.13 s
[algebraic-graphs] OK: isDfsForestOf (dfsForest x) x == True
309.13 s
[algebraic-graphs] OK: dfsForest . forest . dfsForest == dfsForest
309.13 s
[algebraic-graphs] OK: dfsForest (vertices vs) == map (\v -> Node v []) (nub $ sort vs)
309.13 s
[algebraic-graphs] OK: dfsForest $ 3 * (1 + 4) * (1 + 5) == <correct result>
309.13 s
[algebraic-graphs] OK: forest (dfsForest $ circuit [1..5] + circuit [5,4..1]) == path [1,2,3,4,5]
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] ============ AdjacencyMap.dfsForestFrom ============
309.13 s
[algebraic-graphs] OK: forest $ dfsForestFrom empty vs == empty
309.13 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 1) [1] == vertex 1
309.13 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [0] == empty
309.13 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [1] == edge 1 2
309.13 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [2] == vertex 2
309.13 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [1,2] == edge 1 2
309.13 s
[algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [2,1] == vertices [1,2]
309.13 s
[algebraic-graphs] OK: isSubgraphOf (forest $ dfsForestFrom x vs) x == True
309.13 s
[algebraic-graphs] OK: isDfsForestOf (dfsForestFrom x (vertexList x)) x == True
309.13 s
[algebraic-graphs] OK: dfsForestFrom x (vertexList x) == dfsForest x
309.13 s
[algebraic-graphs] OK: dfsForestFrom x [] == []
309.13 s
[algebraic-graphs] OK: dfsForestFrom (3 * (1 + 4) * (1 + 5)) [1,4] == <correct result>
309.13 s
[algebraic-graphs] OK: forest $ dfsForestFrom (circuit [1..5] + circuit [5,4..1]) [3] == path [3,2,1,5,4]
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] ============ AdjacencyMap.dfs ============
309.13 s
[algebraic-graphs] OK: dfs empty vs == []
309.13 s
[algebraic-graphs] OK: dfs (edge 1 1) [1] == [1]
309.13 s
[algebraic-graphs] OK: dfs (edge 1 2) [0] == []
309.13 s
[algebraic-graphs] OK: dfs (edge 1 2) [1] == [1,2]
309.13 s
[algebraic-graphs] OK: dfs (edge 1 2) [2] == [2]
309.13 s
[algebraic-graphs] OK: dfs (edge 1 2) [1,2] == [1,2]
309.13 s
[algebraic-graphs] OK: dfs (edge 1 2) [2,1] == [2,1]
309.13 s
[algebraic-graphs] OK: dfs x [] == []
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] OK: and [ hasVertex v x | v <- dfs x vs ] == True
309.13 s
[algebraic-graphs] OK: dfs (3 * (1 + 4) * (1 + 5)) [1,4] == [1,5,4]
309.13 s
[algebraic-graphs] OK: dfs (circuit [1..5] + circuit [5,4..1]) [3] == [3,2,1,5,4]
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] ============ AdjacencyMap.dfs ============
309.13 s
[algebraic-graphs] OK: reachable empty x == []
309.13 s
[algebraic-graphs] OK: reachable (vertex 1) 1 == [1]
309.13 s
[algebraic-graphs] OK: reachable (edge 1 1) 1 == [1]
309.13 s
[algebraic-graphs] OK: reachable (edge 1 2) 0 == []
309.13 s
[algebraic-graphs] OK: reachable (edge 1 2) 1 == [1,2]
309.13 s
[algebraic-graphs] OK: reachable (edge 1 2) 2 == [2]
309.13 s
[algebraic-graphs] OK: reachable (path [1..8] ) 4 == [4..8]
309.13 s
[algebraic-graphs] OK: reachable (circuit [1..8] ) 4 == [4..8] ++ [1..3]
309.13 s
[algebraic-graphs] OK: reachable (clique [8,7..1]) 8 == [8] ++ [1..7]
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] OK: and [ hasVertex v x | v <- reachable x y ] == True
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] ============ AdjacencyMap.topSort ============
309.13 s
[algebraic-graphs] OK: topSort (1 * 2 + 3 * 1) == Right [3,1,2]
309.13 s
[algebraic-graphs] OK: topSort (path [1..5]) == Right [1..5]
309.13 s
[algebraic-graphs] OK: topSort (3 * (1 * 4 + 2 * 5)) == Right [3,1,2,4,5]
309.13 s
[algebraic-graphs] OK: topSort (1 * 2 + 2 * 1) == Left (2 :| [1])
309.13 s
[algebraic-graphs] OK: topSort (path [5,4..1] + edge 2 4) == Left (4 :| [3,2])
309.13 s
[algebraic-graphs] OK: topSort (circuit [1..5]) == Left (3 :| [1,2])
309.13 s
[algebraic-graphs] OK: topSort (circuit [1..3] + circuit [3,2,1]) == Left (3 :| [2])
309.13 s
[algebraic-graphs] OK: topSort (1 * 2 + (5 + 2) * 1 + 3 * 4 * 3) == Left (1 :| [2])
309.13 s
[algebraic-graphs] OK: fmap (flip isTopSortOf x) (topSort x) /= Right False
309.13 s
[algebraic-graphs] OK: topSort . vertices == Right . nub . sort
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] ============ AdjacencyMap.testIsAcyclic ============
309.13 s
[algebraic-graphs] OK: isAcyclic (1 * 2 + 3 * 1) == True
309.13 s
[algebraic-graphs] OK: isAcyclic (1 * 2 + 2 * 1) == False
309.13 s
[algebraic-graphs] OK: isAcyclic . circuit == null
309.13 s
[algebraic-graphs] OK: isAcyclic == isRight . topSort
309.13 s
[algebraic-graphs]
309.13 s
[algebraic-graphs] ============ AdjacencyMap.isDfsForestOf ============
309.13 s
[algebraic-graphs] OK: isDfsForestOf [] empty == True
309.13 s
[algebraic-graphs] OK: isDfsForestOf [] (vertex 1) == False
309.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 []] (vertex 1) == True
309.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 []] (vertex 2) == False
309.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 1 []] (vertex 1) == False
309.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 []] (edge 1 1) == True
309.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 []] (edge 1 2) == False
309.38 s
[hie-bios] Phase: setupCompilerEnvironmentPhase
309.38 s
[hie-bios] Build with /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1.
309.72 s
[hie-bios] Phase: unpackPhase
309.72 s
[hie-bios] unpacking source archive /nix/store/5mzychgfwip9k4vjd13k077y11mapngh-hie-bios-0.14.0.tar.gz
309.74 s
[hie-bios] source root is hie-bios-0.14.0
309.75 s
[hie-bios] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hie-bios-0.14.0/wrappers/cabal.hs"
309.76 s
[hie-bios] Phase: patchPhase
309.76 s
[hie-bios] Replace Cabal file with edited version from mirror://hackage/hie-bios-0.14.0/revision/3.cabal.
309.77 s
[hie-bios] Phase: compileBuildDriverPhase
309.77 s
[hie-bios] setupCompileFlags: -package-db=/build/tmp.mJe5FLRNuM/setup-package.conf.d -threaded
309.85 s
[hie-bios] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.mJe5FLRNuM/Main.o )
309.99 s
[hie-bios] [2 of 2] Linking Setup
310.15 s
[pandoc] [ 66 of 220] Compiling Text.Pandoc.ImageSize
310.57 s
[pandoc] [ 67 of 220] Compiling Text.Pandoc.Filter.Environment
310.57 s
[pandoc] [ 68 of 220] Compiling Text.Pandoc.Data
310.57 s
[pandoc] [ 69 of 220] Compiling Text.Pandoc.Translations
310.57 s
[pandoc] [ 70 of 220] Compiling Text.Pandoc.Templates
310.57 s
[pandoc] [ 71 of 220] Compiling Text.Pandoc.UUID
310.57 s
[pandoc] [ 72 of 220] Compiling Text.Pandoc.Version
310.57 s
[pandoc] [ 73 of 220] Compiling Text.Pandoc.Filter.JSON
310.57 s
[pandoc] [ 74 of 220] Compiling Text.Pandoc.Writers.AnnotatedTable
310.57 s
[pandoc] [ 75 of 220] Compiling Text.Pandoc.Writers.Blaze
310.57 s
[pandoc] [ 76 of 220] Compiling Text.Pandoc.Writers.CslJson
310.57 s
[pandoc] [ 77 of 220] Compiling Text.Pandoc.Writers.Docx.StyleMap
310.57 s
[pandoc] [ 78 of 220] Compiling Text.Pandoc.Writers.GridTable
310.57 s
[pandoc] [ 79 of 220] Compiling Text.Pandoc.Writers.JATS.Types
310.57 s
[pandoc] [ 80 of 220] Compiling Text.Pandoc.Writers.LaTeX.Lang
310.57 s
[pandoc] [ 81 of 220] Compiling Text.Pandoc.Writers.LaTeX.Notes
310.58 s
[pandoc] [ 82 of 220] Compiling Text.Pandoc.Writers.LaTeX.Types
310.58 s
[pandoc] [ 83 of 220] Compiling Text.Pandoc.Writers.LaTeX.Caption
310.58 s
[pandoc] [ 84 of 220] Compiling Text.Pandoc.Writers.LaTeX.Util
311.77 s
[hie-bios] Phase: updateAutotoolsGnuConfigScriptsPhase
311.81 s
[hie-bios] Phase: configurePhase
311.82 s
[hie-bios] configureFlags: --verbose --prefix=/nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc/share/doc/hie-bios-0.14.0 --with-gcc=gcc --package-db=/build/tmp.mJe5FLRNuM/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/lib
311.96 s
[hie-bios] Using Parsec parser
311.96 s
[hie-bios] Configuring hie-bios-0.14.0...
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 []] (edge 1 2) == False
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 2 [], Node 1 []] (edge 1 2) == True
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 []]] (edge 1 2) == True
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 []] (vertices [1,2]) == True
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 2 [], Node 1 []] (vertices [1,2]) == True
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 []]] (vertices [1,2]) == False
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 [Node 3 []]]] (path [1,2,3]) == True
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 3 [Node 2 []]]] (path [1,2,3]) == False
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 3 [], Node 1 [Node 2 []]] (path [1,2,3]) == True
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 2 [Node 3 []], Node 1 []] (path [1,2,3]) == True
312.13 s
[algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 [Node 3 []]] (path [1,2,3]) == False
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ AdjacencyMap.isTopSortOf ============
312.13 s
[algebraic-graphs] OK: isTopSortOf [3,1,2] (1 * 2 + 3 * 1) == True
312.13 s
[algebraic-graphs] OK: isTopSortOf [1,2,3] (1 * 2 + 3 * 1) == False
312.13 s
[algebraic-graphs] OK: isTopSortOf [] (1 * 2 + 3 * 1) == False
312.13 s
[algebraic-graphs] OK: isTopSortOf [] empty == True
312.13 s
[algebraic-graphs] OK: isTopSortOf [x] (vertex x) == True
312.13 s
[algebraic-graphs] OK: isTopSortOf [x] (edge x x) == False
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ AdjacencyMap.induceJust ============
312.13 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
312.13 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
312.13 s
[algebraic-graphs] OK: induceJust . gmap Just == id
312.13 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ AdjacencyMap.scc ============
312.13 s
[algebraic-graphs] OK: scc empty == empty
312.13 s
[algebraic-graphs] OK: scc (vertex x) == vertex (NonEmpty.vertex x)
312.13 s
[algebraic-graphs] OK: scc (vertices xs) == vertices (map NonEmpty.vertex xs)
312.13 s
[algebraic-graphs] OK: scc (edge 1 1) == vertex (NonEmpty.edge 1 1)
312.13 s
[algebraic-graphs] OK: scc (edge 1 2) == edge (NonEmpty.vertex 1) (NonEmpty.vertex 2)
312.13 s
[algebraic-graphs] OK: scc (circuit (1:xs)) == vertex (NonEmpty.circuit1 (1 :| xs))
312.13 s
[algebraic-graphs] OK: scc (3 * 1 * 4 * 1 * 5) == <correct result>
312.13 s
[algebraic-graphs] OK: isAcyclic . scc == const True
312.13 s
[algebraic-graphs] OK: isAcyclic x == (scc x == gmap NonEmpty.vertex x)
312.13 s
[algebraic-graphs] OK: scc g == KL.scc g
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Num ============
312.13 s
[algebraic-graphs] OK: 0 == rightVertex 0
312.13 s
[algebraic-graphs] OK: swap 1 == leftVertex 1
312.13 s
[algebraic-graphs] OK: swap 1 + 2 == vertices [1] [2]
312.13 s
[algebraic-graphs] OK: swap 1 * 2 == edge 1 2
312.13 s
[algebraic-graphs] OK: swap 1 + 2 * swap 3 == overlay (leftVertex 1) (edge 3 2)
312.13 s
[algebraic-graphs] OK: swap 1 * (2 + swap 3) == connect (leftVertex 1) (vertices [3] [2])
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Show ============
312.13 s
[algebraic-graphs] OK: show empty == "empty"
312.13 s
[algebraic-graphs] OK: show 1 == "rightVertex 1"
312.13 s
[algebraic-graphs] OK: show (swap 2) == "leftVertex 2"
312.13 s
[algebraic-graphs] OK: show 1 + 2 == "vertices [] [1,2]"
312.13 s
[algebraic-graphs] OK: show (swap (1 + 2)) == "vertices [1,2] []"
312.13 s
[algebraic-graphs] OK: show (swap 1 * 2) == "edge 1 2"
312.13 s
[algebraic-graphs] OK: show (swap 1 * 2 * swap 3) == "edges [(1,2),(3,2)]"
312.13 s
[algebraic-graphs] OK: show (swap 1 * 2 + swap 3) == "overlay (leftVertex 3) (edge 1 2)"
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Eq ============
312.13 s
[algebraic-graphs] OK: (x == y) == (leftAdjacencyMap x == leftAdjacencyMap y && rightAdjacencyMap x == rightAdjacencyMap y)
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] OK: x + y == y + x
312.13 s
[algebraic-graphs] OK: x + (y + z) == (x + y) + z
312.13 s
[algebraic-graphs] OK: x * empty == x
312.13 s
[algebraic-graphs] OK: empty * x == x
312.13 s
[algebraic-graphs] OK: x * y == y * x
312.13 s
[algebraic-graphs] OK: x * (y * z) == (x * y) * z
312.13 s
[algebraic-graphs] OK: x * (y + z) == x * y + x * z
312.13 s
[algebraic-graphs] OK: (x + y) * z == x * z + y * z
312.13 s
[algebraic-graphs] OK: x * y * z == x * y + x * z + y * z
312.13 s
[algebraic-graphs] OK: x + empty == x
312.13 s
[algebraic-graphs] OK: empty + x == x
312.13 s
[algebraic-graphs] OK: x + x == x
312.13 s
[algebraic-graphs] OK: x * y + x + y == x * y
312.13 s
[algebraic-graphs] OK: x * x * x == x * x
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] OK: leftVertex x * leftVertex y == leftVertex x + leftVertex y
312.13 s
[algebraic-graphs] OK: rightVertex x * rightVertex y == rightVertex x + rightVertex y
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.leftAdjacencyMap ============
312.13 s
[algebraic-graphs] OK: leftAdjacencyMap empty == Map.empty
312.13 s
[algebraic-graphs] OK: leftAdjacencyMap (leftVertex x) == Map.singleton x Set.empty
312.13 s
[algebraic-graphs] OK: leftAdjacencyMap (rightVertex x) == Map.empty
312.13 s
[algebraic-graphs] OK: leftAdjacencyMap (edge x y) == Map.singleton x (Set.singleton y)
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.rightAdjacencyMap ============
312.13 s
[algebraic-graphs] OK: rightAdjacencyMap empty == Map.empty
312.13 s
[algebraic-graphs] OK: rightAdjacencyMap (leftVertex x) == Map.empty
312.13 s
[algebraic-graphs] OK: rightAdjacencyMap (rightVertex x) == Map.singleton x Set.empty
312.13 s
[algebraic-graphs] OK: rightAdjacencyMap (edge x y) == Map.singleton y (Set.singleton x)
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.empty ============
312.13 s
[algebraic-graphs] OK: isEmpty empty == True
312.13 s
[algebraic-graphs] OK: leftAdjacencyMap empty == Map.empty
312.13 s
[algebraic-graphs] OK: rightAdjacencyMap empty == Map.empty
312.13 s
[algebraic-graphs] OK: hasVertex x empty == False
312.13 s
[algebraic-graphs]
312.13 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.leftVertex ============
312.13 s
[algebraic-graphs] OK: leftAdjacencyMap (leftVertex x) == Map.singleton x Set.empty
312.13 s
[algebraic-graphs] OK: rightAdjacencyMap (leftVertex x) == Map.empty
312.14 s
[algebraic-graphs] OK: hasLeftVertex x (leftVertex y) == (x == y)
312.14 s
[algebraic-graphs] OK: hasRightVertex x (leftVertex y) == False
312.14 s
[algebraic-graphs] OK: hasEdge x y (leftVertex z) == False
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.rightVertex ============
312.14 s
[algebraic-graphs] OK: leftAdjacencyMap (rightVertex x) == Map.empty
312.14 s
[algebraic-graphs] OK: rightAdjacencyMap (rightVertex x) == Map.singleton x Set.empty
312.14 s
[algebraic-graphs] OK: hasLeftVertex x (rightVertex y) == False
312.14 s
[algebraic-graphs] OK: hasRightVertex x (rightVertex y) == (x == y)
312.14 s
[algebraic-graphs] OK: hasEdge x y (rightVertex z) == False
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.vertex ============
312.14 s
[algebraic-graphs] OK: vertex . Left == leftVertex
312.14 s
[algebraic-graphs] OK: vertex . Right == rightVertex
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.edge ============
312.14 s
[algebraic-graphs] OK: edge x y == connect (leftVertex x) (rightVertex y)
312.14 s
[algebraic-graphs] OK: leftAdjacencyMap (edge x y) == Map.singleton x (Set.singleton y)
312.14 s
[algebraic-graphs] OK: rightAdjacencyMap (edge x y) == Map.singleton y (Set.singleton x)
312.14 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
312.14 s
[algebraic-graphs] OK: hasEdge 1 2 (edge 2 1) == False
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.overlay ============
312.14 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
312.14 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
312.14 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
312.14 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
312.14 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
312.14 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.connect ============
312.14 s
[algebraic-graphs] OK: connect (leftVertex x) (leftVertex y) == vertices [x,y] []
312.14 s
[algebraic-graphs] OK: connect (leftVertex x) (rightVertex y) == edge x y
312.14 s
[algebraic-graphs] OK: connect (rightVertex x) (leftVertex y) == edge y x
312.14 s
[algebraic-graphs] OK: connect (rightVertex x) (rightVertex y) == vertices [] [x,y]
312.14 s
[algebraic-graphs] OK: connect (vertices xs1 ys1) (vertices xs2 ys2) == overlay (biclique xs1 ys2) (biclique xs2 ys1)
312.14 s
[algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
312.14 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
312.14 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
312.14 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
312.14 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
312.14 s
[algebraic-graphs] OK: edgeCount (connect x y) >= leftVertexCount x * rightVertexCount y
312.14 s
[algebraic-graphs] OK: edgeCount (connect x y) <= leftVertexCount x * rightVertexCount y + rightVertexCount x * leftVertexCount y + edgeCount x + edgeCount y
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.vertices ============
312.14 s
[algebraic-graphs] OK: vertices [] [] == empty
312.14 s
[algebraic-graphs] OK: vertices [x] [] == leftVertex x
312.14 s
[algebraic-graphs] OK: vertices [] [x] == rightVertex x
312.14 s
[algebraic-graphs] OK: vertices xs ys == overlays (map leftVertex xs ++ map rightVertex ys)
312.14 s
[algebraic-graphs] OK: hasLeftVertex x (vertices xs ys) == elem x xs
312.14 s
[algebraic-graphs] OK: hasRightVertex y (vertices xs ys) == elem y ys
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.edges ============
312.14 s
[algebraic-graphs] OK: edges [] == empty
312.14 s
[algebraic-graphs] OK: edges [(x,y)] == edge x y
312.14 s
[algebraic-graphs] OK: edges == overlays . map (uncurry edge)
312.14 s
[algebraic-graphs] OK: hasEdge x y . edges == elem (x,y)
312.14 s
[algebraic-graphs] OK: edgeCount . edges == length . nub
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.overlays ============
312.14 s
[algebraic-graphs] OK: overlays [] == empty
312.14 s
[algebraic-graphs] OK: overlays [x] == x
312.14 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
312.14 s
[algebraic-graphs] OK: overlays == foldr overlay empty
312.14 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.connects ============
312.14 s
[algebraic-graphs] OK: connects [] == empty
312.14 s
[algebraic-graphs] OK: connects [x] == x
312.14 s
[algebraic-graphs] OK: connects [x,y] == connect x y
312.14 s
[algebraic-graphs] OK: connects == foldr connect empty
312.14 s
[algebraic-graphs] OK: isEmpty . connects == all isEmpty
312.14 s
[algebraic-graphs]
312.14 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.swap ============
312.30 s
[pandoc] [ 85 of 220] Compiling Text.Pandoc.Writers.LaTeX.Table
312.96 s
[hie-bios] Dependency aeson >=1.4.4 && <2.3: using aeson-2.2.3.0
312.96 s
[hie-bios] Dependency base >=4.16 && <5: using base-4.20.0.0
312.97 s
[hie-bios] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
312.97 s
[hie-bios] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.12.1.0
312.97 s
[hie-bios] Dependency co-log-core >=0.3.0 && <0.4: using co-log-core-0.3.2.5
312.97 s
[hie-bios] Dependency conduit >=1.3 && <2: using conduit-1.3.6.1
312.97 s
[hie-bios] Dependency conduit-extra >=1.3 && <2: using conduit-extra-1.3.7
312.97 s
[hie-bios] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
312.97 s
[hie-bios] cryptohash-sha1-0.11.101.0
312.97 s
[hie-bios] Dependency deepseq >=1.4.3 && <1.6: using deepseq-1.5.0.0
312.97 s
[hie-bios] Dependency directory >=1.3.0 && <1.4: using directory-1.3.8.3
312.97 s
[hie-bios] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.7
312.97 s
[hie-bios] Dependency extra >=1.6.14 && <1.9: using extra-1.7.16
312.97 s
[hie-bios] Dependency file-embed >=0.0.11 && <1: using file-embed-0.0.16.0
312.97 s
[hie-bios] Dependency filepath >=1.4.1 && <1.6: using filepath-1.5.2.0
312.97 s
[hie-bios] Dependency ghc >=9.2.1 && <9.13: using ghc-9.10.1
312.97 s
[hie-bios] Dependency prettyprinter >=1.6 && <1.7 || >=1.7.0 && <1.8: using
312.97 s
[hie-bios] prettyprinter-1.7.1
312.97 s
[hie-bios] Dependency template-haskell: using template-haskell-2.22.0.0
312.97 s
[hie-bios] Dependency temporary >=1.2 && <1.4: using temporary-1.3
312.97 s
[hie-bios] Dependency text >=1.2.3 && <2.2: using text-2.1.1
312.97 s
[hie-bios] Dependency time >=1.8.0 && <1.15: using time-1.12.2
312.97 s
[hie-bios] Dependency transformers >=0.5.2 && <0.7: using transformers-0.6.1.1
312.97 s
[hie-bios] Dependency unix-compat >=0.5.1 && <0.8: using unix-compat-0.7.4
312.97 s
[hie-bios] Dependency unordered-containers >=0.2.9 && <0.3: using
312.97 s
[hie-bios] unordered-containers-0.2.20
312.97 s
[hie-bios] Dependency yaml >=0.10.0 && <0.12: using yaml-0.11.11.2
312.97 s
[hie-bios] Dependency base >=4.16 && <5: using base-4.20.0.0
312.97 s
[hie-bios] Dependency co-log-core: using co-log-core-0.3.2.5
312.97 s
[hie-bios] Dependency directory: using directory-1.3.8.3
312.97 s
[hie-bios] Dependency filepath: using filepath-1.5.2.0
312.97 s
[hie-bios] Dependency hie-bios: using hie-bios-0.14.0
312.97 s
[hie-bios] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
312.97 s
[hie-bios] Dependency prettyprinter: using prettyprinter-1.7.1
312.97 s
[hie-bios] Source component graph:
312.97 s
[hie-bios] component lib
312.97 s
[hie-bios] component exe:hie-bios dependency lib
312.97 s
[hie-bios] Configured component graph:
312.97 s
[hie-bios] component hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
312.97 s
[hie-bios] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
312.97 s
[hie-bios] include base-4.20.0.0-d8e2
312.97 s
[hie-bios] include base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
312.97 s
[hie-bios] include bytestring-0.12.1.0-05ed
312.97 s
[hie-bios] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
312.97 s
[hie-bios] include conduit-1.3.6.1-1lfqJW11PGLHuhQkYQmLY3
312.97 s
[hie-bios] include conduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv
312.97 s
[hie-bios] include cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
312.97 s
[hie-bios] include deepseq-1.5.0.0-e78d
312.97 s
[hie-bios] include directory-1.3.8.3-678a
312.97 s
[hie-bios] include exceptions-0.10.7-338a
312.97 s
[hie-bios] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
312.97 s
[hie-bios] include file-embed-0.0.16.0-CnrQ8EGAhTxG012hiIPA3v
312.97 s
[hie-bios] include filepath-1.5.2.0-058d
312.97 s
[hie-bios] include ghc-9.10.1-c9f5
312.97 s
[hie-bios] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
312.97 s
[hie-bios] include template-haskell-2.22.0.0-5f29
312.97 s
[hie-bios] include temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
312.97 s
[hie-bios] include text-2.1.1-f47e
312.97 s
[hie-bios] include time-1.12.2-a16e
312.97 s
[hie-bios] include transformers-0.6.1.1-3641
312.97 s
[hie-bios] include unix-compat-0.7.4-H0vFgKcydEkHMd3hgAWcaO
312.97 s
[hie-bios] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
312.97 s
[hie-bios] include yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
312.97 s
[hie-bios] component hie-bios-0.14.0-KFMe7csbYpFDDXnUNBmpAF-hie-bios
312.97 s
[hie-bios] include base-4.20.0.0-d8e2
312.97 s
[hie-bios] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
312.97 s
[hie-bios] include directory-1.3.8.3-678a
312.97 s
[hie-bios] include filepath-1.5.2.0-058d
312.97 s
[hie-bios] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
312.97 s
[hie-bios] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
312.97 s
[hie-bios] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
312.97 s
[hie-bios] Linked component graph:
312.97 s
[hie-bios] unit hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
312.97 s
[hie-bios] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
312.97 s
[hie-bios] include base-4.20.0.0-d8e2
312.97 s
[hie-bios] include base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
312.97 s
[hie-bios] include bytestring-0.12.1.0-05ed
312.97 s
[hie-bios] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
312.97 s
[hie-bios] include conduit-1.3.6.1-1lfqJW11PGLHuhQkYQmLY3
312.97 s
[hie-bios] include conduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv
312.97 s
[hie-bios] include cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
312.97 s
[hie-bios] include deepseq-1.5.0.0-e78d
312.97 s
[hie-bios] include directory-1.3.8.3-678a
312.97 s
[hie-bios] include exceptions-0.10.7-338a
312.97 s
[hie-bios] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
312.97 s
[hie-bios] include file-embed-0.0.16.0-CnrQ8EGAhTxG012hiIPA3v
312.97 s
[hie-bios] include filepath-1.5.2.0-058d
312.97 s
[hie-bios] include ghc-9.10.1-c9f5
312.97 s
[hie-bios] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
312.97 s
[hie-bios] include template-haskell-2.22.0.0-5f29
312.97 s
[hie-bios] include temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
312.97 s
[hie-bios] include text-2.1.1-f47e
312.97 s
[hie-bios] include time-1.12.2-a16e
312.97 s
[hie-bios] include transformers-0.6.1.1-3641
312.97 s
[hie-bios] include unix-compat-0.7.4-H0vFgKcydEkHMd3hgAWcaO
312.97 s
[hie-bios] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
312.97 s
[hie-bios] include yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
312.97 s
[hie-bios] HIE.Bios=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios,HIE.Bios.Config=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Config,HIE.Bios.Config.YAML=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Config.YAML,HIE.Bios.Cradle=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Cradle,HIE.Bios.Environment=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Environment,HIE.Bios.Flags=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Flags,HIE.Bios.Ghc.Api=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Api,HIE.Bios.Ghc.Check=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Check,HIE.Bios.Ghc.Doc=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Doc,HIE.Bios.Ghc.Gap=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Gap,HIE.Bios.Ghc.Load=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Load,HIE.Bios.Ghc.Logger=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Logger,HIE.Bios.Internal.Debug=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Internal.Debug,HIE.Bios.Types=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Types,HIE.Bios.Wrappers=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Wrappers
312.97 s
[hie-bios] unit hie-bios-0.14.0-KFMe7csbYpFDDXnUNBmpAF-hie-bios
312.97 s
[hie-bios] include base-4.20.0.0-d8e2
312.97 s
[hie-bios] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
312.97 s
[hie-bios] include directory-1.3.8.3-678a
312.97 s
[hie-bios] include filepath-1.5.2.0-058d
312.97 s
[hie-bios] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
312.97 s
[hie-bios] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
312.97 s
[hie-bios] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
312.97 s
[hie-bios] Ready component graph:
312.97 s
[hie-bios] definite hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
312.97 s
[hie-bios] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
312.97 s
[hie-bios] depends base-4.20.0.0-d8e2
312.97 s
[hie-bios] depends base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
312.97 s
[hie-bios] depends bytestring-0.12.1.0-05ed
312.97 s
[hie-bios] depends co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
312.97 s
[hie-bios] depends conduit-1.3.6.1-1lfqJW11PGLHuhQkYQmLY3
312.97 s
[hie-bios] depends conduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv
312.97 s
[hie-bios] depends cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
312.97 s
[hie-bios] depends deepseq-1.5.0.0-e78d
312.97 s
[hie-bios] depends directory-1.3.8.3-678a
312.97 s
[hie-bios] depends exceptions-0.10.7-338a
312.97 s
[hie-bios] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
312.97 s
[hie-bios] depends file-embed-0.0.16.0-CnrQ8EGAhTxG012hiIPA3v
312.97 s
[hie-bios] depends filepath-1.5.2.0-058d
312.97 s
[hie-bios] depends ghc-9.10.1-c9f5
312.97 s
[hie-bios] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
312.97 s
[hie-bios] depends template-haskell-2.22.0.0-5f29
312.97 s
[hie-bios] depends temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
312.97 s
[hie-bios] depends text-2.1.1-f47e
312.97 s
[hie-bios] depends time-1.12.2-a16e
312.97 s
[hie-bios] depends transformers-0.6.1.1-3641
312.97 s
[hie-bios] depends unix-compat-0.7.4-H0vFgKcydEkHMd3hgAWcaO
312.97 s
[hie-bios] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
312.97 s
[hie-bios] depends yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
312.97 s
[hie-bios] definite hie-bios-0.14.0-KFMe7csbYpFDDXnUNBmpAF-hie-bios
312.97 s
[hie-bios] depends base-4.20.0.0-d8e2
312.97 s
[hie-bios] depends co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
312.97 s
[hie-bios] depends directory-1.3.8.3-678a
312.97 s
[hie-bios] depends filepath-1.5.2.0-058d
312.97 s
[hie-bios] depends hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
312.97 s
[hie-bios] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
312.97 s
[hie-bios] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
312.97 s
[hie-bios] Using Cabal-3.12.0.0 compiled by ghc-9.10
312.97 s
[hie-bios] Using compiler: ghc-9.10.1
312.97 s
[hie-bios] Using install prefix:
312.97 s
[hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
313.01 s
[hie-bios] Executables installed in:
313.01 s
[hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin
313.01 s
[hie-bios] Libraries installed in:
313.01 s
[hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
313.01 s
[hie-bios] Dynamic Libraries installed in:
313.01 s
[hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5
313.01 s
[hie-bios] Private executables installed in:
313.01 s
[hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/libexec/x86_64-linux-ghc-9.10.1-c9f5/hie-bios-0.14.0
313.01 s
[hie-bios] Data files installed in:
313.01 s
[hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/share/x86_64-linux-ghc-9.10.1-c9f5/hie-bios-0.14.0
313.01 s
[hie-bios] Documentation installed in:
313.01 s
[hie-bios] /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc/share/doc/hie-bios-0.14.0
313.01 s
[hie-bios] Configuration files installed in:
313.01 s
[hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/etc
313.02 s
[hie-bios] No alex found
313.02 s
[hie-bios] Using ar found on system at:
313.02 s
[hie-bios] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
313.02 s
[hie-bios] No c2hs found
313.02 s
[hie-bios] No cpphs found
313.02 s
[hie-bios] No doctest found
313.02 s
[hie-bios] Using gcc version 14.3.0 given by user at:
313.02 s
[hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
313.02 s
[hie-bios] Using ghc version 9.10.1 found on system at:
313.02 s
[hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc
313.02 s
[hie-bios] Using ghc-pkg version 9.10.1 found on system at:
313.02 s
[hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc-pkg-9.10.1
313.02 s
[hie-bios] No ghcjs found
313.02 s
[hie-bios] No ghcjs-pkg found
313.02 s
[hie-bios] No greencard found
313.02 s
[hie-bios] Using haddock version 2.28.0 found on system at:
313.02 s
[hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/haddock-ghc-9.10.1
313.02 s
[hie-bios] No happy found
313.02 s
[hie-bios] Using haskell-suite found on system at: haskell-suite-dummy-location
313.02 s
[hie-bios] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
313.02 s
[hie-bios] No hmake found
313.02 s
[hie-bios] Using hpc version 0.69 found on system at:
313.02 s
[hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hpc-ghc-9.10.1
313.02 s
[hie-bios] Using hsc2hs version 0.68.10 found on system at:
313.02 s
[hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hsc2hs-ghc-9.10.1
313.02 s
[hie-bios] Using hscolour version 1.25 found on system at:
313.02 s
[hie-bios] /nix/store/c0gbcvjjvqzy92m9ycv6zcqiczs6bvyw-hscolour-1.25/bin/HsColour
313.02 s
[hie-bios] No jhc found
313.02 s
[hie-bios] Using ld found on system at:
313.02 s
[hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
313.02 s
[hie-bios] No pkg-config found
313.02 s
[hie-bios] Using runghc version 9.10.1 found on system at:
313.02 s
[hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/runghc-9.10.1
313.02 s
[hie-bios] Using strip version 2.44 found on system at:
313.02 s
[hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
313.02 s
[hie-bios] Using tar found on system at:
313.02 s
[hie-bios] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
313.02 s
[hie-bios] No uhc found
313.43 s
[hie-bios] Phase: buildPhase
313.44 s
[algebraic-graphs] OK: swap empty == empty
313.44 s
[algebraic-graphs] OK: swap . leftVertex == rightVertex
313.44 s
[algebraic-graphs] OK: swap (vertices xs ys) == vertices ys xs
313.44 s
[algebraic-graphs] OK: swap (edge x y) == edge y x
313.44 s
[algebraic-graphs] OK: swap . edges == edges . map Data.Tuple.swap
313.44 s
[algebraic-graphs] OK: swap . swap == id
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.toBipartite ============
313.44 s
[algebraic-graphs] OK: toBipartite empty == empty
313.44 s
[algebraic-graphs] OK: toBipartite (vertex (Left x)) == leftVertex x
313.44 s
[algebraic-graphs] OK: toBipartite (vertex (Right x)) == rightVertex x
313.44 s
[algebraic-graphs] OK: toBipartite (edge (Left x) (Left y)) == vertices [x,y] []
313.44 s
[algebraic-graphs] OK: toBipartite (edge (Left x) (Right y)) == edge x y
313.44 s
[algebraic-graphs] OK: toBipartite (edge (Right x) (Left y)) == edge y x
313.44 s
[algebraic-graphs] OK: toBipartite (edge (Right x) (Right y)) == vertices [] [x,y]
313.44 s
[algebraic-graphs] OK: toBipartite . clique == uncurry biclique . partitionEithers
313.44 s
[algebraic-graphs] OK: toBipartite . fromBipartite == id
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.toBipartiteWith ============
313.44 s
[algebraic-graphs] OK: toBipartiteWith f empty == empty
313.44 s
[algebraic-graphs] OK: toBipartiteWith Left x == vertices (vertexList x) []
313.44 s
[algebraic-graphs] OK: toBipartiteWith Right x == vertices [] (vertexList x)
313.44 s
[algebraic-graphs] OK: toBipartiteWith f == toBipartite . gmap f
313.44 s
[algebraic-graphs] OK: toBipartiteWith id == toBipartite
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.fromBipartite ============
313.44 s
[algebraic-graphs] OK: fromBipartite empty == empty
313.44 s
[algebraic-graphs] OK: fromBipartite (leftVertex x) == vertex (Left x)
313.44 s
[algebraic-graphs] OK: fromBipartite (edge x y) == edges [(Left x, Right y), (Right y, Left x)]
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.fromBipartiteWith ============
313.44 s
[algebraic-graphs] OK: fromBipartiteWith Left Right == fromBipartite
313.44 s
[algebraic-graphs] OK: fromBipartiteWith id id (vertices xs ys) == vertices (xs ++ ys)
313.44 s
[algebraic-graphs] OK: fromBipartiteWith id id . edges == symmetricClosure . edges
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.isEmpty ============
313.44 s
[algebraic-graphs] OK: isEmpty empty == True
313.44 s
[algebraic-graphs] OK: isEmpty (overlay empty empty) == True
313.44 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
313.44 s
[algebraic-graphs] OK: isEmpty == (==) empty
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.hasLeftVertex ============
313.44 s
[algebraic-graphs] OK: hasLeftVertex x empty == False
313.44 s
[algebraic-graphs] OK: hasLeftVertex x (leftVertex y) == (x == y)
313.44 s
[algebraic-graphs] OK: hasLeftVertex x (rightVertex y) == False
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.hasRightVertex ============
313.44 s
[algebraic-graphs] OK: hasRightVertex x empty == False
313.44 s
[algebraic-graphs] OK: hasRightVertex x (leftVertex y) == False
313.44 s
[algebraic-graphs] OK: hasRightVertex x (rightVertex y) == (x == y)
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.hasVertex ============
313.44 s
[algebraic-graphs] OK: hasVertex . Left == hasLeftVertex
313.44 s
[algebraic-graphs] OK: hasVertex . Right == hasRightVertex
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.hasEdge ============
313.44 s
[algebraic-graphs] OK: hasEdge x y empty == False
313.44 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
313.44 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
313.44 s
[algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.leftVertexCount ============
313.44 s
[algebraic-graphs] OK: leftVertexCount empty == 0
313.44 s
[algebraic-graphs] OK: leftVertexCount (leftVertex x) == 1
313.44 s
[algebraic-graphs] OK: leftVertexCount (rightVertex x) == 0
313.44 s
[algebraic-graphs] OK: leftVertexCount (edge x y) == 1
313.44 s
[algebraic-graphs] OK: leftVertexCount . edges == length . nub . map fst
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.rightVertexCount ============
313.44 s
[algebraic-graphs] OK: rightVertexCount empty == 0
313.44 s
[algebraic-graphs] OK: rightVertexCount (leftVertex x) == 0
313.44 s
[algebraic-graphs] OK: rightVertexCount (rightVertex x) == 1
313.44 s
[algebraic-graphs] OK: rightVertexCount (edge x y) == 1
313.44 s
[algebraic-graphs] OK: rightVertexCount . edges == length . nub . map snd
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.vertexCount ============
313.44 s
[algebraic-graphs] OK: vertexCount empty == 0
313.44 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
313.44 s
[algebraic-graphs] OK: vertexCount (edge x y) == 2
313.44 s
[algebraic-graphs] OK: vertexCount x == leftVertexCount x + rightVertexCount x
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.edgeCount ============
313.44 s
[algebraic-graphs] OK: edgeCount empty == 0
313.44 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
313.44 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
313.44 s
[algebraic-graphs] OK: edgeCount . edges == length . nub
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.leftVertexList ============
313.44 s
[algebraic-graphs] OK: leftVertexList empty == []
313.44 s
[algebraic-graphs] OK: leftVertexList (leftVertex x) == [x]
313.44 s
[algebraic-graphs] OK: leftVertexList (rightVertex x) == []
313.44 s
[algebraic-graphs] OK: leftVertexList . flip vertices [] == nub . sort
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.rightVertexList ============
313.44 s
[algebraic-graphs] OK: rightVertexList empty == []
313.44 s
[algebraic-graphs] OK: rightVertexList (leftVertex x) == []
313.44 s
[algebraic-graphs] OK: rightVertexList (rightVertex x) == [x]
313.44 s
[algebraic-graphs] OK: rightVertexList . vertices [] == nub . sort
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.vertexList ============
313.44 s
[algebraic-graphs] OK: vertexList empty == []
313.44 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
313.44 s
[algebraic-graphs] OK: vertexList (edge x y) == [Left x, Right y]
313.44 s
[algebraic-graphs] OK: vertexList (vertices (lefts xs) (rights xs)) == nub (sort xs)
313.44 s
[algebraic-graphs]
313.44 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.edgeList ============
313.45 s
[algebraic-graphs] OK: edgeList empty == []
313.45 s
[algebraic-graphs] OK: edgeList (vertex x) == []
313.45 s
[algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
313.45 s
[algebraic-graphs] OK: edgeList . edges == nub . sort
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.leftVertexSet ============
313.45 s
[algebraic-graphs] OK: leftVertexSet empty == Set.empty
313.45 s
[algebraic-graphs] OK: leftVertexSet . leftVertex == Set.singleton
313.45 s
[algebraic-graphs] OK: leftVertexSet . rightVertex == const Set.empty
313.45 s
[algebraic-graphs] OK: leftVertexSet . flip vertices [] == Set.fromList
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.rightVertexSet ============
313.45 s
[algebraic-graphs] OK: rightVertexSet empty == Set.empty
313.45 s
[algebraic-graphs] OK: rightVertexSet . leftVertex == const Set.empty
313.45 s
[algebraic-graphs] OK: rightVertexSet . rightVertex == Set.singleton
313.45 s
[algebraic-graphs] OK: rightVertexSet . vertices [] == Set.fromList
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.vertexSet ============
313.45 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
313.45 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
313.45 s
[algebraic-graphs] OK: vertexSet (edge x y) == Set.fromList [Left x, Right y]
313.45 s
[algebraic-graphs] OK: vertexSet (vertices (lefts xs) (rights xs)) == Set.fromList xs
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.edgeSet ============
313.45 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
313.45 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
313.45 s
[algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
313.45 s
[algebraic-graphs] OK: edgeSet . edges == Set.fromList
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.leftAdjacencyList ============
313.45 s
[algebraic-graphs] OK: leftAdjacencyList empty == []
313.45 s
[algebraic-graphs] OK: leftAdjacencyList (vertices [] xs) == []
313.45 s
[algebraic-graphs] OK: leftAdjacencyList (vertices xs []) == []
313.45 s
[algebraic-graphs] OK: leftAdjacencyList (edge x y) == [(x, [y])]
313.45 s
[algebraic-graphs] OK: leftAdjacencyList (star x ys) == [(x, nub (sort ys))]
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.rightAdjacencyList ============
313.45 s
[algebraic-graphs] OK: rightAdjacencyList empty == []
313.45 s
[algebraic-graphs] OK: rightAdjacencyList (vertices [] xs) == [(x, []) | x <- nub (sort xs)]
313.45 s
[algebraic-graphs] OK: rightAdjacencyList (vertices xs []) == []
313.45 s
[algebraic-graphs] OK: rightAdjacencyList (edge x y) == [(y, [x])]
313.45 s
[algebraic-graphs] OK: rightAdjacencyList (star x ys) == [(y, [x]) | y <- nub (sort ys)]
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.evenList ============
313.45 s
[algebraic-graphs] OK: evenList [] == Nil
313.45 s
[algebraic-graphs] OK: evenList [(1,2), (3,4)] == [1, 2, 3, 4] :: List Int Int
313.45 s
[algebraic-graphs] OK: evenList [(1,'a'), (2,'b')] == Cons 1 (Cons 'a' (Cons 2 (Cons 'b' Nil)))
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.oddList ============
313.45 s
[algebraic-graphs] OK: oddList 1 [] == Cons 1 Nil
313.45 s
[algebraic-graphs] OK: oddList 1 [(2,3), (4,5)] == [1, 2, 3, 4, 5] :: List Int Int
313.45 s
[algebraic-graphs] OK: oddList 1 [('a',2), ('b',3)] == Cons 1 (Cons 'a' (Cons 2 (Cons 'b' (Cons 3 Nil))))
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.path ============
313.45 s
[algebraic-graphs] OK: path Nil == empty
313.45 s
[algebraic-graphs] OK: path (Cons x Nil) == leftVertex x
313.45 s
[algebraic-graphs] OK: path (Cons x (Cons y Nil)) == edge x y
313.45 s
[algebraic-graphs] OK: path [1, 2, 3, 4, 5] == edges [(1,2), (3,2), (3,4), (5,4)]
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.circuit ============
313.45 s
[algebraic-graphs] OK: circuit [] == empty
313.45 s
[algebraic-graphs] OK: circuit [(x,y)] == edge x y
313.45 s
[algebraic-graphs] OK: circuit [(1,2), (3,4), (5,6)] == edges [(1,2), (3,2), (3,4), (5,4), (5,6), (1,6)]
313.45 s
[algebraic-graphs] OK: circuit . reverse == swap . circuit . map Data.Tuple.swap
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.biclique ============
313.45 s
[algebraic-graphs] OK: biclique [] [] == empty
313.45 s
[algebraic-graphs] OK: biclique xs [] == vertices xs []
313.45 s
[algebraic-graphs] OK: biclique [] ys == vertices [] ys
313.45 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs []) (vertices [] ys)
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.star ============
313.45 s
[algebraic-graphs] OK: star x [] == leftVertex x
313.45 s
[algebraic-graphs] OK: star x [y] == edge x y
313.45 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
313.45 s
[algebraic-graphs] OK: star x ys == connect (leftVertex x) (vertices [] ys)
313.45 s
[algebraic-graphs]
313.45 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.stars ============
313.45 s
[algebraic-graphs] OK: stars [] == empty
313.45 s
[algebraic-graphs] OK: stars [(x, [])] == leftVertex x
313.45 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
313.45 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
313.61 s
[hie-bios] Preprocessing library for hie-bios-0.14.0...
313.61 s
[hie-bios] Building library for hie-bios-0.14.0...
314.25 s
[hie-bios] [ 1 of 16] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, dist/build/HIE/Bios/Config/YAML.o, dist/build/HIE/Bios/Config/YAML.dyn_o )
315.42 s
[pandoc] [ 86 of 220] Compiling Text.Pandoc.Writers.Math
315.42 s
[pandoc] [ 87 of 220] Compiling Text.Pandoc.Writers.Native
315.42 s
[pandoc] [ 88 of 220] Compiling Text.Pandoc.Writers.OOXML
315.42 s
[pandoc] [ 89 of 220] Compiling Text.Pandoc.Writers.Docx.Types
315.42 s
[pandoc] [ 90 of 220] Compiling Text.Pandoc.Writers.Docx.Table
315.42 s
[pandoc] [ 91 of 220] Compiling Text.Pandoc.Writers.Roff
315.42 s
[pandoc] [ 92 of 220] Compiling Text.Pandoc.XML
315.42 s
[pandoc] [ 93 of 220] Compiling Text.Pandoc.Writers.JATS.Table
315.42 s
[pandoc] [ 94 of 220] Compiling Text.Pandoc.Writers.JATS.References
315.42 s
[pandoc] [ 95 of 220] Compiling Text.Pandoc.Readers.Jira
315.42 s
[pandoc] [ 96 of 220] Compiling Text.Pandoc.Readers.JATS
315.42 s
[pandoc] [ 97 of 220] Compiling Text.Pandoc.Readers.FB2
315.42 s
[pandoc] [ 98 of 220] Compiling Text.Pandoc.Readers.DocBook
322.25 s
[pandoc] [ 99 of 220] Compiling Text.Pandoc.Parsing.General
322.25 s
[pandoc] [100 of 220] Compiling Text.Pandoc.Parsing.Smart
322.28 s
[pandoc] [101 of 220] Compiling Text.Pandoc.Parsing.Math
322.28 s
[pandoc] [102 of 220] Compiling Text.Pandoc.Parsing.GridTable
322.28 s
[pandoc] [103 of 220] Compiling Text.Pandoc.Parsing.Citations
322.28 s
[pandoc] [104 of 220] Compiling Text.Pandoc.Parsing
322.28 s
[pandoc] [105 of 220] Compiling Text.Pandoc.Writers.Markdown.Types
322.70 s
[hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.o, dist/build/HIE/Bios/Config.dyn_o )
323.41 s
[hie-bios] [ 3 of 16] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, dist/build/HIE/Bios/Ghc/Gap.o, dist/build/HIE/Bios/Ghc/Gap.dyn_o )
323.41 s
[hie-bios] [ 4 of 16] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, dist/build/HIE/Bios/Ghc/Doc.o, dist/build/HIE/Bios/Ghc/Doc.dyn_o )
323.41 s
[hie-bios] [ 5 of 16] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, dist/build/HIE/Bios/Ghc/Load.o, dist/build/HIE/Bios/Ghc/Load.dyn_o )
323.41 s
[hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.o, dist/build/HIE/Bios/Types.dyn_o )
323.41 s
[hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.o, dist/build/HIE/Bios/Flags.dyn_o )
323.41 s
[hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.o, dist/build/HIE/Bios/Environment.dyn_o )
323.41 s
[hie-bios] [ 9 of 16] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, dist/build/HIE/Bios/Ghc/Api.o, dist/build/HIE/Bios/Ghc/Api.dyn_o )
323.41 s
[hie-bios] [10 of 16] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, dist/build/HIE/Bios/Ghc/Logger.o, dist/build/HIE/Bios/Ghc/Logger.dyn_o )
323.41 s
[hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
323.41 s
[hie-bios] Pattern match(es) are non-exhaustive
323.41 s
[hie-bios] In an equation for ‘appendLogRef’:
323.41 s
[hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
323.41 s
[hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
323.41 s
[hie-bios] _ _ (LogRef _) _ MCOutput _ _
323.41 s
[hie-bios] _ _ (LogRef _) _ MCFatal _ _
323.41 s
[hie-bios] _ _ (LogRef _) _ MCInteractive _ _
323.41 s
[hie-bios] _ _ (LogRef _) _ MCDump _ _
323.41 s
[hie-bios] ...
323.41 s
[hie-bios] |
323.41 s
[hie-bios] 48 | appendLogRef df style (LogRef ref) _
323.41 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
323.41 s
[hie-bios]
323.41 s
[hie-bios] [11 of 16] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, dist/build/HIE/Bios/Ghc/Check.o, dist/build/HIE/Bios/Ghc/Check.dyn_o )
323.41 s
[hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.o, dist/build/HIE/Bios/Wrappers.dyn_o )
323.41 s
[hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.o, dist/build/HIE/Bios/Cradle.dyn_o )
323.61 s
[hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
323.61 s
[hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
323.61 s
[hie-bios] |
323.61 s
[hie-bios] 145 | { cradleRoot :: FilePath
323.61 s
[hie-bios] | ^^^^^^^^^^
323.61 s
[hie-bios]
323.61 s
[hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
323.61 s
[hie-bios] Defined but not used:
323.61 s
[hie-bios] record field of ResolvedCradles ‘resolvedCradles’
323.61 s
[hie-bios] |
323.62 s
[hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
323.62 s
[hie-bios] | ^^^^^^^^^^^^^^^
323.62 s
[hie-bios]
323.62 s
[hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
323.62 s
[hie-bios] Defined but not used:
323.62 s
[hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
323.62 s
[hie-bios] |
323.62 s
[hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
323.62 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
323.62 s
[hie-bios]
326.02 s
[hie-bios] [14 of 16] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, dist/build/HIE/Bios/Internal/Debug.o, dist/build/HIE/Bios/Internal/Debug.dyn_o )
326.11 s
[pandoc] [106 of 220] Compiling Text.Pandoc.Writers.Markdown.Table
326.24 s
[hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.o, dist/build/HIE/Bios.dyn_o )
326.24 s
[hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.o, dist/build/Paths_hie_bios.dyn_o )
327.18 s
[hie-bios] [ 1 of 16] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, dist/build/HIE/Bios/Config/YAML.p_o )
331.26 s
[pandoc] [107 of 220] Compiling Text.Pandoc.SelfContained
331.41 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
331.41 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
331.41 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.mesh ============
331.41 s
[algebraic-graphs] OK: mesh xs [] == empty
331.41 s
[algebraic-graphs] OK: mesh [] ys == empty
331.41 s
[algebraic-graphs] OK: mesh [x] [y] == leftVertex (x,y)
331.41 s
[algebraic-graphs] OK: mesh [1,1] ['a','b'] == biclique [(1,'a'), (1,'b')] [(1,'a'), (1,'b')]
331.41 s
[algebraic-graphs] OK: mesh [1,2] ['a','b'] == biclique [(1,'a'), (2,'b')] [(1,'b'), (2,'a')]
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.removeLeftVertex ============
331.41 s
[algebraic-graphs] OK: removeLeftVertex x (leftVertex x) == empty
331.41 s
[algebraic-graphs] OK: removeLeftVertex 1 (leftVertex 2) == leftVertex 2
331.41 s
[algebraic-graphs] OK: removeLeftVertex x (rightVertex y) == rightVertex y
331.41 s
[algebraic-graphs] OK: removeLeftVertex x (edge x y) == rightVertex y
331.41 s
[algebraic-graphs] OK: removeLeftVertex x . removeLeftVertex x == removeLeftVertex x
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.removeRightVertex ============
331.41 s
[algebraic-graphs] OK: removeRightVertex x (rightVertex x) == empty
331.41 s
[algebraic-graphs] OK: removeRightVertex 1 (rightVertex 2) == rightVertex 2
331.41 s
[algebraic-graphs] OK: removeRightVertex x (leftVertex y) == leftVertex y
331.41 s
[algebraic-graphs] OK: removeRightVertex y (edge x y) == leftVertex x
331.41 s
[algebraic-graphs] OK: removeRightVertex x . removeRightVertex x == removeRightVertex x
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.removeEdge ============
331.41 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x] [y]
331.41 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
331.41 s
[algebraic-graphs] OK: removeEdge x y . removeLeftVertex x == removeLeftVertex x
331.41 s
[algebraic-graphs] OK: removeEdge x y . removeRightVertex y == removeRightVertex y
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.bimap ============
331.41 s
[algebraic-graphs] OK: bimap f g empty == empty
331.41 s
[algebraic-graphs] OK: bimap f g . vertex == vertex . Data.Bifunctor.bimap f g
331.41 s
[algebraic-graphs] OK: bimap f g (edge x y) == edge (f x) (g y)
331.41 s
[algebraic-graphs] OK: bimap id id == id
331.41 s
[algebraic-graphs] OK: bimap f1 g1 . bimap f2 g2 == bimap (f1 . f2) (g1 . g2)
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.box ============
331.41 s
[algebraic-graphs] OK: box (path [0,1]) (path ['a','b']) == <correct result>
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] OK: box x y ~~ box y x
331.41 s
[algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
331.41 s
[algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
331.41 s
[algebraic-graphs] OK: box x (leftVertex ()) ~~ x
331.41 s
[algebraic-graphs] OK: box x (rightVertex ()) ~~ swap x
331.41 s
[algebraic-graphs] OK: box x empty ~~ empty
331.41 s
[algebraic-graphs] OK: vertexCount (box x y) <= vertexCount x * vertexCount y
331.41 s
[algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] OK: box == boxWith (,) (,) (,) (,)
331.41 s
[algebraic-graphs]
331.41 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.consistent ============
331.41 s
[algebraic-graphs] OK: consistent empty == True
331.41 s
[algebraic-graphs] OK: consistent (vertex x) == True
331.41 s
[algebraic-graphs] OK: consistent (edge x y) == True
331.41 s
[algebraic-graphs] OK: consistent (edges x) == True
331.41 s
[algebraic-graphs] OK: consistent (toBipartite x) == True
331.41 s
[algebraic-graphs] OK: consistent (swap x) == True
331.41 s
[algebraic-graphs] OK: consistent (circuit xs) == True
331.42 s
[algebraic-graphs] OK: consistent (biclique xs ys) == True
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.detectParts ============
331.42 s
[algebraic-graphs] OK: detectParts empty == Right empty
331.42 s
[algebraic-graphs] OK: detectParts (vertex 1) == Right (leftVertex 1)
331.42 s
[algebraic-graphs] OK: detectParts (edge 1 1) == Left [1]
331.42 s
[algebraic-graphs] OK: detectParts (edge 1 2) == Right (edge 1 2)
331.42 s
[algebraic-graphs] OK: detectParts (edge 0 (-1)) == Right (edge (-1) 0)
331.42 s
[algebraic-graphs] OK: detectParts (1 * (2 + 3)) == Right (edges [(1, 2), (1, 3)])
331.42 s
[algebraic-graphs] OK: detectParts ((1 + 3) * (2 + 4) + 6 * 5) == Right (swap (1 + 3) * (2 + 4) + swap 5 * 6
331.42 s
[algebraic-graphs] OK: detectParts ((1 + 2) * (3 + 4) * (5 + 6)) == Left [1, 3, 2, 4, 5]
331.42 s
[algebraic-graphs] OK: detectParts ((1 + 2) * (3 + 4) + (3 + 4) * 5) == Right (swap (1 + 2) * (3 + 4) + swap 5 * (3 + 4))
331.42 s
[algebraic-graphs] OK: detectParts (1 * 2 * 3) == Left [2, 3, 1]
331.42 s
[algebraic-graphs] OK: detectParts ((1 * 3 * 4) + 2 * (1 + 2)) == Left [2]
331.42 s
[algebraic-graphs] OK: detectParts (clique [1..10]) == Left [1, 2, 3]
331.42 s
[algebraic-graphs] OK: detectParts (circuit [1..11]) == Left [1..11]
331.42 s
[algebraic-graphs] OK: detectParts (circuit [1..10]) == Right (circuit [(2 * x - 1, 2 * x) | x <- [1..5]])
331.42 s
[algebraic-graphs] OK: detectParts (biclique [] xs) == Right (vertices xs [])
331.42 s
[algebraic-graphs] OK: detectParts (biclique (map Left (x:xs)) (map Right ys)) == Right (biclique (map Left (x:xs)) (map Right ys))
331.42 s
[algebraic-graphs] OK: isRight (detectParts (star x ys)) == not (elem x ys)
331.42 s
[algebraic-graphs] OK: isRight (detectParts (fromBipartite (toBipartite x))) == True
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] OK: ((all ((flip Set.member) $ edgeSet $ symmetricClosure x) . edgeSet) <$> detectParts x) /= Right False
331.42 s
[algebraic-graphs] OK: (Set.map $ fromEither) <$> (vertexSet <$> (detectParts (fromBipartite (toBipartite x)))) == Right (vertexSet x)
331.42 s
[algebraic-graphs] OK: fromEither (Bifunctor.bimap ((flip Set.isSubsetOf) (vertexSet x) . Set.fromList) (const True) (detectParts x)) == True
331.42 s
[algebraic-graphs] OK: fromEither (Bifunctor.bimap ((flip Set.isSubsetOf) (edgeSet (symmetricClosure x)) . AM.edgeSet . circuit) (const True) (detectParts x)) == True
331.42 s
[algebraic-graphs] OK: fromEither (Bifunctor.bimap (((==) 1) . ((flip mod) 2) . length) (const True) (detectParts x)) == True
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Show (Bipartite.AdjacencyMap.Algorithm.Matching a b) ============
331.42 s
[algebraic-graphs] OK: show (matching []) == "matching []"
331.42 s
[algebraic-graphs] OK: show (matching [(2,'a'),(1,'b')]) == "matching [(1,'b'),(2,'a')]"
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Eq (Bipartite.AdjacencyMap.Algorithm.Matching a b) ============
331.42 s
[algebraic-graphs] OK: (x == y) == ((pairOfLeft x == pairOfLeft y) && (pairOfRight x == pairOfRight y))
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.pairOfLeft ============
331.42 s
[algebraic-graphs] OK: pairOfLeft (matching []) == Map.empty
331.42 s
[algebraic-graphs] OK: pairOfLeft (matching [(2,'a'), (1,'b')]) == Map.fromList [(2,'a'), (1,'b')]
331.42 s
[algebraic-graphs] OK: Map.size . pairOfLeft == Map.size . pairOfRight
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.pairOfRight ============
331.42 s
[algebraic-graphs] OK: pairOfRight (matching []) == Map.empty
331.42 s
[algebraic-graphs] OK: pairOfRight (matching [(2,'a'), (1,'b')]) == Map.fromList [('a',2), ('b',1)]
331.42 s
[algebraic-graphs] OK: Map.size . pairOfRight == Map.size . pairOfLeft
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.matching ============
331.42 s
[algebraic-graphs] OK: matching [(1,'a'), (1,'b')] == matching [(1,'b')]
331.42 s
[algebraic-graphs] OK: matching [(1,'a'), (1,'b'), (2,'b'), (2,'a')] == matching [(2,'a')]
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.isMatchingOf ============
331.42 s
[algebraic-graphs] OK: isMatchingOf (matching []) x == True
331.42 s
[algebraic-graphs] OK: isMatchingOf (matching xs) empty == null xs
331.42 s
[algebraic-graphs] OK: isMatchingOf (matching [(x,y)]) (edge x y) == True
331.42 s
[algebraic-graphs] OK: isMatchingOf (matching [(1,2)]) (edge 2 1) == False
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.matchingSize ============
331.42 s
[algebraic-graphs] OK: matchingSize (matching []) == 0
331.42 s
[algebraic-graphs] OK: matchingSize (matching [(2,'a'), (1,'b')]) == 2
331.42 s
[algebraic-graphs] OK: matchingSize (matching [(1,'a'), (1,'b')]) == 1
331.42 s
[algebraic-graphs] OK: matchingSize (matching xs) <= length xs
331.42 s
[algebraic-graphs] OK: matchingSize x == Map.size . pairOfLeft
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.maxMatching ============
331.42 s
[algebraic-graphs] OK: maxMatching empty == matching []
331.42 s
[algebraic-graphs] OK: maxMatching (vertices xs ys) == matching []
331.42 s
[algebraic-graphs] OK: maxMatching (path [1,2,3,4]) == matching [(1,2), (3,4)]
331.42 s
[algebraic-graphs] OK: matchingSize (maxMatching (circuit [(1,2), (3,4), (5,6)])) == 3
331.42 s
[algebraic-graphs] OK: matchingSize (maxMatching (star x (y:ys))) == 1
331.42 s
[algebraic-graphs] OK: matchingSize (maxMatching (biclique xs ys)) == min (length (nub xs)) (length (nub ys))
331.42 s
[algebraic-graphs] OK: isMatchingOf (maxMatching x) x == True
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.isVertexCoverOf ============
331.42 s
[algebraic-graphs] OK: isVertexCoverOf (xs , ys ) empty == Set.null xs && Set.null ys
331.42 s
[algebraic-graphs] OK: isVertexCoverOf (xs , ys ) (leftVertex x) == Set.isSubsetOf xs (Set.singleton x) && Set.null ys
331.42 s
[algebraic-graphs] OK: isVertexCoverOf (Set.empty , Set.empty ) (edge x y) == False
331.42 s
[algebraic-graphs] OK: isVertexCoverOf (Set.singleton x, ys ) (edge x y) == Set.isSubsetOf ys (Set.singleton y)
331.42 s
[algebraic-graphs] OK: isVertexCoverOf (xs , Set.singleton y) (edge x y) == Set.isSubsetOf xs (Set.singleton x)
331.42 s
[algebraic-graphs]
331.42 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.minVertexCover ============
331.42 s
[algebraic-graphs] OK: minVertexCover empty == (Set.empty, Set.empty)
331.98 s
[hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.p_o )
332.77 s
[hie-bios] [ 3 of 16] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, dist/build/HIE/Bios/Ghc/Gap.p_o )
332.77 s
[hie-bios] [ 4 of 16] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, dist/build/HIE/Bios/Ghc/Doc.p_o )
332.77 s
[hie-bios] [ 5 of 16] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, dist/build/HIE/Bios/Ghc/Load.p_o )
332.77 s
[hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.p_o )
332.77 s
[hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.p_o )
332.77 s
[hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.p_o )
332.77 s
[hie-bios] [ 9 of 16] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, dist/build/HIE/Bios/Ghc/Api.p_o )
332.77 s
[hie-bios] [10 of 16] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, dist/build/HIE/Bios/Ghc/Logger.p_o )
332.77 s
[hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
332.77 s
[hie-bios] Pattern match(es) are non-exhaustive
332.77 s
[hie-bios] In an equation for ‘appendLogRef’:
332.77 s
[hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
332.77 s
[hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
332.77 s
[hie-bios] _ _ (LogRef _) _ MCOutput _ _
332.77 s
[hie-bios] _ _ (LogRef _) _ MCFatal _ _
332.77 s
[hie-bios] _ _ (LogRef _) _ MCInteractive _ _
332.77 s
[hie-bios] _ _ (LogRef _) _ MCDump _ _
332.77 s
[hie-bios] ...
332.77 s
[hie-bios] |
332.77 s
[hie-bios] 48 | appendLogRef df style (LogRef ref) _
332.77 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
332.77 s
[hie-bios]
332.77 s
[hie-bios] [11 of 16] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, dist/build/HIE/Bios/Ghc/Check.p_o )
332.77 s
[hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.p_o )
332.77 s
[hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.p_o )
332.88 s
[hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
332.88 s
[hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
332.88 s
[hie-bios] |
332.88 s
[hie-bios] 145 | { cradleRoot :: FilePath
332.88 s
[hie-bios] | ^^^^^^^^^^
332.88 s
[hie-bios]
332.88 s
[hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
332.88 s
[hie-bios] Defined but not used:
332.88 s
[hie-bios] record field of ResolvedCradles ‘resolvedCradles’
332.88 s
[hie-bios] |
332.88 s
[hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
332.88 s
[hie-bios] | ^^^^^^^^^^^^^^^
332.88 s
[hie-bios]
332.88 s
[hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
332.88 s
[hie-bios] Defined but not used:
332.88 s
[hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
332.88 s
[hie-bios] |
332.88 s
[hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
332.88 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
332.88 s
[hie-bios]
334.04 s
[algebraic-graphs] OK: minVertexCover (vertices xs ys) == (Set.empty, Set.empty)
334.04 s
[algebraic-graphs] OK: minVertexCover (path [1,2,3]) == (Set.empty, Set.singleton 2)
334.04 s
[algebraic-graphs] OK: minVertexCover (star x (1:2:ys)) == (Set.singleton x, Set.empty)
334.04 s
[algebraic-graphs] OK: vertexCoverSize (minVertexCover (biclique xs ys)) == min (length (nub xs)) (length (nub ys))
334.04 s
[algebraic-graphs] OK: vertexCoverSize . minVertexCover == matchingSize . maxMatching
334.04 s
[algebraic-graphs] OK: isVertexCoverOf (minVertexCover x) x == True
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.isIndependentSetOf ============
334.04 s
[algebraic-graphs] OK: isIndependentSetOf (xs , ys ) empty == Set.null xs && Set.null ys
334.04 s
[algebraic-graphs] OK: isIndependentSetOf (xs , ys ) (leftVertex x) == Set.isSubsetOf xs (Set.singleton x) && Set.null ys
334.04 s
[algebraic-graphs] OK: isIndependentSetOf (Set.empty , Set.empty ) (edge x y) == True
334.04 s
[algebraic-graphs] OK: isIndependentSetOf (Set.singleton x, ys ) (edge x y) == Set.null ys
334.04 s
[algebraic-graphs] OK: isIndependentSetOf (xs , Set.singleton y) (edge x y) == Set.null xs
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.maxIndependentSet ============
334.04 s
[algebraic-graphs] OK: maxIndependentSet empty == (Set.empty, Set.empty)
334.04 s
[algebraic-graphs] OK: maxIndependentSet (vertices xs ys) == (Set.fromList xs, Set.fromList ys)
334.04 s
[algebraic-graphs] OK: maxIndependentSet (path [1,2,3]) == (Set.fromList [1,3], Set.empty)
334.04 s
[algebraic-graphs] OK: maxIndependentSet (star x (1:2:ys)) == (Set.empty, Set.fromList (1:2:ys))
334.04 s
[algebraic-graphs] OK: independentSetSize (maxIndependentSet (biclique xs ys)) == max (length (nub xs)) (length (nub ys))
334.04 s
[algebraic-graphs] OK: independentSetSize (maxIndependentSet x) == vertexCount x - vertexCoverSize (minVertexCover x)
334.04 s
[algebraic-graphs] OK: isIndependentSetOf (maxIndependentSet x) x == True
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.augmentingPath ============
334.04 s
[algebraic-graphs] OK: augmentingPath (matching []) empty == Left (Set.empty, Set.empty)
334.04 s
[algebraic-graphs] OK: augmentingPath (matching []) (edge 1 2) == Right [1,2]
334.04 s
[algebraic-graphs] OK: augmentingPath (matching [(1,2)]) (path [1,2,3]) == Left (Set.empty, Set.singleton 2)
334.04 s
[algebraic-graphs] OK: augmentingPath (matching [(3,2)]) (path [1,2,3,4]) == Right [1,2,3,4]
334.04 s
[algebraic-graphs] OK: isLeft (augmentingPath (maxMatching x) x) == True
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.consistentMatching ============
334.04 s
[algebraic-graphs] OK: consistentMatching (matching xs) == True
334.04 s
[algebraic-graphs] OK: consistentMatching (maxMatching x) == True
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Export.Eq ============
334.04 s
[algebraic-graphs] OK: mempty /= literal ""
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Export.Ord ============
334.04 s
[algebraic-graphs] OK: mempty < literal ""
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Export.isEmpty ============
334.04 s
[algebraic-graphs] OK: isEmpty mempty == True
334.04 s
[algebraic-graphs] OK: isEmpty (literal "") == False
334.04 s
[algebraic-graphs] OK: isEmpty x == (x == mempty)
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Export.literal ============
334.04 s
[algebraic-graphs] OK: literal "Hello, " <> literal "World!" == literal "Hello, World!"
334.04 s
[algebraic-graphs] OK: literal "I am just a string literal" == "I am just a string literal"
334.04 s
[algebraic-graphs] OK: render . literal == id
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Export.render ============
334.04 s
[algebraic-graphs] OK: render (literal "al" <> literal "ga") == "alga"
334.04 s
[algebraic-graphs] OK: render mempty == mempty
334.04 s
[algebraic-graphs]
334.04 s
[algebraic-graphs] ============ Export.<+> ============
334.04 s
[algebraic-graphs] OK: x <+> mempty == x
334.04 s
[algebraic-graphs] OK: mempty <+> x == x
334.04 s
[algebraic-graphs] OK: x <+> (y <+> z) == (x <+> y) <+> z
334.05 s
[algebraic-graphs] OK: "name" <+> "surname" == "name surname"
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Export.brackets ============
334.05 s
[algebraic-graphs] OK: brackets "i" == "[i]"
334.05 s
[algebraic-graphs] OK: brackets mempty == "[]"
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Export.doubleQuotes ============
334.05 s
[algebraic-graphs] OK: doubleQuotes "/path/with spaces" == "\"/path/with spaces\""
334.05 s
[algebraic-graphs] OK: doubleQuotes (doubleQuotes mempty) == "\"\"\"\""
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Export.indent ============
334.05 s
[algebraic-graphs] OK: indent 0 == id
334.05 s
[algebraic-graphs] OK: indent 1 mempty == " "
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Export.unlines ============
334.05 s
[algebraic-graphs] OK: unlines [] == mempty
334.05 s
[algebraic-graphs] OK: unlines [mempty] == "\n"
334.05 s
[algebraic-graphs] OK: unlines ["title", "subtitle"] == "title\nsubtitle\n"
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Export.export ============
334.05 s
[algebraic-graphs] OK: render $ export vDoc eDoc (1 + 2 * (3 + 4) :: Graph Int)
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Export.Dot.export ============
334.05 s
[algebraic-graphs] OK: export style (1 * 2 + 3 * 4 * 5 :: Graph Int)
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] =========== Export.Dot.attributeQuoting ============
334.05 s
[algebraic-graphs] OK: export style' (1 * 2 + 3 * 4 * 5 :: Graph Int)
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Export.Dot.exportAsIs ============
334.05 s
[algebraic-graphs] OK: exportAsIs (circuit ["a", "b", "c"] :: Graph String)
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Export.Dot.exportViaShow ============
334.05 s
[algebraic-graphs] OK: exportViaShow (1 + 2 * (3 + 4) :: Graph Int)
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph ============
334.05 s
[algebraic-graphs] OK: Axioms of graphs
334.05 s
[algebraic-graphs] OK: Theorems of graphs
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.Ord ============
334.05 s
[algebraic-graphs] OK: vertex 1 < vertex 2
334.05 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
334.05 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
334.05 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
334.05 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
334.05 s
[algebraic-graphs] OK: edge 1 2 < edge 1 3
334.05 s
[algebraic-graphs] OK: x <= x + y
334.05 s
[algebraic-graphs] OK: x + y <= x * y
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.empty ============
334.05 s
[algebraic-graphs] OK: isEmpty empty == True
334.05 s
[algebraic-graphs] OK: hasVertex x empty == False
334.05 s
[algebraic-graphs] OK: vertexCount empty == 0
334.05 s
[algebraic-graphs] OK: edgeCount empty == 0
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.vertex ============
334.05 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
334.05 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
334.05 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
334.05 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.edge ============
334.05 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
334.05 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
334.05 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
334.05 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
334.05 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.overlay ============
334.05 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
334.05 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
334.05 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
334.05 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
334.05 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
334.05 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
334.05 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
334.05 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.connect ============
334.05 s
[algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
334.05 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
334.05 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
334.05 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
334.05 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
334.05 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
334.05 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
334.05 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
334.05 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
334.05 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.vertices ============
334.05 s
[algebraic-graphs] OK: vertices [] == empty
334.05 s
[algebraic-graphs] OK: vertices [x] == vertex x
334.05 s
[algebraic-graphs] OK: vertices == overlays . map vertex
334.05 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
334.05 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
334.05 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.edges ============
334.05 s
[algebraic-graphs] OK: edges [] == empty
334.05 s
[algebraic-graphs] OK: edges [(x,y)] == edge x y
334.05 s
[algebraic-graphs] OK: edges == overlays . map (uncurry edge)
334.05 s
[algebraic-graphs] OK: edgeCount . edges == length . nub
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.overlays ============
334.05 s
[algebraic-graphs] OK: overlays [] == empty
334.05 s
[algebraic-graphs] OK: overlays [x] == x
334.05 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
334.05 s
[algebraic-graphs] OK: overlays == foldr overlay empty
334.05 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.connects ============
334.05 s
[algebraic-graphs] OK: connects [] == empty
334.05 s
[algebraic-graphs] OK: connects [x] == x
334.05 s
[algebraic-graphs] OK: connects [x,y] == connect x y
334.05 s
[algebraic-graphs] OK: connects == foldr connect empty
334.05 s
[algebraic-graphs] OK: isEmpty . connects == all isEmpty
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.isSubgraphOf ============
334.05 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
334.05 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
334.05 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
334.05 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
334.05 s
[algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
334.05 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
334.05 s
[algebraic-graphs]
334.05 s
[algebraic-graphs] ============ Graph.toGraph et al. ============
334.05 s
[algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
334.05 s
[algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
334.05 s
[algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
334.05 s
[algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
334.05 s
[algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
334.05 s
[algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
334.05 s
[algebraic-graphs] OK: vertexCount == Set.size . vertexSet
334.05 s
[algebraic-graphs] OK: edgeCount == Set.size . edgeSet
334.05 s
[algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
334.93 s
[algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
334.93 s
[algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
334.93 s
[algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
334.93 s
[algebraic-graphs] OK: edgeSet == Algebra.Graph.AdjacencyMap.edgeSet . foldg empty vertex overlay connect
334.93 s
[algebraic-graphs] OK: preSet x == Algebra.Graph.AdjacencyMap.preSet x . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: preIntSet x == Algebra.Graph.AdjacencyIntMap.preIntSet x . toAdjacencyIntMap
334.93 s
[algebraic-graphs] OK: postSet x == Algebra.Graph.AdjacencyMap.postSet x . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: postIntSet x == Algebra.Graph.AdjacencyIntMap.postIntSet x . toAdjacencyIntMap
334.93 s
[algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
334.93 s
[algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
334.93 s
[algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
334.93 s
[algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
334.93 s
[algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
334.93 s
[algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
334.93 s
[algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
334.93 s
[algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
334.93 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.foldg ============
334.93 s
[algebraic-graphs] OK: foldg empty vertex overlay connect == id
334.93 s
[algebraic-graphs] OK: foldg empty vertex overlay (flip connect) == transpose
334.93 s
[algebraic-graphs] OK: foldg 1 (const 1) (+) (+) == size
334.93 s
[algebraic-graphs] OK: foldg True (const False) (&&) (&&) == isEmpty
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.isEmpty ============
334.93 s
[algebraic-graphs] OK: isEmpty empty == True
334.93 s
[algebraic-graphs] OK: isEmpty (overlay empty empty) == True
334.93 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
334.93 s
[algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
334.93 s
[algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.hasVertex ============
334.93 s
[algebraic-graphs] OK: hasVertex x empty == False
334.93 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
334.93 s
[algebraic-graphs] OK: hasVertex x . removeVertex x == const False
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.hasEdge ============
334.93 s
[algebraic-graphs] OK: hasEdge x y empty == False
334.93 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
334.93 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
334.93 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
334.93 s
[algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.vertexCount ============
334.93 s
[algebraic-graphs] OK: vertexCount empty == 0
334.93 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
334.93 s
[algebraic-graphs] OK: vertexCount == length . vertexList
334.93 s
[algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.edgeCount ============
334.93 s
[algebraic-graphs] OK: edgeCount empty == 0
334.93 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
334.93 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
334.93 s
[algebraic-graphs] OK: edgeCount == length . edgeList
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.vertexList ============
334.93 s
[algebraic-graphs] OK: vertexList empty == []
334.93 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
334.93 s
[algebraic-graphs] OK: vertexList . vertices == nub . sort
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.vertexSet ============
334.93 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
334.93 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
334.93 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.vertexIntSet ============
334.93 s
[algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
334.93 s
[algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
334.93 s
[algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
334.93 s
[algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.edgeList ============
334.93 s
[algebraic-graphs] OK: edgeList empty == []
334.93 s
[algebraic-graphs] OK: edgeList (vertex x) == []
334.93 s
[algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
334.93 s
[algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
334.93 s
[algebraic-graphs] OK: edgeList . edges == nub . sort
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.edgeSet ============
334.93 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
334.93 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
334.93 s
[algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
334.93 s
[algebraic-graphs] OK: edgeSet . edges == Set.fromList
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.adjacencyList ============
334.93 s
[algebraic-graphs] OK: adjacencyList empty == []
334.93 s
[algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
334.93 s
[algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [])]
334.93 s
[algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, []), (2, [1,3]), (3, [])]
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.preSet ============
334.93 s
[algebraic-graphs] OK: preSet x empty == Set.empty
334.93 s
[algebraic-graphs] OK: preSet x (vertex x) == Set.empty
334.93 s
[algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
334.93 s
[algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.preIntSet ============
334.93 s
[algebraic-graphs] OK: preIntSet x empty == IntSet.empty
334.93 s
[algebraic-graphs] OK: preIntSet x (vertex x) == IntSet.empty
334.93 s
[algebraic-graphs] OK: preIntSet 1 (edge 1 2) == IntSet.empty
334.93 s
[algebraic-graphs] OK: preIntSet y (edge x y) == IntSet.fromList [x]
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.postSet ============
334.93 s
[algebraic-graphs] OK: postSet x empty == Set.empty
334.93 s
[algebraic-graphs] OK: postSet x (vertex x) == Set.empty
334.93 s
[algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
334.93 s
[algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.postIntSet ============
334.93 s
[algebraic-graphs] OK: postIntSet x empty == IntSet.empty
334.93 s
[algebraic-graphs] OK: postIntSet x (vertex x) == IntSet.empty
334.93 s
[algebraic-graphs] OK: postIntSet 2 (edge 1 2) == IntSet.empty
334.93 s
[algebraic-graphs] OK: postIntSet x (edge x y) == IntSet.fromList [y]
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.size ============
334.93 s
[algebraic-graphs] OK: size empty == 1
334.93 s
[algebraic-graphs] OK: size (vertex x) == 1
334.93 s
[algebraic-graphs] OK: size (overlay x y) == size x + size y
334.93 s
[algebraic-graphs] OK: size (connect x y) == size x + size y
334.93 s
[algebraic-graphs] OK: size x >= 1
334.93 s
[algebraic-graphs] OK: size x >= vertexCount x
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.path ============
334.93 s
[algebraic-graphs] OK: path [] == empty
334.93 s
[algebraic-graphs] OK: path [x] == vertex x
334.93 s
[algebraic-graphs] OK: path [x,y] == edge x y
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.circuit ============
334.93 s
[algebraic-graphs] OK: circuit [] == empty
334.93 s
[algebraic-graphs] OK: circuit [x] == edge x x
334.93 s
[algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.clique ============
334.93 s
[algebraic-graphs] OK: clique [] == empty
334.93 s
[algebraic-graphs] OK: clique [x] == vertex x
334.93 s
[algebraic-graphs] OK: clique [x,y] == edge x y
334.93 s
[algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
334.93 s
[algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.biclique ============
334.93 s
[algebraic-graphs] OK: biclique [] [] == empty
334.93 s
[algebraic-graphs] OK: biclique [x] [] == vertex x
334.93 s
[algebraic-graphs] OK: biclique [] [y] == vertex y
334.93 s
[algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
334.93 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.star ============
334.93 s
[algebraic-graphs] OK: star x [] == vertex x
334.93 s
[algebraic-graphs] OK: star x [y] == edge x y
334.93 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
334.93 s
[algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.stars ============
334.93 s
[algebraic-graphs] OK: stars [] == empty
334.93 s
[algebraic-graphs] OK: stars [(x, [])] == vertex x
334.93 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
334.93 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
334.93 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
334.93 s
[algebraic-graphs] OK: stars . adjacencyList == id
334.93 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
334.93 s
[algebraic-graphs]
334.93 s
[algebraic-graphs] ============ Graph.tree ============
334.93 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
334.93 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
334.93 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
334.94 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
334.94 s
[algebraic-graphs]
334.94 s
[algebraic-graphs] ============ Graph.forest ============
334.94 s
[algebraic-graphs] OK: forest [] == empty
334.94 s
[algebraic-graphs] OK: forest [x] == tree x
334.94 s
[algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
334.94 s
[algebraic-graphs] OK: forest == overlays . map tree
334.94 s
[algebraic-graphs]
334.94 s
[algebraic-graphs] ============ Graph.removeVertex ============
335.37 s
[pandoc] [108 of 220] Compiling Text.Pandoc.Readers.Vimwiki
335.43 s
[hie-bios] [14 of 16] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, dist/build/HIE/Bios/Internal/Debug.p_o )
335.72 s
[hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.p_o )
335.72 s
[hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.p_o )
339.55 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
339.55 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
339.55 s
[algebraic-graphs] OK: removeVertex x (edge x x) == empty
339.69 s
[algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
339.69 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.removeEdge ============
339.69 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
339.69 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
339.69 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
339.69 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
339.69 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
339.69 s
[algebraic-graphs] OK: size (removeEdge x y z) <= 3 * size z
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.replaceVertex ============
339.69 s
[algebraic-graphs] OK: replaceVertex x x == id
339.69 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
339.69 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.mergeVertices ============
339.69 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
339.69 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
339.69 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
339.69 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.transpose ============
339.69 s
[algebraic-graphs] OK: transpose empty == empty
339.69 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
339.69 s
[algebraic-graphs] OK: transpose (edge x y) == edge y x
339.69 s
[algebraic-graphs] OK: transpose . transpose == id
339.69 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.gmap ============
339.69 s
[algebraic-graphs] OK: gmap f empty == empty
339.69 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
339.69 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
339.69 s
[algebraic-graphs] OK: gmap id == id
339.69 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.induce ============
339.69 s
[algebraic-graphs] OK: induce (const True ) x == x
339.69 s
[algebraic-graphs] OK: induce (const False) x == empty
339.69 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
339.69 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
339.69 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.induceJust ============
339.69 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
339.69 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
339.69 s
[algebraic-graphs] OK: induceJust . gmap Just == id
339.69 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.compose ============
339.69 s
[algebraic-graphs] OK: compose empty x == empty
339.69 s
[algebraic-graphs] OK: compose x empty == empty
339.69 s
[algebraic-graphs] OK: compose (vertex x) y == empty
339.69 s
[algebraic-graphs] OK: compose x (vertex y) == empty
339.69 s
[algebraic-graphs] OK: compose x (compose y z) == compose (compose x y) z
339.69 s
[algebraic-graphs] OK: compose x (overlay y z) == overlay (compose x y) (compose x z)
339.69 s
[algebraic-graphs] OK: compose (overlay x y) z == overlay (compose x z) (compose y z)
339.69 s
[algebraic-graphs] OK: compose (edge x y) (edge y z) == edge x z
339.69 s
[algebraic-graphs] OK: compose (path [1..5]) (path [1..5]) == edges [(1,3),(2,4),(3,5)]
339.69 s
[algebraic-graphs] OK: compose (circuit [1..5]) (circuit [1..5]) == circuit [1,3,5,2,4]
339.69 s
[algebraic-graphs] OK: size (compose x y) <= edgeCount x + edgeCount y + 1
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.(===) ============
339.69 s
[algebraic-graphs] OK: x === x == True
339.69 s
[algebraic-graphs] OK: x === x + empty == False
339.69 s
[algebraic-graphs] OK: x + y === x + y == True
339.69 s
[algebraic-graphs] OK: 1 + 2 === 2 + 1 == False
339.69 s
[algebraic-graphs] OK: x + y === x * y == False
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.mesh ============
339.69 s
[algebraic-graphs] OK: mesh xs [] == empty
339.69 s
[algebraic-graphs] OK: mesh [] ys == empty
339.69 s
[algebraic-graphs] OK: mesh [x] [y] == vertex (x, y)
339.69 s
[algebraic-graphs] OK: mesh xs ys == box (path xs) (path ys)
339.69 s
[algebraic-graphs] OK: mesh [1..3] "ab" == <correct result>
339.69 s
[algebraic-graphs] OK: size (mesh xs ys) == max 1 (3 * length xs * length ys - length xs - length ys -1)
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.torus ============
339.69 s
[algebraic-graphs] OK: torus xs [] == empty
339.69 s
[algebraic-graphs] OK: torus [] ys == empty
339.69 s
[algebraic-graphs] OK: torus [x] [y] == edge (x,y) (x,y)
339.69 s
[algebraic-graphs] OK: torus xs ys == box (circuit xs) (circuit ys)
339.69 s
[algebraic-graphs] OK: torus [1,2] "ab" == <correct result>
339.69 s
[algebraic-graphs] OK: size (torus xs ys) == max 1 (3 * length xs * length ys)
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.deBruijn ============
339.69 s
[algebraic-graphs] OK: deBruijn 0 xs == edge [] []
339.69 s
[algebraic-graphs] OK: n > 0 ==> deBruijn n [] == empty
339.69 s
[algebraic-graphs] OK: deBruijn 1 [0,1] == edges [ ([0],[0]), ([0],[1]), ([1],[0]), ([1],[1]) ]
339.69 s
[algebraic-graphs] OK: deBruijn 2 "0" == edge "00" "00"
339.69 s
[algebraic-graphs] OK: deBruijn 2 "01" == <correct result>
339.69 s
[algebraic-graphs] OK: transpose (deBruijn n xs) == gmap reverse $ deBruijn n xs
339.69 s
[algebraic-graphs] OK: vertexCount (deBruijn n xs) == (length $ nub xs)^n
339.69 s
[algebraic-graphs] OK: n > 0 ==> edgeCount (deBruijn n xs) == (length $ nub xs)^(n + 1)
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.splitVertex ============
339.69 s
[algebraic-graphs] OK: splitVertex x [] == removeVertex x
339.69 s
[algebraic-graphs] OK: splitVertex x [x] == id
339.69 s
[algebraic-graphs] OK: splitVertex x [y] == replaceVertex x y
339.69 s
[algebraic-graphs] OK: splitVertex 1 [0, 1] $ 1 * (2 + 3) == (0 + 1) * (2 + 3)
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.bind ============
339.69 s
[algebraic-graphs] OK: bind empty f == empty
339.69 s
[algebraic-graphs] OK: bind (vertex x) f == f x
339.69 s
[algebraic-graphs] OK: bind (edge x y) f == connect (f x) (f y)
339.69 s
[algebraic-graphs] OK: bind (vertices xs) f == overlays (map f xs)
339.69 s
[algebraic-graphs] OK: bind x (const empty) == empty
339.69 s
[algebraic-graphs] OK: bind x vertex == x
339.69 s
[algebraic-graphs] OK: bind (bind x f) g == bind x (\y -> bind (f y) g)
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.simplify ============
339.69 s
[algebraic-graphs] OK: simplify == id
339.69 s
[algebraic-graphs] OK: size (simplify x) <= size x
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.box ============
339.69 s
[algebraic-graphs] OK: box x y ~~ box y x
339.69 s
[algebraic-graphs] OK: box x (overlay y z) == overlay (box x y) (box x z)
339.69 s
[algebraic-graphs] OK: box x (vertex ()) ~~ x
339.69 s
[algebraic-graphs] OK: box x empty ~~ empty
339.69 s
[algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
339.69 s
[algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
339.69 s
[algebraic-graphs] OK: vertexCount (box x y) == vertexCount x * vertexCount y
339.69 s
[algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.sparsify ============
339.69 s
[algebraic-graphs] OK: sort . reachable x == sort . rights . reachable (sparsify x) . Right
339.69 s
[algebraic-graphs] OK: vertexCount (sparsify x) <= vertexCount x + size x + 1
339.69 s
[algebraic-graphs] OK: edgeCount (sparsify x) <= 3 * size x
339.69 s
[algebraic-graphs] OK: size (sparsify x) <= 3 * size x
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.sparsifyKL ============
339.69 s
[algebraic-graphs] OK: sort . reachable x == sort . filter (<= n) . reachable (sparsifyKL n x)
339.69 s
[algebraic-graphs] OK: length (vertices $ sparsifyKL n x) <= vertexCount x + size x + 1
339.69 s
[algebraic-graphs] OK: length (edges $ sparsifyKL n x) <= 3 * size x
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.context ============
339.69 s
[algebraic-graphs] OK: context (const False) x == Nothing
339.69 s
[algebraic-graphs] OK: context (== 1) (edge 1 2) == Just (Context [ ] [2 ])
339.69 s
[algebraic-graphs] OK: context (== 2) (edge 1 2) == Just (Context [1 ] [ ])
339.69 s
[algebraic-graphs] OK: context (const True ) (edge 1 2) == Just (Context [1 ] [2 ])
339.69 s
[algebraic-graphs] OK: context (== 4) (3 * 1 * 4 * 1 * 5) == Just (Context [3,1] [1,5])
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Graph.buildg ============
339.69 s
[algebraic-graphs] OK: buildg (\e _ _ _ -> e) == empty
339.69 s
[algebraic-graphs] OK: buildg (\_ v _ _ -> v x) == vertex x
339.69 s
[algebraic-graphs] OK: buildg (\e v o c -> o (foldg e v o c x) (foldg e v o c y)) == overlay x y
339.69 s
[algebraic-graphs] OK: buildg (\e v o c -> c (foldg e v o c x) (foldg e v o c y)) == connect x y
339.69 s
[algebraic-graphs] OK: buildg (\e v o _ -> foldr o e (map v xs)) == vertices xs
339.69 s
[algebraic-graphs] OK: buildg (\e v o c -> foldg e v o (flip c) g) == transpose g
339.69 s
[algebraic-graphs]
339.69 s
[algebraic-graphs] ============ Internal.List ============
339.69 s
[algebraic-graphs] OK: pure 1 <> pure 4 == [1, 4]
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Graph.Label ============
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Any: instances ============
339.70 s
[algebraic-graphs] OK: Semiring
339.70 s
[algebraic-graphs] OK: StarSemiring
339.70 s
[algebraic-graphs] OK: Dioid
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Distance Int: instances ============
339.70 s
[algebraic-graphs] OK: Semiring
339.70 s
[algebraic-graphs] OK: StarSemiring
339.70 s
[algebraic-graphs] OK: Dioid
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Capacity Int: instances ============
339.70 s
[algebraic-graphs] OK: Semiring
339.70 s
[algebraic-graphs] OK: StarSemiring
339.70 s
[algebraic-graphs] OK: Dioid
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Minimum (Path Int): instances ============
339.70 s
[algebraic-graphs] OK: LeftNearRing
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ PowerSet (Path Int): instances ============
339.70 s
[algebraic-graphs] OK: Semiring
339.70 s
[algebraic-graphs] OK: Dioid
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Count Int: instances ============
339.70 s
[algebraic-graphs] OK: Semiring
339.70 s
[algebraic-graphs] OK: StarSemiring
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.consistent ============
339.70 s
[algebraic-graphs] OK: arbitraryLabelledAdjacencyMap
339.70 s
[algebraic-graphs] OK: empty
339.70 s
[algebraic-graphs] OK: vertex
339.70 s
[algebraic-graphs] OK: edge
339.70 s
[algebraic-graphs] OK: overlay
339.70 s
[algebraic-graphs] OK: connect
339.70 s
[algebraic-graphs] OK: vertices
339.70 s
[algebraic-graphs] OK: edges
339.70 s
[algebraic-graphs] OK: overlays
339.70 s
[algebraic-graphs] OK: fromAdjacencyMaps
339.70 s
[algebraic-graphs] OK: removeVertex
339.70 s
[algebraic-graphs] OK: removeEdge
339.70 s
[algebraic-graphs] OK: replaceVertex
339.70 s
[algebraic-graphs] OK: replaceEdge
339.70 s
[algebraic-graphs] OK: transpose
339.70 s
[algebraic-graphs] OK: gmap
339.70 s
[algebraic-graphs] OK: emap
339.70 s
[algebraic-graphs] OK: induce
339.70 s
[algebraic-graphs] OK: closure
339.70 s
[algebraic-graphs] OK: reflexiveClosure
339.70 s
[algebraic-graphs] OK: symmetricClosure
339.70 s
[algebraic-graphs] OK: transitiveClosure
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.empty ============
339.70 s
[algebraic-graphs] OK: isEmpty empty == True
339.70 s
[algebraic-graphs] OK: hasVertex x empty == False
339.70 s
[algebraic-graphs] OK: vertexCount empty == 0
339.70 s
[algebraic-graphs] OK: edgeCount empty == 0
339.70 s
[algebraic-graphs]
339.70 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.vertex ============
339.70 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
339.70 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
339.70 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
339.70 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
339.70 s
[algebraic-graphs]
341.45 s
[hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.14.0...
341.45 s
[hie-bios] Building executable 'hie-bios' for hie-bios-0.14.0...
341.60 s
[hie-bios] [1 of 2] Compiling Paths_hie_bios ( dist/build/hie-bios/autogen/Paths_hie_bios.hs, dist/build/hie-bios/hie-bios-tmp/Paths_hie_bios.o )
341.84 s
[hie-bios] [2 of 2] Compiling Main ( exe/Main.hs, dist/build/hie-bios/hie-bios-tmp/Main.o )
342.71 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.edge ============
342.72 s
[algebraic-graphs] OK: edge e x y == connect e (vertex x) (vertex y)
342.72 s
[algebraic-graphs] OK: edge zero x y == vertices [x,y]
342.72 s
[algebraic-graphs] OK: hasEdge x y (edge e x y) == (e /= mempty)
342.72 s
[algebraic-graphs] OK: edgeLabel x y (edge e x y) == e
342.72 s
[algebraic-graphs] OK: edgeCount (edge e x y) == if e == mempty then 0 else 1
342.72 s
[algebraic-graphs] OK: vertexCount (edge e 1 1) == 1
342.72 s
[algebraic-graphs] OK: vertexCount (edge e 1 2) == 2
342.72 s
[algebraic-graphs] OK: x -<e>- y == edge e x y
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.overlay ============
342.72 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
342.72 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
342.72 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
342.72 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
342.72 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
342.72 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
342.72 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
342.72 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] OK: edgeLabel x y $ overlay (edge e x y) (edge zero x y) == e
342.72 s
[algebraic-graphs] OK: edgeLabel x y $ overlay (edge e x y) (edge f x y) == e <+> f
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] OK: edgeLabel 1 3 $ transitiveClosure (overlay (edge e 1 2) (edge one 2 3)) == e
342.72 s
[algebraic-graphs] OK: edgeLabel 1 3 $ transitiveClosure (overlay (edge e 1 2) (edge f 2 3)) == e <.> f
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.connect ============
342.72 s
[algebraic-graphs] OK: isEmpty (connect e x y) == isEmpty x && isEmpty y
342.72 s
[algebraic-graphs] OK: hasVertex z (connect e x y) == hasVertex z x || hasVertex z y
342.72 s
[algebraic-graphs] OK: vertexCount (connect e x y) >= vertexCount x
342.72 s
[algebraic-graphs] OK: vertexCount (connect e x y) <= vertexCount x + vertexCount y
342.72 s
[algebraic-graphs] OK: edgeCount (connect e x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
342.72 s
[algebraic-graphs] OK: vertexCount (connect e 1 2) == 2
342.72 s
[algebraic-graphs] OK: edgeCount (connect e 1 2) == if e == zero then 0 else 1
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.vertices ============
342.72 s
[algebraic-graphs] OK: vertices [] == empty
342.72 s
[algebraic-graphs] OK: vertices [x] == vertex x
342.72 s
[algebraic-graphs] OK: vertices == overlays . map vertex
342.72 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
342.72 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
342.72 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.edges ============
342.72 s
[algebraic-graphs] OK: edges [] == empty
342.72 s
[algebraic-graphs] OK: edges [(e,x,y)] == edge e x y
342.72 s
[algebraic-graphs] OK: edges == overlays . map (\(e, x, y) -> edge e x y)
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.overlays ============
342.72 s
[algebraic-graphs] OK: overlays [] == empty
342.72 s
[algebraic-graphs] OK: overlays [x] == x
342.72 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
342.72 s
[algebraic-graphs] OK: overlays == foldr overlay empty
342.72 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.fromAdjacencyMaps ============
342.72 s
[algebraic-graphs] OK: fromAdjacencyMaps [] == empty
342.72 s
[algebraic-graphs] OK: fromAdjacencyMaps [(x, Map.empty)] == vertex x
342.72 s
[algebraic-graphs] OK: fromAdjacencyMaps [(x, Map.singleton y e)] == if e == zero then vertices [x,y] else edge e x y
342.72 s
[algebraic-graphs] OK: overlay (fromAdjacencyMaps xs) (fromAdjacencyMaps ys) == fromAdjacencyMaps (xs ++ ys)
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.isSubgraphOf ============
342.72 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
342.72 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
342.72 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.isEmpty ============
342.72 s
[algebraic-graphs] OK: isEmpty empty == True
342.72 s
[algebraic-graphs] OK: isEmpty (overlay empty empty) == True
342.72 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
342.72 s
[algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
342.72 s
[algebraic-graphs] OK: isEmpty (removeEdge x y $ edge e x y) == False
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.hasVertex ============
342.72 s
[algebraic-graphs] OK: hasVertex x empty == False
342.72 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
342.72 s
[algebraic-graphs] OK: hasVertex x . removeVertex x == const False
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.hasEdge ============
342.72 s
[algebraic-graphs] OK: hasEdge x y empty == False
342.72 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
342.72 s
[algebraic-graphs] OK: hasEdge x y (edge e x y) == (e /= zero)
342.72 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
342.72 s
[algebraic-graphs] OK: hasEdge x y == not . null . filter (\(_,ex,ey) -> ex == x && ey == y) . edgeList
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.edgeLabel ============
342.72 s
[algebraic-graphs] OK: edgeLabel x y empty == zero
342.72 s
[algebraic-graphs] OK: edgeLabel x y (vertex z) == zero
342.72 s
[algebraic-graphs] OK: edgeLabel x y (edge e x y) == e
342.72 s
[algebraic-graphs] OK: edgeLabel s t (overlay x y) == edgeLabel s t x + edgeLabel s t y
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.vertexCount ============
342.72 s
[algebraic-graphs] OK: vertexCount empty == 0
342.72 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
342.72 s
[algebraic-graphs] OK: vertexCount == length . vertexList
342.72 s
[algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.edgeCount ============
342.72 s
[algebraic-graphs] OK: edgeCount empty == 0
342.72 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
342.72 s
[algebraic-graphs] OK: edgeCount (edge e x y) == if e == zero then 0 else 1
342.72 s
[algebraic-graphs] OK: edgeCount == length . edgeList
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.vertexList ============
342.72 s
[algebraic-graphs] OK: vertexList empty == []
342.72 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
342.72 s
[algebraic-graphs] OK: vertexList . vertices == nub . sort
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.edgeList ============
342.72 s
[algebraic-graphs] OK: edgeList empty == []
342.72 s
[algebraic-graphs] OK: edgeList (vertex x) == []
342.72 s
[algebraic-graphs] OK: edgeList (edge e x y) == if e == zero then [] else [(e,x,y)]
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.vertexSet ============
342.72 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
342.72 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
342.72 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.edgeSet ============
342.72 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
342.72 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
342.72 s
[algebraic-graphs] OK: edgeSet (edge e x y) == if e == zero then Set.empty else Set.singleton (e,x,y)
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.preSet ============
342.72 s
[algebraic-graphs] OK: preSet x empty == Set.empty
342.72 s
[algebraic-graphs] OK: preSet x (vertex x) == Set.empty
342.72 s
[algebraic-graphs] OK: preSet 1 (edge e 1 2) == Set.empty
342.72 s
[algebraic-graphs] OK: preSet y (edge e x y) == if e == zero then Set.empty else Set.fromList [x]
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.postSet ============
342.72 s
[algebraic-graphs] OK: postSet x empty == Set.empty
342.72 s
[algebraic-graphs] OK: postSet x (vertex x) == Set.empty
342.72 s
[algebraic-graphs] OK: postSet x (edge e x y) == if e == zero then Set.empty else Set.fromList [y]
342.72 s
[algebraic-graphs] OK: postSet 2 (edge e 1 2) == Set.empty
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.skeleton ============
342.72 s
[algebraic-graphs] OK: hasEdge x y == hasEdge x y . skeleton
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.removeVertex ============
342.72 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
342.72 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
342.72 s
[algebraic-graphs] OK: removeVertex x (edge e x x) == empty
342.72 s
[algebraic-graphs] OK: removeVertex 1 (edge e 1 2) == vertex 2
342.72 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.removeEdge ============
342.72 s
[algebraic-graphs] OK: removeEdge x y (edge e x y) == vertices [x,y]
342.72 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
342.72 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
342.72 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
342.72 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.replaceVertex ============
342.72 s
[algebraic-graphs] OK: replaceVertex x x == id
342.72 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
342.72 s
[algebraic-graphs] OK: replaceVertex x y == gmap (\v -> if v == x then y else v)
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.replaceEdge ============
342.72 s
[algebraic-graphs] OK: replaceEdge e x y z == overlay (removeEdge x y z) (edge e x y)
342.72 s
[algebraic-graphs] OK: replaceEdge e x y (edge f x y) == edge e x y
342.72 s
[algebraic-graphs] OK: edgeLabel x y (replaceEdge e x y z) == e
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.transpose ============
342.72 s
[algebraic-graphs] OK: transpose empty == empty
342.72 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
342.72 s
[algebraic-graphs] OK: transpose (edge e x y) == edge e y x
342.72 s
[algebraic-graphs] OK: transpose . transpose == id
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.gmap ============
342.72 s
[algebraic-graphs] OK: gmap f empty == empty
342.72 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
342.72 s
[algebraic-graphs] OK: gmap f (edge e x y) == edge e (f x) (f y)
342.72 s
[algebraic-graphs] OK: gmap id == id
342.72 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.emap ============
342.72 s
[algebraic-graphs] OK: emap h empty == empty
342.72 s
[algebraic-graphs] OK: emap h (vertex x) == vertex x
342.72 s
[algebraic-graphs] OK: emap h (edge e x y) == edge (h e) x y
342.72 s
[algebraic-graphs] OK: emap h (overlay x y) == overlay (emap h x) (emap h y)
342.72 s
[algebraic-graphs] OK: emap h (connect e x y) == connect (h e) (emap h x) (emap h y)
342.72 s
[algebraic-graphs] OK: emap id == id
342.72 s
[algebraic-graphs] OK: emap g . emap h == emap (g . h)
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.induce ============
342.72 s
[algebraic-graphs] OK: induce (const True ) x == x
342.72 s
[algebraic-graphs] OK: induce (const False) x == empty
342.72 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
342.72 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
342.72 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
342.72 s
[algebraic-graphs]
342.72 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.induceJust ============
342.87 s
[hie-bios] [3 of 3] Linking dist/build/hie-bios/hie-bios
344.18 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
344.18 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
344.18 s
[algebraic-graphs] OK: induceJust . gmap Just == id
344.18 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.closure ============
344.18 s
[algebraic-graphs] OK: closure empty == empty
344.18 s
[algebraic-graphs] OK: closure (vertex x) == edge one x x
344.18 s
[algebraic-graphs] OK: closure (edge e x x) == edge one x x
344.18 s
[algebraic-graphs] OK: closure (edge e x y) == edges [(one,x,x), (e,x,y), (one,y,y)]
344.18 s
[algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
344.18 s
[algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
344.18 s
[algebraic-graphs] OK: closure . closure == closure
344.18 s
[algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.reflexiveClosure ============
344.18 s
[algebraic-graphs] OK: reflexiveClosure empty == empty
344.18 s
[algebraic-graphs] OK: reflexiveClosure (vertex x) == edge one x x
344.18 s
[algebraic-graphs] OK: reflexiveClosure (edge e x x) == edge one x x
344.18 s
[algebraic-graphs] OK: reflexiveClosure (edge e x y) == edges [(one,x,x), (e,x,y), (one,y,y)]
344.18 s
[algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.symmetricClosure ============
344.18 s
[algebraic-graphs] OK: symmetricClosure empty == empty
344.18 s
[algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
344.18 s
[algebraic-graphs] OK: symmetricClosure (edge e x y) == edges [(e,x,y), (e,y,x)]
344.18 s
[algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
344.18 s
[algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.AdjacencyMap.transitiveClosure ============
344.18 s
[algebraic-graphs] OK: transitiveClosure empty == empty
344.18 s
[algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
344.18 s
[algebraic-graphs] OK: transitiveClosure (edge e x y) == edge e x y
344.18 s
[algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.Graph.empty ============
344.18 s
[algebraic-graphs] OK: isEmpty empty == True
344.18 s
[algebraic-graphs] OK: hasVertex x empty == False
344.18 s
[algebraic-graphs] OK: vertexCount empty == 0
344.18 s
[algebraic-graphs] OK: edgeCount empty == 0
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.Graph.vertex ============
344.18 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
344.18 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
344.18 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
344.18 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.Graph.edge ============
344.18 s
[algebraic-graphs] OK: edge e x y == connect e (vertex x) (vertex y)
344.18 s
[algebraic-graphs] OK: edge zero x y == vertices [x,y]
344.18 s
[algebraic-graphs] OK: hasEdge x y (edge e x y) == (e /= mempty)
344.18 s
[algebraic-graphs] OK: edgeLabel x y (edge e x y) == e
344.18 s
[algebraic-graphs] OK: edgeCount (edge e x y) == if e == mempty then 0 else 1
344.18 s
[algebraic-graphs] OK: vertexCount (edge e 1 1) == 1
344.18 s
[algebraic-graphs] OK: vertexCount (edge e 1 2) == 2
344.18 s
[algebraic-graphs] OK: x -<e>- y == edge e x y
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.Graph.overlay ============
344.18 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
344.18 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
344.18 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
344.18 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
344.18 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
344.18 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
344.18 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
344.18 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] OK: edgeLabel x y $ overlay (edge e x y) (edge zero x y) == e
344.18 s
[algebraic-graphs] OK: edgeLabel x y $ overlay (edge e x y) (edge f x y) == e <+> f
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] OK: edgeLabel 1 3 $ transitiveClosure (overlay (edge e 1 2) (edge one 2 3)) == e
344.18 s
[algebraic-graphs] OK: edgeLabel 1 3 $ transitiveClosure (overlay (edge e 1 2) (edge f 2 3)) == e <.> f
344.18 s
[algebraic-graphs]
344.18 s
[algebraic-graphs] ============ Labelled.Graph.connect ============
344.18 s
[algebraic-graphs] OK: isEmpty (connect e x y) == isEmpty x && isEmpty y
344.18 s
[algebraic-graphs] OK: hasVertex z (connect e x y) == hasVertex z x || hasVertex z y
344.18 s
[algebraic-graphs] OK: vertexCount (connect e x y) >= vertexCount x
344.18 s
[algebraic-graphs] OK: vertexCount (connect e x y) <= vertexCount x + vertexCount y
344.18 s
[algebraic-graphs] OK: edgeCount (connect e x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
344.18 s
[algebraic-graphs] OK: vertexCount (connect e 1 2) == 2
344.18 s
[algebraic-graphs] OK: edgeCount (connect e 1 2) == if e == zero then 0 else 1
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.vertices ============
344.19 s
[algebraic-graphs] OK: vertices [] == empty
344.19 s
[algebraic-graphs] OK: vertices [x] == vertex x
344.19 s
[algebraic-graphs] OK: vertices == overlays . map vertex
344.19 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
344.19 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
344.19 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.edges ============
344.19 s
[algebraic-graphs] OK: edges [] == empty
344.19 s
[algebraic-graphs] OK: edges [(e,x,y)] == edge e x y
344.19 s
[algebraic-graphs] OK: edges == overlays . map (\(e, x, y) -> edge e x y)
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.overlays ============
344.19 s
[algebraic-graphs] OK: overlays [] == empty
344.19 s
[algebraic-graphs] OK: overlays [x] == x
344.19 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
344.19 s
[algebraic-graphs] OK: overlays == foldr overlay empty
344.19 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.foldg ============
344.19 s
[algebraic-graphs] OK: foldg empty vertex connect == id
344.19 s
[algebraic-graphs] OK: foldg empty vertex (fmap flip connect) == transpose
344.19 s
[algebraic-graphs] OK: foldg 1 (const 1) (const (+)) == size
344.19 s
[algebraic-graphs] OK: foldg True (const False) (const (&&)) == isEmpty
344.19 s
[algebraic-graphs] OK: foldg False (== x) (const (||)) == hasVertex x
344.19 s
[algebraic-graphs] OK: foldg Set.empty Set.singleton (const Set.union) == vertexSet
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.buildg ============
344.19 s
[algebraic-graphs] OK: buildg (\e _ _ -> e) == empty
344.19 s
[algebraic-graphs] OK: buildg (\_ v _ -> v x) == vertex x
344.19 s
[algebraic-graphs] OK: buildg (\e v c -> c l (foldg e v c x) (foldg e v c y)) == connect l x y
344.19 s
[algebraic-graphs] OK: buildg (\e v c -> foldr (c zero) e (map v xs)) == vertices xs
344.19 s
[algebraic-graphs] OK: buildg (\e v c -> foldg e v (flip c) g) == transpose g
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.isSubgraphOf ============
344.19 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
344.19 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
344.19 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.isEmpty ============
344.19 s
[algebraic-graphs] OK: isEmpty empty == True
344.19 s
[algebraic-graphs] OK: isEmpty (overlay empty empty) == True
344.19 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
344.19 s
[algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
344.19 s
[algebraic-graphs] OK: isEmpty (removeEdge x y $ edge e x y) == False
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.size ============
344.19 s
[algebraic-graphs] OK: size empty == 1
344.19 s
[algebraic-graphs] OK: size (vertex x) == 1
344.19 s
[algebraic-graphs] OK: size (overlay x y) == size x + size y
344.19 s
[algebraic-graphs] OK: size (connect x y) == size x + size y
344.19 s
[algebraic-graphs] OK: size x >= 1
344.19 s
[algebraic-graphs] OK: size x >= vertexCount x
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.hasVertex ============
344.19 s
[algebraic-graphs] OK: hasVertex x empty == False
344.19 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
344.19 s
[algebraic-graphs] OK: hasVertex x . removeVertex x == const False
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.hasEdge ============
344.19 s
[algebraic-graphs] OK: hasEdge x y empty == False
344.19 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
344.19 s
[algebraic-graphs] OK: hasEdge x y (edge e x y) == (e /= zero)
344.19 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
344.19 s
[algebraic-graphs] OK: hasEdge x y == not . null . filter (\(_,ex,ey) -> ex == x && ey == y) . edgeList
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.edgeLabel ============
344.19 s
[algebraic-graphs] OK: edgeLabel x y empty == zero
344.19 s
[algebraic-graphs] OK: edgeLabel x y (vertex z) == zero
344.19 s
[algebraic-graphs] OK: edgeLabel x y (edge e x y) == e
344.19 s
[algebraic-graphs] OK: edgeLabel s t (overlay x y) == edgeLabel s t x + edgeLabel s t y
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.vertexCount ============
344.19 s
[algebraic-graphs] OK: vertexCount empty == 0
344.19 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
344.19 s
[algebraic-graphs] OK: vertexCount == length . vertexList
344.19 s
[algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.edgeCount ============
344.19 s
[algebraic-graphs] OK: edgeCount empty == 0
344.19 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
344.19 s
[algebraic-graphs] OK: edgeCount (edge e x y) == if e == zero then 0 else 1
344.19 s
[algebraic-graphs] OK: edgeCount == length . edgeList
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.vertexList ============
344.19 s
[algebraic-graphs] OK: vertexList empty == []
344.19 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
344.19 s
[algebraic-graphs] OK: vertexList . vertices == nub . sort
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.edgeList ============
344.19 s
[algebraic-graphs] OK: edgeList empty == []
344.19 s
[algebraic-graphs] OK: edgeList (vertex x) == []
344.19 s
[algebraic-graphs] OK: edgeList (edge e x y) == if e == zero then [] else [(e,x,y)]
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.vertexSet ============
344.19 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
344.19 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
344.19 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.edgeSet ============
344.19 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
344.19 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
344.19 s
[algebraic-graphs] OK: edgeSet (edge e x y) == if e == zero then Set.empty else Set.singleton (e,x,y)
344.19 s
[algebraic-graphs]
344.19 s
[algebraic-graphs] ============ Labelled.Graph.preSet ============
344.19 s
[algebraic-graphs] OK: preSet x empty == Set.empty
344.19 s
[algebraic-graphs] OK: preSet x (vertex x) == Set.empty
347.84 s
[algebraic-graphs] OK: preSet 1 (edge e 1 2) == Set.empty
348.01 s
[algebraic-graphs] OK: preSet y (edge e x y) == if e == zero then Set.empty else Set.fromList [x]
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.postSet ============
348.01 s
[algebraic-graphs] OK: postSet x empty == Set.empty
348.01 s
[algebraic-graphs] OK: postSet x (vertex x) == Set.empty
348.01 s
[algebraic-graphs] OK: postSet x (edge e x y) == if e == zero then Set.empty else Set.fromList [y]
348.01 s
[algebraic-graphs] OK: postSet 2 (edge e 1 2) == Set.empty
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.removeVertex ============
348.01 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
348.01 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
348.01 s
[algebraic-graphs] OK: removeVertex x (edge e x x) == empty
348.01 s
[algebraic-graphs] OK: removeVertex 1 (edge e 1 2) == vertex 2
348.01 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.removeEdge ============
348.01 s
[algebraic-graphs] OK: removeEdge x y (edge e x y) == vertices [x,y]
348.01 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
348.01 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
348.01 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
348.01 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.replaceVertex ============
348.01 s
[algebraic-graphs] OK: replaceVertex x x == id
348.01 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
348.01 s
[algebraic-graphs] OK: replaceVertex x y == fmap (\v -> if v == x then y else v)
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.replaceEdge ============
348.01 s
[algebraic-graphs] OK: replaceEdge e x y z == overlay (removeEdge x y z) (edge e x y)
348.01 s
[algebraic-graphs] OK: replaceEdge e x y (edge f x y) == edge e x y
348.01 s
[algebraic-graphs] OK: edgeLabel x y (replaceEdge e x y z) == e
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.transpose ============
348.01 s
[algebraic-graphs] OK: transpose empty == empty
348.01 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
348.01 s
[algebraic-graphs] OK: transpose (edge e x y) == edge e y x
348.01 s
[algebraic-graphs] OK: transpose . transpose == id
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.fmap ============
348.01 s
[algebraic-graphs] OK: fmap f empty == empty
348.01 s
[algebraic-graphs] OK: fmap f (vertex x) == vertex (f x)
348.01 s
[algebraic-graphs] OK: fmap f (edge e x y) == edge e (f x) (f y)
348.01 s
[algebraic-graphs] OK: fmap id == id
348.01 s
[algebraic-graphs] OK: fmap f . fmap g == fmap (f . g)
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.emap ============
348.01 s
[algebraic-graphs] OK: emap h empty == empty
348.01 s
[algebraic-graphs] OK: emap h (vertex x) == vertex x
348.01 s
[algebraic-graphs] OK: emap h (edge e x y) == edge (h e) x y
348.01 s
[algebraic-graphs] OK: emap h (overlay x y) == overlay (emap h x) (emap h y)
348.01 s
[algebraic-graphs] OK: emap h (connect e x y) == connect (h e) (emap h x) (emap h y)
348.01 s
[algebraic-graphs] OK: emap id == id
348.01 s
[algebraic-graphs] OK: emap g . emap h == emap (g . h)
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.induce ============
348.01 s
[algebraic-graphs] OK: induce (const True ) x == x
348.01 s
[algebraic-graphs] OK: induce (const False) x == empty
348.01 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
348.01 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
348.01 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.induceJust ============
348.01 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
348.01 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
348.01 s
[algebraic-graphs] OK: induceJust . gmap Just == id
348.01 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.closure ============
348.01 s
[algebraic-graphs] OK: closure empty == empty
348.01 s
[algebraic-graphs] OK: closure (vertex x) == edge one x x
348.01 s
[algebraic-graphs] OK: closure (edge e x x) == edge one x x
348.01 s
[algebraic-graphs] OK: closure (edge e x y) == edges [(one,x,x), (e,x,y), (one,y,y)]
348.01 s
[algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
348.01 s
[algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
348.01 s
[algebraic-graphs] OK: closure . closure == closure
348.01 s
[algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.reflexiveClosure ============
348.01 s
[algebraic-graphs] OK: reflexiveClosure empty == empty
348.01 s
[algebraic-graphs] OK: reflexiveClosure (vertex x) == edge one x x
348.01 s
[algebraic-graphs] OK: reflexiveClosure (edge e x x) == edge one x x
348.01 s
[algebraic-graphs] OK: reflexiveClosure (edge e x y) == edges [(one,x,x), (e,x,y), (one,y,y)]
348.01 s
[algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.symmetricClosure ============
348.01 s
[algebraic-graphs] OK: symmetricClosure empty == empty
348.01 s
[algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
348.01 s
[algebraic-graphs] OK: symmetricClosure (edge e x y) == edges [(e,x,y), (e,y,x)]
348.01 s
[algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
348.01 s
[algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.transitiveClosure ============
348.01 s
[algebraic-graphs] OK: transitiveClosure empty == empty
348.01 s
[algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
348.01 s
[algebraic-graphs] OK: transitiveClosure (edge e x y) == edge e x y
348.01 s
[algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Labelled.Graph.context ============
348.01 s
[algebraic-graphs] OK: context (const False) x == Nothing
348.01 s
[algebraic-graphs] OK: context (== 1) (edge e 1 2) == if e == zero then Just (Context [] []) else Just (Context [] [(e,2)])
348.01 s
[algebraic-graphs] OK: context (== 2) (edge e 1 2) == if e == zero then Just (Context [] []) else Just (Context [(e,1)] [] )
348.01 s
[algebraic-graphs] OK: context (const True ) (edge e 1 2) == if e == zero then Just (Context [] []) else Just (Context [(e,1)] [(e,2)])
348.01 s
[algebraic-graphs] OK: context (== 4) (3 * 1 * 4 * 1 * 5) == Just (Context [(one,3), (one,1)] [(one,1), (one,5)])
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap ============
348.01 s
[algebraic-graphs] OK: Axioms of non-empty graphs
348.01 s
[algebraic-graphs] OK: Theorems of non-empty graphs
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Ord (NonEmpty.AdjacencyMap a) ============
348.01 s
[algebraic-graphs] OK: vertex 1 < vertex 2
348.01 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
348.01 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
348.01 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
348.01 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
348.01 s
[algebraic-graphs] OK: edge 1 2 < edge 1 3
348.01 s
[algebraic-graphs] OK: x <= x + y
348.01 s
[algebraic-graphs] OK: x + y <= x * y
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ Show (NonEmpty.AdjacencyMap a) ============
348.01 s
[algebraic-graphs] OK: show (1 :: AdjacencyMap Int) == "vertex 1"
348.01 s
[algebraic-graphs] OK: show (1 + 2 :: AdjacencyMap Int) == "vertices1 [1,2]"
348.01 s
[algebraic-graphs] OK: show (1 * 2 :: AdjacencyMap Int) == "edge 1 2"
348.01 s
[algebraic-graphs] OK: show (1 * 2 * 3 :: AdjacencyMap Int) == "edges1 [(1,2),(1,3),(2,3)]"
348.01 s
[algebraic-graphs] OK: show (1 * 2 + 3 :: AdjacencyMap Int) == "overlay (vertex 3) (edge 1 2)"
348.01 s
[algebraic-graphs] OK: show (vertex (-1) :: AdjacencyMap Int) == "vertex (-1)"
348.01 s
[algebraic-graphs] OK: show (vertex (-1) + vertex (-2) :: AdjacencyMap Int) == "vertices1 [-2,-1]"
348.01 s
[algebraic-graphs] OK: show (vertex (-1) * vertex (-2) :: AdjacencyMap Int) == "edge (-1) (-2)"
348.01 s
[algebraic-graphs] OK: show (vertex (-1) * vertex (-2) * vertex (-3) :: AdjacencyMap Int) == "edges1 [(-2,-3),(-1,-3),(-1,-2)]"
348.01 s
[algebraic-graphs] OK: show (vertex (-1) * vertex (-2) + vertex (-3) :: AdjacencyMap Int) == "overlay (vertex (-3)) (edge (-1) (-2))"
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.toNonEmpty ============
348.01 s
[algebraic-graphs] OK: toNonEmpty empty == Nothing
348.01 s
[algebraic-graphs] OK: toNonEmpty . fromNonEmpty == Just
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.fromNonEmpty ============
348.01 s
[algebraic-graphs] OK: isEmpty . fromNonEmpty == const False
348.01 s
[algebraic-graphs]
348.01 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertex ============
348.01 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
348.01 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
348.01 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
348.02 s
[algebraic-graphs]
348.02 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.edge ============
348.02 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
348.02 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
348.02 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
348.02 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
348.02 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
348.02 s
[algebraic-graphs]
348.02 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.overlay ============
348.02 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
348.02 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
348.02 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
348.02 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
348.02 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
348.02 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
348.02 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
348.02 s
[algebraic-graphs]
348.02 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.connect ============
348.02 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
348.02 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
348.02 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
348.02 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
348.02 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
348.02 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
348.02 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
348.02 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
348.02 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
348.02 s
[algebraic-graphs]
348.02 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertices1 ============
348.02 s
[algebraic-graphs] OK: vertices1 [x] == vertex x
348.02 s
[algebraic-graphs] OK: hasVertex x . vertices1 == elem x
348.02 s
[algebraic-graphs] OK: vertexCount . vertices1 == length . nub
348.02 s
[algebraic-graphs] OK: vertexSet . vertices1 == Set.fromList . toList
348.02 s
[algebraic-graphs]
348.02 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.edges1 ============
348.02 s
[algebraic-graphs] OK: edges1 [(x,y)] == edge x y
348.02 s
[algebraic-graphs] OK: edges1 == overlays1 . fmap (uncurry edge)
348.02 s
[algebraic-graphs] OK: edgeCount . edges1 == length . nub
348.02 s
[algebraic-graphs]
348.62 s
[hie-bios] buildPhase completed in 35 seconds
348.62 s
[hie-bios] Phase: haddockPhase
349.04 s
[hie-bios] Preprocessing library for hie-bios-0.14.0...
349.04 s
[hie-bios] Running Haddock on library for hie-bios-0.14.0...
349.05 s
[hie-bios] Warning: The documentation for the following packages are not installed. No
349.05 s
[hie-bios] links will be generated to these packages: attoparsec-0.14.4,
349.05 s
[hie-bios] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
350.51 s
[hie-bios] [ 1 of 16] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, nothing )
351.21 s
[hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, nothing )
351.34 s
[hie-bios] [ 3 of 16] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, nothing )
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.overlays1 ============
351.57 s
[algebraic-graphs] OK: overlays1 [x] == x
351.57 s
[algebraic-graphs] OK: overlays1 [x,y] == overlay x y
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.connects1 ============
351.57 s
[algebraic-graphs] OK: connects1 [x] == x
351.57 s
[algebraic-graphs] OK: connects1 [x,y] == connect x y
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.isSubgraphOf ============
351.57 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
351.57 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
351.57 s
[algebraic-graphs] OK: isSubgraphOf (path1 xs) (circuit1 xs) == True
351.57 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.hasVertex ============
351.57 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.hasEdge ============
351.57 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
351.57 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
351.57 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
351.57 s
[algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertexCount ============
351.57 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
351.57 s
[algebraic-graphs] OK: vertexCount x >= 1
351.57 s
[algebraic-graphs] OK: vertexCount == length . vertexList1
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.edgeCount ============
351.57 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
351.57 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
351.57 s
[algebraic-graphs] OK: edgeCount == length . edgeList
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertexList1 ============
351.57 s
[algebraic-graphs] OK: vertexList1 (vertex x) == [x]
351.57 s
[algebraic-graphs] OK: vertexList1 . vertices1 == nub . sort
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.edgeList ============
351.57 s
[algebraic-graphs] OK: edgeList (vertex x) == []
351.57 s
[algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
351.57 s
[algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
351.57 s
[algebraic-graphs] OK: edgeList . edges1 == nub . sort . toList
351.57 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
351.57 s
[algebraic-graphs]
351.57 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertexSet ============
351.58 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
351.58 s
[algebraic-graphs] OK: vertexSet . vertices1 == Set.fromList . toList
351.58 s
[algebraic-graphs] OK: vertexSet . clique1 == Set.fromList . toList
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.edgeSet ============
351.58 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
351.58 s
[algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
351.58 s
[algebraic-graphs] OK: edgeSet . edges1 == Set.fromList . toList
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.preSet ============
351.58 s
[algebraic-graphs] OK: preSet x (vertex x) == Set.empty
351.58 s
[algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
351.58 s
[algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.postSet ============
351.58 s
[algebraic-graphs] OK: postSet x (vertex x) == Set.empty
351.58 s
[algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
351.58 s
[algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.path1 ============
351.58 s
[algebraic-graphs] OK: path1 [x] == vertex x
351.58 s
[algebraic-graphs] OK: path1 [x,y] == edge x y
351.58 s
[algebraic-graphs] OK: path1 . reverse == transpose . path1
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.circuit1 ============
351.58 s
[algebraic-graphs] OK: circuit1 [x] == edge x x
351.58 s
[algebraic-graphs] OK: circuit1 [x,y] == edges1 [(x,y), (y,x)]
351.58 s
[algebraic-graphs] OK: circuit1 . reverse == transpose . circuit1
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.clique1 ============
351.58 s
[algebraic-graphs] OK: clique1 [x] == vertex x
351.58 s
[algebraic-graphs] OK: clique1 [x,y] == edge x y
351.58 s
[algebraic-graphs] OK: clique1 [x,y,z] == edges1 [(x,y), (x,z), (y,z)]
351.58 s
[algebraic-graphs] OK: clique1 (xs <> ys) == connect (clique1 xs) (clique1 ys)
351.58 s
[algebraic-graphs] OK: clique1 . reverse == transpose . clique1
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.biclique1 ============
351.58 s
[algebraic-graphs] OK: biclique1 [x1,x2] [y1,y2] == edges1 [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
351.58 s
[algebraic-graphs] OK: biclique1 xs ys == connect (vertices1 xs) (vertices1 ys)
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.star ============
351.58 s
[algebraic-graphs] OK: star x [] == vertex x
351.58 s
[algebraic-graphs] OK: star x [y] == edge x y
351.58 s
[algebraic-graphs] OK: star x [y,z] == edges1 [(x,y), (x,z)]
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.stars1 ============
351.58 s
[algebraic-graphs] OK: stars1 [(x, [] )] == vertex x
351.58 s
[algebraic-graphs] OK: stars1 [(x, [y])] == edge x y
351.58 s
[algebraic-graphs] OK: stars1 [(x, ys )] == star x ys
351.58 s
[algebraic-graphs] OK: stars1 == overlays1 . fmap (uncurry star)
351.58 s
[algebraic-graphs] OK: overlay (stars1 xs) (stars1 ys) == stars1 (xs <> ys)
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.tree ============
351.58 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
351.58 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path1 [x,y,z]
351.58 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
351.58 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges1 [(1,2), (1,3), (3,4), (3,5)]
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.removeVertex1 ============
351.58 s
[algebraic-graphs] OK: removeVertex1 x (vertex x) == Nothing
351.58 s
[algebraic-graphs] OK: removeVertex1 1 (vertex 2) == Just (vertex 2)
351.58 s
[algebraic-graphs] OK: removeVertex1 x (edge x x) == Nothing
351.58 s
[algebraic-graphs] OK: removeVertex1 1 (edge 1 2) == Just (vertex 2)
351.58 s
[algebraic-graphs] OK: removeVertex1 x >=> removeVertex1 x == removeVertex1 x
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.removeEdge ============
351.58 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices1 [x,y]
351.58 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
351.58 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
351.58 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.replaceVertex ============
351.58 s
[algebraic-graphs] OK: replaceVertex x x == id
351.58 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
351.58 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.mergeVertices ============
351.58 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
351.58 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
351.58 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
351.58 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.transpose ============
351.58 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
351.58 s
[algebraic-graphs] OK: transpose (edge x y) == edge y x
351.58 s
[algebraic-graphs] OK: transpose . transpose == id
351.58 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.gmap ============
351.58 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
351.58 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
351.58 s
[algebraic-graphs] OK: gmap id == id
351.58 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.induce1 ============
351.58 s
[algebraic-graphs] OK: induce1 (const True ) x == Just x
351.58 s
[algebraic-graphs] OK: induce1 (const False) x == Nothing
351.58 s
[algebraic-graphs] OK: induce1 (/= x) == removeVertex1 x
351.58 s
[algebraic-graphs] OK: induce1 p >=> induce1 q == induce1 (\x -> p x && q x)
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.induceJust1 ============
351.58 s
[algebraic-graphs] OK: induceJust1 (vertex Nothing) == Nothing
351.58 s
[algebraic-graphs] OK: induceJust1 (edge (Just x) Nothing) == Just (vertex x)
351.58 s
[algebraic-graphs] OK: induceJust1 . gmap Just == Just
351.58 s
[algebraic-graphs] OK: induceJust1 . gmap (\x -> if p x then Just x else Nothing) == induce1 p
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.closure ============
351.58 s
[algebraic-graphs] OK: closure (vertex x) == edge x x
351.58 s
[algebraic-graphs] OK: closure (edge x x) == edge x x
351.58 s
[algebraic-graphs] OK: closure (edge x y) == edges1 [(x,x), (x,y), (y,y)]
351.58 s
[algebraic-graphs] OK: closure (path1 $ nub xs) == reflexiveClosure (clique1 $ nub xs)
351.58 s
[algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
351.58 s
[algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
351.58 s
[algebraic-graphs] OK: closure . closure == closure
351.58 s
[algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.reflexiveClosure ============
351.58 s
[algebraic-graphs] OK: reflexiveClosure (vertex x) == edge x x
351.58 s
[algebraic-graphs] OK: reflexiveClosure (edge x x) == edge x x
351.58 s
[algebraic-graphs] OK: reflexiveClosure (edge x y) == edges1 [(x,x), (x,y), (y,y)]
351.58 s
[algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.symmetricClosure ============
351.58 s
[algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
351.58 s
[algebraic-graphs] OK: symmetricClosure (edge x y) == edges1 [(x,y), (y,x)]
351.58 s
[algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
351.58 s
[algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.AdjacencyMap.transitiveClosure ============
351.58 s
[algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
351.58 s
[algebraic-graphs] OK: transitiveClosure (edge x y) == edge x y
351.58 s
[algebraic-graphs] OK: transitiveClosure (path1 $ nub xs) == clique1 (nub $ xs)
351.58 s
[algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ NonEmpty.Graph.============
351.58 s
[algebraic-graphs] OK: Axioms of non-empty graphs
351.58 s
[algebraic-graphs] OK: Theorems of non-empty graphs
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ Ord (NonEmpty.Graph a) ============
351.58 s
[algebraic-graphs] OK: vertex 1 < vertex 2
351.58 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
351.58 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
351.58 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
351.58 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
351.58 s
[algebraic-graphs] OK: edge 1 2 < edge 1 3
351.58 s
[algebraic-graphs] OK: x <= x + y
351.58 s
[algebraic-graphs] OK: x + y <= x * y
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ Functor (NonEmpty.Graph a) ============
351.58 s
[algebraic-graphs] OK: fmap f (vertex x) == vertex (f x)
351.58 s
[algebraic-graphs] OK: fmap f (edge x y) == edge (f x) (f y)
351.58 s
[algebraic-graphs] OK: fmap id == id
351.58 s
[algebraic-graphs] OK: fmap f . fmap g == fmap (f . g)
351.58 s
[algebraic-graphs]
351.58 s
[algebraic-graphs] ============ Monad (NonEmpty.Graph a) ============
351.58 s
[algebraic-graphs] OK: (vertex x >>= f) == f x
352.25 s
[hie-bios] [ 4 of 16] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, nothing )
352.27 s
[hie-bios] [ 5 of 16] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, nothing )
352.45 s
[pandoc] [109 of 220] Compiling Text.Pandoc.Readers.Typst.Math
352.70 s
[hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, nothing )
353.25 s
[hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, nothing )
353.35 s
[hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, nothing )
353.35 s
[algebraic-graphs] OK: (edge x y >>= f) == connect (f x) (f y)
353.35 s
[algebraic-graphs] OK: (vertices1 xs >>= f) == overlays1 (fmap f xs)
353.35 s
[algebraic-graphs] OK: (x >>= vertex) == x
353.35 s
[algebraic-graphs] OK: ((x >>= f) >>= g) == (x >>= (\y -> (f y) >>= g))
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.toNonEmpty ============
353.35 s
[algebraic-graphs] OK: toNonEmpty empty == Nothing
353.35 s
[algebraic-graphs] OK: toNonEmpty (toGraph x) == Just (x :: NonEmpty.Graph a)
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.vertex ============
353.35 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
353.35 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
353.35 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
353.35 s
[algebraic-graphs] OK: size (vertex x) == 1
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.edge ============
353.35 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
353.35 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
353.35 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
353.35 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
353.35 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.overlay ============
353.35 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
353.35 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
353.35 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
353.35 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
353.35 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
353.35 s
[algebraic-graphs] OK: size (overlay x y) == size x + size y
353.35 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
353.35 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.overlay1 ============
353.35 s
[algebraic-graphs] OK: overlay1 empty x == x
353.35 s
[algebraic-graphs] OK: x /= empty ==> overlay1 x y == overlay (fromJust $ toNonEmpty x) y
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.connect ============
353.35 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
353.35 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
353.35 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
353.35 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
353.35 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
353.35 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
353.35 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
353.35 s
[algebraic-graphs] OK: size (connect x y) == size x + size y
353.35 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
353.35 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.vertices1 ============
353.35 s
[algebraic-graphs] OK: vertices1 [x] == vertex x
353.35 s
[algebraic-graphs] OK: hasVertex x . vertices1 == elem x
353.35 s
[algebraic-graphs] OK: vertexCount . vertices1 == length . nub
353.35 s
[algebraic-graphs] OK: vertexSet . vertices1 == Set.fromList . toList
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.edges1 ============
353.35 s
[algebraic-graphs] OK: edges1 [(x,y)] == edge x y
353.35 s
[algebraic-graphs] OK: edges1 == overlays1 . fmap (uncurry edge)
353.35 s
[algebraic-graphs] OK: edgeCount . edges1 == length . nub
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.overlays1 ============
353.35 s
[algebraic-graphs] OK: overlays1 [x] == x
353.35 s
[algebraic-graphs] OK: overlays1 [x,y] == overlay x y
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.connects1 ============
353.35 s
[algebraic-graphs] OK: connects1 [x] == x
353.35 s
[algebraic-graphs] OK: connects1 [x,y] == connect x y
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.foldg1 ============
353.35 s
[algebraic-graphs] OK: foldg1 vertex overlay connect == id
353.35 s
[algebraic-graphs] OK: foldg1 vertex overlay (flip connect) == transpose
353.35 s
[algebraic-graphs] OK: foldg1 (const 1) (+) (+) == size
353.35 s
[algebraic-graphs] OK: foldg1 (== x) (||) (||) == hasVertex x
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.isSubgraphOf ============
353.35 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
353.35 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
353.35 s
[algebraic-graphs] OK: isSubgraphOf (path1 xs) (circuit1 xs) == True
353.35 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.(===) ============
353.35 s
[algebraic-graphs] OK: x === x == True
353.35 s
[algebraic-graphs] OK: x + y === x + y == True
353.35 s
[algebraic-graphs] OK: 1 + 2 === 2 + 1 == False
353.35 s
[algebraic-graphs] OK: x + y === x * y == False
353.35 s
[algebraic-graphs]
353.35 s
[algebraic-graphs] ============ NonEmpty.Graph.size ============
353.36 s
[algebraic-graphs] OK: size (vertex x) == 1
353.36 s
[algebraic-graphs] OK: size (overlay x y) == size x + size y
353.36 s
[algebraic-graphs] OK: size (connect x y) == size x + size y
353.36 s
[algebraic-graphs] OK: size x >= 1
353.36 s
[algebraic-graphs] OK: size x >= vertexCount x
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.hasVertex ============
353.36 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.hasEdge ============
353.36 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
353.36 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
353.36 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
353.36 s
[algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.vertexCount ============
353.36 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
353.36 s
[algebraic-graphs] OK: vertexCount x >= 1
353.36 s
[algebraic-graphs] OK: vertexCount == length . vertexList1
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.edgeCount ============
353.36 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
353.36 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
353.36 s
[algebraic-graphs] OK: edgeCount == length . edgeList
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.vertexList1 ============
353.36 s
[algebraic-graphs] OK: vertexList1 (vertex x) == [x]
353.36 s
[algebraic-graphs] OK: vertexList1 . vertices1 == nub . sort
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.edgeList ============
353.36 s
[algebraic-graphs] OK: edgeList (vertex x) == []
353.36 s
[algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
353.36 s
[algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
353.36 s
[algebraic-graphs] OK: edgeList . edges1 == nub . sort . toList
353.36 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.vertexSet ============
353.36 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
353.36 s
[algebraic-graphs] OK: vertexSet . vertices1 == Set.fromList . toList
353.36 s
[algebraic-graphs] OK: vertexSet . clique1 == Set.fromList . toList
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.edgeSet ============
353.36 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
353.36 s
[algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
353.36 s
[algebraic-graphs] OK: edgeSet . edges1 == Set.fromList . toList
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.path1 ============
353.36 s
[algebraic-graphs] OK: path1 [x] == vertex x
353.36 s
[algebraic-graphs] OK: path1 [x,y] == edge x y
353.36 s
[algebraic-graphs] OK: path1 . reverse == transpose . path1
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.circuit1 ============
353.36 s
[algebraic-graphs] OK: circuit1 [x] == edge x x
353.36 s
[algebraic-graphs] OK: circuit1 [x,y] == edges1 [(x,y), (y,x)]
353.36 s
[algebraic-graphs] OK: circuit1 . reverse == transpose . circuit1
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.clique1 ============
353.36 s
[algebraic-graphs] OK: clique1 [x] == vertex x
353.36 s
[algebraic-graphs] OK: clique1 [x,y] == edge x y
353.36 s
[algebraic-graphs] OK: clique1 [x,y,z] == edges1 [(x,y), (x,z), (y,z)]
353.36 s
[algebraic-graphs] OK: clique1 (xs <> ys) == connect (clique1 xs) (clique1 ys)
353.36 s
[algebraic-graphs] OK: clique1 . reverse == transpose . clique1
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.biclique1 ============
353.36 s
[algebraic-graphs] OK: biclique1 [x1,x2] [y1,y2] == edges1 [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
353.36 s
[algebraic-graphs] OK: biclique1 xs ys == connect (vertices1 xs) (vertices1 ys)
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.star ============
353.36 s
[algebraic-graphs] OK: star x [] == vertex x
353.36 s
[algebraic-graphs] OK: star x [y] == edge x y
353.36 s
[algebraic-graphs] OK: star x [y,z] == edges1 [(x,y), (x,z)]
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.stars1 ============
353.36 s
[algebraic-graphs] OK: stars1 [(x, [] )] == vertex x
353.36 s
[algebraic-graphs] OK: stars1 [(x, [y])] == edge x y
353.36 s
[algebraic-graphs] OK: stars1 [(x, ys )] == star x ys
353.36 s
[algebraic-graphs] OK: stars1 == overlays1 . fmap (uncurry star)
353.36 s
[algebraic-graphs] OK: overlay (stars1 xs) (stars1 ys) == stars1 (xs <> ys)
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.tree ============
353.36 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
353.36 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path1 [x,y,z]
353.36 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
353.36 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges1 [(1,2), (1,3), (3,4), (3,5)]
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.mesh1 ============
353.36 s
[algebraic-graphs] OK: mesh1 [x] [y] == vertex (x, y)
353.36 s
[algebraic-graphs] OK: mesh1 xs ys == box (path1 xs) (path1 ys)
353.36 s
[algebraic-graphs] OK: mesh1 [1,2,3] ['a', 'b'] == <correct result>
353.36 s
[algebraic-graphs] OK: size (mesh xs ys) == max 1 (3 * length xs * length ys - length xs - length ys -1)
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.torus1 ============
353.36 s
[algebraic-graphs] OK: torus1 [x] [y] == edge (x,y) (x,y)
353.36 s
[algebraic-graphs] OK: torus1 xs ys == box (circuit1 xs) (circuit1 ys)
353.36 s
[algebraic-graphs] OK: torus1 [1,2] ['a', 'b'] == <correct result>
353.36 s
[algebraic-graphs] OK: size (torus1 xs ys) == max 1 (3 * length xs * length ys)
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.removeVertex1 ============
353.36 s
[algebraic-graphs] OK: removeVertex1 x (vertex x) == Nothing
353.36 s
[algebraic-graphs] OK: removeVertex1 1 (vertex 2) == Just (vertex 2)
353.36 s
[algebraic-graphs] OK: removeVertex1 x (edge x x) == Nothing
353.36 s
[algebraic-graphs] OK: removeVertex1 1 (edge 1 2) == Just (vertex 2)
353.36 s
[algebraic-graphs] OK: removeVertex1 x >=> removeVertex1 x == removeVertex1 x
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.removeEdge ============
353.36 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices1 [x,y]
353.36 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
353.36 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
353.36 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
353.36 s
[algebraic-graphs] OK: size (removeEdge x y z) <= 3 * size z
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.replaceVertex ============
353.36 s
[algebraic-graphs] OK: replaceVertex x x == id
353.36 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
353.36 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
353.36 s
[algebraic-graphs]
353.36 s
[algebraic-graphs] ============ NonEmpty.Graph.mergeVertices ============
353.36 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
353.37 s
[hie-bios] [ 9 of 16] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, nothing )
353.42 s
[hie-bios] [10 of 16] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, nothing )
353.50 s
[hie-bios] [11 of 16] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, nothing )
353.54 s
[hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, nothing )
353.74 s
[hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, nothing )
354.30 s
[hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
354.30 s
[hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
354.30 s
[hie-bios] |
354.30 s
[hie-bios] 145 | { cradleRoot :: FilePath
354.30 s
[hie-bios] | ^^^^^^^^^^
354.30 s
[hie-bios]
354.30 s
[hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
354.30 s
[hie-bios] Defined but not used:
354.30 s
[hie-bios] record field of ResolvedCradles ‘resolvedCradles’
354.30 s
[hie-bios] |
354.30 s
[hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
354.30 s
[hie-bios] | ^^^^^^^^^^^^^^^
354.30 s
[hie-bios]
354.30 s
[hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
354.30 s
[hie-bios] Defined but not used:
354.30 s
[hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
354.31 s
[hie-bios] |
354.31 s
[hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
354.31 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
354.31 s
[hie-bios]
354.31 s
[hie-bios] [14 of 16] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, nothing )
354.33 s
[hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, nothing )
354.34 s
[hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, nothing )
354.35 s
[hie-bios] Haddock coverage:
354.35 s
[hie-bios] 7% ( 1 / 14) in 'HIE.Bios.Config.YAML'
354.35 s
[hie-bios] Missing documentation for:
354.35 s
[hie-bios] CradleConfigYAML (src/HIE/Bios/Config/YAML.hs:62)
354.35 s
[hie-bios] CradleComponent (src/HIE/Bios/Config/YAML.hs:67)
354.35 s
[hie-bios] MultiSubComponent (src/HIE/Bios/Config/YAML.hs:99)
354.35 s
[hie-bios] CabalConfig (src/HIE/Bios/Config/YAML.hs:104)
354.35 s
[hie-bios] CabalComponent (src/HIE/Bios/Config/YAML.hs:118)
354.35 s
[hie-bios] StackConfig (src/HIE/Bios/Config/YAML.hs:134)
354.35 s
[hie-bios] StackComponent (src/HIE/Bios/Config/YAML.hs:139)
354.35 s
[hie-bios] DirectConfig (src/HIE/Bios/Config/YAML.hs:176)
354.35 s
[hie-bios] BiosConfig (src/HIE/Bios/Config/YAML.hs:180)
354.35 s
[hie-bios] NoneConfig (src/HIE/Bios/Config/YAML.hs:83)
354.35 s
[hie-bios] OtherConfig (src/HIE/Bios/Config/YAML.hs:85)
354.35 s
[hie-bios] OneOrManyComponents (src/HIE/Bios/Config/YAML.hs:164)
354.35 s
[hie-bios] Callable (src/HIE/Bios/Config/YAML.hs:189)
354.35 s
[hie-bios] Warning: 'Cradle' is out of scope.
354.35 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.35 s
[hie-bios] 21% ( 3 / 14) in 'HIE.Bios.Config'
354.35 s
[hie-bios] Missing documentation for:
354.35 s
[hie-bios] readConfig (src/HIE/Bios/Config.hs:140)
354.35 s
[hie-bios] CradleConfig (src/HIE/Bios/Config.hs:44)
354.35 s
[hie-bios] CabalType (src/HIE/Bios/Config.hs:80)
354.35 s
[hie-bios] cabalComponent (src/HIE/Bios/Config.hs:80)
354.35 s
[hie-bios] cabalProjectFile (src/HIE/Bios/Config.hs:80)
354.35 s
[hie-bios] StackType (src/HIE/Bios/Config.hs:86)
354.35 s
[hie-bios] StackType (src/HIE/Bios/Config.hs:97)
354.35 s
[hie-bios] stackComponent (src/HIE/Bios/Config.hs:97)
354.35 s
[hie-bios] stackYaml (src/HIE/Bios/Config.hs:97)
354.35 s
[hie-bios] CradleTree (src/HIE/Bios/Config.hs:103)
354.35 s
[hie-bios] Callable (src/HIE/Bios/Config.hs:56)
354.36 s
[hie-bios] 40% ( 21 / 52) in 'HIE.Bios.Ghc.Gap'
354.36 s
[hie-bios] Missing documentation for:
354.36 s
[hie-bios] ghcVersion (src/HIE/Bios/Ghc/Gap.hs:96)
354.36 s
[hie-bios] makeUserStyle (src/HIE/Bios/Ghc/Gap.hs:162)
354.36 s
[hie-bios] PprStyle
354.36 s
[hie-bios] parseTargetFiles (src/HIE/Bios/Ghc/Gap.hs:287)
354.36 s
[hie-bios] getHscEnv
354.36 s
[hie-bios] batchMsg
354.36 s
[hie-bios] set_hsc_dflags (src/HIE/Bios/Ghc/Gap.hs:137)
354.36 s
[hie-bios] overPkgDbRef (src/HIE/Bios/Ghc/Gap.hs:140)
354.36 s
[hie-bios] guessTarget (src/HIE/Bios/Ghc/Gap.hs:149)
354.36 s
[hie-bios] setNoCode (src/HIE/Bios/Ghc/Gap.hs:129)
354.36 s
[hie-bios] getModSummaries (src/HIE/Bios/Ghc/Gap.hs:167)
354.36 s
[hie-bios] mapOverIncludePaths (src/HIE/Bios/Ghc/Gap.hs:178)
354.36 s
[hie-bios] getLogger (src/HIE/Bios/Ghc/Gap.hs:245)
354.36 s
[hie-bios] RealSrcSpan (src/HIE/Bios/Ghc/Gap.hs:123)
354.36 s
[hie-bios] catch (src/HIE/Bios/Ghc/Gap.hs:117)
354.36 s
[hie-bios] bracket (src/HIE/Bios/Ghc/Gap.hs:110)
354.36 s
[hie-bios] handle (src/HIE/Bios/Ghc/Gap.hs:114)
354.36 s
[hie-bios] pageMode (src/HIE/Bios/Ghc/Gap.hs:209)
354.36 s
[hie-bios] oneLineMode (src/HIE/Bios/Ghc/Gap.hs:213)
354.36 s
[hie-bios] initializePluginsForModSummary (src/HIE/Bios/Ghc/Gap.hs:227)
354.36 s
[hie-bios] setFrontEndHooks (src/HIE/Bios/Ghc/Gap.hs:235)
354.36 s
[hie-bios] setWayDynamicIfHostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:252)
354.36 s
[hie-bios] gopt_set (src/HIE/Bios/Ghc/Gap.hs:249)
354.36 s
[hie-bios] parseDynamicFlags (src/HIE/Bios/Ghc/Gap.hs:283)
354.36 s
[hie-bios] hostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:294)
354.36 s
[hie-bios] getTyThing (src/HIE/Bios/Ghc/Gap.hs:170)
354.36 s
[hie-bios] fixInfo (src/HIE/Bios/Ghc/Gap.hs:173)
354.36 s
[hie-bios] mgModSummaries
354.36 s
[hie-bios] unsetLogAction (src/HIE/Bios/Ghc/Gap.hs:191)
354.36 s
[hie-bios] load' (src/HIE/Bios/Ghc/Gap.hs:100)
354.36 s
[hie-bios] getDynFlags
354.36 s
[hie-bios] 14% ( 1 / 7) in 'HIE.Bios.Ghc.Doc'
354.36 s
[hie-bios] Missing documentation for:
354.36 s
[hie-bios] getPrintUnqual (src/HIE/Bios/Ghc/Doc.hs:26)
354.36 s
[hie-bios] showPage (src/HIE/Bios/Ghc/Doc.hs:30)
354.36 s
[hie-bios] showOneLine (src/HIE/Bios/Ghc/Doc.hs:35)
354.36 s
[hie-bios] getStyle (src/HIE/Bios/Ghc/Doc.hs:40)
354.36 s
[hie-bios] styleUnqualified (src/HIE/Bios/Ghc/Doc.hs:43)
354.36 s
[hie-bios] showDocWith (src/HIE/Bios/Ghc/Doc.hs:46)
354.36 s
[hie-bios] Warning: 'TypecheckedModule' is ambiguous. It is defined
354.36 s
[hie-bios] * in ‘GHC’
354.36 s
[hie-bios] * in ‘GHC’
354.36 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.36 s
[hie-bios] by specifying the type/value namespace explicitly.
354.36 s
[hie-bios] Defaulting to the one defined in ‘GHC’
354.36 s
[hie-bios] 60% ( 9 / 15) in 'HIE.Bios.Ghc.Load'
354.36 s
[hie-bios] Missing documentation for:
354.36 s
[hie-bios] Log (src/HIE/Bios/Ghc/Load.hs:30)
354.36 s
[hie-bios] get_fp (src/HIE/Bios/Ghc/Load.hs:45)
354.36 s
[hie-bios] msTargetIs (src/HIE/Bios/Ghc/Load.hs:113)
354.36 s
[hie-bios] initializePluginsGhc (src/HIE/Bios/Ghc/Load.hs:188)
354.36 s
[hie-bios] ghcInHsc (src/HIE/Bios/Ghc/Load.hs:195)
354.36 s
[hie-bios] setTargetFilename (src/HIE/Bios/Ghc/Load.hs:209)
354.36 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
354.36 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
354.36 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
354.36 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.36 s
[hie-bios] by specifying the type/value namespace explicitly.
354.36 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
354.36 s
[hie-bios] Warning: 'cabal' is out of scope.
354.36 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] 55% ( 11 / 20) in 'HIE.Bios.Types'
354.37 s
[hie-bios] Missing documentation for:
354.37 s
[hie-bios] Module header
354.37 s
[hie-bios] ActionName (src/HIE/Bios/Types.hs:83)
354.37 s
[hie-bios] Log (src/HIE/Bios/Types.hs:94)
354.37 s
[hie-bios] CradleAction (src/HIE/Bios/Types.hs:158)
354.37 s
[hie-bios] cradleLoadResult (src/HIE/Bios/Types.hs:183)
354.37 s
[hie-bios] CradleLoadResultT (src/HIE/Bios/Types.hs:200)
354.37 s
[hie-bios] modCradleError (src/HIE/Bios/Types.hs:251)
354.37 s
[hie-bios] throwCE (src/HIE/Bios/Types.hs:258)
354.37 s
[hie-bios] CradleError (src/HIE/Bios/Types.hs:260)
354.37 s
[hie-bios] Warning: 'DynFlags' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
354.37 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.37 s
[hie-bios] by specifying the type/value namespace explicitly.
354.37 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
354.37 s
[hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Flags'
354.37 s
[hie-bios] Missing documentation for:
354.37 s
[hie-bios] Module header
354.37 s
[hie-bios] Warning: 'runCradleGhc' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'CradleError' is ambiguous. It is defined
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:260:20
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:260:1
354.37 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.37 s
[hie-bios] by specifying the type/value namespace explicitly.
354.37 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:260:1
354.37 s
[hie-bios] Warning: 'DynFlags' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] 75% ( 6 / 8) in 'HIE.Bios.Environment'
354.37 s
[hie-bios] Missing documentation for:
354.37 s
[hie-bios] Module header
354.37 s
[hie-bios] makeTargetsAbsolute (src/HIE/Bios/Environment.hs:57)
354.37 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
354.37 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.37 s
[hie-bios] by specifying the type/value namespace explicitly.
354.37 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
354.37 s
[hie-bios] 66% ( 4 / 6) in 'HIE.Bios.Ghc.Api'
354.37 s
[hie-bios] Missing documentation for:
354.37 s
[hie-bios] SuccessFlag
354.37 s
[hie-bios] withDynFlags (src/HIE/Bios/Ghc/Api.hs:63)
354.37 s
[hie-bios] Warning: 'SourceError' is ambiguous. It is defined
354.37 s
[hie-bios] * in ‘GHC.Types.SourceError’
354.37 s
[hie-bios] * in ‘GHC.Types.SourceError’
354.37 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.37 s
[hie-bios] by specifying the type/value namespace explicitly.
354.37 s
[hie-bios] Defaulting to the one defined in ‘GHC.Types.SourceError’
354.37 s
[hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Ghc.Logger'
354.37 s
[hie-bios] Missing documentation for:
354.37 s
[hie-bios] Module header
354.37 s
[hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Ghc.Check'
354.37 s
[hie-bios] Missing documentation for:
354.37 s
[hie-bios] Module header
354.37 s
[hie-bios] 0% ( 0 / 3) in 'HIE.Bios.Wrappers'
354.37 s
[hie-bios] Missing documentation for:
354.37 s
[hie-bios] Module header
354.37 s
[hie-bios] cabalWrapper (src/HIE/Bios/Wrappers.hs:13)
354.37 s
[hie-bios] cabalWrapperHs (src/HIE/Bios/Wrappers.hs:16)
354.37 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
354.37 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.37 s
[hie-bios] by specifying the type/value namespace explicitly.
354.37 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
354.37 s
[hie-bios] Warning: 'ghc' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'ghcPathAbs' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'cabal' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'componentDir' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'rootDir' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'fpName' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'srcHash' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'populate' is out of scope.
354.37 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
354.37 s
[hie-bios] Warning: 'CradleError' is ambiguous. It is defined
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:260:20
354.37 s
[hie-bios] * at src/HIE/Bios/Types.hs:260:1
354.37 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.37 s
[hie-bios] by specifying the type/value namespace explicitly.
354.37 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:260:1
354.38 s
[hie-bios] 40% ( 8 / 20) in 'HIE.Bios.Cradle'
354.38 s
[hie-bios] Missing documentation for:
354.38 s
[hie-bios] Module header
354.38 s
[hie-bios] yamlConfig (src/HIE/Bios/Cradle.hs:350)
354.38 s
[hie-bios] isCabalCradle (src/HIE/Bios/Cradle.hs:376)
354.38 s
[hie-bios] isStackCradle (src/HIE/Bios/Cradle.hs:381)
354.38 s
[hie-bios] isDirectCradle (src/HIE/Bios/Cradle.hs:386)
354.38 s
[hie-bios] isBiosCradle (src/HIE/Bios/Cradle.hs:391)
354.38 s
[hie-bios] isNoneCradle (src/HIE/Bios/Cradle.hs:401)
354.38 s
[hie-bios] isMultiCradle (src/HIE/Bios/Cradle.hs:396)
354.38 s
[hie-bios] isDefaultCradle (src/HIE/Bios/Cradle.hs:406)
354.38 s
[hie-bios] isOtherCradle (src/HIE/Bios/Cradle.hs:411)
354.38 s
[hie-bios] getCradle (src/HIE/Bios/Cradle.hs:115)
354.38 s
[hie-bios] makeCradleResult (src/HIE/Bios/Cradle.hs:1221)
354.38 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
354.38 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
354.38 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
354.38 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
354.38 s
[hie-bios] by specifying the type/value namespace explicitly.
354.38 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
354.38 s
[hie-bios] 40% ( 2 / 5) in 'HIE.Bios.Internal.Debug'
354.38 s
[hie-bios] Missing documentation for:
354.38 s
[hie-bios] Module header
354.38 s
[hie-bios] configInfo (src/HIE/Bios/Internal/Debug.hs:74)
354.38 s
[hie-bios] cradleInfo (src/HIE/Bios/Internal/Debug.hs:88)
354.38 s
[hie-bios] 93% ( 15 / 16) in 'HIE.Bios'
354.38 s
[hie-bios] Missing documentation for:
354.38 s
[hie-bios] CradleError (src/HIE/Bios/Types.hs:260)
357.35 s
[hie-bios] Warning: HIE.Bios.Config.YAML: could not find link destinations for:
357.35 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_CradleComponent
357.35 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_MultiSubComponent
357.35 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_CradleConfigYAML
357.35 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_DirectConfig
357.36 s
[hie-bios] Warning: HIE.Bios.Ghc.Check: could not find link destinations for:
357.36 s
[hie-bios] - HIE.Bios.Ghc.Check.Log
357.36 s
[hie-bios] Warning: HIE.Bios.Cradle: could not find link destinations for:
357.37 s
[hie-bios] - HIE.Bios.Cradle.OutputName
357.37 s
[hie-bios] - HIE.Bios.Cradle.Outputs
362.35 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
362.46 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
362.46 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
362.46 s
[algebraic-graphs]
362.46 s
[algebraic-graphs] ============ NonEmpty.Graph.splitVertex1 ============
362.46 s
[algebraic-graphs] OK: splitVertex1 x [x] == id
362.46 s
[algebraic-graphs] OK: splitVertex1 x [y] == replaceVertex x y
362.46 s
[algebraic-graphs] OK: splitVertex1 1 [0,1] $ 1 * (2 + 3) == (0 + 1) * (2 + 3)
362.46 s
[algebraic-graphs]
362.46 s
[algebraic-graphs] ============ NonEmpty.Graph.transpose ============
362.46 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
362.46 s
[algebraic-graphs] OK: transpose (edge x y) == edge y x
362.46 s
[algebraic-graphs] OK: transpose . transpose == id
362.46 s
[algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
362.46 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
362.46 s
[algebraic-graphs]
362.46 s
[algebraic-graphs] ============ NonEmpty.Graph.induce1 ============
362.46 s
[algebraic-graphs] OK: induce1 (const True ) x == Just x
362.46 s
[algebraic-graphs] OK: induce1 (const False) x == Nothing
362.46 s
[algebraic-graphs] OK: induce1 (/= x) == removeVertex1 x
362.47 s
[algebraic-graphs] OK: induce1 p >=> induce1 q == induce1 (\x -> p x && q x)
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ NonEmpty.Graph.induceJust1 ============
362.47 s
[algebraic-graphs] OK: induceJust1 (vertex Nothing) == Nothing
362.47 s
[algebraic-graphs] OK: induceJust1 (edge (Just x) Nothing) == Just (vertex x)
362.47 s
[algebraic-graphs] OK: induceJust1 . fmap Just == Just
362.47 s
[algebraic-graphs] OK: induceJust1 . fmap (\x -> if p x then Just x else Nothing) == induce1 p
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ NonEmpty.Graph.simplify ============
362.47 s
[algebraic-graphs] OK: simplify == id
362.47 s
[algebraic-graphs] OK: size (simplify x) <= size x
362.47 s
[algebraic-graphs] OK: simplify 1 === 1
362.47 s
[algebraic-graphs] OK: simplify (1 + 1) === 1
362.47 s
[algebraic-graphs] OK: simplify (1 + 2 + 1) === 1 + 2
362.47 s
[algebraic-graphs] OK: simplify (1 * 1 * 1) === 1 * 1
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ NonEmpty.Graph.sparsify ============
362.47 s
[algebraic-graphs] OK: sort . reachable x == sort . rights . reachable (sparsify x) . Right
362.47 s
[algebraic-graphs] OK: vertexCount (sparsify x) <= vertexCount x + size x + 1
362.47 s
[algebraic-graphs] OK: edgeCount (sparsify x) <= 3 * size x
362.47 s
[algebraic-graphs] OK: size (sparsify x) <= 3 * size x
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ NonEmpty.Graph.sparsifyKL ============
362.47 s
[algebraic-graphs] OK: sort . reachable x == sort . filter (<= n) . reachable (sparsifyKL n x)
362.47 s
[algebraic-graphs] OK: length (vertices $ sparsifyKL n x) <= vertexCount x + size x + 1
362.47 s
[algebraic-graphs] OK: length (edges $ sparsifyKL n x) <= 3 * size x
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ NonEmpty.Graph.box ============
362.47 s
[algebraic-graphs] OK: box (path1 [0,1]) (path1 ['a','b']) == <correct result>
362.47 s
[algebraic-graphs] OK: box x y ~~ box y x
362.47 s
[algebraic-graphs] OK: box x (overlay y z) == overlay (box x y) (box x z)
362.47 s
[algebraic-graphs] OK: box x (vertex ()) ~~ x
362.47 s
[algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
362.47 s
[algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
362.47 s
[algebraic-graphs] OK: vertexCount (box x y) == vertexCount x * vertexCount y
362.47 s
[algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation ============
362.47 s
[algebraic-graphs] OK: Axioms of graphs
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.consistent ============
362.47 s
[algebraic-graphs] OK: Consistency of the Arbitrary instance
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] OK: consistent empty == True
362.47 s
[algebraic-graphs] OK: consistent (vertex x) == True
362.47 s
[algebraic-graphs] OK: consistent (overlay x y) == True
362.47 s
[algebraic-graphs] OK: consistent (connect x y) == True
362.47 s
[algebraic-graphs] OK: consistent (edge x y) == True
362.47 s
[algebraic-graphs] OK: consistent (edges xs) == True
362.47 s
[algebraic-graphs] OK: consistent (stars xs) == True
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.Show ============
362.47 s
[algebraic-graphs] OK: show (empty ) == "empty"
362.47 s
[algebraic-graphs] OK: show (1 ) == "vertex 1"
362.47 s
[algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
362.47 s
[algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
362.47 s
[algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
362.47 s
[algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
362.47 s
[algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
362.47 s
[algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
362.47 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
362.47 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.Ord ============
362.47 s
[algebraic-graphs] OK: vertex 1 < vertex 2
362.47 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
362.47 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
362.47 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
362.47 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
362.47 s
[algebraic-graphs] OK: edge 1 2 < edge 1 3
362.47 s
[algebraic-graphs] OK: x <= x + y
362.47 s
[algebraic-graphs] OK: x + y <= x * y
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.empty ============
362.47 s
[algebraic-graphs] OK: isEmpty empty == True
362.47 s
[algebraic-graphs] OK: hasVertex x empty == False
362.47 s
[algebraic-graphs] OK: vertexCount empty == 0
362.47 s
[algebraic-graphs] OK: edgeCount empty == 0
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.vertex ============
362.47 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
362.47 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
362.47 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
362.47 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.edge ============
362.47 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
362.47 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
362.47 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
362.47 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
362.47 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.overlay ============
362.47 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
362.47 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
362.47 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
362.47 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
362.47 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
362.47 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
362.47 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
362.47 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.connect ============
362.47 s
[algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
362.47 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
362.47 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
362.47 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
362.47 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
362.47 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
362.47 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
362.47 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
362.47 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
362.47 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.vertices ============
362.47 s
[algebraic-graphs] OK: vertices [] == empty
362.47 s
[algebraic-graphs] OK: vertices [x] == vertex x
362.47 s
[algebraic-graphs] OK: vertices == overlays . map vertex
362.47 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
362.47 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
362.47 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.edges ============
362.47 s
[algebraic-graphs] OK: edges [] == empty
362.47 s
[algebraic-graphs] OK: edges [(x,y)] == edge x y
362.47 s
[algebraic-graphs] OK: edges == overlays . map (uncurry edge)
362.47 s
[algebraic-graphs] OK: edgeCount . edges == length . nub
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.overlays ============
362.47 s
[algebraic-graphs] OK: overlays [] == empty
362.47 s
[algebraic-graphs] OK: overlays [x] == x
362.47 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
362.47 s
[algebraic-graphs] OK: overlays == foldr overlay empty
362.47 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.connects ============
362.47 s
[algebraic-graphs] OK: connects [] == empty
362.47 s
[algebraic-graphs] OK: connects [x] == x
362.47 s
[algebraic-graphs] OK: connects [x,y] == connect x y
362.47 s
[algebraic-graphs] OK: connects == foldr connect empty
362.47 s
[algebraic-graphs] OK: isEmpty . connects == all isEmpty
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.isSubgraphOf ============
362.47 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
362.47 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
362.47 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
362.47 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
362.47 s
[algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
362.47 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
362.47 s
[algebraic-graphs]
362.47 s
[algebraic-graphs] ============ Relation.toGraph et al. ============
362.47 s
[algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
362.47 s
[algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
362.47 s
[algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
362.47 s
[algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
362.47 s
[algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
362.47 s
[algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
362.47 s
[algebraic-graphs] OK: vertexCount == Set.size . vertexSet
362.47 s
[algebraic-graphs] OK: edgeCount == Set.size . edgeSet
362.47 s
[algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
362.47 s
[algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
362.47 s
[algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
362.47 s
[algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
362.47 s
[algebraic-graphs] OK: edgeSet == Algebra.Graph.AdjacencyMap.edgeSet . foldg empty vertex overlay connect
362.47 s
[algebraic-graphs] OK: preSet x == Algebra.Graph.AdjacencyMap.preSet x . toAdjacencyMap
362.47 s
[algebraic-graphs] OK: preIntSet x == Algebra.Graph.AdjacencyIntMap.preIntSet x . toAdjacencyIntMap
362.47 s
[algebraic-graphs] OK: postSet x == Algebra.Graph.AdjacencyMap.postSet x . toAdjacencyMap
362.47 s
[algebraic-graphs] OK: postIntSet x == Algebra.Graph.AdjacencyIntMap.postIntSet x . toAdjacencyIntMap
366.43 s
[algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
366.43 s
[algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
366.43 s
[algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
366.43 s
[algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
366.43 s
[algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
366.43 s
[algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
366.43 s
[algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
366.43 s
[algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
366.43 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.foldg ============
366.43 s
[algebraic-graphs] OK: foldg empty vertex overlay connect == id
366.43 s
[algebraic-graphs] OK: foldg empty vertex overlay (flip connect) == transpose
366.43 s
[algebraic-graphs] OK: foldg 1 (const 1) (+) (+) == size
366.43 s
[algebraic-graphs] OK: foldg True (const False) (&&) (&&) == isEmpty
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.isEmpty ============
366.43 s
[algebraic-graphs] OK: isEmpty empty == True
366.43 s
[algebraic-graphs] OK: isEmpty (overlay empty empty) == True
366.43 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
366.43 s
[algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
366.43 s
[algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.hasVertex ============
366.43 s
[algebraic-graphs] OK: hasVertex x empty == False
366.43 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
366.43 s
[algebraic-graphs] OK: hasVertex x . removeVertex x == const False
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.hasEdge ============
366.43 s
[algebraic-graphs] OK: hasEdge x y empty == False
366.43 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
366.43 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
366.43 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
366.43 s
[algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.vertexCount ============
366.43 s
[algebraic-graphs] OK: vertexCount empty == 0
366.43 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
366.43 s
[algebraic-graphs] OK: vertexCount == length . vertexList
366.43 s
[algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.edgeCount ============
366.43 s
[algebraic-graphs] OK: edgeCount empty == 0
366.43 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
366.43 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
366.43 s
[algebraic-graphs] OK: edgeCount == length . edgeList
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.vertexList ============
366.43 s
[algebraic-graphs] OK: vertexList empty == []
366.43 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
366.43 s
[algebraic-graphs] OK: vertexList . vertices == nub . sort
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.vertexSet ============
366.43 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
366.43 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
366.43 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.vertexIntSet ============
366.43 s
[algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
366.43 s
[algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
366.43 s
[algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
366.43 s
[algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.edgeList ============
366.43 s
[algebraic-graphs] OK: edgeList empty == []
366.43 s
[algebraic-graphs] OK: edgeList (vertex x) == []
366.43 s
[algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
366.43 s
[algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
366.43 s
[algebraic-graphs] OK: edgeList . edges == nub . sort
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.edgeSet ============
366.43 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
366.43 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
366.43 s
[algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
366.43 s
[algebraic-graphs] OK: edgeSet . edges == Set.fromList
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.adjacencyList ============
366.43 s
[algebraic-graphs] OK: adjacencyList empty == []
366.43 s
[algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
366.43 s
[algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [])]
366.43 s
[algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, []), (2, [1,3]), (3, [])]
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.preSet ============
366.43 s
[algebraic-graphs] OK: preSet x empty == Set.empty
366.43 s
[algebraic-graphs] OK: preSet x (vertex x) == Set.empty
366.43 s
[algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
366.43 s
[algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.preIntSet ============
366.43 s
[algebraic-graphs] OK: preIntSet x empty == IntSet.empty
366.43 s
[algebraic-graphs] OK: preIntSet x (vertex x) == IntSet.empty
366.43 s
[algebraic-graphs] OK: preIntSet 1 (edge 1 2) == IntSet.empty
366.43 s
[algebraic-graphs] OK: preIntSet y (edge x y) == IntSet.fromList [x]
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.postSet ============
366.43 s
[algebraic-graphs] OK: postSet x empty == Set.empty
366.43 s
[algebraic-graphs] OK: postSet x (vertex x) == Set.empty
366.43 s
[algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
366.43 s
[algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.postIntSet ============
366.43 s
[algebraic-graphs] OK: postIntSet x empty == IntSet.empty
366.43 s
[algebraic-graphs] OK: postIntSet x (vertex x) == IntSet.empty
366.43 s
[algebraic-graphs] OK: postIntSet 2 (edge 1 2) == IntSet.empty
366.43 s
[algebraic-graphs] OK: postIntSet x (edge x y) == IntSet.fromList [y]
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.path ============
366.43 s
[algebraic-graphs] OK: path [] == empty
366.43 s
[algebraic-graphs] OK: path [x] == vertex x
366.43 s
[algebraic-graphs] OK: path [x,y] == edge x y
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.circuit ============
366.43 s
[algebraic-graphs] OK: circuit [] == empty
366.43 s
[algebraic-graphs] OK: circuit [x] == edge x x
366.43 s
[algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.clique ============
366.43 s
[algebraic-graphs] OK: clique [] == empty
366.43 s
[algebraic-graphs] OK: clique [x] == vertex x
366.43 s
[algebraic-graphs] OK: clique [x,y] == edge x y
366.43 s
[algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
366.43 s
[algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.biclique ============
366.43 s
[algebraic-graphs] OK: biclique [] [] == empty
366.43 s
[algebraic-graphs] OK: biclique [x] [] == vertex x
366.43 s
[algebraic-graphs] OK: biclique [] [y] == vertex y
366.43 s
[algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
366.43 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.star ============
366.43 s
[algebraic-graphs] OK: star x [] == vertex x
366.43 s
[algebraic-graphs] OK: star x [y] == edge x y
366.43 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
366.43 s
[algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.stars ============
366.43 s
[algebraic-graphs] OK: stars [] == empty
366.43 s
[algebraic-graphs] OK: stars [(x, [])] == vertex x
366.43 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
366.43 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
366.43 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
366.43 s
[algebraic-graphs] OK: stars . adjacencyList == id
366.43 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.tree ============
366.43 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
366.43 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
366.43 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
366.43 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.forest ============
366.43 s
[algebraic-graphs] OK: forest [] == empty
366.43 s
[algebraic-graphs] OK: forest [x] == tree x
366.43 s
[algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
366.43 s
[algebraic-graphs] OK: forest == overlays . map tree
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.removeVertex ============
366.43 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
366.43 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
366.43 s
[algebraic-graphs] OK: removeVertex x (edge x x) == empty
366.43 s
[algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
366.43 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
366.43 s
[algebraic-graphs]
366.43 s
[algebraic-graphs] ============ Relation.removeEdge ============
366.43 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
366.43 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
366.43 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
366.43 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
366.43 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
366.43 s
[algebraic-graphs]
366.44 s
[algebraic-graphs] ============ Relation.replaceVertex ============
366.44 s
[algebraic-graphs] OK: replaceVertex x x == id
366.44 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
366.44 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
366.44 s
[algebraic-graphs]
366.44 s
[algebraic-graphs] ============ Relation.mergeVertices ============
366.44 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
371.43 s
[hie-bios] Documentation created: dist/doc/html/hie-bios/,
371.43 s
[hie-bios] dist/doc/html/hie-bios/hie-bios.txt
371.53 s
[hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.14.0...
371.64 s
[hie-bios] Phase: installPhase
371.72 s
[hie-bios] Installing library in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
371.89 s
[hie-bios] Installing executable hie-bios in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin
371.89 s
[hie-bios] Warning: The directory
371.89 s
[hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin is not in the
371.89 s
[hie-bios] system search path.
372.76 s
[hie-bios] Phase: fixupPhase
372.78 s
[hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
372.79 s
[hie-bios] shrinking /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu-ghc9.10.1.so
372.83 s
[hie-bios] shrinking /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin/hie-bios
372.96 s
[hie-bios] checking for references to /build/ in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0...
373.07 s
[hie-bios] patching script interpreter paths in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
373.08 s
[hie-bios] stripping (with command strip and flags -S -p) in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin
373.54 s
[hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc
373.56 s
[hie-bios] checking for references to /build/ in /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc...
373.57 s
[hie-bios] patching script interpreter paths in /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc
373.90 s
[hie-bios:post-build] Uploading to cachix cache "sellout": /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
375.17 s
[hie-bios:post-build] Pushing 2 paths (209 are already present) using zstd to cache sellout ⏳
375.17 s
[hie-bios:post-build]
375.60 s
[hie-bios:post-build] Pushing /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc (2.70 MiB)
375.64 s
[hie-bios:post-build] Pushing /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0 (75.15 MiB)
377.80 s
[hie-bios:post-build]
377.85 s
[hie-bios:post-build] All done.
377.98 s
[hie-bios:post-build] Uploading to the NixCI cache: /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
378.58 s
[hie-bios:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
378.90 s
[hie-bios:post-build] copying 2 paths...
378.90 s
[hie-bios:post-build] copying path '/nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc' to 'https://cache.nix-ci.com'...
380.02 s
[hie-bios:post-build] copying path '/nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0' to 'https://cache.nix-ci.com'...
431.41 s
[hie-bios:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
431.89 s
[hie-bios:post-build] copying 14 paths...
431.92 s
[hie-bios:post-build] copying path '/nix/store/c2byvvjijf9im9vpjwai70g7smcppbkf-raw-strings-qq-1.1.drv' to 'https://cache.nix-ci.com'...
431.92 s
[hie-bios:post-build] copying path '/nix/store/i7pw659xda0k0nh4qwkcz6wcv81fkq3j-libyaml-clib-0.2.5.drv' to 'https://cache.nix-ci.com'...
431.92 s
[hie-bios:post-build] copying path '/nix/store/mpl4691g7jzw0s21qlwrs0yfr5d63chy-parallel-3.2.2.0.drv' to 'https://cache.nix-ci.com'...
431.92 s
[hie-bios:post-build] copying path '/nix/store/30dksjc9ax4symkipsxp5angipw9f9yf-extra-1.7.16.drv' to 'https://cache.nix-ci.com'...
431.92 s
[hie-bios:post-build] copying path '/nix/store/vysk88x3vgbk2g65w83pnzvzdk5kcsa1-file-embed-0.0.16.0.drv' to 'https://cache.nix-ci.com'...
431.92 s
[hie-bios:post-build] copying path '/nix/store/l4mdsg82k9hg3rky947bchnrz0fm04vr-Glob-0.10.2.drv' to 'https://cache.nix-ci.com'...
431.92 s
[hie-bios:post-build] copying path '/nix/store/jgwdjagg5wc4g9xgn56gakraf6m9i09a-SHA-1.6.4.4.drv' to 'https://cache.nix-ci.com'...
432.20 s
[hie-bios:post-build] copying path '/nix/store/15pyn4c3j81j55m8nj9yaa2546x7072f-co-log-core-0.3.2.5.drv' to 'https://cache.nix-ci.com'...
432.21 s
[hie-bios:post-build] copying path '/nix/store/sr7aqzcvj0p560n9xjsk6719459ams99-monad-parallel-0.8.drv' to 'https://cache.nix-ci.com'...
432.25 s
[hie-bios:post-build] copying path '/nix/store/rsy0gb20mh7x3744lkp2w722wx6ffmmy-cryptohash-sha1-0.11.101.0.drv' to 'https://cache.nix-ci.com'...
432.26 s
[hie-bios:post-build] copying path '/nix/store/9b0ksaqs5safmk9ry37z3656lbd349aw-libyaml-0.1.4.drv' to 'https://cache.nix-ci.com'...
432.43 s
[hie-bios:post-build] copying path '/nix/store/9qw6cqwi0agw175j11sv0ai67a6b3pbr-unix-compat-0.7.4.drv' to 'https://cache.nix-ci.com'...
432.51 s
[hie-bios:post-build] copying path '/nix/store/ak2lbvbb8zwrql3q1zk8415jkm8a0hs9-yaml-0.11.11.2.drv' to 'https://cache.nix-ci.com'...
432.77 s
[hie-bios:post-build] copying path '/nix/store/8m9ym6jsf998l7sg6jaywbyal92ia0pj-hie-bios-0.14.0.drv' to 'https://cache.nix-ci.com'...
433.24 s
Progress: 15 of 33 built (2 building), 529 of 529 downloaded from cache
434.02 s
Building /nix/store/658mvz1pyj54m72hwpl118bm4h3fv1kb-ghcide-2.10.0.0.drv
434.02 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
434.02 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
434.02 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.transpose ============
434.02 s
[algebraic-graphs] OK: transpose empty == empty
434.02 s
[algebraic-graphs] OK: transpose (vertex x) == vertex x
434.02 s
[algebraic-graphs] OK: transpose (edge x y) == edge y x
434.02 s
[algebraic-graphs] OK: transpose . transpose == id
434.02 s
[algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.gmap ============
434.02 s
[algebraic-graphs] OK: gmap f empty == empty
434.02 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
434.02 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
434.02 s
[algebraic-graphs] OK: gmap id == id
434.02 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.induce ============
434.02 s
[algebraic-graphs] OK: induce (const True ) x == x
434.02 s
[algebraic-graphs] OK: induce (const False) x == empty
434.02 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
434.02 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
434.02 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.compose ============
434.02 s
[algebraic-graphs] OK: compose empty x == empty
434.02 s
[algebraic-graphs] OK: compose x empty == empty
434.02 s
[algebraic-graphs] OK: compose (vertex x) y == empty
434.02 s
[algebraic-graphs] OK: compose x (vertex y) == empty
434.02 s
[algebraic-graphs] OK: compose x (compose y z) == compose (compose x y) z
434.02 s
[algebraic-graphs] OK: compose x (overlay y z) == overlay (compose x y) (compose x z)
434.02 s
[algebraic-graphs] OK: compose (overlay x y) z == overlay (compose x z) (compose y z)
434.02 s
[algebraic-graphs] OK: compose (edge x y) (edge y z) == edge x z
434.02 s
[algebraic-graphs] OK: compose (path [1..5]) (path [1..5]) == edges [(1,3),(2,4),(3,5)]
434.02 s
[algebraic-graphs] OK: compose (circuit [1..5]) (circuit [1..5]) == circuit [1,3,5,2,4]
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.closure ============
434.02 s
[algebraic-graphs] OK: closure empty == empty
434.02 s
[algebraic-graphs] OK: closure (vertex x) == edge x x
434.02 s
[algebraic-graphs] OK: closure (edge x x) == edge x x
434.02 s
[algebraic-graphs] OK: closure (edge x y) == edges [(x,x), (x,y), (y,y)]
434.02 s
[algebraic-graphs] OK: closure (path $ nub xs) == reflexiveClosure (clique $ nub xs)
434.02 s
[algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
434.02 s
[algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
434.02 s
[algebraic-graphs] OK: closure . closure == closure
434.02 s
[algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.reflexiveClosure ============
434.02 s
[algebraic-graphs] OK: reflexiveClosure empty == empty
434.02 s
[algebraic-graphs] OK: reflexiveClosure (vertex x) == edge x x
434.02 s
[algebraic-graphs] OK: reflexiveClosure (edge x x) == edge x x
434.02 s
[algebraic-graphs] OK: reflexiveClosure (edge x y) == edges [(x,x), (x,y), (y,y)]
434.02 s
[algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.symmetricClosure ============
434.02 s
[algebraic-graphs] OK: symmetricClosure empty == empty
434.02 s
[algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
434.02 s
[algebraic-graphs] OK: symmetricClosure (edge x y) == edges [(x,y), (y,x)]
434.02 s
[algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
434.02 s
[algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.transitiveClosure ============
434.02 s
[algebraic-graphs] OK: transitiveClosure empty == empty
434.02 s
[algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
434.02 s
[algebraic-graphs] OK: transitiveClosure (edge x y) == edge x y
434.02 s
[algebraic-graphs] OK: transitiveClosure (path $ nub xs) == clique (nub $ xs)
434.02 s
[algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Relation.induceJust ============
434.02 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
434.02 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
434.02 s
[algebraic-graphs] OK: induceJust . gmap Just == id
434.02 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ ReflexiveRelation ============
434.02 s
[algebraic-graphs] OK: Axioms of reflexive graphs
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ TransitiveRelation ============
434.02 s
[algebraic-graphs] OK: Axioms of transitive graphs
434.02 s
[algebraic-graphs] OK: path xs == (clique xs :: TransitiveRelation Int)
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ PreorderRelation ============
434.02 s
[algebraic-graphs] OK: Axioms of preorder graphs
434.02 s
[algebraic-graphs] OK: path xs == (clique xs :: PreorderRelation Int)
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation ============
434.02 s
[algebraic-graphs] OK: Axioms of undirected graphs
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.consistent ============
434.02 s
[algebraic-graphs] OK: Consistency of the Arbitrary instance
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] OK: consistent empty == True
434.02 s
[algebraic-graphs] OK: consistent (vertex x) == True
434.02 s
[algebraic-graphs] OK: consistent (overlay x y) == True
434.02 s
[algebraic-graphs] OK: consistent (connect x y) == True
434.02 s
[pandoc] [110 of 220] Compiling Text.Pandoc.Readers.Typst
434.02 s
[algebraic-graphs] OK: consistent (edge x y) == True
434.02 s
[algebraic-graphs] OK: consistent (edges xs) == True
434.02 s
[algebraic-graphs] OK: consistent (stars xs) == True
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.Show ============
434.02 s
[algebraic-graphs] OK: show (empty ) == "empty"
434.02 s
[algebraic-graphs] OK: show (1 ) == "vertex 1"
434.02 s
[algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
434.02 s
[algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
434.02 s
[algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
434.02 s
[algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
434.02 s
[algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
434.02 s
[algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
434.02 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
434.02 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] OK: show (2 * 1 ) == "edge 1 2"
434.02 s
[algebraic-graphs] OK: show (1 * 2 * 1) == "edges [(1,1),(1,2)]"
434.02 s
[algebraic-graphs] OK: show (3 * 2 * 1) == "edges [(1,2),(1,3),(2,3)]"
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.toSymmetric ============
434.02 s
[algebraic-graphs] OK: toSymmetric (edge 1 2) == edge 1 2
434.02 s
[algebraic-graphs] OK: toSymmetric . fromSymmetric == id
434.02 s
[algebraic-graphs] OK: fromSymmetric . toSymmetric == symmetricClosure
434.02 s
[algebraic-graphs] OK: vertexCount . toSymmetric == vertexCount
434.02 s
[algebraic-graphs] OK: (*2) . edgeCount . toSymmetric >= edgeCount
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.fromSymmetric ============
434.02 s
[algebraic-graphs] OK: fromSymmetric (edge 1 2) == edges [(1,2), (2,1)]
434.02 s
[algebraic-graphs] OK: vertexCount . fromSymmetric == vertexCount
434.02 s
[algebraic-graphs] OK: edgeCount . fromSymmetric <= (*2) . edgeCount
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.Ord ============
434.02 s
[algebraic-graphs] OK: vertex 1 < vertex 2
434.02 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
434.02 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
434.02 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
434.02 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
434.02 s
[algebraic-graphs] OK: edge 2 1 < edge 1 3
434.02 s
[algebraic-graphs] OK: edge 1 2 == edge 2 1
434.02 s
[algebraic-graphs] OK: x <= x + y
434.02 s
[algebraic-graphs] OK: x + y <= x * y
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.empty ============
434.02 s
[algebraic-graphs] OK: isEmpty empty == True
434.02 s
[algebraic-graphs] OK: hasVertex x empty == False
434.02 s
[algebraic-graphs] OK: vertexCount empty == 0
434.02 s
[algebraic-graphs] OK: edgeCount empty == 0
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.vertex ============
434.02 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
434.02 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
434.02 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
434.02 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.edge ============
434.02 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
434.02 s
[algebraic-graphs] OK: edge x y == edge y x
434.02 s
[algebraic-graphs] OK: edge x y == edges [(x,y), (y,x)]
434.02 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
434.02 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
434.02 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
434.02 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
434.02 s
[algebraic-graphs]
434.02 s
[algebraic-graphs] ============ Symmetric.Relation.overlay ============
434.02 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
434.02 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
434.02 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
434.02 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
434.02 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
434.02 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
434.03 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
434.03 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.connect ============
434.03 s
[algebraic-graphs] OK: connect x y == connect y x
434.03 s
[algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
434.03 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
434.03 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
434.03 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
434.03 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
434.03 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
434.03 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y `div` 2
434.03 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
434.03 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
434.03 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.vertices ============
434.03 s
[algebraic-graphs] OK: vertices [] == empty
434.03 s
[algebraic-graphs] OK: vertices [x] == vertex x
434.03 s
[algebraic-graphs] OK: vertices == overlays . map vertex
434.03 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
434.03 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
434.03 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.edges ============
434.03 s
[algebraic-graphs] OK: edges [] == empty
434.03 s
[algebraic-graphs] OK: edges [(x,y)] == edge x y
434.03 s
[algebraic-graphs] OK: edges [(x,y), (y,x)] == edge x y
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.overlays ============
434.03 s
[algebraic-graphs] OK: overlays [] == empty
434.03 s
[algebraic-graphs] OK: overlays [x] == x
434.03 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
434.03 s
[algebraic-graphs] OK: overlays == foldr overlay empty
434.03 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.connects ============
434.03 s
[algebraic-graphs] OK: connects [] == empty
434.03 s
[algebraic-graphs] OK: connects [x] == x
434.03 s
[algebraic-graphs] OK: connects [x,y] == connect x y
434.03 s
[algebraic-graphs] OK: connects == foldr connect empty
434.03 s
[algebraic-graphs] OK: isEmpty . connects == all isEmpty
434.03 s
[algebraic-graphs] OK: connects == connects . reverse
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.isSubgraphOf ============
434.03 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
434.03 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
434.03 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
434.03 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
434.03 s
[algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
434.03 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
434.03 s
[algebraic-graphs] OK: isSubgraphOf (edge x y) (edge y x) == True
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.toGraph et al. ============
434.03 s
[algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
434.03 s
[algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
434.03 s
[algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
434.03 s
[algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
434.03 s
[algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
434.03 s
[algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
434.03 s
[algebraic-graphs] OK: vertexCount == Set.size . vertexSet
434.03 s
[algebraic-graphs] OK: edgeCount == Set.size . edgeSet
434.03 s
[algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
434.03 s
[algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
434.03 s
[algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
434.03 s
[algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
434.03 s
[algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
434.03 s
[algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
434.03 s
[algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
434.03 s
[algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
434.03 s
[algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
434.03 s
[algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
434.03 s
[algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
434.03 s
[algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
434.03 s
[algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.isEmpty ============
434.03 s
[algebraic-graphs] OK: isEmpty empty == True
434.03 s
[algebraic-graphs] OK: isEmpty (overlay empty empty) == True
434.03 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
434.03 s
[algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
434.03 s
[algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.hasVertex ============
434.03 s
[algebraic-graphs] OK: hasVertex x empty == False
434.03 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
434.03 s
[algebraic-graphs] OK: hasVertex x . removeVertex x == const False
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.hasEdge ============
434.03 s
[algebraic-graphs] OK: hasEdge x y empty == False
434.03 s
[algebraic-graphs] OK: hasEdge x y (vertex z) == False
434.03 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
434.03 s
[algebraic-graphs] OK: hasEdge x y (edge y x) == True
434.03 s
[algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
434.03 s
[algebraic-graphs] OK: hasEdge x y == elem (min x y, max x y) . edgeList
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.vertexCount ============
434.03 s
[algebraic-graphs] OK: vertexCount empty == 0
434.03 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
434.03 s
[algebraic-graphs] OK: vertexCount == length . vertexList
434.03 s
[algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.edgeCount ============
434.03 s
[algebraic-graphs] OK: edgeCount empty == 0
434.03 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
434.03 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
434.03 s
[algebraic-graphs] OK: edgeCount == length . edgeList
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.vertexList ============
434.03 s
[algebraic-graphs] OK: vertexList empty == []
434.03 s
[algebraic-graphs] OK: vertexList (vertex x) == [x]
434.03 s
[algebraic-graphs] OK: vertexList . vertices == nub . sort
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.vertexSet ============
434.03 s
[algebraic-graphs] OK: vertexSet empty == Set.empty
434.03 s
[algebraic-graphs] OK: vertexSet . vertex == Set.singleton
434.03 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.vertexIntSet ============
434.03 s
[algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
434.03 s
[algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
434.03 s
[algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
434.03 s
[algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.edgeList ============
434.03 s
[algebraic-graphs] OK: edgeList empty == []
434.03 s
[algebraic-graphs] OK: edgeList (vertex x) == []
434.03 s
[algebraic-graphs] OK: edgeList (edge x y) == [(min x y, max y x)]
434.03 s
[algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(1,2), (2,3)]
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.edgeSet ============
434.03 s
[algebraic-graphs] OK: edgeSet empty == Set.empty
434.03 s
[algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
434.03 s
[algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (min x y, max x y)
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.adjacencyList ============
434.03 s
[algebraic-graphs] OK: adjacencyList empty == []
434.03 s
[algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
434.03 s
[algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [1])]
434.03 s
[algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, [2]), (2, [1,3]), (3, [2])]
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.neighbours ============
434.03 s
[algebraic-graphs] OK: neighbours x empty == Set.empty
434.03 s
[algebraic-graphs] OK: neighbours x (vertex x) == Set.empty
434.03 s
[algebraic-graphs] OK: neighbours x (edge x y) == Set.fromList [y]
434.03 s
[algebraic-graphs] OK: neighbours y (edge x y) == Set.fromList [x]
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.path ============
434.03 s
[algebraic-graphs] OK: path [] == empty
434.03 s
[algebraic-graphs] OK: path [x] == vertex x
434.03 s
[algebraic-graphs] OK: path [x,y] == edge x y
434.03 s
[algebraic-graphs] OK: path == path . reverse
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.circuit ============
434.03 s
[algebraic-graphs] OK: circuit [] == empty
434.03 s
[algebraic-graphs] OK: circuit [x] == edge x x
434.03 s
[algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
434.03 s
[algebraic-graphs] OK: circuit == circuit . reverse
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.clique ============
434.03 s
[algebraic-graphs] OK: clique [] == empty
434.03 s
[algebraic-graphs] OK: clique [x] == vertex x
434.03 s
[algebraic-graphs] OK: clique [x,y] == edge x y
434.03 s
[algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
434.03 s
[algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
434.03 s
[algebraic-graphs] OK: clique == clique . reverse
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.biclique ============
434.03 s
[algebraic-graphs] OK: biclique [] [] == empty
434.03 s
[algebraic-graphs] OK: biclique [x] [] == vertex x
434.03 s
[algebraic-graphs] OK: biclique [] [y] == vertex y
434.03 s
[algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
434.03 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.star ============
434.03 s
[algebraic-graphs] OK: star x [] == vertex x
434.03 s
[algebraic-graphs] OK: star x [y] == edge x y
434.03 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
434.03 s
[algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.stars ============
434.03 s
[algebraic-graphs] OK: stars [] == empty
434.03 s
[algebraic-graphs] OK: stars [(x, [])] == vertex x
434.03 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
434.03 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
434.03 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
434.03 s
[algebraic-graphs] OK: stars . adjacencyList == id
434.03 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.tree ============
434.03 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
434.03 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
434.03 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
434.03 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
434.03 s
[algebraic-graphs]
434.03 s
[algebraic-graphs] ============ Symmetric.Relation.forest ============
434.03 s
[algebraic-graphs] OK: forest [] == empty
434.88 s
[ghcide] Phase: setupCompilerEnvironmentPhase
434.93 s
[ghcide] Build with /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1.
437.12 s
[ghcide] Phase: unpackPhase
437.25 s
[ghcide] unpacking source archive /nix/store/nv12havvv9m95kgbb9jrc6x3cqp9c6dv-ghcide-2.10.0.0.tar.gz
437.27 s
[ghcide] source root is ghcide-2.10.0.0
437.30 s
[ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.10.0.0/src/Text/Fuzzy/Parallel.hs"
437.32 s
[ghcide] Phase: patchPhase
437.35 s
[ghcide] Phase: compileBuildDriverPhase
437.37 s
[ghcide] setupCompileFlags: -package-db=/build/tmp.sIGULTjqCk/setup-package.conf.d -threaded
437.57 s
[ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.sIGULTjqCk/Main.o )
437.70 s
[ghcide] [2 of 2] Linking Setup
437.85 s
[algebraic-graphs] OK: forest [x] == tree x
437.85 s
[algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
437.85 s
[algebraic-graphs] OK: forest == overlays . map tree
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Symmetric.Relation.removeVertex ============
437.85 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
437.85 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
437.85 s
[algebraic-graphs] OK: removeVertex x (edge x x) == empty
437.85 s
[algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
437.85 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Symmetric.Relation.removeEdge ============
437.85 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
437.85 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
437.85 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
437.85 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
437.85 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
437.85 s
[algebraic-graphs] OK: removeEdge x y == removeEdge y x
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Symmetric.Relation.replaceVertex ============
437.85 s
[algebraic-graphs] OK: replaceVertex x x == id
437.85 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
437.85 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Symmetric.Relation.mergeVertices ============
437.85 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
437.85 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
437.85 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
437.85 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Symmetric.Relation.gmap ============
437.85 s
[algebraic-graphs] OK: gmap f empty == empty
437.85 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
437.85 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
437.85 s
[algebraic-graphs] OK: gmap id == id
437.85 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Symmetric.Relation.induce ============
437.85 s
[algebraic-graphs] OK: induce (const True ) x == x
437.85 s
[algebraic-graphs] OK: induce (const False) x == empty
437.85 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
437.85 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
437.85 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Symmetric.Relation.induceJust ============
437.85 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
437.85 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
437.85 s
[algebraic-graphs] OK: induceJust . gmap Just == id
437.85 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Example.Todo (Holiday) ============
437.85 s
[algebraic-graphs] OK: A todo list is semantically Maybe [a]
437.85 s
[algebraic-graphs] OK: The overlay operator (+) adds non-dependent items to the todo list
437.85 s
[algebraic-graphs] OK: The connect operator (*) adds dependency between items
437.85 s
[algebraic-graphs] OK: Contradictory constraints make the todo list impossible to schedule
437.85 s
[algebraic-graphs] OK: Introduce item priority to schedule the todo list
437.85 s
[algebraic-graphs] OK: Custom connect operators pull/repel arguments during scheduling
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Example.Todo (Commandline) ============
437.85 s
[algebraic-graphs] OK: The pull connect operator maintains command line semantics
437.85 s
[algebraic-graphs] OK: Swapping flags are allowed by the commutative overlay opeartor
437.85 s
[algebraic-graphs] OK: The usual connect operator breaks semantics
437.85 s
[algebraic-graphs] OK: Transform command lines by adding optimisation flag
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Typed ============
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Typed.fromAdjacencyMap ============
437.85 s
[algebraic-graphs] OK: toGraphKL (fromAdjacencyMap (1 * 2 + 3 * 1)) == array (0,2) [(0,[1]), (1,[]), (2,[0])]
437.85 s
[algebraic-graphs] OK: toGraphKL (fromAdjacencyMap (1 * 2 + 2 * 1)) == array (0,1) [(0,[1]), (1,[0])]
437.85 s
[algebraic-graphs] OK: map (fromVertexKL h) (vertices $ toGraphKL h) == vertexList g
437.85 s
[algebraic-graphs] OK: map (\(x, y) -> (fromVertexKL h x, fromVertexKL h y)) (edges $ toGraphKL h) == edgeList g
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Typed.fromAdjacencyIntMap ============
437.85 s
[algebraic-graphs] OK: toGraphKL (fromAdjacencyIntMap (1 * 2 + 3 * 1)) == array (0,2) [(0,[1]), (1,[]), (2,[0])]
437.85 s
[algebraic-graphs] OK: toGraphKL (fromAdjacencyIntMap (1 * 2 + 2 * 1)) == array (0,1) [(0,[1]), (1,[0])]
437.85 s
[algebraic-graphs] OK: map (fromVertexKL h) (vertices $ toGraphKL h) == IntSet.toAscList (vertexIntSet g)
437.85 s
[algebraic-graphs] OK: map (\(x, y) -> (fromVertexKL h x, fromVertexKL h y)) (edges $ toGraphKL h) == edgeList g
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Typed.dfsForest ============
437.85 s
[algebraic-graphs] OK: forest (dfsForest % edge 1 1) == vertex 1
437.85 s
[algebraic-graphs] OK: forest (dfsForest % edge 1 2) == edge 1 2
437.85 s
[algebraic-graphs] OK: forest (dfsForest % edge 2 1) == vertices [1, 2]
437.85 s
[algebraic-graphs] OK: isSubgraphOf (forest $ dfsForest % x) x == True
437.85 s
[algebraic-graphs] OK: dfsForest % forest (dfsForest % x) == dfsForest % x
437.85 s
[algebraic-graphs] OK: dfsForest % vertices vs == map (\v -> Node v []) (nub $ sort vs)
437.85 s
[algebraic-graphs] OK: dfsForest % (3 * (1 + 4) * (1 + 5)) == <correct result>
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Typed.dfsForestFrom ============
437.85 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 1) [1] == vertex 1
437.85 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [0] == empty
437.85 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [1] == edge 1 2
437.85 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [2] == vertex 2
437.85 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [2,1] == vertices [1,2]
437.85 s
[algebraic-graphs] OK: isSubgraphOf (forest $ dfsForestFrom % x $ vs) x == True
437.85 s
[algebraic-graphs] OK: dfsForestFrom % x $ vertexList x == dfsForest % x
437.85 s
[algebraic-graphs] OK: dfsForestFrom % vertices vs $ vs == map (\v -> Node v []) (nub vs)
437.85 s
[algebraic-graphs] OK: dfsForestFrom % x $ [] == []
437.85 s
[algebraic-graphs] OK: dfsForestFrom % (3 * (1 + 4) * (1 + 5)) $ [1,4] == <correct result>
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Typed.dfs ============
437.85 s
[algebraic-graphs] OK: dfs % edge 1 1 $ [1] == [1]
437.85 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [0] == []
437.85 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [1] == [1,2]
437.85 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [2] == [2]
437.85 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [1,2] == [1,2]
437.85 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [2,1] == [2,1]
437.85 s
[algebraic-graphs] OK: dfs % x $ [] == []
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] OK: dfs % (3 * (1 + 4) * (1 + 5)) $ [1,4] == [1,5,4]
437.85 s
[algebraic-graphs] OK: and [ hasVertex v x | v <- dfs % x $ vs ] == True
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Typed.topSort ============
437.85 s
[algebraic-graphs] OK: topSort % (1 * 2 + 3 * 1) == [3,1,2]
437.85 s
[algebraic-graphs] OK: topSort % (1 * 2 + 2 * 1) == [1,2]
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Graph.Undirected ============
437.85 s
[algebraic-graphs] OK: Axioms of undirected graphs
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Graph.Undirected.Show ============
437.85 s
[algebraic-graphs] OK: show (empty ) == "empty"
437.85 s
[algebraic-graphs] OK: show (1 ) == "vertex 1"
437.85 s
[algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
437.85 s
[algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
437.85 s
[algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
437.85 s
[algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
437.85 s
[algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
437.85 s
[algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
437.85 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
437.85 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] OK: show (2 * 1 ) == "edge 1 2"
437.85 s
[algebraic-graphs] OK: show (1 * 2 * 1) == "edges [(1,1),(1,2)]"
437.85 s
[algebraic-graphs] OK: show (3 * 2 * 1) == "edges [(1,2),(1,3),(2,3)]"
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Graph.Undirected.toUndirected ============
437.85 s
[algebraic-graphs] OK: toUndirected (edge 1 2) == edge 1 2
437.85 s
[algebraic-graphs] OK: toUndirected . fromUndirected == id
437.85 s
[algebraic-graphs] OK: vertexCount . toUndirected == vertexCount
437.85 s
[algebraic-graphs] OK: (*2) . edgeCount . toUndirected >= edgeCount
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Graph.Undirected.fromUndirected ============
437.85 s
[algebraic-graphs] OK: fromUndirected (edge 1 2) == edges [(1,2),(2,1)]
437.85 s
[algebraic-graphs] OK: toUndirected . fromUndirected == id
437.85 s
[algebraic-graphs] OK: vertexCount . fromUndirected == vertexCount
437.85 s
[algebraic-graphs] OK: edgeCount . fromUndirected <= (*2) . edgeCount
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Graph.Undirected.complement ================
437.85 s
[algebraic-graphs] OK: complement empty == empty
437.85 s
[algebraic-graphs] OK: complement (vertex x) == vertex x
437.85 s
[algebraic-graphs] OK: complement (edge 1 1) == edge 1 1
437.85 s
[algebraic-graphs] OK: complement (edge 1 2) == vertices [1, 2]
437.85 s
[algebraic-graphs] OK: complement (star 1 [2, 3]) == overlay (vertex 1) (edge 2 3)
437.85 s
[algebraic-graphs] OK: complement . complement == id
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Graph.Undirected.Ord ============
437.85 s
[algebraic-graphs] OK: vertex 1 < vertex 2
437.85 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
437.85 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
437.85 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
437.85 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
437.85 s
[algebraic-graphs] OK: edge 2 1 < edge 1 3
437.85 s
[algebraic-graphs] OK: edge 1 2 == edge 2 1
437.85 s
[algebraic-graphs] OK: x <= x + y
437.85 s
[algebraic-graphs] OK: x + y <= x * y
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Graph.Undirected.empty ============
437.85 s
[algebraic-graphs] OK: isEmpty empty == True
437.85 s
[algebraic-graphs] OK: hasVertex x empty == False
437.85 s
[algebraic-graphs] OK: vertexCount empty == 0
437.85 s
[algebraic-graphs] OK: edgeCount empty == 0
437.85 s
[algebraic-graphs]
437.85 s
[algebraic-graphs] ============ Graph.Undirected.vertex ============
437.86 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
437.86 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
437.86 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
437.86 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
437.86 s
[algebraic-graphs]
437.86 s
[algebraic-graphs] ============ Graph.Undirected.edge ============
437.86 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
437.86 s
[algebraic-graphs] OK: edge x y == edge y x
439.54 s
[ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
439.61 s
[ghcide] Phase: configurePhase
439.64 s
[ghcide] configureFlags: --verbose --prefix=/nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.sIGULTjqCk/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/lib
439.66 s
[ghcide] Using Parsec parser
439.66 s
[ghcide] Configuring ghcide-2.10.0.0...
440.64 s
[ghcide] Flags chosen: executable=True, pedantic=False
441.27 s
[ghcide] Dependency Diff >=0.5 && <0.6: using Diff-0.5
441.27 s
[ghcide] Dependency Glob: using Glob-0.10.2
441.27 s
[ghcide] Dependency aeson: using aeson-2.2.3.0
441.27 s
[ghcide] Dependency array: using array-0.5.7.0
441.27 s
[ghcide] Dependency async: using async-2.2.5
441.27 s
[ghcide] Dependency base >=4.16 && <5: using base-4.20.0.0
441.27 s
[ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
441.27 s
[ghcide] Dependency binary: using binary-0.8.9.2
441.27 s
[ghcide] Dependency bytestring: using bytestring-0.12.1.0
441.27 s
[ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
441.27 s
[ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
441.27 s
[ghcide] Dependency containers: using containers-0.7
441.27 s
[ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
441.27 s
[ghcide] cryptohash-sha1-0.11.101.0
441.27 s
[ghcide] Dependency data-default: using data-default-0.7.1.3
441.27 s
[ghcide] Dependency deepseq: using deepseq-1.5.0.0
441.27 s
[ghcide] Dependency dependent-map: using dependent-map-0.4.0.0
441.27 s
[ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
441.27 s
[ghcide] Dependency directory: using directory-1.3.8.3
441.27 s
[ghcide] Dependency dlist: using dlist-1.0
441.27 s
[ghcide] Dependency enummapset: using enummapset-0.7.3.0
441.27 s
[ghcide] Dependency exceptions: using exceptions-0.10.7
441.27 s
[ghcide] Dependency extra >=1.7.14: using extra-1.7.16
441.27 s
[ghcide] Dependency filepath: using filepath-1.5.2.0
441.28 s
[ghcide] Dependency fingertree: using fingertree-0.1.5.0
441.28 s
[ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
441.28 s
[ghcide] Dependency ghc >=9.2: using ghc-9.10.1
441.28 s
[ghcide] Dependency ghc-boot: using ghc-boot-9.10.1
441.28 s
[ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
441.28 s
[ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
441.28 s
[ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
441.28 s
[ghcide] Dependency hashable: using hashable-1.4.7.0
441.28 s
[ghcide] Dependency hie-bios >=0.14.0 && <0.15: using hie-bios-0.14.0
441.28 s
[ghcide] Dependency hie-compat >=0.3.0.0 && <0.4: using hie-compat-0.3.1.2
441.28 s
[ghcide] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
441.28 s
[ghcide] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
441.28 s
[ghcide] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
441.28 s
[ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
441.28 s
[ghcide] Dependency lens: using lens-5.3.4
441.28 s
[ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
441.28 s
[ghcide] Dependency list-t: using list-t-1.0.5.7
441.28 s
[ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
441.28 s
[ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
441.28 s
[ghcide] Dependency mtl: using mtl-2.3.1
441.28 s
[ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
441.28 s
[ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
441.28 s
[ghcide] Dependency os-string: using os-string-2.0.2
441.28 s
[ghcide] Dependency parallel: using parallel-3.2.2.0
441.28 s
[ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
441.28 s
[ghcide] Dependency prettyprinter-ansi-terminal: using
441.28 s
[ghcide] prettyprinter-ansi-terminal-1.1.3
441.28 s
[ghcide] Dependency random: using random-1.2.1.3
441.28 s
[ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
441.28 s
[ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
441.28 s
[ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
441.28 s
[ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
441.28 s
[ghcide] Dependency stm: using stm-2.5.3.1
441.28 s
[ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
441.28 s
[ghcide] Dependency syb: using syb-0.7.2.4
441.28 s
[ghcide] Dependency text: using text-2.1.1
441.28 s
[ghcide] Dependency text-rope: using text-rope-0.2
441.28 s
[ghcide] Dependency time: using time-1.12.2
441.28 s
[ghcide] Dependency transformers: using transformers-0.6.1.1
441.28 s
[ghcide] Dependency unix: using unix-2.8.5.1
441.28 s
[ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
441.28 s
[ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
441.28 s
[ghcide] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
441.28 s
[ghcide] Dependency vector: using vector-0.13.2.0
441.28 s
[ghcide] Dependency base >=4.16 && <5: using base-4.20.0.0
441.28 s
[ghcide] Dependency data-default: using data-default-0.7.1.3
441.28 s
[ghcide] Dependency extra: using extra-1.7.16
441.28 s
[ghcide] Dependency ghcide: using ghcide-2.10.0.0
441.28 s
[ghcide] Dependency gitrev: using gitrev-1.3.1
441.28 s
[ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
441.28 s
[ghcide] Dependency lsp: using lsp-2.7.0.1
441.28 s
[ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
441.28 s
[ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
441.28 s
[ghcide] Source component graph:
441.28 s
[ghcide] component lib
441.28 s
[ghcide] component exe:ghcide dependency lib
441.28 s
[ghcide] Configured component graph:
441.28 s
[ghcide] component ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
441.28 s
[ghcide] include Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
441.28 s
[ghcide] include Glob-0.10.2-IzTjOXr6IZGJnCN4pWizQ4
441.28 s
[ghcide] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
441.28 s
[ghcide] include array-0.5.7.0-78f3
441.28 s
[ghcide] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
441.28 s
[ghcide] include base-4.20.0.0-d8e2
441.28 s
[ghcide] include base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
441.28 s
[ghcide] include binary-0.8.9.2-4928
441.28 s
[ghcide] include bytestring-0.12.1.0-05ed
441.28 s
[ghcide] include case-insensitive-1.2.1.0-2mCfuXNTdsVDc0R4HtawwI
441.28 s
[ghcide] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
441.28 s
[ghcide] include containers-0.7-4cd1
441.28 s
[ghcide] include cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
441.28 s
[ghcide] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
441.28 s
[ghcide] include deepseq-1.5.0.0-e78d
441.28 s
[ghcide] include dependent-map-0.4.0.0-2V1zQHnvOey5LKEEtCqQA6
441.28 s
[ghcide] include dependent-sum-0.7.2.0-4UVlTGbL1m1EiC7hWR6682
441.28 s
[ghcide] include directory-1.3.8.3-678a
441.28 s
[ghcide] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
441.28 s
[ghcide] include enummapset-0.7.3.0-JFh7E3RkjWvK3y8oiiNJc9
441.28 s
[ghcide] include exceptions-0.10.7-338a
441.28 s
[ghcide] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
441.28 s
[ghcide] include filepath-1.5.2.0-058d
441.28 s
[ghcide] include fingertree-0.1.5.0-QeQlHgScnMhKrPk95Nwv
441.28 s
[ghcide] include focus-1.0.3.2-2PTOVWrVbYICrfS0BVHG1l
441.28 s
[ghcide] include ghc-9.10.1-c9f5
441.28 s
[ghcide] include ghc-boot-9.10.1-afa4
441.28 s
[ghcide] include ghc-boot-th-9.10.1-9814
441.28 s
[ghcide] include ghc-trace-events-0.1.2.10-KEQOQYl1Keq661zy1UCN8i
441.28 s
[ghcide] include haddock-library-1.11.0-2OrQ6mNbwsp9dclGFZ6tfJ
441.28 s
[ghcide] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
441.28 s
[ghcide] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
441.28 s
[ghcide] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
441.28 s
[ghcide] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
441.28 s
[ghcide] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
441.28 s
[ghcide] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
441.28 s
[ghcide] include implicit-hie-0.1.4.0-1ZWzioSEBFGGWEPvpXiCS1
441.28 s
[ghcide] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
441.28 s
[ghcide] include lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
441.28 s
[ghcide] include list-t-1.0.5.7-B0Qe2FupwdL9Nf1o2ETWZE
441.28 s
[ghcide] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
441.28 s
[ghcide] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
441.28 s
[ghcide] include mtl-2.3.1-8f33
441.28 s
[ghcide] include opentelemetry-0.8.0-BXTkng05zGsgFg02Z6jYT
441.28 s
[ghcide] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
441.28 s
[ghcide] include os-string-2.0.2-059d
441.28 s
[ghcide] include parallel-3.2.2.0-4IPE3fEqOsnGdYSeUrRQiN
441.28 s
[ghcide] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
441.28 s
[ghcide] include prettyprinter-ansi-terminal-1.1.3-L7qrZY2Vo5XHVbIsuw6eh
441.28 s
[ghcide] include random-1.2.1.3-A4Mewjwckzn4QTKAjeloG
441.28 s
[ghcide] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
441.28 s
[ghcide] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
441.28 s
[ghcide] include sorted-list-0.2.3.1-WgUy4PmMnOIxtC5zeFsSF
441.28 s
[ghcide] include sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
441.28 s
[ghcide] include stm-2.5.3.1-a30b
441.28 s
[ghcide] include stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
441.28 s
[ghcide] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
441.28 s
[ghcide] include text-2.1.1-f47e
441.28 s
[ghcide] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
441.28 s
[ghcide] include time-1.12.2-a16e
441.28 s
[ghcide] include transformers-0.6.1.1-3641
441.28 s
[ghcide] include unix-2.8.5.1-2416
441.28 s
[ghcide] include unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
441.28 s
[ghcide] include unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
441.28 s
[ghcide] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
441.28 s
[ghcide] include vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
441.28 s
[ghcide] component ghcide-2.10.0.0-HewU8ZAotyxCjc88dC6FNn-ghcide
441.28 s
[ghcide] include base-4.20.0.0-d8e2
441.28 s
[ghcide] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
441.28 s
[ghcide] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
441.28 s
[ghcide] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
441.28 s
[ghcide] include gitrev-1.3.1-FkbxcynDdeV38tp4yNfJnD
441.28 s
[ghcide] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
441.28 s
[ghcide] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
441.28 s
[ghcide] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
441.28 s
[ghcide] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
441.28 s
[ghcide] Linked component graph:
441.28 s
[ghcide] unit ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
441.28 s
[ghcide] include Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
441.28 s
[ghcide] include Glob-0.10.2-IzTjOXr6IZGJnCN4pWizQ4
441.28 s
[ghcide] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
441.28 s
[ghcide] include array-0.5.7.0-78f3
441.28 s
[ghcide] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
441.28 s
[ghcide] include base-4.20.0.0-d8e2
441.28 s
[ghcide] include base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
441.28 s
[ghcide] include binary-0.8.9.2-4928
441.28 s
[ghcide] include bytestring-0.12.1.0-05ed
441.28 s
[ghcide] include case-insensitive-1.2.1.0-2mCfuXNTdsVDc0R4HtawwI
441.28 s
[ghcide] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
441.28 s
[ghcide] include containers-0.7-4cd1
441.28 s
[ghcide] include cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
441.28 s
[ghcide] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
441.28 s
[ghcide] include deepseq-1.5.0.0-e78d
441.28 s
[ghcide] include dependent-map-0.4.0.0-2V1zQHnvOey5LKEEtCqQA6
441.28 s
[ghcide] include dependent-sum-0.7.2.0-4UVlTGbL1m1EiC7hWR6682
441.28 s
[ghcide] include directory-1.3.8.3-678a
441.28 s
[ghcide] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
441.28 s
[ghcide] include enummapset-0.7.3.0-JFh7E3RkjWvK3y8oiiNJc9
441.28 s
[ghcide] include exceptions-0.10.7-338a
441.28 s
[ghcide] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
441.28 s
[ghcide] include filepath-1.5.2.0-058d
441.28 s
[ghcide] include fingertree-0.1.5.0-QeQlHgScnMhKrPk95Nwv
441.28 s
[ghcide] include focus-1.0.3.2-2PTOVWrVbYICrfS0BVHG1l
441.28 s
[ghcide] include ghc-9.10.1-c9f5
441.28 s
[ghcide] include ghc-boot-9.10.1-afa4
441.28 s
[ghcide] include ghc-boot-th-9.10.1-9814
441.28 s
[ghcide] include ghc-trace-events-0.1.2.10-KEQOQYl1Keq661zy1UCN8i
441.28 s
[ghcide] include haddock-library-1.11.0-2OrQ6mNbwsp9dclGFZ6tfJ
441.28 s
[ghcide] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
441.28 s
[ghcide] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
441.28 s
[ghcide] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
441.28 s
[ghcide] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
441.28 s
[ghcide] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
441.28 s
[ghcide] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
441.28 s
[ghcide] include implicit-hie-0.1.4.0-1ZWzioSEBFGGWEPvpXiCS1
441.28 s
[ghcide] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
441.28 s
[ghcide] include lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
441.28 s
[ghcide] include list-t-1.0.5.7-B0Qe2FupwdL9Nf1o2ETWZE
441.28 s
[ghcide] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
441.28 s
[ghcide] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
441.28 s
[ghcide] include mtl-2.3.1-8f33
441.28 s
[ghcide] include opentelemetry-0.8.0-BXTkng05zGsgFg02Z6jYT
441.28 s
[ghcide] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
441.28 s
[ghcide] include os-string-2.0.2-059d
441.28 s
[ghcide] include parallel-3.2.2.0-4IPE3fEqOsnGdYSeUrRQiN
441.28 s
[ghcide] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
441.28 s
[ghcide] include prettyprinter-ansi-terminal-1.1.3-L7qrZY2Vo5XHVbIsuw6eh
441.28 s
[ghcide] include random-1.2.1.3-A4Mewjwckzn4QTKAjeloG
441.28 s
[ghcide] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
441.28 s
[ghcide] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
441.28 s
[ghcide] include sorted-list-0.2.3.1-WgUy4PmMnOIxtC5zeFsSF
441.28 s
[ghcide] include sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
441.28 s
[ghcide] include stm-2.5.3.1-a30b
441.28 s
[ghcide] include stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
441.28 s
[ghcide] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
441.28 s
[ghcide] include text-2.1.1-f47e
441.28 s
[ghcide] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
441.28 s
[ghcide] include time-1.12.2-a16e
441.28 s
[ghcide] include transformers-0.6.1.1-3641
441.28 s
[ghcide] include unix-2.8.5.1-2416
441.28 s
[ghcide] include unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
441.28 s
[ghcide] include unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
441.28 s
[ghcide] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
441.28 s
[ghcide] include vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
441.28 s
[ghcide] Control.Concurrent.Strict=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Control.Concurrent.Strict,Development.IDE=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE,Development.IDE.Core.Actions=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Actions,Development.IDE.Core.Compile=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Compile,Development.IDE.Core.Debouncer=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Debouncer,Development.IDE.Core.FileStore=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.FileStore,Development.IDE.Core.FileUtils=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.FileUtils,Development.IDE.Core.IdeConfiguration=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.IdeConfiguration,Development.IDE.Core.OfInterest=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.OfInterest,Development.IDE.Core.PluginUtils=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.PluginUtils,Development.IDE.Core.PositionMapping=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.PositionMapping,Development.IDE.Core.Preprocessor=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Preprocessor,Development.IDE.Core.ProgressReporting=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.ProgressReporting,Development.IDE.Core.RuleTypes=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.RuleTypes,Development.IDE.Core.Rules=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Rules,Development.IDE.Core.Service=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Service,Development.IDE.Core.Shake=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Shake,Development.IDE.Core.Tracing=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Tracing,Development.IDE.Core.UseStale=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.UseStale,Development.IDE.Core.WorkerThread=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.WorkerThread,Development.IDE.GHC.Compat=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat,Development.IDE.GHC.Compat.CmdLine=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.CmdLine,Development.IDE.GHC.Compat.Core=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Core,Development.IDE.GHC.Compat.Driver=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Driver,Development.IDE.GHC.Compat.Env=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Env,Development.IDE.GHC.Compat.Error=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Error,Development.IDE.GHC.Compat.Iface=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Iface,Development.IDE.GHC.Compat.Logger=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Logger,Development.IDE.GHC.Compat.Outputable=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Outputable,Development.IDE.GHC.Compat.Parser=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Parser,Development.IDE.GHC.Compat.Plugins=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Plugins,Development.IDE.GHC.Compat.Units=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Units,Development.IDE.GHC.Compat.Util=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Util,Development.IDE.GHC.CoreFile=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.CoreFile,Development.IDE.GHC.Error=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Error,Development.IDE.GHC.Orphans=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Orphans,Development.IDE.GHC.Util=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Util,Development.IDE.Import.DependencyInformation=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Import.DependencyInformation,Development.IDE.Import.FindImports=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Import.FindImports,Development.IDE.LSP.HoverDefinition=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.HoverDefinition,Development.IDE.LSP.LanguageServer=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.LanguageServer,Development.IDE.LSP.Notifications=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.Notifications,Development.IDE.LSP.Outline=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.Outline,Development.IDE.LSP.Server=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.Server,Development.IDE.Main=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Main,Development.IDE.Main.HeapStats=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Main.HeapStats,Development.IDE.Monitoring.OpenTelemetry=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Monitoring.OpenTelemetry,Development.IDE.Plugin=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin,Development.IDE.Plugin.Completions=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.Completions,Development.IDE.Plugin.Completions.Logic=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.Completions.Logic,Development.IDE.Plugin.Completions.Types=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.Completions.Types,Development.IDE.Plugin.HLS=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.HLS,Development.IDE.Plugin.HLS.GhcIde=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.HLS.GhcIde,Development.IDE.Plugin.Test=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.Test,Development.IDE.Plugin.TypeLenses=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.TypeLenses,Development.IDE.Session=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Session,Development.IDE.Session.Diagnostics=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Session.Diagnostics,Development.IDE.Session.Implicit=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Session.Implicit,Development.IDE.Spans.AtPoint=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.AtPoint,Development.IDE.Spans.Common=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.Common,Development.IDE.Spans.Documentation=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.Documentation,Development.IDE.Spans.LocalBindings=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.LocalBindings,Development.IDE.Spans.Pragmas=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.Pragmas,Development.IDE.Types.Diagnostics=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Diagnostics,Development.IDE.Types.Exports=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Exports,Development.IDE.Types.HscEnvEq=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.HscEnvEq,Development.IDE.Types.KnownTargets=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.KnownTargets,Development.IDE.Types.Location=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Location,Development.IDE.Types.Monitoring=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Monitoring,Development.IDE.Types.Options=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Options,Development.IDE.Types.Shake=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Shake,Generics.SYB.GHC=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Generics.SYB.GHC,Text.Fuzzy.Parallel=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Text.Fuzzy.Parallel
441.28 s
[ghcide] unit ghcide-2.10.0.0-HewU8ZAotyxCjc88dC6FNn-ghcide
441.28 s
[ghcide] include base-4.20.0.0-d8e2
441.28 s
[ghcide] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
441.28 s
[ghcide] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
441.28 s
[ghcide] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
441.28 s
[ghcide] include gitrev-1.3.1-FkbxcynDdeV38tp4yNfJnD
441.28 s
[ghcide] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
441.28 s
[ghcide] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
441.28 s
[ghcide] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
441.28 s
[ghcide] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
441.28 s
[ghcide] Ready component graph:
441.28 s
[ghcide] definite ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
441.28 s
[ghcide] depends Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
441.28 s
[ghcide] depends Glob-0.10.2-IzTjOXr6IZGJnCN4pWizQ4
441.28 s
[ghcide] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
441.28 s
[ghcide] depends array-0.5.7.0-78f3
441.28 s
[ghcide] depends async-2.2.5-OsR1e1gkP6LktdZycBlFT
441.28 s
[ghcide] depends base-4.20.0.0-d8e2
441.28 s
[ghcide] depends base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
441.28 s
[ghcide] depends binary-0.8.9.2-4928
441.28 s
[ghcide] depends bytestring-0.12.1.0-05ed
441.28 s
[ghcide] depends case-insensitive-1.2.1.0-2mCfuXNTdsVDc0R4HtawwI
441.28 s
[ghcide] depends co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
441.28 s
[ghcide] depends containers-0.7-4cd1
441.28 s
[ghcide] depends cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
441.28 s
[ghcide] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
441.29 s
[ghcide] depends deepseq-1.5.0.0-e78d
441.29 s
[ghcide] depends dependent-map-0.4.0.0-2V1zQHnvOey5LKEEtCqQA6
441.29 s
[ghcide] depends dependent-sum-0.7.2.0-4UVlTGbL1m1EiC7hWR6682
441.29 s
[ghcide] depends directory-1.3.8.3-678a
441.29 s
[ghcide] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
441.29 s
[ghcide] depends enummapset-0.7.3.0-JFh7E3RkjWvK3y8oiiNJc9
441.29 s
[ghcide] depends exceptions-0.10.7-338a
441.29 s
[ghcide] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
441.29 s
[ghcide] depends filepath-1.5.2.0-058d
441.29 s
[ghcide] depends fingertree-0.1.5.0-QeQlHgScnMhKrPk95Nwv
441.29 s
[ghcide] depends focus-1.0.3.2-2PTOVWrVbYICrfS0BVHG1l
441.29 s
[ghcide] depends ghc-9.10.1-c9f5
441.29 s
[ghcide] depends ghc-boot-9.10.1-afa4
441.29 s
[ghcide] depends ghc-boot-th-9.10.1-9814
441.29 s
[ghcide] depends ghc-trace-events-0.1.2.10-KEQOQYl1Keq661zy1UCN8i
441.29 s
[ghcide] depends haddock-library-1.11.0-2OrQ6mNbwsp9dclGFZ6tfJ
441.29 s
[ghcide] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
441.29 s
[ghcide] depends hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
441.29 s
[ghcide] depends hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
441.29 s
[ghcide] depends hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
441.29 s
[ghcide] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
441.29 s
[ghcide] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
441.29 s
[ghcide] depends implicit-hie-0.1.4.0-1ZWzioSEBFGGWEPvpXiCS1
441.29 s
[ghcide] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
441.29 s
[ghcide] depends lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
441.29 s
[ghcide] depends list-t-1.0.5.7-B0Qe2FupwdL9Nf1o2ETWZE
441.29 s
[ghcide] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
441.29 s
[ghcide] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
441.29 s
[ghcide] depends mtl-2.3.1-8f33
441.29 s
[ghcide] depends opentelemetry-0.8.0-BXTkng05zGsgFg02Z6jYT
441.29 s
[ghcide] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
441.29 s
[ghcide] depends os-string-2.0.2-059d
441.29 s
[ghcide] depends parallel-3.2.2.0-4IPE3fEqOsnGdYSeUrRQiN
441.29 s
[ghcide] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
441.29 s
[ghcide] depends prettyprinter-ansi-terminal-1.1.3-L7qrZY2Vo5XHVbIsuw6eh
441.29 s
[ghcide] depends random-1.2.1.3-A4Mewjwckzn4QTKAjeloG
441.29 s
[ghcide] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
441.29 s
[ghcide] depends safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
441.29 s
[ghcide] depends sorted-list-0.2.3.1-WgUy4PmMnOIxtC5zeFsSF
441.29 s
[ghcide] depends sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
441.29 s
[ghcide] depends stm-2.5.3.1-a30b
441.29 s
[ghcide] depends stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
441.29 s
[ghcide] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
441.29 s
[ghcide] depends text-2.1.1-f47e
441.29 s
[ghcide] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
441.29 s
[ghcide] depends time-1.12.2-a16e
441.29 s
[ghcide] depends transformers-0.6.1.1-3641
441.29 s
[ghcide] depends unix-2.8.5.1-2416
441.29 s
[ghcide] depends unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
441.29 s
[ghcide] depends unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
441.29 s
[ghcide] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
441.29 s
[ghcide] depends vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
441.29 s
[ghcide] definite ghcide-2.10.0.0-HewU8ZAotyxCjc88dC6FNn-ghcide
441.29 s
[ghcide] depends base-4.20.0.0-d8e2
441.29 s
[ghcide] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
441.29 s
[ghcide] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
441.29 s
[ghcide] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
441.29 s
[ghcide] depends gitrev-1.3.1-FkbxcynDdeV38tp4yNfJnD
441.29 s
[ghcide] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
441.29 s
[ghcide] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
441.29 s
[ghcide] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
441.29 s
[ghcide] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
441.29 s
[ghcide] Using Cabal-3.12.0.0 compiled by ghc-9.10
441.29 s
[ghcide] Using compiler: ghc-9.10.1
441.29 s
[ghcide] Using install prefix:
441.29 s
[ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0
441.29 s
[ghcide] Executables installed in:
441.29 s
[ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin
441.29 s
[ghcide] Libraries installed in:
441.29 s
[ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
441.29 s
[ghcide] Dynamic Libraries installed in:
441.29 s
[ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5
441.29 s
[ghcide] Private executables installed in:
441.29 s
[ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/libexec/x86_64-linux-ghc-9.10.1-c9f5/ghcide-2.10.0.0
441.29 s
[ghcide] Data files installed in:
441.29 s
[ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/share/x86_64-linux-ghc-9.10.1-c9f5/ghcide-2.10.0.0
441.29 s
[ghcide] Documentation installed in:
441.29 s
[ghcide] /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0
441.29 s
[ghcide] Configuration files installed in:
441.29 s
[ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/etc
441.29 s
[ghcide] No alex found
441.29 s
[ghcide] Using ar found on system at:
441.29 s
[ghcide] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
441.29 s
[ghcide] No c2hs found
441.29 s
[ghcide] No cpphs found
441.29 s
[ghcide] No doctest found
441.29 s
[ghcide] Using gcc version 14.3.0 given by user at:
441.37 s
[ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
441.37 s
[ghcide] Using ghc version 9.10.1 found on system at:
441.37 s
[ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc
441.37 s
[ghcide] Using ghc-pkg version 9.10.1 found on system at:
441.37 s
[ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc-pkg-9.10.1
441.37 s
[ghcide] No ghcjs found
441.37 s
[ghcide] No ghcjs-pkg found
441.37 s
[ghcide] No greencard found
441.37 s
[ghcide] Using haddock version 2.28.0 found on system at:
441.37 s
[ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/haddock-ghc-9.10.1
441.37 s
[ghcide] No happy found
441.37 s
[ghcide] Using haskell-suite found on system at: haskell-suite-dummy-location
441.37 s
[ghcide] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
441.37 s
[ghcide] No hmake found
441.37 s
[ghcide] Using hpc version 0.69 found on system at:
441.37 s
[ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hpc-ghc-9.10.1
441.37 s
[ghcide] Using hsc2hs version 0.68.10 found on system at:
441.37 s
[ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hsc2hs-ghc-9.10.1
441.37 s
[ghcide] Using hscolour version 1.25 found on system at:
441.37 s
[ghcide] /nix/store/c0gbcvjjvqzy92m9ycv6zcqiczs6bvyw-hscolour-1.25/bin/HsColour
441.37 s
[ghcide] No jhc found
441.37 s
[ghcide] Using ld found on system at:
441.37 s
[ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
441.37 s
[ghcide] No pkg-config found
441.37 s
[ghcide] Using runghc version 9.10.1 found on system at:
441.37 s
[ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/runghc-9.10.1
441.37 s
[ghcide] Using strip version 2.44 found on system at:
441.37 s
[ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
441.37 s
[ghcide] Using tar found on system at:
441.37 s
[ghcide] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
441.37 s
[ghcide] No uhc found
441.88 s
[ghcide] Phase: buildPhase
442.04 s
[ghcide] Preprocessing library for ghcide-2.10.0.0...
442.05 s
[ghcide] Building library for ghcide-2.10.0.0...
443.94 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
444.09 s
[ghcide] The following packages were specified via -package or -package-id flags,
444.09 s
[ghcide] but were not needed for compilation:
444.09 s
[ghcide] - os-string-2.0.2 (exposed by flag -package-id os-string-2.0.2-059d)
444.09 s
[ghcide]
444.09 s
[ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.o, dist/build/Control/Concurrent/Strict.dyn_o )
445.65 s
[ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.o, dist/build/Development/IDE/Core/Debouncer.dyn_o )
448.25 s
[ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.o, dist/build/Development/IDE/Core/FileUtils.dyn_o )
448.25 s
[ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.o, dist/build/Development/IDE/Core/PositionMapping.dyn_o )
451.06 s
[algebraic-graphs] OK: edge x y == edges [(x,y), (y,x)]
451.06 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
451.06 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
451.10 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
451.10 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
451.10 s
[algebraic-graphs]
451.10 s
[algebraic-graphs] ============ Graph.Undirected.overlay ============
451.10 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
451.10 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
451.10 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
451.10 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
451.10 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
451.11 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
451.11 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
451.11 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.connect ============
451.11 s
[algebraic-graphs] OK: connect x y == connect y x
451.11 s
[algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
451.11 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
451.11 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
451.11 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
451.11 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
451.11 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
451.11 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y `div` 2
451.11 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
451.11 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
451.11 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.vertices ============
451.11 s
[algebraic-graphs] OK: vertices [] == empty
451.11 s
[algebraic-graphs] OK: vertices [x] == vertex x
451.11 s
[algebraic-graphs] OK: vertices == overlays . map vertex
451.11 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
451.11 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
451.11 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.edges ============
451.11 s
[algebraic-graphs] OK: edges [] == empty
451.11 s
[algebraic-graphs] OK: edges [(x,y)] == edge x y
451.11 s
[algebraic-graphs] OK: edges [(x,y), (y,x)] == edge x y
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.overlays ============
451.11 s
[algebraic-graphs] OK: overlays [] == empty
451.11 s
[algebraic-graphs] OK: overlays [x] == x
451.11 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
451.11 s
[algebraic-graphs] OK: overlays == foldr overlay empty
451.11 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.connects ============
451.11 s
[algebraic-graphs] OK: connects [] == empty
451.11 s
[algebraic-graphs] OK: connects [x] == x
451.11 s
[algebraic-graphs] OK: connects [x,y] == connect x y
451.11 s
[algebraic-graphs] OK: connects == foldr connect empty
451.11 s
[algebraic-graphs] OK: isEmpty . connects == all isEmpty
451.11 s
[algebraic-graphs] OK: connects == connects . reverse
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.isSubgraphOf ============
451.11 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
451.11 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
451.11 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
451.11 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
451.11 s
[algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
451.11 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
451.11 s
[algebraic-graphs] OK: isSubgraphOf (edge x y) (edge y x) == True
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.path ============
451.11 s
[algebraic-graphs] OK: path [] == empty
451.11 s
[algebraic-graphs] OK: path [x] == vertex x
451.11 s
[algebraic-graphs] OK: path [x,y] == edge x y
451.11 s
[algebraic-graphs] OK: path == path . reverse
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.circuit ============
451.11 s
[algebraic-graphs] OK: circuit [] == empty
451.11 s
[algebraic-graphs] OK: circuit [x] == edge x x
451.11 s
[algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
451.11 s
[algebraic-graphs] OK: circuit == circuit . reverse
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.clique ============
451.11 s
[algebraic-graphs] OK: clique [] == empty
451.11 s
[algebraic-graphs] OK: clique [x] == vertex x
451.11 s
[algebraic-graphs] OK: clique [x,y] == edge x y
451.11 s
[algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
451.11 s
[algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
451.11 s
[algebraic-graphs] OK: clique == clique . reverse
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.biclique ============
451.11 s
[algebraic-graphs] OK: biclique [] [] == empty
451.11 s
[algebraic-graphs] OK: biclique [x] [] == vertex x
451.11 s
[algebraic-graphs] OK: biclique [] [y] == vertex y
451.11 s
[algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
451.11 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.star ============
451.11 s
[algebraic-graphs] OK: star x [] == vertex x
451.11 s
[algebraic-graphs] OK: star x [y] == edge x y
451.11 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
451.11 s
[algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.stars ============
451.11 s
[algebraic-graphs] OK: stars [] == empty
451.11 s
[algebraic-graphs] OK: stars [(x, [])] == vertex x
451.11 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
451.11 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
451.11 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
451.11 s
[algebraic-graphs] OK: stars . adjacencyList == id
451.11 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.tree ============
451.11 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
451.11 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
451.11 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
451.11 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.forest ============
451.11 s
[algebraic-graphs] OK: forest [] == empty
451.11 s
[algebraic-graphs] OK: forest [x] == tree x
451.11 s
[algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
451.11 s
[algebraic-graphs] OK: forest == overlays . map tree
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.removeVertex ============
451.11 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
451.11 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
451.11 s
[algebraic-graphs] OK: removeVertex x (edge x x) == empty
451.11 s
[algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
451.11 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.removeEdge ============
451.11 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
451.11 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
451.11 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
451.11 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
451.11 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
451.11 s
[algebraic-graphs] OK: removeEdge x y == removeEdge y x
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.replaceVertex ============
451.11 s
[algebraic-graphs] OK: replaceVertex x x == id
451.11 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
451.11 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.mergeVertices ============
451.11 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
451.11 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
451.11 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
451.11 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.gmap ============
451.11 s
[algebraic-graphs] OK: gmap f empty == empty
451.11 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
451.11 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
451.11 s
[algebraic-graphs] OK: gmap id == id
451.11 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.induce ============
451.11 s
[algebraic-graphs] OK: induce (const True ) x == x
451.11 s
[algebraic-graphs] OK: induce (const False) x == empty
451.11 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
451.11 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
451.11 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
451.11 s
[algebraic-graphs]
451.11 s
[algebraic-graphs] ============ Graph.Undirected.induceJust ============
451.11 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
451.11 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
451.11 s
[algebraic-graphs] OK: induceJust . gmap Just == id
451.11 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
451.11 s
[algebraic-graphs] Test suite main: PASS
451.11 s
[algebraic-graphs] Test suite logged to: dist/test/algebraic-graphs-0.7-main.log
451.11 s
[algebraic-graphs] 1 of 1 test suites (1 of 1 test cases) passed.
451.11 s
[algebraic-graphs] checkPhase completed in 2 minutes 51 seconds
451.11 s
[algebraic-graphs] Phase: haddockPhase
451.36 s
[algebraic-graphs] Preprocessing library for algebraic-graphs-0.7...
451.37 s
[algebraic-graphs] Running Haddock on library for algebraic-graphs-0.7...
451.62 s
[algebraic-graphs] [ 1 of 29] Compiling Algebra.Graph.AdjacencyMap ( src/Algebra/Graph/AdjacencyMap.hs, nothing )
452.14 s
[algebraic-graphs] [ 2 of 29] Compiling Algebra.Graph.AdjacencyIntMap ( src/Algebra/Graph/AdjacencyIntMap.hs, nothing )
452.16 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
452.16 s
[ghcide] The import of ‘Data.List’ is redundant
452.16 s
[ghcide] except perhaps to import instances from ‘Data.List’
452.16 s
[ghcide] To import instances alone, use: import Data.List()
452.16 s
[ghcide] |
452.16 s
[ghcide] 31 | import Data.List
452.16 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
452.16 s
[ghcide]
452.27 s
[algebraic-graphs] [ 3 of 29] Compiling Algebra.Graph.AdjacencyIntMap.Algorithm ( src/Algebra/Graph/AdjacencyIntMap/Algorithm.hs, nothing )
452.49 s
[algebraic-graphs] [ 4 of 29] Compiling Algebra.Graph.Internal ( src/Algebra/Graph/Internal.hs, nothing )
452.56 s
[algebraic-graphs] [ 5 of 29] Compiling Algebra.Graph ( src/Algebra/Graph.hs, nothing )
452.84 s
[algebraic-graphs] [ 6 of 29] Compiling Algebra.Graph.HigherKinded.Class ( src/Algebra/Graph/HigherKinded/Class.hs, nothing )
452.96 s
[algebraic-graphs] [ 7 of 29] Compiling Algebra.Graph.Bipartite.AdjacencyMap ( src/Algebra/Graph/Bipartite/AdjacencyMap.hs, nothing )
453.32 s
[algebraic-graphs] [ 8 of 29] Compiling Algebra.Graph.Bipartite.AdjacencyMap.Algorithm ( src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs, nothing )
453.55 s
[algebraic-graphs] [ 9 of 29] Compiling Algebra.Graph.Label ( src/Algebra/Graph/Label.hs, nothing )
453.97 s
[algebraic-graphs] [10 of 29] Compiling Algebra.Graph.NonEmpty.AdjacencyMap ( src/Algebra/Graph/NonEmpty/AdjacencyMap.hs, nothing )
454.10 s
[algebraic-graphs] [11 of 29] Compiling Algebra.Graph.AdjacencyMap.Algorithm ( src/Algebra/Graph/AdjacencyMap/Algorithm.hs, nothing )
454.33 s
[algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:384:43: warning : [ GHC-63394 ] [ -Wx-partial ]
454.33 s
[algebraic-graphs] In the use of ‘head’
454.33 s
[algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
454.33 s
[algebraic-graphs] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
454.33 s
[algebraic-graphs] |
454.33 s
[algebraic-graphs] 384 | exit v = do newComponent <- (v==).snd.head <$> gets boundaryStack
454.33 s
[algebraic-graphs] | ^^^^
454.33 s
[algebraic-graphs]
454.33 s
[algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:391:21: warning : [ GHC-63394 ] [ -Wx-partial ]
454.33 s
[algebraic-graphs] In the use of ‘tail’
454.33 s
[algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
454.33 s
[algebraic-graphs] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
454.33 s
[algebraic-graphs] |
454.33 s
[algebraic-graphs] 391 | pth' = tail v_pth' -- Here we know that v_pth' starts with v
454.33 s
[algebraic-graphs] | ^^^^
454.33 s
[algebraic-graphs]
454.33 s
[algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:395:26: warning : [ GHC-63394 ] [ -Wx-partial ]
454.33 s
[algebraic-graphs] In the use of ‘head’
454.33 s
[algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
454.33 s
[algebraic-graphs] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
454.33 s
[algebraic-graphs] |
454.33 s
[algebraic-graphs] 395 | p_v = fst $ head bnd
454.34 s
[algebraic-graphs] | ^^^^
454.34 s
[algebraic-graphs]
454.34 s
[algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:397:21: warning : [ GHC-63394 ] [ -Wx-partial ]
454.34 s
[algebraic-graphs] In the use of ‘tail’
454.34 s
[algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
454.34 s
[algebraic-graphs] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
454.34 s
[algebraic-graphs] |
454.34 s
[algebraic-graphs] 397 | bnd' = tail bnd
454.34 s
[algebraic-graphs] | ^^^^
454.34 s
[algebraic-graphs]
454.34 s
[algebraic-graphs] [12 of 29] Compiling Algebra.Graph.Acyclic.AdjacencyMap ( src/Algebra/Graph/Acyclic/AdjacencyMap.hs, nothing )
454.43 s
[algebraic-graphs] [13 of 29] Compiling Algebra.Graph.ToGraph ( src/Algebra/Graph/ToGraph.hs, nothing )
454.68 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:171:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
454.68 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
454.68 s
[algebraic-graphs] will become an error in a future GHC release.
454.68 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
454.68 s
[algebraic-graphs] |
454.68 s
[algebraic-graphs] 171 | vertexIntSet :: ToVertex t ~ Int => t -> IntSet
454.69 s
[algebraic-graphs] | ^
454.69 s
[algebraic-graphs]
454.69 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:197:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
454.69 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
454.69 s
[algebraic-graphs] will become an error in a future GHC release.
454.69 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
454.69 s
[algebraic-graphs] |
454.69 s
[algebraic-graphs] 197 | preIntSet :: ToVertex t ~ Int => Int -> t -> IntSet
454.69 s
[algebraic-graphs] | ^
454.69 s
[algebraic-graphs]
454.69 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:215:30: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
454.69 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
454.69 s
[algebraic-graphs] will become an error in a future GHC release.
454.69 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
454.69 s
[algebraic-graphs] |
454.69 s
[algebraic-graphs] 215 | postIntSet :: ToVertex t ~ Int => Int -> t -> IntSet
454.69 s
[algebraic-graphs] | ^
454.69 s
[algebraic-graphs]
454.69 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:303:37: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
454.69 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
454.69 s
[algebraic-graphs] will become an error in a future GHC release.
454.69 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
454.69 s
[algebraic-graphs] |
454.69 s
[algebraic-graphs] 303 | toAdjacencyIntMap :: ToVertex t ~ Int => t -> AIM.AdjacencyIntMap
454.69 s
[algebraic-graphs] | ^
454.69 s
[algebraic-graphs]
454.69 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:312:46: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
454.69 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
454.69 s
[algebraic-graphs] will become an error in a future GHC release.
454.69 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
454.69 s
[algebraic-graphs] |
454.69 s
[algebraic-graphs] 312 | toAdjacencyIntMapTranspose :: ToVertex t ~ Int => t -> AIM.AdjacencyIntMap
454.69 s
[algebraic-graphs] | ^
454.69 s
[algebraic-graphs]
454.69 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:452:43: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
454.69 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
454.69 s
[algebraic-graphs] will become an error in a future GHC release.
454.69 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
454.69 s
[algebraic-graphs] |
454.69 s
[algebraic-graphs] 452 | adjacencyIntMap :: (ToGraph t, ToVertex t ~ Int) => t -> IntMap IntSet
454.69 s
[algebraic-graphs] | ^
454.69 s
[algebraic-graphs]
454.69 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:471:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
454.69 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
454.69 s
[algebraic-graphs] will become an error in a future GHC release.
454.69 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
454.69 s
[algebraic-graphs] |
454.69 s
[algebraic-graphs] 471 | adjacencyIntMapTranspose :: (ToGraph t, ToVertex t ~ Int) => t -> IntMap IntSet
454.69 s
[algebraic-graphs] | ^
454.69 s
[algebraic-graphs]
454.70 s
[algebraic-graphs] [14 of 29] Compiling Algebra.Graph.Relation ( src/Algebra/Graph/Relation.hs, nothing )
454.92 s
[algebraic-graphs] [15 of 29] Compiling Algebra.Graph.Relation.Symmetric ( src/Algebra/Graph/Relation/Symmetric.hs, nothing )
455.01 s
[ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.o, dist/build/Development/IDE/Core/WorkerThread.dyn_o )
455.01 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
455.01 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
455.01 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
455.01 s
[ghcide] |
455.01 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
455.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
455.01 s
[ghcide] The import of ‘Exception, fromException’
455.01 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
455.01 s
[ghcide] |
455.01 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
455.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
455.01 s
[ghcide]
455.01 s
[ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, dist/build/Development/IDE/GHC/Compat/CmdLine.o, dist/build/Development/IDE/GHC/Compat/CmdLine.dyn_o )
455.01 s
[ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, dist/build/Development/IDE/GHC/Compat/Core.o, dist/build/Development/IDE/GHC/Compat/Core.dyn_o )
455.01 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
455.01 s
[ghcide] The export item ‘Warn(..)’ suggests that
455.01 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
455.01 s
[ghcide] but it has none
455.01 s
[ghcide] |
455.01 s
[ghcide] 270 | Warn(..) ,
455.01 s
[ghcide] | ^^^^^^^^
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
455.01 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
455.01 s
[ghcide] |
455.01 s
[ghcide] 364 | module GHC.Utils.Panic ,
455.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
455.01 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
455.01 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
455.01 s
[ghcide] but it has none
455.01 s
[ghcide] |
455.01 s
[ghcide] 432 | import GHC.Driver.CmdLine (Warn (..) )
455.01 s
[ghcide] | ^^^^^^^^^
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:464:76: warning : [ GHC-61689 ] [ -Wdodgy-imports ]
455.01 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
455.01 s
[ghcide] |
455.01 s
[ghcide] 464 | anyM, concatMapM, mapMaybeM, foldMapM ,
455.01 s
[ghcide] | ^^^^^^^^
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
455.01 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
455.01 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
455.01 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
455.01 s
[ghcide] |
455.01 s
[ghcide] 498 | import GHC.Data.Bag
455.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
455.01 s
[ghcide] Top-level binding with no type signature:
455.01 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
455.01 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
455.01 s
[ghcide] |
455.01 s
[ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
455.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
455.01 s
[ghcide]
455.01 s
[ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, dist/build/Development/IDE/GHC/Compat/Driver.o, dist/build/Development/IDE/GHC/Compat/Driver.dyn_o )
455.01 s
[ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, dist/build/Development/IDE/GHC/Compat/Env.o, dist/build/Development/IDE/GHC/Compat/Env.dyn_o )
455.01 s
[ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.o, dist/build/Development/IDE/GHC/Compat/Error.dyn_o )
455.01 s
[ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.o, dist/build/Development/IDE/GHC/Compat/Outputable.dyn_o )
455.01 s
[ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.o, dist/build/Development/IDE/GHC/Compat/Logger.dyn_o )
455.01 s
[ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.o, dist/build/Development/IDE/GHC/Compat/Iface.dyn_o )
455.01 s
[ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.o, dist/build/Development/IDE/GHC/Compat/Units.dyn_o )
455.01 s
[ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.o, dist/build/Development/IDE/GHC/Compat/Util.dyn_o )
455.01 s
[ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.o, dist/build/Development/IDE/GHC/Compat/Parser.dyn_o )
455.01 s
[ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.o, dist/build/Development/IDE/GHC/Compat/Plugins.dyn_o )
455.01 s
[ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.o, dist/build/Development/IDE/GHC/Compat.dyn_o )
455.01 s
[ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
455.01 s
[ghcide] The import of ‘Data.List’ is redundant
455.01 s
[ghcide] except perhaps to import instances from ‘Data.List’
455.01 s
[ghcide] To import instances alone, use: import Data.List()
455.01 s
[ghcide] |
455.01 s
[ghcide] 128 | import Data.List (foldl')
455.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
455.01 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
455.01 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
455.01 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
455.01 s
[ghcide] This makes type inference for inner bindings fragile;
455.01 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
455.01 s
[ghcide] • In the type signature:
455.01 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
455.01 s
[ghcide] GenLocated a e -> GenLocated b e
455.01 s
[ghcide] |
455.01 s
[ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
455.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
455.01 s
[ghcide] Pattern match(es) are non-exhaustive
455.01 s
[ghcide] In a pattern binding:
455.01 s
[ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
455.01 s
[ghcide] |
455.01 s
[ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
455.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
455.01 s
[ghcide]
455.01 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
455.01 s
[ghcide] Top-level binding with no type signature:
455.01 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
455.01 s
[ghcide] |
455.01 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
455.01 s
[ghcide] | ^^^^^^^^^^^^
455.01 s
[ghcide]
455.06 s
[algebraic-graphs] [16 of 29] Compiling Algebra.Graph.NonEmpty ( src/Algebra/Graph/NonEmpty.hs, nothing )
455.39 s
[algebraic-graphs] [17 of 29] Compiling Algebra.Graph.Labelled.AdjacencyMap ( src/Algebra/Graph/Labelled/AdjacencyMap.hs, nothing )
455.58 s
[algebraic-graphs] [18 of 29] Compiling Algebra.Graph.Labelled ( src/Algebra/Graph/Labelled.hs, nothing )
455.78 s
[algebraic-graphs] [19 of 29] Compiling Algebra.Graph.Labelled.Example.Network ( src/Algebra/Graph/Labelled/Example/Network.hs, nothing )
455.79 s
[algebraic-graphs] [20 of 29] Compiling Algebra.Graph.Labelled.Example.Automaton ( src/Algebra/Graph/Labelled/Example/Automaton.hs, nothing )
455.82 s
[algebraic-graphs] [21 of 29] Compiling Algebra.Graph.Export ( src/Algebra/Graph/Export.hs, nothing )
455.86 s
[algebraic-graphs] src/Algebra/Graph/Export.hs:185:41: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
455.86 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
455.86 s
[algebraic-graphs] will become an error in a future GHC release.
455.86 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
455.86 s
[algebraic-graphs] |
455.86 s
[algebraic-graphs] 185 | export :: (Ord a, ToGraph g, ToVertex g ~ a) => (a -> Doc s) -> (a -> a -> Doc s) -> g -> Doc s
455.86 s
[algebraic-graphs] | ^
455.86 s
[algebraic-graphs]
455.86 s
[algebraic-graphs] [22 of 29] Compiling Algebra.Graph.Export.Dot ( src/Algebra/Graph/Export/Dot.hs, nothing )
455.90 s
[algebraic-graphs] src/Algebra/Graph/Export/Dot.hs:121:63: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
455.90 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
455.90 s
[algebraic-graphs] will become an error in a future GHC release.
455.90 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
455.90 s
[algebraic-graphs] |
455.90 s
[algebraic-graphs] 121 | export :: (IsString s, Monoid s, Ord a, ToGraph g, ToVertex g ~ a) => Style a s -> g -> s
455.90 s
[algebraic-graphs] | ^
455.90 s
[algebraic-graphs]
455.90 s
[algebraic-graphs] src/Algebra/Graph/Export/Dot.hs:165:78: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
455.90 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
455.90 s
[algebraic-graphs] will become an error in a future GHC release.
455.90 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
455.90 s
[algebraic-graphs] |
455.90 s
[algebraic-graphs] 165 | exportAsIs :: (IsString s, Monoid s, Ord (ToVertex g), ToGraph g, ToVertex g ~ s) => g -> s
455.90 s
[algebraic-graphs] | ^
455.90 s
[algebraic-graphs]
455.90 s
[algebraic-graphs] [23 of 29] Compiling Algebra.Graph.Undirected ( src/Algebra/Graph/Undirected.hs, nothing )
455.92 s
[ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.o, dist/build/Development/IDE/GHC/CPP.dyn_o )
456.12 s
[ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.o, dist/build/Development/IDE/GHC/CoreFile.dyn_o )
456.29 s
[algebraic-graphs] [24 of 29] Compiling Algebra.Graph.Class ( src/Algebra/Graph/Class.hs, nothing )
456.29 s
[algebraic-graphs] [25 of 29] Compiling Algebra.Graph.Relation.Transitive ( src/Algebra/Graph/Relation/Transitive.hs, nothing )
456.29 s
[algebraic-graphs] [26 of 29] Compiling Algebra.Graph.Relation.Reflexive ( src/Algebra/Graph/Relation/Reflexive.hs, nothing )
456.29 s
[algebraic-graphs] [27 of 29] Compiling Algebra.Graph.Relation.Preorder ( src/Algebra/Graph/Relation/Preorder.hs, nothing )
456.29 s
[algebraic-graphs] [28 of 29] Compiling Algebra.Graph.Example.Todo ( src/Algebra/Graph/Example/Todo.hs, nothing )
456.30 s
[algebraic-graphs] [29 of 29] Compiling Data.Graph.Typed ( src/Data/Graph/Typed.hs, nothing )
456.33 s
[algebraic-graphs] Haddock coverage:
456.34 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.34 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:227:1
456.34 s
[algebraic-graphs] * in ‘Data.Map.Internal’
456.34 s
[algebraic-graphs] * in ‘Data.Set.Internal’
456.34 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.34 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.34 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:227:1
456.37 s
[algebraic-graphs] 100% ( 58 / 58) in 'Algebra.Graph.AdjacencyMap'
456.37 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.37 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyIntMap.hs:237:1
456.37 s
[algebraic-graphs] * in ‘Data.IntMap.Internal’
456.37 s
[algebraic-graphs] * in ‘Data.IntSet.Internal’
456.37 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.37 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.37 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyIntMap.hs:237:1
456.39 s
[algebraic-graphs] 100% ( 56 / 56) in 'Algebra.Graph.AdjacencyIntMap'
456.41 s
[algebraic-graphs] Warning: 'nub' is out of scope.
456.41 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.41 s
[algebraic-graphs] Warning: 'sort' is out of scope.
456.41 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.41 s
[algebraic-graphs] 93% ( 14 / 15) in 'Algebra.Graph.AdjacencyIntMap.Algorithm'
456.41 s
[algebraic-graphs] Missing documentation for:
456.41 s
[algebraic-graphs] Cycle (src/Algebra/Graph/AdjacencyIntMap/Algorithm.hs:227)
456.41 s
[algebraic-graphs] Warning: 'List' is ambiguous. It is defined
456.41 s
[algebraic-graphs] * at src/Algebra/Graph/Internal.hs:50:18
456.41 s
[algebraic-graphs] * at src/Algebra/Graph/Internal.hs:50:1
456.41 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.41 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.41 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Internal.hs:50:1
456.41 s
[algebraic-graphs] Warning: 'IsList' is out of scope.
456.41 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.41 s
[algebraic-graphs] 100% ( 19 / 19) in 'Algebra.Graph.Internal'
456.41 s
[algebraic-graphs] Warning: 'Context' is ambiguous. It is defined
456.41 s
[algebraic-graphs] * at src/Algebra/Graph.hs:1400:18
456.41 s
[algebraic-graphs] * at src/Algebra/Graph.hs:1400:1
456.41 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.41 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.41 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph.hs:1400:1
456.42 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.42 s
[algebraic-graphs] * at src/Algebra/Graph.hs:316:1
456.42 s
[algebraic-graphs] * in ‘Data.Set.Internal’
456.42 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.42 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.42 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph.hs:316:1
456.43 s
[algebraic-graphs] 100% ( 61 / 61) in 'Algebra.Graph'
456.44 s
[algebraic-graphs] Warning: 'mplus' is out of scope.
456.44 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.44 s
[algebraic-graphs] Warning: 'vertexCount' is out of scope.
456.44 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.44 s
[algebraic-graphs] Warning: 'hasVertex' is out of scope.
456.44 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.44 s
[algebraic-graphs] Warning: 'vertexSet' is out of scope.
456.44 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.44 s
[algebraic-graphs] Warning: 'isEmpty' is out of scope.
456.44 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.44 s
[algebraic-graphs] Warning: 'edgeList' is out of scope.
456.44 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.44 s
[algebraic-graphs] Warning: 'adjacencyList' is out of scope.
456.44 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.45 s
[algebraic-graphs] Warning: 'box' is out of scope.
456.45 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.45 s
[algebraic-graphs] Warning: 'edgeCount' is out of scope.
456.45 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.45 s
[algebraic-graphs] 100% ( 42 / 42) in 'Algebra.Graph.HigherKinded.Class'
456.46 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.46 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
456.46 s
[algebraic-graphs] * in ‘Data.Map.Internal’
456.46 s
[algebraic-graphs] * in ‘Data.Set.Internal’
456.46 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.46 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.46 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
456.46 s
[algebraic-graphs] Warning: 'nub' is out of scope.
456.46 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.47 s
[algebraic-graphs] Warning: 'swap' is ambiguous. It is defined
456.47 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:418:1
456.47 s
[algebraic-graphs] * in ‘GHC.Internal.Data.Tuple’
456.47 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.47 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.47 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:418:1
456.48 s
[algebraic-graphs] 100% ( 63 / 63) in 'Algebra.Graph.Bipartite.AdjacencyMap'
456.48 s
[algebraic-graphs] Warning: 'isRight' is out of scope.
456.48 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.48 s
[algebraic-graphs] Warning: 'Matching' is ambiguous. It is defined
456.48 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:21
456.48 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:1
456.48 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.48 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.48 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:1
456.49 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
456.49 s
[algebraic-graphs] * in ‘Data.Set.Internal’
456.49 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.49 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.49 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
456.49 s
[algebraic-graphs] 100% ( 25 / 25) in 'Algebra.Graph.Bipartite.AdjacencyMap.Algorithm'
456.49 s
[algebraic-graphs] Warning: 'Optimum' is ambiguous. It is defined
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:442:20
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:442:1
456.49 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.49 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.49 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:442:1
456.49 s
[algebraic-graphs] Warning: 'Distance' is ambiguous. It is defined
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:241:22
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:241:1
456.49 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.49 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.49 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:241:1
456.49 s
[algebraic-graphs] Warning: 'Minimum' is ambiguous. It is defined
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:314:21
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:314:1
456.49 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.49 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.49 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:314:1
456.49 s
[algebraic-graphs] Warning: 'Capacity' is ambiguous. It is defined
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:176:22
456.49 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:176:1
456.49 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.49 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.50 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:176:1
456.50 s
[algebraic-graphs] Warning: 'Count' is ambiguous. It is defined
456.50 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:209:19
456.50 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:209:1
456.50 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.50 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.50 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:209:1
456.50 s
[algebraic-graphs] 100% ( 37 / 37) in 'Algebra.Graph.Label'
456.50 s
[algebraic-graphs] Warning: 'AdjacencyMap' is ambiguous. It is defined
456.50 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:157:1
456.50 s
[algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:152:1
456.50 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.50 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.50 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:152:1
456.50 s
[algebraic-graphs] Warning: 'isEmpty' is out of scope.
456.50 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.50 s
[algebraic-graphs] Warning: 'empty' is out of scope.
456.50 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.51 s
[algebraic-graphs] Warning: 'vertexList' is out of scope.
456.51 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.51 s
[algebraic-graphs] Warning: 'edges' is out of scope.
456.51 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.51 s
[algebraic-graphs] Warning: 'adjacencyList' is out of scope.
456.51 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.52 s
[algebraic-graphs] Warning: 'stars' is out of scope.
456.52 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.52 s
[algebraic-graphs] 100% ( 51 / 51) in 'Algebra.Graph.NonEmpty.AdjacencyMap'
456.53 s
[algebraic-graphs] Warning: 'nub' is out of scope.
456.53 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.53 s
[algebraic-graphs] Warning: 'sort' is out of scope.
456.53 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.53 s
[algebraic-graphs] Warning: 'vertex' is ambiguous. It is defined
456.53 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:239:1
456.53 s
[algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:224:1
456.53 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.53 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.53 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:224:1
456.53 s
[algebraic-graphs] Warning: 'edge' is ambiguous. It is defined
456.53 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:252:1
456.53 s
[algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:237:1
456.53 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.53 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.54 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:237:1
456.54 s
[algebraic-graphs] 93% ( 15 / 16) in 'Algebra.Graph.AdjacencyMap.Algorithm'
456.54 s
[algebraic-graphs] Missing documentation for:
456.54 s
[algebraic-graphs] Cycle (src/Algebra/Graph/AdjacencyMap/Algorithm.hs:228)
456.54 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.54 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:132:1
456.54 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:227:1
456.54 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.54 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.54 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:227:1
456.54 s
[algebraic-graphs] Warning: 'vertex' is ambiguous. It is defined
456.54 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:143:1
456.54 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:239:1
456.54 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.54 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.54 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:239:1
456.54 s
[algebraic-graphs] Warning: 'vertexCount' is ambiguous. It is defined
456.54 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:246:1
456.54 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:417:1
456.54 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.54 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.54 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:417:1
456.54 s
[algebraic-graphs] Warning: 'edgeCount' is ambiguous. It is defined
456.54 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:258:1
456.54 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:429:1
456.54 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.54 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.54 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:429:1
456.55 s
[algebraic-graphs] Warning: 'vertices' is ambiguous. It is defined
456.55 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:157:1
456.55 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:309:1
456.55 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.55 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.55 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:309:1
456.55 s
[algebraic-graphs] 100% ( 44 / 44) in 'Algebra.Graph.Acyclic.AdjacencyMap'
456.56 s
[algebraic-graphs] Warning: 'foldg' is ambiguous. It is defined
456.56 s
[algebraic-graphs] * at src/Algebra/Graph.hs:482:1
456.56 s
[algebraic-graphs] * at src/Algebra/Graph/ToGraph.hs:98:5
456.56 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.56 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.56 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/ToGraph.hs:98:5
456.56 s
[algebraic-graphs] 100% ( 8 / 8) in 'Algebra.Graph.ToGraph'
456.56 s
[algebraic-graphs] Warning: 'Relation' is ambiguous. It is defined
456.56 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:157:19
456.56 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:157:1
456.56 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.56 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.56 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation.hs:157:1
456.58 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.58 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:243:1
456.58 s
[algebraic-graphs] * in ‘Data.Set.Internal’
456.58 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.58 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.58 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation.hs:243:1
456.58 s
[algebraic-graphs] Warning: 'AdjacencyMap' is out of scope.
456.58 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.59 s
[algebraic-graphs] 100% ( 56 / 56) in 'Algebra.Graph.Relation'
456.59 s
[algebraic-graphs] Warning: 'vertexCount' is ambiguous. It is defined
456.59 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:423:1
456.59 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:372:1
456.59 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.59 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.59 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:372:1
456.59 s
[algebraic-graphs] Warning: 'edgeCount' is ambiguous. It is defined
456.59 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:435:1
456.60 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:384:1
456.60 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.60 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.60 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:384:1
456.60 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.60 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:188:1
456.60 s
[algebraic-graphs] * in ‘Data.Set.Internal’
456.60 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.60 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.60 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:188:1
456.61 s
[algebraic-graphs] 100% ( 48 / 48) in 'Algebra.Graph.Relation.Symmetric'
456.62 s
[algebraic-graphs] Warning: 'vertexList' is out of scope.
456.62 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.64 s
[algebraic-graphs] 100% ( 53 / 53) in 'Algebra.Graph.NonEmpty'
456.65 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.65 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled/AdjacencyMap.hs:160:1
456.65 s
[algebraic-graphs] * in ‘Data.Map.Internal’
456.65 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.65 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.65 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled/AdjacencyMap.hs:160:1
456.65 s
[algebraic-graphs] Warning: 'hasEdge' is ambiguous. It is defined
456.65 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:403:1
456.65 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled/AdjacencyMap.hs:379:1
456.65 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.65 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.65 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled/AdjacencyMap.hs:379:1
456.66 s
[algebraic-graphs] 100% ( 49 / 49) in 'Algebra.Graph.Labelled.AdjacencyMap'
456.66 s
[algebraic-graphs] Warning: 'Context' is ambiguous. It is defined
456.66 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:675:20
456.66 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:675:1
456.66 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.66 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.66 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:675:1
456.66 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.66 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:191:1
456.66 s
[algebraic-graphs] * in ‘Data.Set.Internal’
456.66 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.66 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.66 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:191:1
456.68 s
[algebraic-graphs] Warning: 'Focus' is ambiguous. It is defined
456.68 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:642:18
456.68 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:642:1
456.68 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.68 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.68 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:642:1
456.68 s
[algebraic-graphs] 100% ( 49 / 49) in 'Algebra.Graph.Labelled'
456.68 s
[algebraic-graphs] 100% ( 6 / 6) in 'Algebra.Graph.Labelled.Example.Network'
456.68 s
[algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Labelled.Example.Automaton'
456.68 s
[algebraic-graphs] Warning: 'Doc' is ambiguous. It is defined
456.68 s
[algebraic-graphs] * at src/Algebra/Graph/Export.hs:57:17
456.68 s
[algebraic-graphs] * at src/Algebra/Graph/Export.hs:57:1
456.68 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.68 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.68 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Export.hs:57:1
456.68 s
[algebraic-graphs] 100% ( 14 / 14) in 'Algebra.Graph.Export'
456.68 s
[algebraic-graphs] Warning: 'Style' is ambiguous. It is defined
456.68 s
[algebraic-graphs] * at src/Algebra/Graph/Export/Dot.hs:49:18
456.68 s
[algebraic-graphs] * at src/Algebra/Graph/Export/Dot.hs:49:1
456.68 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.68 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.68 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Export/Dot.hs:49:1
456.68 s
[algebraic-graphs] Warning: 'Graph' is out of scope.
456.68 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.68 s
[algebraic-graphs] 100% ( 11 / 11) in 'Algebra.Graph.Export.Dot'
456.70 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
456.70 s
[algebraic-graphs] * at src/Algebra/Graph/Undirected.hs:253:1
456.70 s
[algebraic-graphs] * in ‘Data.Set.Internal’
456.70 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.70 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.70 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Undirected.hs:253:1
456.71 s
[algebraic-graphs] 100% ( 50 / 50) in 'Algebra.Graph.Undirected'
456.72 s
[algebraic-graphs] 100% ( 27 / 27) in 'Algebra.Graph.Class'
456.72 s
[algebraic-graphs] Warning: 'TransitiveRelation' is ambiguous. It is defined
456.72 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Transitive.hs:39:32
456.72 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Transitive.hs:39:1
456.72 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.72 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.72 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Transitive.hs:39:1
456.72 s
[algebraic-graphs] Warning: 'Transitive' is out of scope.
456.72 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.72 s
[algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Transitive'
456.72 s
[algebraic-graphs] Warning: 'ReflexiveRelation' is ambiguous. It is defined
456.72 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Reflexive.hs:34:31
456.72 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Reflexive.hs:34:1
456.72 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.72 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.72 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Reflexive.hs:34:1
456.72 s
[algebraic-graphs] Warning: 'Reflexive' is out of scope.
456.72 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.72 s
[algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Reflexive'
456.72 s
[algebraic-graphs] Warning: 'PreorderRelation' is ambiguous. It is defined
456.72 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Preorder.hs:44:30
456.72 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Preorder.hs:44:1
456.72 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.72 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.72 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Preorder.hs:44:1
456.72 s
[algebraic-graphs] Warning: 'Preorder' is out of scope.
456.72 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.72 s
[algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Preorder'
456.72 s
[algebraic-graphs] 0% ( 0 / 8) in 'Algebra.Graph.Example.Todo'
456.72 s
[algebraic-graphs] Missing documentation for:
456.72 s
[algebraic-graphs] Module header
456.72 s
[algebraic-graphs] Todo (src/Algebra/Graph/Example/Todo.hs:13)
456.72 s
[algebraic-graphs] todo (src/Algebra/Graph/Example/Todo.hs:42)
456.72 s
[algebraic-graphs] low (src/Algebra/Graph/Example/Todo.hs:23)
456.72 s
[algebraic-graphs] high (src/Algebra/Graph/Example/Todo.hs:27)
456.72 s
[algebraic-graphs] ~*~ (src/Algebra/Graph/Example/Todo.hs:35)
456.72 s
[algebraic-graphs] >*< (src/Algebra/Graph/Example/Todo.hs:39)
456.72 s
[algebraic-graphs] priority (src/Algebra/Graph/Example/Todo.hs:31)
456.72 s
[algebraic-graphs] Warning: 'GraphKL' is ambiguous. It is defined
456.72 s
[algebraic-graphs] * at src/Data/Graph/Typed.hs:40:18
456.72 s
[algebraic-graphs] * at src/Data/Graph/Typed.hs:40:1
456.72 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
456.72 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
456.72 s
[algebraic-graphs] Defaulting to the one defined at src/Data/Graph/Typed.hs:40:1
456.72 s
[algebraic-graphs] Warning: 'array' is out of scope.
456.72 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
456.73 s
[algebraic-graphs] 90% ( 10 / 11) in 'Data.Graph.Typed'
456.73 s
[algebraic-graphs] Missing documentation for:
456.73 s
[algebraic-graphs] scc (src/Data/Graph/Typed.hs:192)
457.25 s
[algebraic-graphs] Warning: Algebra.Graph.AdjacencyMap: could not find link destinations for:
457.25 s
[algebraic-graphs] - Algebra.Graph.AdjacencyMap.Rep_AdjacencyMap
457.25 s
[algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyMap0
457.25 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyMap0
457.26 s
[algebraic-graphs] Warning: Algebra.Graph.AdjacencyIntMap: could not find link destinations for:
457.27 s
[algebraic-graphs] - Algebra.Graph.AdjacencyIntMap.Rep_AdjacencyIntMap
457.27 s
[algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyIntMap
457.27 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyIntMap
457.27 s
[ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.o, dist/build/Development/IDE/Main/HeapStats.dyn_o )
457.27 s
[ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, dist/build/Development/IDE/Session/Implicit.o, dist/build/Development/IDE/Session/Implicit.dyn_o )
457.27 s
[ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.o, dist/build/Development/IDE/Types/Action.dyn_o )
457.27 s
[ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.o, dist/build/Development/IDE/Types/Location.dyn_o )
457.27 s
[ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.o, dist/build/Development/IDE/Types/Diagnostics.dyn_o )
457.27 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
457.27 s
[ghcide] The import of ‘Text.Printf’ is redundant
457.27 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
457.27 s
[ghcide] To import instances alone, use: import Text.Printf()
457.27 s
[ghcide] |
457.27 s
[ghcide] 66 | import Text.Printf (printf)
457.27 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
457.27 s
[ghcide]
457.27 s
[algebraic-graphs] Warning: Algebra.Graph.Internal: could not find link destinations for:
457.27 s
[algebraic-graphs] - Algebra.Graph.Internal.D:R:ItemList
457.29 s
[algebraic-graphs] Warning: Algebra.Graph: could not find link destinations for:
457.29 s
[algebraic-graphs] - Algebra.Graph.Rep_Graph
457.29 s
[algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexGraph
457.29 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph1
457.31 s
[algebraic-graphs] Warning: Algebra.Graph.Bipartite.AdjacencyMap: could not find link destinations for:
457.31 s
[algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.D:R:ItemList
457.31 s
[algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Rep_List
457.31 s
[algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Rep_AdjacencyMap
457.32 s
[algebraic-graphs] Warning: Algebra.Graph.Bipartite.AdjacencyMap.Algorithm: could not find link destinations for:
457.32 s
[algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Algorithm.Rep_Matching
457.32 s
[algebraic-graphs] Warning: Algebra.Graph.Label: could not find link destinations for:
457.32 s
[algebraic-graphs] - Algebra.Graph.Label.D:R:ItemMinimum
457.32 s
[algebraic-graphs] - Algebra.Graph.Label.D:R:ItemLabel
457.33 s
[algebraic-graphs] Warning: Algebra.Graph.NonEmpty.AdjacencyMap: could not find link destinations for:
457.33 s
[algebraic-graphs] - Algebra.Graph.NonEmpty.AdjacencyMap.Rep_AdjacencyMap
457.33 s
[algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyMap
457.35 s
[algebraic-graphs] Warning: Algebra.Graph.ToGraph: could not find link destinations for:
457.35 s
[algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyMap
457.35 s
[algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyIntMap
457.35 s
[algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyMap0
457.35 s
[algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexGraph
457.35 s
[algebraic-graphs] - Algebra.Graph.Relation.D:R:ToVertexRelation
457.35 s
[algebraic-graphs] - Algebra.Graph.Relation.Symmetric.D:R:ToVertexRelation
457.35 s
[algebraic-graphs] - Algebra.Graph.NonEmpty.D:R:ToVertexGraph
457.35 s
[algebraic-graphs] - Algebra.Graph.Labelled.AdjacencyMap.D:R:ToVertexAdjacencyMap
457.35 s
[algebraic-graphs] - Algebra.Graph.Labelled.D:R:ToVertexGraph
457.36 s
[algebraic-graphs] Warning: Algebra.Graph.Relation: could not find link destinations for:
457.36 s
[algebraic-graphs] - Algebra.Graph.Relation.D:R:ToVertexRelation
457.36 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexRelation0
457.37 s
[algebraic-graphs] Warning: Algebra.Graph.Relation.Symmetric: could not find link destinations for:
457.37 s
[algebraic-graphs] - Algebra.Graph.Relation.Symmetric.D:R:ToVertexRelation
457.37 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexRelation
457.38 s
[algebraic-graphs] Warning: Algebra.Graph.NonEmpty: could not find link destinations for:
457.38 s
[algebraic-graphs] - Algebra.Graph.NonEmpty.D:R:ToVertexGraph
457.39 s
[algebraic-graphs] Warning: Algebra.Graph.Labelled.AdjacencyMap: could not find link destinations for:
457.39 s
[algebraic-graphs] - Algebra.Graph.Labelled.AdjacencyMap.D:R:ToVertexAdjacencyMap
457.39 s
[algebraic-graphs] - Algebra.Graph.Labelled.AdjacencyMap.Rep_AdjacencyMap
457.39 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyMap
457.40 s
[algebraic-graphs] Warning: Algebra.Graph.Labelled: could not find link destinations for:
457.40 s
[algebraic-graphs] - Algebra.Graph.Labelled.D:R:ToVertexGraph
457.40 s
[algebraic-graphs] - Algebra.Graph.Labelled.Rep_Graph
457.40 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph
457.41 s
[algebraic-graphs] Warning: Algebra.Graph.Undirected: could not find link destinations for:
457.41 s
[algebraic-graphs] - Algebra.Graph.Undirected.Rep_Graph
457.41 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph0
457.42 s
[algebraic-graphs] Warning: Algebra.Graph.Class: could not find link destinations for:
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexTuple3
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexTuple2
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexFUN
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexMaybe
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexUnit
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexRelation
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexRelation0
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyMap
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyIntMap
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyMap0
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph0
457.42 s
[algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph1
457.42 s
[algebraic-graphs] - Algebra.Graph.Relation.Transitive.D:R:VertexTransitiveRelation
457.42 s
[algebraic-graphs] - Algebra.Graph.Relation.Reflexive.D:R:VertexReflexiveRelation
457.42 s
[algebraic-graphs] - Algebra.Graph.Relation.Preorder.D:R:VertexPreorderRelation
457.42 s
[algebraic-graphs] - Algebra.Graph.Example.Todo.D:R:VertexTodo
457.42 s
[algebraic-graphs] Warning: Algebra.Graph.Relation.Transitive: could not find link destinations for:
457.42 s
[algebraic-graphs] - Algebra.Graph.Relation.Transitive.D:R:VertexTransitiveRelation
457.42 s
[algebraic-graphs] Warning: Algebra.Graph.Relation.Reflexive: could not find link destinations for:
457.42 s
[algebraic-graphs] - Algebra.Graph.Relation.Reflexive.D:R:VertexReflexiveRelation
457.42 s
[algebraic-graphs] Warning: Algebra.Graph.Relation.Preorder: could not find link destinations for:
457.42 s
[algebraic-graphs] - Algebra.Graph.Relation.Preorder.D:R:VertexPreorderRelation
457.42 s
[algebraic-graphs] Warning: Algebra.Graph.Example.Todo: could not find link destinations for:
457.42 s
[algebraic-graphs] - Algebra.Graph.Example.Todo.D:R:VertexTodo
458.23 s
[ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, dist/build/Development/IDE/Session/Diagnostics.o, dist/build/Development/IDE/Session/Diagnostics.dyn_o )
458.99 s
[ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.o, dist/build/Development/IDE/GHC/Util.dyn_o )
458.99 s
[ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.o, dist/build/Development/IDE/GHC/Orphans.dyn_o )
458.99 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
458.99 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
458.99 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
458.99 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
458.99 s
[ghcide] |
458.99 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
458.99 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
458.99 s
[ghcide]
458.99 s
[ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.o, dist/build/Development/IDE/Types/KnownTargets.dyn_o )
462.91 s
[ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.o, dist/build/Development/IDE/Types/Exports.dyn_o )
463.07 s
[ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.o, dist/build/Development/IDE/Spans/Common.dyn_o )
463.07 s
[ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, dist/build/Development/IDE/Plugin/Completions/Types.o, dist/build/Development/IDE/Plugin/Completions/Types.dyn_o )
463.70 s
[ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.o, dist/build/Development/IDE/GHC/Error.dyn_o )
463.70 s
[ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.o, dist/build/Development/IDE/Types/HscEnvEq.dyn_o )
463.70 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
463.70 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
463.70 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
463.70 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
463.70 s
[ghcide] |
463.70 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
463.70 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463.70 s
[ghcide]
463.71 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
463.71 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
463.71 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
463.71 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
463.71 s
[ghcide] |
463.71 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
463.71 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463.71 s
[ghcide]
463.71 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
463.71 s
[ghcide] The import of ‘System.Directory’ is redundant
463.71 s
[ghcide] except perhaps to import instances from ‘System.Directory’
463.71 s
[ghcide] To import instances alone, use: import System.Directory()
463.71 s
[ghcide] |
463.71 s
[ghcide] 30 | import System.Directory (makeAbsolute)
463.71 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463.71 s
[ghcide]
463.71 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
463.71 s
[ghcide] Defined but not used: ‘mod_cache’
463.71 s
[ghcide] |
463.71 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
463.71 s
[ghcide] | ^^^^^^^^^
463.71 s
[ghcide]
463.71 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
463.71 s
[ghcide] Defined but not used: ‘file_cache’
463.71 s
[ghcide] |
463.71 s
[ghcide] 57 | file_cache <- newIORef M.empty
463.71 s
[ghcide] | ^^^^^^^^^^
463.71 s
[ghcide]
463.76 s
[ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.o, dist/build/Development/IDE/Spans/LocalBindings.dyn_o )
463.76 s
[ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.o, dist/build/Development/IDE/Import/FindImports.dyn_o )
463.76 s
[ghcide] src/Development/IDE/Import/FindImports.hs:212:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
463.76 s
[ghcide] Pattern match(es) are non-exhaustive
463.76 s
[ghcide] In a record update:
463.76 s
[ghcide] Patterns of type ‘FindResult’ not matched:
463.76 s
[ghcide] Found _ _
463.76 s
[ghcide] NoPackage _
463.76 s
[ghcide] FoundMultiple _
463.76 s
[ghcide] |
463.76 s
[ghcide] 212 | notFound
463.76 s
[ghcide] | ^^^^^^^^...
463.76 s
[ghcide]
463.76 s
[ghcide] src/Development/IDE/Import/FindImports.hs:225:15: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
463.76 s
[ghcide] Pattern match(es) are non-exhaustive
463.76 s
[ghcide] In a record update:
463.76 s
[ghcide] Patterns of type ‘FindResult’ not matched:
463.76 s
[ghcide] Found _ _
463.76 s
[ghcide] NoPackage _
463.76 s
[ghcide] FoundMultiple _
463.76 s
[ghcide] |
463.76 s
[ghcide] 225 | in notFound {fr_unusables = unusables'}
463.76 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463.76 s
[ghcide]
463.76 s
[ghcide] src/Development/IDE/Import/FindImports.hs:227:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
463.76 s
[ghcide] Pattern match(es) are non-exhaustive
463.76 s
[ghcide] In a record update:
463.76 s
[ghcide] Patterns of type ‘FindResult’ not matched:
463.76 s
[ghcide] Found _ _
463.76 s
[ghcide] NoPackage _
463.76 s
[ghcide] FoundMultiple _
463.76 s
[ghcide] |
463.76 s
[ghcide] 227 | notFound {fr_suggestions = suggest}
463.76 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463.76 s
[ghcide]
463.76 s
[ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.o, dist/build/Development/IDE/Import/DependencyInformation.dyn_o )
465.13 s
[ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.o, dist/build/Development/IDE/Core/RuleTypes.dyn_o )
465.76 s
[algebraic-graphs] Documentation created: dist/doc/html/algebraic-graphs/,
465.76 s
[algebraic-graphs] dist/doc/html/algebraic-graphs/algebraic-graphs.txt
465.85 s
[algebraic-graphs] Preprocessing test suite 'main' for algebraic-graphs-0.7...
465.87 s
[algebraic-graphs] Phase: installPhase
465.99 s
[algebraic-graphs] Installing library in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/algebraic-graphs-0.7-AAPM0aMUT3IJEc898B7g5W
467.93 s
[algebraic-graphs] Phase: fixupPhase
467.99 s
[ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.o, dist/build/Development/IDE/GHC/Warnings.dyn_o )
468.05 s
[ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.o, dist/build/Development/IDE/Core/Tracing.dyn_o )
468.05 s
[ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.o, dist/build/Development/IDE/Core/Preprocessor.dyn_o )
468.05 s
[ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.o, dist/build/Development/IDE/Types/Monitoring.dyn_o )
468.05 s
[ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.o, dist/build/Development/IDE/Monitoring/OpenTelemetry.dyn_o )
468.05 s
[ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.o, dist/build/Development/IDE/Types/Options.dyn_o )
468.05 s
[algebraic-graphs] shrinking RPATHs of ELF executables and libraries in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7
468.05 s
[algebraic-graphs] shrinking /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHSalgebraic-graphs-0.7-AAPM0aMUT3IJEc898B7g5W-ghc9.10.1.so
468.05 s
[algebraic-graphs] checking for references to /build/ in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7...
468.08 s
[algebraic-graphs] patching script interpreter paths in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7
468.08 s
[algebraic-graphs] stripping (with command strip and flags -S -p) in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/lib
468.55 s
[ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.o, dist/build/Development/IDE/Core/ProgressReporting.dyn_o )
468.74 s
[algebraic-graphs] shrinking RPATHs of ELF executables and libraries in /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc
468.76 s
[algebraic-graphs] checking for references to /build/ in /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc...
468.78 s
[algebraic-graphs] patching script interpreter paths in /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc
469.22 s
[algebraic-graphs:post-build] Uploading to cachix cache "sellout": /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7 /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc
470.30 s
[algebraic-graphs:post-build] Pushing 2 paths (66 are already present) using zstd to cache sellout ⏳
470.30 s
[algebraic-graphs:post-build]
470.68 s
[algebraic-graphs:post-build] Pushing /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7 (25.12 MiB)
470.77 s
[algebraic-graphs:post-build] Pushing /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc (10.41 MiB)
472.35 s
[algebraic-graphs:post-build]
472.35 s
[algebraic-graphs:post-build] All done.
472.59 s
[algebraic-graphs:post-build] Uploading to the NixCI cache: /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7 /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc
473.14 s
[algebraic-graphs:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
473.22 s
[algebraic-graphs:post-build] copying 2 paths...
473.26 s
[algebraic-graphs:post-build] copying path '/nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc' to 'https://cache.nix-ci.com'...
475.42 s
[algebraic-graphs:post-build] copying path '/nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7' to 'https://cache.nix-ci.com'...
484.87 s
[algebraic-graphs:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
485.14 s
[algebraic-graphs:post-build] copying 1 paths...
485.18 s
[algebraic-graphs:post-build] copying path '/nix/store/0bqmmvrdx7s2rbnk370pv5akckpwxpdc-algebraic-graphs-0.7.drv' to 'https://cache.nix-ci.com'...
485.39 s
Progress: 16 of 33 built (2 building), 529 of 529 downloaded from cache
485.47 s
Building /nix/store/y4w9fx69qfdd6wkg8ddq3g3v0i2ada77-ghc-9.10.1-with-packages.drv
485.47 s
[ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.o, dist/build/Development/IDE/Types/Shake.dyn_o )
485.47 s
[ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.o, dist/build/Development/IDE/Core/Shake.dyn_o )
485.47 s
[ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
485.47 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
485.47 s
[ghcide] |
485.47 s
[ghcide] 108 | import Data.List.Extra (foldl' , partition,
485.47 s
[ghcide] | ^^^^^^
485.47 s
[ghcide]
485.47 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.o, dist/build/Development/IDE/Session.dyn_o )
485.47 s
[ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.o, dist/build/Development/IDE/LSP/Server.dyn_o )
485.47 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.o, dist/build/Development/IDE/Plugin.dyn_o )
485.47 s
[ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.o, dist/build/Development/IDE/Plugin/HLS.dyn_o )
485.47 s
[ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.o, dist/build/Development/IDE/Core/IdeConfiguration.dyn_o )
485.47 s
[ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.o, dist/build/Development/IDE/LSP/LanguageServer.dyn_o )
485.47 s
[ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.o, dist/build/Development/IDE/Core/OfInterest.dyn_o )
485.47 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
485.47 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
485.47 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
485.47 s
[ghcide] To import instances alone, use: import Data.Aeson()
485.47 s
[ghcide] |
485.47 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
485.47 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
485.47 s
[ghcide]
485.47 s
[ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.o, dist/build/Development/IDE/Core/FileStore.dyn_o )
485.47 s
[ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.o, dist/build/Development/IDE/Core/Compile.dyn_o )
485.47 s
[ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
485.47 s
[ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
485.47 s
[ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
485.47 s
[ghcide] To import instances alone, use: import Data.List.NonEmpty()
485.47 s
[ghcide] |
485.47 s
[ghcide] 66 | import qualified Data.List.NonEmpty as NE
485.47 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
485.47 s
[ghcide]
485.47 s
[ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning : [ GHC-38856 ] [ -Wunused-imports ]
485.47 s
[pandoc] [111 of 220] Compiling Text.Pandoc.Readers.Txt2Tags
485.47 s
[pandoc] [112 of 220] Compiling Text.Pandoc.Readers.TikiWiki
485.47 s
[pandoc] [113 of 220] Compiling Text.Pandoc.Readers.Roff.Escape
485.47 s
[pandoc] [114 of 220] Compiling Text.Pandoc.Readers.Roff
485.47 s
[pandoc] [115 of 220] Compiling Text.Pandoc.Readers.RTF
485.47 s
[pandoc] [116 of 220] Compiling Text.Pandoc.Readers.RIS
485.47 s
[pandoc] [117 of 220] Compiling Text.Pandoc.Readers.Org.ParserState
485.47 s
[pandoc] [118 of 220] Compiling Text.Pandoc.Readers.Org.Parsing
485.47 s
[pandoc] [119 of 220] Compiling Text.Pandoc.Readers.Org.ExportSettings
485.47 s
[pandoc] [120 of 220] Compiling Text.Pandoc.Readers.Org.BlockStarts
485.47 s
[pandoc] [121 of 220] Compiling Text.Pandoc.Readers.Org.DocumentTree
485.47 s
[pandoc] [122 of 220] Compiling Text.Pandoc.Readers.Muse
485.47 s
[pandoc] [123 of 220] Compiling Text.Pandoc.Readers.Metadata
485.47 s
[pandoc] [124 of 220] Compiling Text.Pandoc.Readers.Mdoc.Lex
485.47 s
[pandoc] [125 of 220] Compiling Text.Pandoc.Readers.Mdoc
485.47 s
[pandoc] [126 of 220] Compiling Text.Pandoc.Readers.Man
485.47 s
[pandoc] [127 of 220] Compiling Text.Pandoc.Readers.LaTeX.Parsing
485.47 s
[pandoc] [128 of 220] Compiling Text.Pandoc.Readers.LaTeX.Table
485.47 s
[pandoc] [129 of 220] Compiling Text.Pandoc.Readers.LaTeX.SIunitx
485.47 s
[pandoc] [130 of 220] Compiling Text.Pandoc.Readers.LaTeX.Math
485.48 s
[pandoc] [131 of 220] Compiling Text.Pandoc.Readers.LaTeX.Macro
485.48 s
[pandoc] [132 of 220] Compiling Text.Pandoc.Readers.LaTeX.Lang
485.48 s
[pandoc] [133 of 220] Compiling Text.Pandoc.Readers.LaTeX.Inline
485.48 s
[pandoc] [134 of 220] Compiling Text.Pandoc.Readers.LaTeX.Citation
485.48 s
[pandoc] [135 of 220] Compiling Text.Pandoc.Readers.LaTeX
485.48 s
[ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
485.48 s
[ghcide] |
485.48 s
[ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime )
485.48 s
[ghcide] | ^^^^^^^^^^^^^^
485.48 s
[ghcide]
485.48 s
[ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
485.48 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
485.48 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
485.48 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
485.48 s
[ghcide] |
485.48 s
[ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
485.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
485.48 s
[ghcide]
485.48 s
[ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
485.48 s
[ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
485.48 s
[ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
485.48 s
[ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
485.48 s
[ghcide] |
485.48 s
[ghcide] 140 | import Development.IDE.Import.FindImports
485.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
485.48 s
[ghcide]
485.48 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning : [ GHC-40910 ] [ -Wunused-matches ]
485.48 s
[ghcide] Defined but not used: ‘dep_info’
485.48 s
[ghcide] |
485.48 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
485.48 s
[ghcide] | ^^^^^^^^
485.48 s
[ghcide]
485.48 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
485.48 s
[ghcide] Defined but not used: ‘hsc_env’
485.48 s
[ghcide] |
485.48 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
485.48 s
[ghcide] | ^^^^^^^
485.48 s
[ghcide]
485.48 s
[ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.o, dist/build/Development/IDE/Spans/Documentation.dyn_o )
485.48 s
[ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.o, dist/build/Development/IDE/Spans/AtPoint.dyn_o )
485.48 s
[ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.o, dist/build/Development/IDE/Core/FileExists.dyn_o )
485.48 s
[ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.o, dist/build/Development/IDE/Core/Service.dyn_o )
485.48 s
[ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.o, dist/build/Development/IDE/LSP/Notifications.dyn_o )
485.48 s
[ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.o, dist/build/Development/IDE/Core/PluginUtils.dyn_o )
485.48 s
[ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.o, dist/build/Development/IDE/Core/Actions.dyn_o )
485.48 s
[ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.o, dist/build/Development/IDE/Core/Rules.dyn_o )
485.48 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
485.48 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
485.48 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
485.48 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
485.48 s
[ghcide] |
485.48 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
485.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
485.48 s
[ghcide]
485.48 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
485.48 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
485.48 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
485.48 s
[ghcide] Consider disambiguating using module qualification instead.
485.48 s
[ghcide] |
485.48 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
485.48 s
[ghcide] | ^^^^^^^^^^^^^^^
485.48 s
[ghcide]
485.54 s
[ghc-9.10.1-with-packages] /nix/store/2cb590hnnq4abkx6yb17l1iych2yf7bc-doctest-0.22.6/nix-support:
485.54 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.54 s
[ghc-9.10.1-with-packages] /nix/store/7qidk99w72crc8z5j6f4p74kx276sgj0-hedgehog-1.5/nix-support:
485.54 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.55 s
[ghc-9.10.1-with-packages] /nix/store/770i8aml6jbi0jbrpygrbm9paxrk1rn4-Cabal-3.12.1.0/nix-support:
485.55 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.59 s
[ghc-9.10.1-with-packages] /nix/store/4wqbgbiphis9p5ysq9fgqdxcdcm1675l-cabal-doctest-1.0.11/nix-support:
485.59 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.61 s
[ghc-9.10.1-with-packages] /nix/store/h0ykgdjcqlfvh1wn79x85wqw3gh546p4-ansi-terminal-1.1.2/nix-support:
485.61 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.61 s
[ghc-9.10.1-with-packages] /nix/store/h0ykgdjcqlfvh1wn79x85wqw3gh546p4-ansi-terminal-1.1.2/nix-support:
485.61 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.61 s
[ghc-9.10.1-with-packages] /nix/store/zcz3kjbalgr50jdw7nn03w7z682fjv6v-async-2.2.5/nix-support:
485.61 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.61 s
[ghc-9.10.1-with-packages] /nix/store/zcz3kjbalgr50jdw7nn03w7z682fjv6v-async-2.2.5/nix-support:
485.61 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.61 s
[ghc-9.10.1-with-packages] /nix/store/39jf1iva2mwr4391hxi1rmypmbrnc2ck-barbies-2.1.1.0/nix-support:
485.61 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.62 s
[ghc-9.10.1-with-packages] /nix/store/39jf1iva2mwr4391hxi1rmypmbrnc2ck-barbies-2.1.1.0/nix-support:
485.62 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.62 s
[ghc-9.10.1-with-packages] /nix/store/whq28rq9al7rp7ji21g097fimkqjfns3-concurrent-output-1.10.21/nix-support:
485.62 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.63 s
[ghc-9.10.1-with-packages] /nix/store/whq28rq9al7rp7ji21g097fimkqjfns3-concurrent-output-1.10.21/nix-support:
485.63 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.63 s
[ghc-9.10.1-with-packages] /nix/store/k73g4xas4had12s3kifnzaw849jksis3-lifted-async-0.10.2.7/nix-support:
485.63 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.63 s
[ghc-9.10.1-with-packages] /nix/store/k73g4xas4had12s3kifnzaw849jksis3-lifted-async-0.10.2.7/nix-support:
485.63 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.63 s
[ghc-9.10.1-with-packages] /nix/store/4ns9fyrq612h4i71qln0vz63mjc0klf1-mmorph-1.2.0/nix-support:
485.63 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.64 s
[ghc-9.10.1-with-packages] /nix/store/4ns9fyrq612h4i71qln0vz63mjc0klf1-mmorph-1.2.0/nix-support:
485.64 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.64 s
[ghc-9.10.1-with-packages] /nix/store/55q9qjdy9a2f3v9qkbgyfymzl8jv1j45-monad-control-1.0.3.1/nix-support:
485.64 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.64 s
[ghc-9.10.1-with-packages] /nix/store/55q9qjdy9a2f3v9qkbgyfymzl8jv1j45-monad-control-1.0.3.1/nix-support:
485.64 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.64 s
[ghc-9.10.1-with-packages] /nix/store/80jgrv3fi6lv8lvkxqsy7dngqibrl2pl-pretty-show-1.10/nix-support:
485.64 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.64 s
[ghc-9.10.1-with-packages] /nix/store/80jgrv3fi6lv8lvkxqsy7dngqibrl2pl-pretty-show-1.10/nix-support:
485.64 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.64 s
[ghc-9.10.1-with-packages] /nix/store/7jwqnaq1b8xd99g0hbfm8da6sp4nwhk6-primitive-0.9.1.0/nix-support:
485.64 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.65 s
[ghc-9.10.1-with-packages] /nix/store/7jwqnaq1b8xd99g0hbfm8da6sp4nwhk6-primitive-0.9.1.0/nix-support:
485.65 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.65 s
[ghc-9.10.1-with-packages] /nix/store/qs8m72qc11px76cafzs1g4xfdgfj1r0v-random-1.2.1.3/nix-support:
485.65 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.65 s
[ghc-9.10.1-with-packages] /nix/store/qs8m72qc11px76cafzs1g4xfdgfj1r0v-random-1.2.1.3/nix-support:
485.65 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.65 s
[ghc-9.10.1-with-packages] /nix/store/dgwpa65i0rag3shwqjrjj2y7fz590pzb-resourcet-1.3.0/nix-support:
485.65 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.66 s
[ghc-9.10.1-with-packages] /nix/store/dgwpa65i0rag3shwqjrjj2y7fz590pzb-resourcet-1.3.0/nix-support:
485.66 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.66 s
[ghc-9.10.1-with-packages] /nix/store/w48i3nmvkggzayjdrkk3hy55hix89004-safe-exceptions-0.1.7.4/nix-support:
485.66 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.66 s
[ghc-9.10.1-with-packages] /nix/store/w48i3nmvkggzayjdrkk3hy55hix89004-safe-exceptions-0.1.7.4/nix-support:
485.66 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.66 s
[ghc-9.10.1-with-packages] /nix/store/5ka7l66dgxc9vakyhfcid13fxcsamd01-transformers-base-0.4.6/nix-support:
485.66 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.66 s
[ghc-9.10.1-with-packages] /nix/store/5ka7l66dgxc9vakyhfcid13fxcsamd01-transformers-base-0.4.6/nix-support:
485.66 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.66 s
[ghc-9.10.1-with-packages] /nix/store/xrw6nxh1w6yggz98838qgbmd7x6rk22y-wl-pprint-annotated-0.1.0.1/nix-support:
485.66 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.67 s
[ghc-9.10.1-with-packages] /nix/store/xrw6nxh1w6yggz98838qgbmd7x6rk22y-wl-pprint-annotated-0.1.0.1/nix-support:
485.67 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.67 s
[ghc-9.10.1-with-packages] /nix/store/1zpms2ynlyqjah3cqz0957rx416rxdai-Cabal-syntax-3.12.1.0/nix-support:
485.67 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.69 s
[ghc-9.10.1-with-packages] /nix/store/1zpms2ynlyqjah3cqz0957rx416rxdai-Cabal-syntax-3.12.1.0/nix-support:
485.69 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.69 s
[ghc-9.10.1-with-packages] /nix/store/c38lskzzvwl25g7f7im6hr8jxh4xpi7p-ansi-terminal-types-1.1/nix-support:
485.69 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.70 s
[ghc-9.10.1-with-packages] /nix/store/c38lskzzvwl25g7f7im6hr8jxh4xpi7p-ansi-terminal-types-1.1/nix-support:
485.70 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.70 s
[ghc-9.10.1-with-packages] /nix/store/q91r3c043pfcxw543gkm6f86w6pqy94h-hashable-1.4.7.0/nix-support:
485.70 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.71 s
[ghc-9.10.1-with-packages] /nix/store/q91r3c043pfcxw543gkm6f86w6pqy94h-hashable-1.4.7.0/nix-support:
485.71 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.71 s
[ghc-9.10.1-with-packages] /nix/store/65wpgp9y9m9gqfkazsz7vwlz5dhxyllw-distributive-0.6.2.1/nix-support:
485.71 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.71 s
[ghc-9.10.1-with-packages] /nix/store/65wpgp9y9m9gqfkazsz7vwlz5dhxyllw-distributive-0.6.2.1/nix-support:
485.71 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.72 s
[ghc-9.10.1-with-packages] /nix/store/fgg7r9vhfkp2lihymslz124569dcg8z1-constraints-0.14.2/nix-support:
485.72 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.72 s
[ghc-9.10.1-with-packages] /nix/store/fgg7r9vhfkp2lihymslz124569dcg8z1-constraints-0.14.2/nix-support:
485.72 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.72 s
[ghc-9.10.1-with-packages] /nix/store/mdk4bzh727v2lq9qm3bkkxlx4blnhz8f-lifted-base-0.2.3.12/nix-support:
485.72 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.73 s
[ghc-9.10.1-with-packages] /nix/store/mdk4bzh727v2lq9qm3bkkxlx4blnhz8f-lifted-base-0.2.3.12/nix-support:
485.73 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.73 s
[ghc-9.10.1-with-packages] /nix/store/27xwrfajp40al1v0q9l4l1ndjidcwpx2-transformers-compat-0.7.2/nix-support:
485.73 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.73 s
[ghc-9.10.1-with-packages] /nix/store/27xwrfajp40al1v0q9l4l1ndjidcwpx2-transformers-compat-0.7.2/nix-support:
485.73 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.74 s
[ghc-9.10.1-with-packages] /nix/store/43hwd63lscl1vm4dac76w50qkcdlh2m7-splitmix-0.1.1/nix-support:
485.74 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.74 s
[ghc-9.10.1-with-packages] /nix/store/43hwd63lscl1vm4dac76w50qkcdlh2m7-splitmix-0.1.1/nix-support:
485.74 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.74 s
[ghc-9.10.1-with-packages] /nix/store/52bg4hrpp4mkndr47h3adgps9y5zczms-unliftio-core-0.2.1.0/nix-support:
485.74 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.74 s
[ghc-9.10.1-with-packages] /nix/store/52bg4hrpp4mkndr47h3adgps9y5zczms-unliftio-core-0.2.1.0/nix-support:
485.74 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.74 s
[ghc-9.10.1-with-packages] /nix/store/5nqxakmpk4shlyjpqp2362mydjy3zhhs-base-orphans-0.9.3/nix-support:
485.74 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.75 s
[ghc-9.10.1-with-packages] /nix/store/5nqxakmpk4shlyjpqp2362mydjy3zhhs-base-orphans-0.9.3/nix-support:
485.75 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.75 s
[ghc-9.10.1-with-packages] /nix/store/faklbxjjd9rdmc9v63fvmpwizw5dnn27-tagged-0.8.8/nix-support:
485.75 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.75 s
[ghc-9.10.1-with-packages] /nix/store/faklbxjjd9rdmc9v63fvmpwizw5dnn27-tagged-0.8.8/nix-support:
485.75 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.75 s
[ghc-9.10.1-with-packages] /nix/store/cws8f3ga2b07l92xi46frcclk9vqk1na-boring-0.2.2/nix-support:
485.75 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
485.75 s
[ghc-9.10.1-with-packages] /nix/store/cws8f3ga2b07l92xi46frcclk9vqk1na-boring-0.2.2/nix-support:
485.75 s
[ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
486.54 s
[ghc-9.10.1-with-packages] Warning: include-dirs: /nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages/lib/ghc-9.10.1/lib/../lib/x86_64-linux-ghc-9.10.1/directory-1.3.8.3-678a/include doesn't exist or isn't a directory
487.96 s
[ghc-9.10.1-with-packages:post-build] Uploading to cachix cache "sellout": /nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages
488.60 s
[ghc-9.10.1-with-packages:post-build] Pushing 1 paths (144 are already present) using zstd to cache sellout ⏳
488.60 s
[ghc-9.10.1-with-packages:post-build]
488.96 s
[ghc-9.10.1-with-packages:post-build] Pushing /nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages (5.49 MiB)
490.87 s
[ghc-9.10.1-with-packages:post-build]
490.97 s
[ghc-9.10.1-with-packages:post-build] All done.
490.97 s
[ghc-9.10.1-with-packages:post-build] Uploading to the NixCI cache: /nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages
490.97 s
[ghc-9.10.1-with-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
491.16 s
[ghc-9.10.1-with-packages:post-build] copying 11 paths...
491.16 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/jw5ddhmqvjvwrlnv6rhv9ksabmhwzpdz-Cabal-syntax-3.12.1.0-doc' to 'https://cache.nix-ci.com'...
491.16 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/p1l3yvp4595prh2zpj9g2vq7dl5czmim-ghc-paths-0.1.0.12-doc' to 'https://cache.nix-ci.com'...
491.29 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/adq9vslnfgp0nzwmxf8rf5x1l4agnzxw-doctest-0.22.6-doc' to 'https://cache.nix-ci.com'...
491.29 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/cghjw1dbppwgn9s434d1l0lwvj9pyaha-ghc-paths-0.1.0.12' to 'https://cache.nix-ci.com'...
491.77 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/2cb590hnnq4abkx6yb17l1iych2yf7bc-doctest-0.22.6' to 'https://cache.nix-ci.com'...
496.51 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/wl2ramv3gv2qld5cjhrnw0nyxsfrxb7a-Cabal-3.12.1.0-doc' to 'https://cache.nix-ci.com'...
496.55 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/1zpms2ynlyqjah3cqz0957rx416rxdai-Cabal-syntax-3.12.1.0' to 'https://cache.nix-ci.com'...
501.53 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/mygz61d5za7pqzd7gbdhsq3xks9dcyfg-cabal-doctest-1.0.11-doc' to 'https://cache.nix-ci.com'...
538.13 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/770i8aml6jbi0jbrpygrbm9paxrk1rn4-Cabal-3.12.1.0' to 'https://cache.nix-ci.com'...
575.29 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/4wqbgbiphis9p5ysq9fgqdxcdcm1675l-cabal-doctest-1.0.11' to 'https://cache.nix-ci.com'...
575.75 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages' to 'https://cache.nix-ci.com'...
578.31 s
[ghc-9.10.1-with-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
578.69 s
[ghc-9.10.1-with-packages:post-build] copying 1 paths...
578.69 s
[ghc-9.10.1-with-packages:post-build] copying path '/nix/store/y4w9fx69qfdd6wkg8ddq3g3v0i2ada77-ghc-9.10.1-with-packages.drv' to 'https://cache.nix-ci.com'...
579.07 s
Progress: 17 of 32 built (2 building), 529 of 529 downloaded from cache
579.07 s
[ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.o, dist/build/Development/IDE/Plugin/Test.dyn_o )
579.07 s
[ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.o, dist/build/Development/IDE/LSP/Outline.dyn_o )
579.07 s
[ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.o, dist/build/Development/IDE/LSP/HoverDefinition.dyn_o )
579.07 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.o, dist/build/Development/IDE.dyn_o )
579.07 s
[ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.o, dist/build/Development/IDE/Spans/Pragmas.dyn_o )
579.07 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.07 s
[ghcide] Pattern match(es) are non-exhaustive
579.07 s
[ghcide] In a record update:
579.07 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.07 s
[ghcide] |
579.07 s
[ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
579.07 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.07 s
[ghcide]
579.07 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.07 s
[ghcide] Pattern match(es) are non-exhaustive
579.07 s
[ghcide] In a record update:
579.07 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.07 s
[ghcide] |
579.07 s
[ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
579.07 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.07 s
[ghcide]
579.07 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.07 s
[ghcide] Pattern match(es) are non-exhaustive
579.07 s
[ghcide] In a record update:
579.07 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.07 s
[ghcide] |
579.07 s
[ghcide] 160 | defaultParserState
579.07 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
579.07 s
[ghcide]
579.07 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.07 s
[ghcide] Pattern match(es) are non-exhaustive
579.07 s
[ghcide] In a record update:
579.07 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.07 s
[ghcide] |
579.07 s
[ghcide] 165 | defaultParserState
579.07 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
579.07 s
[ghcide]
579.07 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[pandoc] [136 of 220] Compiling Text.Pandoc.Readers.Org.Inlines
579.08 s
[pandoc] [137 of 220] Compiling Text.Pandoc.Readers.Org.Meta
579.08 s
[pandoc] [138 of 220] Compiling Text.Pandoc.Readers.Org.Blocks
579.08 s
[pandoc] [139 of 220] Compiling Text.Pandoc.Readers.Org
579.08 s
[pandoc] [140 of 220] Compiling Text.Pandoc.Readers.HTML.Types
579.08 s
[pandoc] [141 of 220] Compiling Text.Pandoc.Readers.HTML.Parsing
579.08 s
[pandoc] [142 of 220] Compiling Text.Pandoc.Readers.DokuWiki
579.08 s
[pandoc] [143 of 220] Compiling Text.Pandoc.Readers.Docx.Fields
579.08 s
[pandoc] [144 of 220] Compiling Text.Pandoc.Readers.Docx.Parse
579.08 s
[pandoc] [145 of 220] Compiling Text.Pandoc.Readers.Docx.Lists
579.08 s
[pandoc] [146 of 220] Compiling Text.Pandoc.Readers.Docx
579.08 s
[pandoc] [147 of 220] Compiling Text.Pandoc.Readers.Creole
579.08 s
[pandoc] [148 of 220] Compiling Text.Pandoc.Readers.CommonMark
579.08 s
[pandoc] [149 of 220] Compiling Text.Pandoc.Format
579.08 s
[pandoc] [150 of 220] Compiling Text.Pandoc.Citeproc.Locator
579.08 s
[pandoc] [151 of 220] Compiling Text.Pandoc.Writers.LaTeX.Citation
579.08 s
[pandoc] [152 of 220] Compiling Text.Pandoc.CSV
579.08 s
[pandoc] [153 of 220] Compiling Text.Pandoc.Readers.RST
579.08 s
[pandoc] [154 of 220] Compiling Text.Pandoc.Readers.CSV
579.08 s
[pandoc] [155 of 220] Compiling Text.Pandoc.CSS
579.08 s
[pandoc] [156 of 220] Compiling Text.Pandoc.Writers.Shared
579.08 s
[pandoc] [157 of 220] Compiling Text.Pandoc.Writers.ZimWiki
579.08 s
[pandoc] [158 of 220] Compiling Text.Pandoc.Writers.Typst
579.08 s
[pandoc] [159 of 220] Compiling Text.Pandoc.Writers.Textile
579.08 s
[pandoc] [160 of 220] Compiling Text.Pandoc.Writers.Texinfo
579.08 s
[pandoc] [161 of 220] Compiling Text.Pandoc.Writers.TEI
579.08 s
[pandoc] [162 of 220] Compiling Text.Pandoc.Writers.RTF
579.08 s
[pandoc] [163 of 220] Compiling Text.Pandoc.Writers.RST
579.08 s
[pandoc] [164 of 220] Compiling Text.Pandoc.Writers.Powerpoint.Presentation
579.08 s
[pandoc] [165 of 220] Compiling Text.Pandoc.Writers.Powerpoint.Output
579.08 s
[pandoc] [166 of 220] Compiling Text.Pandoc.Writers.Powerpoint
579.08 s
[pandoc] [167 of 220] Compiling Text.Pandoc.Writers.Org
579.08 s
[pandoc] [168 of 220] Compiling Text.Pandoc.Writers.OpenDocument
579.08 s
[pandoc] [169 of 220] Compiling Text.Pandoc.Writers.ODT
579.08 s
[pandoc] [170 of 220] Compiling Text.Pandoc.Writers.Muse
579.08 s
[pandoc] [171 of 220] Compiling Text.Pandoc.Writers.Ms
579.08 s
[pandoc] [172 of 220] Compiling Text.Pandoc.Writers.MediaWiki
579.08 s
[pandoc] [173 of 220] Compiling Text.Pandoc.Writers.XWiki
579.08 s
[pandoc] [174 of 220] Compiling Text.Pandoc.Writers.Man
579.08 s
[pandoc] [175 of 220] Compiling Text.Pandoc.Writers.LaTeX
579.08 s
[pandoc] [176 of 220] Compiling Text.Pandoc.Citeproc.BibTeX
579.08 s
[pandoc] [177 of 220] Compiling Text.Pandoc.Readers.BibTeX
579.08 s
[pandoc] [178 of 220] Compiling Text.Pandoc.Writers.Jira
579.08 s
[pandoc] [179 of 220] Compiling Text.Pandoc.Writers.ICML
579.08 s
[pandoc] [180 of 220] Compiling Text.Pandoc.Writers.Haddock
579.08 s
[pandoc] [181 of 220] Compiling Text.Pandoc.Writers.HTML
579.08 s
[pandoc] [182 of 220] Compiling Text.Pandoc.Writers.Markdown.Inline
579.08 s
[pandoc] [183 of 220] Compiling Text.Pandoc.Writers.Markdown
579.08 s
[pandoc] [184 of 220] Compiling Text.Pandoc.Writers.OPML
579.08 s
[pandoc] [185 of 220] Compiling Text.Pandoc.Writers.Ipynb
579.08 s
[pandoc] [186 of 220] Compiling Text.Pandoc.Writers.CommonMark
579.08 s
[pandoc] [187 of 220] Compiling Text.Pandoc.Writers.FB2
579.08 s
[pandoc] [188 of 220] Compiling Text.Pandoc.Writers.EPUB
579.08 s
[pandoc] [189 of 220] Compiling Text.Pandoc.Writers.DokuWiki
579.08 s
[pandoc] [190 of 220] Compiling Text.Pandoc.Writers.Docx.OpenXML
579.08 s
[pandoc] [191 of 220] Compiling Text.Pandoc.Writers.Docx
579.08 s
[pandoc] [192 of 220] Compiling Text.Pandoc.Writers.DocBook
579.08 s
[pandoc] [193 of 220] Compiling Text.Pandoc.Writers.Djot
579.08 s
[pandoc] [194 of 220] Compiling Text.Pandoc.Writers.ConTeXt
579.08 s
[pandoc] [195 of 220] Compiling Text.Pandoc.Writers.ChunkedHTML
579.08 s
[pandoc] [196 of 220] Compiling Text.Pandoc.Writers.BibTeX
579.08 s
[pandoc] [197 of 220] Compiling Text.Pandoc.Writers.AsciiDoc
579.08 s
[pandoc] [198 of 220] Compiling Text.Pandoc.Writers.ANSI
579.08 s
[pandoc] [199 of 220] Compiling Text.Pandoc.PDF
579.08 s
[pandoc] [200 of 220] Compiling Text.Pandoc.Readers.HTML.Table
579.08 s
[pandoc] [201 of 220] Compiling Text.Pandoc.Readers.HTML
579.08 s
[pandoc] [202 of 220] Compiling Text.Pandoc.Readers.Textile
579.08 s
[pandoc] [203 of 220] Compiling Text.Pandoc.Readers.TWiki
579.08 s
[pandoc] [204 of 220] Compiling Text.Pandoc.Readers.MediaWiki
579.08 s
[pandoc] [205 of 220] Compiling Text.Pandoc.Readers.Markdown
579.08 s
[pandoc] [206 of 220] Compiling Text.Pandoc.Readers.OPML
579.08 s
[pandoc] [207 of 220] Compiling Text.Pandoc.Readers.Ipynb
579.08 s
[pandoc] [208 of 220] Compiling Text.Pandoc.Citeproc
579.08 s
[pandoc] [209 of 220] Compiling Text.Pandoc.Writers.JATS
579.08 s
[pandoc] [210 of 220] Compiling Text.Pandoc.Writers
579.08 s
[pandoc] [211 of 220] Compiling Text.Pandoc.Readers.EPUB
579.08 s
[pandoc] [212 of 220] Compiling Text.Pandoc.Readers
579.08 s
[pandoc] [213 of 220] Compiling Text.Pandoc.Scripting
579.08 s
[pandoc] [214 of 220] Compiling Text.Pandoc.Filter
579.08 s
[pandoc] [215 of 220] Compiling Text.Pandoc.App.Input
579.08 s
[pandoc] [216 of 220] Compiling Text.Pandoc
579.08 s
[pandoc] [217 of 220] Compiling Text.Pandoc.App.Opt
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 171 | defaultParserState
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 186 | defaultParserState
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 193 | defaultParserState
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 203 | defaultParserState{
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched:
579.08 s
[ghcide] ParserStateDone _
579.08 s
[ghcide] ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 207 | defaultParserState{
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 214 | defaultParserState{ isLastTokenHash = True }
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[pandoc] [218 of 220] Compiling Text.Pandoc.App.CommandLineOptions
579.08 s
[pandoc] [219 of 220] Compiling Text.Pandoc.App.OutputSettings
579.08 s
[pandoc] [220 of 220] Compiling Text.Pandoc.App
579.08 s
[pandoc] [ 1 of 220] Compiling Paths_pandoc
579.08 s
[pandoc] [ 2 of 220] Compiling Text.Pandoc.Asciify
579.08 s
[pandoc] [ 3 of 220] Compiling Text.Pandoc.Char
579.08 s
[pandoc] [ 4 of 220] Compiling Text.Pandoc.Citeproc.CslJson
579.08 s
[pandoc] [ 5 of 220] Compiling Text.Pandoc.Citeproc.Util
579.08 s
[pandoc] [ 6 of 220] Compiling Text.Pandoc.Citeproc.Data
579.08 s
[pandoc] [ 7 of 220] Compiling Text.Pandoc.Emoji
579.08 s
[pandoc] [ 8 of 220] Compiling Text.Pandoc.Extensions
579.08 s
[pandoc] [ 9 of 220] Compiling Text.Pandoc.MIME
579.08 s
[pandoc] [ 10 of 220] Compiling Text.Pandoc.MediaBag
579.08 s
[pandoc] [ 11 of 220] Compiling Text.Pandoc.Parsing.Future
579.08 s
[pandoc] [ 12 of 220] Compiling Text.Pandoc.Process
579.08 s
[pandoc] [ 13 of 220] Compiling Text.Pandoc.Readers.Docx.Combine
579.08 s
[pandoc] [ 14 of 220] Compiling Text.Pandoc.Readers.Docx.Symbols
579.08 s
[pandoc] [ 15 of 220] Compiling Text.Pandoc.Readers.Docx.Util
579.08 s
[pandoc] [ 16 of 220] Compiling Text.Pandoc.Readers.HTML.TagCategories
579.08 s
[pandoc] [ 17 of 220] Compiling Text.Pandoc.Readers.Mdoc.Macros
579.08 s
[pandoc] [ 18 of 220] Compiling Text.Pandoc.Readers.Mdoc.Standards
579.08 s
[pandoc] [ 19 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Fallible
579.08 s
[pandoc] [ 20 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Namespaces
579.08 s
[pandoc] [ 21 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.SetMap
579.08 s
[pandoc] [ 22 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Utils
579.08 s
[pandoc] [ 23 of 220] Compiling Text.Pandoc.Readers.ODT.Arrows.Utils
579.08 s
[pandoc] [ 24 of 220] Compiling Text.Pandoc.Readers.ODT.Arrows.State
579.08 s
[pandoc] [ 25 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.XMLConverter
579.08 s
[pandoc] [ 26 of 220] Compiling Text.Pandoc.Readers.ODT.Namespaces
579.08 s
[pandoc] [ 27 of 220] Compiling Text.Pandoc.Readers.ODT.Base
579.08 s
[pandoc] [ 28 of 220] Compiling Text.Pandoc.Readers.Org.Shared
579.08 s
[pandoc] [ 29 of 220] Compiling Text.Pandoc.RoffChar
579.08 s
[pandoc] [ 30 of 220] Compiling Text.Pandoc.Shared
579.08 s
[pandoc] [ 31 of 220] Compiling Text.Pandoc.Readers.ODT.StyleReader
579.08 s
[pandoc] [ 32 of 220] Compiling Text.Pandoc.Logging
579.08 s
[pandoc] [ 33 of 220] Compiling Text.Pandoc.Image
579.08 s
[pandoc] [ 34 of 220] Compiling Text.Pandoc.Citeproc.Name
579.08 s
[pandoc] [ 35 of 220] Compiling Text.Pandoc.Citeproc.MetaValue
579.08 s
[pandoc] [ 36 of 220] Compiling Text.Pandoc.Chunks
579.08 s
[pandoc] [ 37 of 220] Compiling Text.Pandoc.Slides
579.08 s
[pandoc] [ 38 of 220] Compiling Text.Pandoc.Sources
579.08 s
[pandoc] [ 39 of 220] Compiling Text.Pandoc.TeX
579.08 s
[pandoc] [ 40 of 220] Compiling Text.Pandoc.Translations.Types
579.08 s
[pandoc] [ 41 of 220] Compiling Text.Pandoc.Class.CommonState
579.08 s
[pandoc] [ 42 of 220] Compiling Text.Pandoc.UTF8
579.08 s
[pandoc] [ 43 of 220] Compiling Text.Pandoc.URI
579.08 s
[pandoc] [ 44 of 220] Compiling Text.Pandoc.Readers.ODT.ContentReader
579.08 s
[pandoc] [ 45 of 220] Compiling Text.Pandoc.Readers.Docx.Parse.Styles
579.08 s
[pandoc] [ 46 of 220] Compiling Text.Pandoc.Error
579.08 s
[pandoc] [ 47 of 220] Compiling Text.Pandoc.Class.PandocMonad
579.08 s
[pandoc] [ 48 of 220] Compiling Text.Pandoc.Readers.Typst.Parsing
579.08 s
[pandoc] [ 49 of 220] Compiling Text.Pandoc.Class.PandocPure
579.08 s
[pandoc] [ 50 of 220] Compiling Text.Pandoc.Class.Sandbox
579.08 s
[pandoc] [ 51 of 220] Compiling Text.Pandoc.Class.IO
579.08 s
[pandoc] [ 52 of 220] Compiling Text.Pandoc.Class.PandocIO
579.08 s
[pandoc] [ 53 of 220] Compiling Text.Pandoc.Class
579.08 s
[pandoc] [ 54 of 220] Compiling Text.Pandoc.Highlighting
579.08 s
[pandoc] [ 55 of 220] Compiling Text.Pandoc.Options
579.08 s
[pandoc] [ 56 of 220] Compiling Text.Pandoc.Transforms
579.08 s
[pandoc] [ 57 of 220] Compiling Text.Pandoc.Readers.ODT
579.08 s
[pandoc] [ 58 of 220] Compiling Text.Pandoc.Readers.Native
579.08 s
[pandoc] [ 59 of 220] Compiling Text.Pandoc.Readers.Haddock
579.08 s
[pandoc] [ 60 of 220] Compiling Text.Pandoc.Readers.EndNote
579.08 s
[pandoc] [ 61 of 220] Compiling Text.Pandoc.Readers.Djot
579.08 s
[pandoc] [ 62 of 220] Compiling Text.Pandoc.Readers.CslJson
579.08 s
[pandoc] [ 63 of 220] Compiling Text.Pandoc.Parsing.Capabilities
579.08 s
[pandoc] [ 64 of 220] Compiling Text.Pandoc.Parsing.State
579.08 s
[pandoc] [ 65 of 220] Compiling Text.Pandoc.Parsing.Lists
579.08 s
[pandoc] [ 66 of 220] Compiling Text.Pandoc.ImageSize
579.08 s
[pandoc] [ 67 of 220] Compiling Text.Pandoc.Filter.Environment
579.08 s
[pandoc] [ 68 of 220] Compiling Text.Pandoc.Data
579.08 s
[pandoc] [ 69 of 220] Compiling Text.Pandoc.Translations
579.08 s
[pandoc] [ 70 of 220] Compiling Text.Pandoc.Templates
579.08 s
[pandoc] [ 71 of 220] Compiling Text.Pandoc.UUID
579.08 s
[pandoc] [ 72 of 220] Compiling Text.Pandoc.Version
579.08 s
[pandoc] [ 73 of 220] Compiling Text.Pandoc.Filter.JSON
579.08 s
[pandoc] [ 74 of 220] Compiling Text.Pandoc.Writers.AnnotatedTable
579.08 s
[pandoc] [ 75 of 220] Compiling Text.Pandoc.Writers.Blaze
579.08 s
[pandoc] [ 76 of 220] Compiling Text.Pandoc.Writers.CslJson
579.08 s
[pandoc] [ 77 of 220] Compiling Text.Pandoc.Writers.Docx.StyleMap
579.08 s
[pandoc] [ 78 of 220] Compiling Text.Pandoc.Writers.GridTable
579.08 s
[pandoc] [ 79 of 220] Compiling Text.Pandoc.Writers.JATS.Types
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 223 | defaultParserState{
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.08 s
[ghcide] |
579.08 s
[ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
579.08 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.08 s
[ghcide]
579.08 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.08 s
[ghcide] Pattern match(es) are non-exhaustive
579.08 s
[ghcide] In a record update:
579.08 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.09 s
[ghcide] |
579.09 s
[ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.09 s
[ghcide] Pattern match(es) are non-exhaustive
579.09 s
[ghcide] In a record update:
579.09 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
579.09 s
[ghcide] |
579.09 s
[ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
579.09 s
[ghcide] Pattern match(es) are non-exhaustive
579.09 s
[ghcide] In a record update:
579.09 s
[ghcide] Patterns of type ‘ParserState’ not matched:
579.09 s
[ghcide] ParserStateDone _
579.09 s
[ghcide] ParserStateDone _
579.09 s
[ghcide] |
579.09 s
[ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.o, dist/build/Development/IDE/Plugin/TypeLenses.dyn_o )
579.09 s
[ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.o, dist/build/Development/IDE/Core/UseStale.dyn_o )
579.09 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.o, dist/build/Generics/SYB/GHC.dyn_o )
579.09 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.o, dist/build/Text/Fuzzy/Parallel.dyn_o )
579.09 s
[ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, dist/build/Development/IDE/Plugin/Completions/Logic.o, dist/build/Development/IDE/Plugin/Completions/Logic.dyn_o )
579.09 s
[ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.o, dist/build/Development/IDE/Plugin/Completions.dyn_o )
579.09 s
[pandoc] [ 80 of 220] Compiling Text.Pandoc.Writers.LaTeX.Lang
579.09 s
[pandoc] [ 81 of 220] Compiling Text.Pandoc.Writers.LaTeX.Notes
579.09 s
[pandoc] [ 82 of 220] Compiling Text.Pandoc.Writers.LaTeX.Types
579.09 s
[pandoc] [ 83 of 220] Compiling Text.Pandoc.Writers.LaTeX.Caption
579.09 s
[pandoc] [ 84 of 220] Compiling Text.Pandoc.Writers.LaTeX.Util
579.09 s
[pandoc] [ 85 of 220] Compiling Text.Pandoc.Writers.LaTeX.Table
579.09 s
[pandoc] [ 86 of 220] Compiling Text.Pandoc.Writers.Math
579.09 s
[pandoc] [ 87 of 220] Compiling Text.Pandoc.Writers.Native
579.09 s
[pandoc] [ 88 of 220] Compiling Text.Pandoc.Writers.OOXML
579.09 s
[pandoc] [ 89 of 220] Compiling Text.Pandoc.Writers.Docx.Types
579.09 s
[pandoc] [ 90 of 220] Compiling Text.Pandoc.Writers.Docx.Table
579.09 s
[pandoc] [ 91 of 220] Compiling Text.Pandoc.Writers.Roff
579.09 s
[pandoc] [ 92 of 220] Compiling Text.Pandoc.XML
579.09 s
[pandoc] [ 93 of 220] Compiling Text.Pandoc.Writers.JATS.Table
579.09 s
[pandoc] [ 94 of 220] Compiling Text.Pandoc.Writers.JATS.References
579.09 s
[pandoc] [ 95 of 220] Compiling Text.Pandoc.Readers.Jira
579.09 s
[pandoc] [ 96 of 220] Compiling Text.Pandoc.Readers.JATS
579.09 s
[pandoc] [ 97 of 220] Compiling Text.Pandoc.Readers.FB2
579.09 s
[pandoc] [ 98 of 220] Compiling Text.Pandoc.Readers.DocBook
579.09 s
[ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, dist/build/Development/IDE/Plugin/HLS/GhcIde.o, dist/build/Development/IDE/Plugin/HLS/GhcIde.dyn_o )
579.09 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.o, dist/build/Development/IDE/Main.dyn_o )
579.09 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
579.09 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
579.09 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
579.09 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
579.09 s
[ghcide] |
579.09 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
579.09 s
[ghcide]
579.09 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
579.09 s
[ghcide] The following packages were specified via -package or -package-id flags,
579.09 s
[ghcide] but were not needed for compilation:
579.09 s
[ghcide] - os-string-2.0.2 (exposed by flag -package-id os-string-2.0.2-059d)
579.09 s
[ghcide]
579.09 s
[ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
579.09 s
[ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.p_o )
579.09 s
[ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.p_o )
579.09 s
[ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.p_o )
579.09 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
579.09 s
[ghcide] The import of ‘Data.List’ is redundant
579.09 s
[ghcide] except perhaps to import instances from ‘Data.List’
579.09 s
[ghcide] To import instances alone, use: import Data.List()
579.09 s
[ghcide] |
579.09 s
[ghcide] 31 | import Data.List
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.p_o )
579.09 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
579.09 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
579.09 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
579.09 s
[ghcide] |
579.09 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
579.09 s
[ghcide] The import of ‘Exception, fromException’
579.09 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
579.09 s
[ghcide] |
579.09 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
579.09 s
[ghcide]
579.09 s
[ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, dist/build/Development/IDE/GHC/Compat/CmdLine.p_o )
579.09 s
[ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, dist/build/Development/IDE/GHC/Compat/Core.p_o )
579.09 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
579.09 s
[ghcide] The export item ‘Warn(..)’ suggests that
579.09 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
579.09 s
[ghcide] but it has none
579.09 s
[ghcide] |
579.09 s
[ghcide] 270 | Warn(..) ,
579.09 s
[ghcide] | ^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
579.09 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
579.09 s
[ghcide] |
579.09 s
[ghcide] 364 | module GHC.Utils.Panic ,
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
579.09 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
579.09 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
579.09 s
[ghcide] but it has none
579.09 s
[ghcide] |
579.09 s
[ghcide] 432 | import GHC.Driver.CmdLine (Warn (..) )
579.09 s
[ghcide] | ^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:464:76: warning : [ GHC-61689 ] [ -Wdodgy-imports ]
579.09 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
579.09 s
[ghcide] |
579.09 s
[ghcide] 464 | anyM, concatMapM, mapMaybeM, foldMapM ,
579.09 s
[ghcide] | ^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
579.09 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
579.09 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
579.09 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
579.09 s
[ghcide] |
579.09 s
[ghcide] 498 | import GHC.Data.Bag
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
579.09 s
[ghcide] Top-level binding with no type signature:
579.09 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
579.09 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
579.09 s
[ghcide] |
579.09 s
[ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, dist/build/Development/IDE/GHC/Compat/Driver.p_o )
579.09 s
[ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, dist/build/Development/IDE/GHC/Compat/Env.p_o )
579.09 s
[ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.p_o )
579.09 s
[ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.p_o )
579.09 s
[ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.p_o )
579.09 s
[ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.p_o )
579.09 s
[ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.p_o )
579.09 s
[ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.p_o )
579.09 s
[ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.p_o )
579.09 s
[ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.p_o )
579.09 s
[ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.p_o )
579.09 s
[ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
579.09 s
[ghcide] The import of ‘Data.List’ is redundant
579.09 s
[ghcide] except perhaps to import instances from ‘Data.List’
579.09 s
[ghcide] To import instances alone, use: import Data.List()
579.09 s
[ghcide] |
579.09 s
[ghcide] 128 | import Data.List (foldl')
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
579.09 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
579.09 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
579.09 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
579.09 s
[ghcide] This makes type inference for inner bindings fragile;
579.09 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
579.09 s
[ghcide] • In the type signature:
579.09 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
579.09 s
[ghcide] GenLocated a e -> GenLocated b e
579.09 s
[ghcide] |
579.09 s
[ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
579.09 s
[ghcide] Pattern match(es) are non-exhaustive
579.09 s
[ghcide] In a pattern binding:
579.09 s
[ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
579.09 s
[ghcide] |
579.09 s
[ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
579.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579.09 s
[ghcide]
579.09 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
579.09 s
[ghcide] Top-level binding with no type signature:
579.09 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
579.09 s
[ghcide] |
579.09 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
579.09 s
[ghcide] | ^^^^^^^^^^^^
579.09 s
[ghcide]
579.36 s
[ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.p_o )
579.63 s
[ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.p_o )
580.67 s
[ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.p_o )
580.81 s
[ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, dist/build/Development/IDE/Session/Implicit.p_o )
580.81 s
[ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.p_o )
580.81 s
[ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.p_o )
580.81 s
[ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.p_o )
580.81 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
580.81 s
[ghcide] The import of ‘Text.Printf’ is redundant
580.81 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
580.81 s
[ghcide] To import instances alone, use: import Text.Printf()
580.81 s
[ghcide] |
580.81 s
[ghcide] 66 | import Text.Printf (printf)
580.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
580.81 s
[ghcide]
581.36 s
[ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, dist/build/Development/IDE/Session/Diagnostics.p_o )
581.41 s
[pandoc] [ 99 of 220] Compiling Text.Pandoc.Parsing.General
581.41 s
[pandoc] [100 of 220] Compiling Text.Pandoc.Parsing.Smart
581.41 s
[pandoc] [101 of 220] Compiling Text.Pandoc.Parsing.Math
581.41 s
[pandoc] [102 of 220] Compiling Text.Pandoc.Parsing.GridTable
581.41 s
[pandoc] [103 of 220] Compiling Text.Pandoc.Parsing.Citations
581.41 s
[pandoc] [104 of 220] Compiling Text.Pandoc.Parsing
581.41 s
[pandoc] [105 of 220] Compiling Text.Pandoc.Writers.Markdown.Types
585.31 s
[ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.p_o )
585.31 s
[ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.p_o )
585.31 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
585.31 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
585.31 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
585.31 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
585.31 s
[ghcide] |
585.31 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
585.31 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
585.31 s
[ghcide]
585.31 s
[ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.p_o )
585.31 s
[ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.p_o )
585.31 s
[ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.p_o )
585.31 s
[ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, dist/build/Development/IDE/Plugin/Completions/Types.p_o )
585.66 s
[pandoc] [106 of 220] Compiling Text.Pandoc.Writers.Markdown.Table
590.85 s
[ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.p_o )
590.89 s
[ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.p_o )
590.89 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
590.89 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
590.89 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
590.89 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
590.89 s
[ghcide] |
590.89 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
590.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
590.89 s
[ghcide]
590.89 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
590.89 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
590.89 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
590.89 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
590.89 s
[ghcide] |
590.89 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
590.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
590.89 s
[ghcide]
590.89 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
590.89 s
[ghcide] The import of ‘System.Directory’ is redundant
590.89 s
[ghcide] except perhaps to import instances from ‘System.Directory’
590.89 s
[ghcide] To import instances alone, use: import System.Directory()
590.89 s
[ghcide] |
590.89 s
[ghcide] 30 | import System.Directory (makeAbsolute)
590.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
590.89 s
[ghcide]
590.89 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
590.89 s
[ghcide] Defined but not used: ‘mod_cache’
590.89 s
[ghcide] |
590.89 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
590.89 s
[ghcide] | ^^^^^^^^^
590.89 s
[ghcide]
590.89 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
590.89 s
[ghcide] Defined but not used: ‘file_cache’
590.89 s
[ghcide] |
590.89 s
[ghcide] 57 | file_cache <- newIORef M.empty
590.89 s
[ghcide] | ^^^^^^^^^^
590.89 s
[ghcide]
590.89 s
[ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.p_o )
590.89 s
[ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.p_o )
590.89 s
[ghcide] src/Development/IDE/Import/FindImports.hs:212:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
590.89 s
[ghcide] Pattern match(es) are non-exhaustive
590.89 s
[ghcide] In a record update:
590.89 s
[ghcide] Patterns of type ‘FindResult’ not matched:
590.89 s
[ghcide] Found _ _
590.89 s
[ghcide] NoPackage _
590.89 s
[ghcide] FoundMultiple _
590.89 s
[ghcide] |
590.89 s
[ghcide] 212 | notFound
590.89 s
[ghcide] | ^^^^^^^^...
590.89 s
[ghcide]
590.89 s
[ghcide] src/Development/IDE/Import/FindImports.hs:225:15: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
590.89 s
[ghcide] Pattern match(es) are non-exhaustive
590.89 s
[ghcide] In a record update:
590.89 s
[ghcide] Patterns of type ‘FindResult’ not matched:
590.89 s
[ghcide] Found _ _
590.89 s
[ghcide] NoPackage _
590.89 s
[ghcide] FoundMultiple _
590.89 s
[ghcide] |
590.89 s
[ghcide] 225 | in notFound {fr_unusables = unusables'}
590.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
590.89 s
[ghcide]
590.89 s
[ghcide] src/Development/IDE/Import/FindImports.hs:227:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
590.89 s
[ghcide] Pattern match(es) are non-exhaustive
590.89 s
[ghcide] In a record update:
590.89 s
[ghcide] Patterns of type ‘FindResult’ not matched:
590.89 s
[ghcide] Found _ _
590.89 s
[ghcide] NoPackage _
590.89 s
[ghcide] FoundMultiple _
590.89 s
[ghcide] |
590.89 s
[ghcide] 227 | notFound {fr_suggestions = suggest}
590.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
590.89 s
[ghcide]
590.89 s
[ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.p_o )
590.89 s
[ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.p_o )
591.74 s
[ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.p_o )
591.74 s
[ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.p_o )
591.74 s
[ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.p_o )
591.74 s
[ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.p_o )
591.74 s
[ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.p_o )
591.74 s
[ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.p_o )
592.34 s
[ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.p_o )
593.00 s
[ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.p_o )
593.00 s
[ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.p_o )
593.25 s
[ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
593.25 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
593.25 s
[ghcide] |
593.25 s
[ghcide] 108 | import Data.List.Extra (foldl' , partition,
593.25 s
[ghcide] | ^^^^^^
593.25 s
[ghcide]
596.10 s
[pandoc] [107 of 220] Compiling Text.Pandoc.SelfContained
598.01 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
604.77 s
[ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.p_o )
604.97 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
604.97 s
[ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.p_o )
604.97 s
[ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.p_o )
604.97 s
[ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.p_o )
605.86 s
[ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.p_o )
605.86 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
605.86 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
605.86 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
605.86 s
[ghcide] To import instances alone, use: import Data.Aeson()
605.86 s
[ghcide] |
605.86 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
605.86 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
605.86 s
[ghcide]
605.86 s
[ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.p_o )
605.86 s
[ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.p_o )
605.86 s
[ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
605.86 s
[ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
605.86 s
[ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
605.86 s
[ghcide] To import instances alone, use: import Data.List.NonEmpty()
605.86 s
[ghcide] |
605.86 s
[ghcide] 66 | import qualified Data.List.NonEmpty as NE
605.86 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
605.86 s
[ghcide]
605.86 s
[ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning : [ GHC-38856 ] [ -Wunused-imports ]
605.86 s
[ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
605.86 s
[ghcide] |
605.86 s
[ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime )
605.86 s
[ghcide] | ^^^^^^^^^^^^^^
605.86 s
[ghcide]
605.86 s
[ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
605.86 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
605.86 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
605.86 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
605.87 s
[ghcide] |
605.87 s
[ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
605.87 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
605.87 s
[ghcide]
605.87 s
[ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
605.87 s
[ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
605.87 s
[ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
605.87 s
[ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
605.87 s
[ghcide] |
605.87 s
[ghcide] 140 | import Development.IDE.Import.FindImports
605.87 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
605.87 s
[ghcide]
605.87 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning : [ GHC-40910 ] [ -Wunused-matches ]
605.87 s
[ghcide] Defined but not used: ‘dep_info’
605.87 s
[ghcide] |
605.87 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
605.87 s
[ghcide] | ^^^^^^^^
605.87 s
[ghcide]
605.87 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
605.87 s
[ghcide] Defined but not used: ‘hsc_env’
605.87 s
[ghcide] |
605.87 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
605.87 s
[ghcide] | ^^^^^^^
605.87 s
[ghcide]
607.35 s
[ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.p_o )
607.87 s
[ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.p_o )
608.98 s
[pandoc] [108 of 220] Compiling Text.Pandoc.Readers.Vimwiki
609.24 s
[ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.p_o )
609.24 s
[ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.p_o )
609.24 s
[ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.p_o )
609.24 s
[ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.p_o )
609.24 s
[ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.p_o )
610.26 s
[ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.p_o )
610.26 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
610.30 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
610.30 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
610.30 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
610.30 s
[ghcide] |
610.30 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
610.30 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
610.30 s
[ghcide]
610.30 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
610.30 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
610.30 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
610.30 s
[ghcide] Consider disambiguating using module qualification instead.
610.30 s
[ghcide] |
610.30 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
610.30 s
[ghcide] | ^^^^^^^^^^^^^^^
610.30 s
[ghcide]
614.53 s
[ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.p_o )
623.58 s
[ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.p_o )
623.58 s
[ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.p_o )
623.61 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
623.61 s
[ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.p_o )
623.61 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.61 s
[ghcide] Pattern match(es) are non-exhaustive
623.61 s
[ghcide] In a record update:
623.61 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.61 s
[ghcide] |
623.61 s
[ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
623.61 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.61 s
[ghcide]
623.61 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.61 s
[ghcide] Pattern match(es) are non-exhaustive
623.61 s
[ghcide] In a record update:
623.61 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.61 s
[ghcide] |
623.61 s
[ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
623.61 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.61 s
[ghcide]
623.61 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.61 s
[ghcide] Pattern match(es) are non-exhaustive
623.61 s
[ghcide] In a record update:
623.61 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.61 s
[ghcide] |
623.61 s
[ghcide] 160 | defaultParserState
623.61 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
623.61 s
[ghcide]
623.61 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 165 | defaultParserState
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 171 | defaultParserState
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 186 | defaultParserState
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 193 | defaultParserState
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 203 | defaultParserState{
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched:
623.62 s
[ghcide] ParserStateDone _
623.62 s
[ghcide] ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 207 | defaultParserState{
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 214 | defaultParserState{ isLastTokenHash = True }
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 223 | defaultParserState{
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.62 s
[ghcide]
623.62 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
623.62 s
[ghcide] Pattern match(es) are non-exhaustive
623.62 s
[ghcide] In a record update:
623.62 s
[ghcide] Patterns of type ‘ParserState’ not matched:
623.62 s
[ghcide] ParserStateDone _
623.62 s
[ghcide] ParserStateDone _
623.62 s
[ghcide] |
623.62 s
[ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
623.62 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623.62 s
[ghcide]
623.62 s
[ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.p_o )
623.62 s
[ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.p_o )
623.62 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
623.62 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
623.62 s
[ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, dist/build/Development/IDE/Plugin/Completions/Logic.p_o )
623.62 s
[ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.p_o )
623.62 s
[ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, dist/build/Development/IDE/Plugin/HLS/GhcIde.p_o )
623.62 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
623.68 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
623.69 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
623.69 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
623.69 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
623.69 s
[ghcide] |
623.69 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
623.69 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
623.69 s
[ghcide]
632.38 s
[pandoc] [109 of 220] Compiling Text.Pandoc.Readers.Typst.Math
637.34 s
[ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0...
637.34 s
[ghcide] Building executable 'ghcide' for ghcide-2.10.0.0...
637.62 s
[ghcide] [1 of 3] Compiling Arguments ( exe/Arguments.hs, dist/build/ghcide/ghcide-tmp/Arguments.o, dist/build/ghcide/ghcide-tmp/Arguments.dyn_o )
644.33 s
[ghcide] [2 of 3] Compiling Paths_ghcide ( dist/build/ghcide/autogen/Paths_ghcide.hs, dist/build/ghcide/ghcide-tmp/Paths_ghcide.o, dist/build/ghcide/ghcide-tmp/Paths_ghcide.dyn_o )
644.37 s
[ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
651.55 s
[ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
663.48 s
[ghcide] buildPhase completed in 3 minutes 42 seconds
663.48 s
[ghcide] Phase: checkPhase
663.61 s
[ghcide] Package has no test suites.
663.64 s
[ghcide] Phase: haddockPhase
664.08 s
[ghcide] Preprocessing library for ghcide-2.10.0.0...
664.21 s
[ghcide] Running Haddock on library for ghcide-2.10.0.0...
666.36 s
[ghcide] Warning: The documentation for the following packages are not installed. No
666.36 s
[ghcide] links will be generated to these packages: attoparsec-0.14.4,
666.36 s
[ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
670.27 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
670.37 s
[ghcide] The following packages were specified via -package or -package-id flags,
670.37 s
[ghcide] but were not needed for compilation:
670.37 s
[ghcide] - os-string-2.0.2 (exposed by flag -package-id os-string-2.0.2-059d)
670.37 s
[ghcide]
670.37 s
[ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, /build/ghc2211_0/ghc_80.o, /build/ghc2211_0/ghc_80.dyn_o )
670.43 s
[ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, nothing )
671.09 s
[ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, nothing )
671.17 s
[ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, nothing )
671.92 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
671.92 s
[ghcide] The import of ‘Data.List’ is redundant
671.92 s
[ghcide] except perhaps to import instances from ‘Data.List’
671.92 s
[ghcide] To import instances alone, use: import Data.List()
671.92 s
[ghcide] |
671.92 s
[ghcide] 31 | import Data.List
671.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
671.92 s
[ghcide]
671.93 s
[ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, nothing )
672.00 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
672.00 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
672.00 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
672.00 s
[ghcide] |
672.00 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
672.00 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
672.00 s
[ghcide]
672.00 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
672.00 s
[ghcide] The import of ‘Exception, fromException’
672.00 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
672.00 s
[ghcide] |
672.00 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
672.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
672.01 s
[ghcide]
672.01 s
[ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, nothing )
672.41 s
[ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, /build/ghc2211_0/ghc_84.o, /build/ghc2211_0/ghc_84.dyn_o )
674.41 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
674.41 s
[ghcide] The export item ‘Warn(..)’ suggests that
674.41 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
674.41 s
[ghcide] but it has none
674.41 s
[ghcide] |
674.41 s
[ghcide] 270 | Warn(..) ,
674.41 s
[ghcide] | ^^^^^^^^
674.41 s
[ghcide]
674.41 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
674.41 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
674.41 s
[ghcide] |
674.41 s
[ghcide] 364 | module GHC.Utils.Panic ,
674.41 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
674.41 s
[ghcide]
674.41 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
674.41 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
674.41 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
674.41 s
[ghcide] but it has none
674.41 s
[ghcide] |
674.41 s
[ghcide] 432 | import GHC.Driver.CmdLine (Warn (..) )
674.41 s
[ghcide] | ^^^^^^^^^
674.41 s
[ghcide]
674.41 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:464:76: warning : [ GHC-61689 ] [ -Wdodgy-imports ]
674.41 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
674.41 s
[ghcide] |
674.41 s
[ghcide] 464 | anyM, concatMapM, mapMaybeM, foldMapM ,
674.41 s
[ghcide] | ^^^^^^^^
674.41 s
[ghcide]
674.41 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
674.41 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
674.41 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
674.41 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
674.41 s
[ghcide] |
674.41 s
[ghcide] 498 | import GHC.Data.Bag
674.41 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
674.41 s
[ghcide]
674.42 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
674.42 s
[ghcide] Top-level binding with no type signature:
674.42 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
674.42 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
674.42 s
[ghcide] |
674.42 s
[ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
674.42 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
674.42 s
[ghcide]
675.08 s
[ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, nothing )
675.24 s
[ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, /build/ghc2211_0/ghc_86.o, /build/ghc2211_0/ghc_86.dyn_o )
675.60 s
[ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, nothing )
676.05 s
[ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, /build/ghc2211_0/ghc_92.o, /build/ghc2211_0/ghc_92.dyn_o )
676.20 s
[ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, /build/ghc2211_0/ghc_90.o, /build/ghc2211_0/ghc_90.dyn_o )
676.26 s
[ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, /build/ghc2211_0/ghc_88.o, /build/ghc2211_0/ghc_88.dyn_o )
676.33 s
[ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, /build/ghc2211_0/ghc_98.o, /build/ghc2211_0/ghc_98.dyn_o )
676.65 s
[ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, /build/ghc2211_0/ghc_100.o, /build/ghc2211_0/ghc_100.dyn_o )
676.72 s
[ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, /build/ghc2211_0/ghc_94.o, /build/ghc2211_0/ghc_94.dyn_o )
676.83 s
[ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, /build/ghc2211_0/ghc_96.o, /build/ghc2211_0/ghc_96.dyn_o )
676.91 s
[ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, /build/ghc2211_0/ghc_82.o, /build/ghc2211_0/ghc_82.dyn_o )
677.37 s
[ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
677.37 s
[ghcide] The import of ‘Data.List’ is redundant
677.37 s
[ghcide] except perhaps to import instances from ‘Data.List’
677.37 s
[ghcide] To import instances alone, use: import Data.List()
677.37 s
[ghcide] |
677.37 s
[ghcide] 128 | import Data.List (foldl')
677.37 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
677.37 s
[ghcide]
677.37 s
[ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
677.37 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
677.37 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
677.37 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
677.37 s
[ghcide] This makes type inference for inner bindings fragile;
677.37 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
677.37 s
[ghcide] • In the type signature:
677.37 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
677.37 s
[ghcide] GenLocated a e -> GenLocated b e
677.37 s
[ghcide] |
677.37 s
[ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
677.37 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
677.37 s
[ghcide]
677.37 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
677.37 s
[ghcide] Top-level binding with no type signature:
677.37 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
677.37 s
[ghcide] |
677.37 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
677.37 s
[ghcide] | ^^^^^^^^^^^^
677.37 s
[ghcide]
677.79 s
[ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, nothing )
677.85 s
[ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, /build/ghc2211_0/ghc_102.o, /build/ghc2211_0/ghc_102.dyn_o )
678.48 s
[ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, nothing )
678.56 s
[ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, nothing )
678.76 s
[ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, nothing )
681.73 s
[ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, /build/ghc2211_0/ghc_126.o, /build/ghc2211_0/ghc_126.dyn_o )
682.00 s
[ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, /build/ghc2211_0/ghc_118.o, /build/ghc2211_0/ghc_118.dyn_o )
682.80 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
682.80 s
[ghcide] The import of ‘Text.Printf’ is redundant
682.80 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
682.80 s
[ghcide] To import instances alone, use: import Text.Printf()
682.80 s
[ghcide] |
682.80 s
[ghcide] 66 | import Text.Printf (printf)
682.80 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
682.80 s
[ghcide]
683.08 s
[ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, nothing )
683.30 s
[ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, /build/ghc2211_0/ghc_108.o, /build/ghc2211_0/ghc_108.dyn_o )
683.73 s
[ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, /build/ghc2211_0/ghc_106.o, /build/ghc2211_0/ghc_106.dyn_o )
683.94 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
683.94 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
683.94 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
683.94 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
683.94 s
[ghcide] |
683.94 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
683.94 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
683.94 s
[ghcide]
684.24 s
[ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, /build/ghc2211_0/ghc_124.o, /build/ghc2211_0/ghc_124.dyn_o )
684.59 s
[ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, /build/ghc2211_0/ghc_120.o, /build/ghc2211_0/ghc_120.dyn_o )
685.32 s
[ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, /build/ghc2211_0/ghc_114.o, /build/ghc2211_0/ghc_114.dyn_o )
685.85 s
[ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, nothing )
686.09 s
[ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, /build/ghc2211_0/ghc_104.o, /build/ghc2211_0/ghc_104.dyn_o )
686.40 s
[ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, /build/ghc2211_0/ghc_122.o, /build/ghc2211_0/ghc_122.dyn_o )
686.50 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
686.50 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
686.50 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
686.50 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
686.50 s
[ghcide] |
686.50 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
686.50 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
686.50 s
[ghcide]
686.50 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
686.50 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
686.50 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
686.50 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
686.50 s
[ghcide] |
686.50 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
686.50 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
686.50 s
[ghcide]
686.50 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
686.50 s
[ghcide] The import of ‘System.Directory’ is redundant
686.50 s
[ghcide] except perhaps to import instances from ‘System.Directory’
686.50 s
[ghcide] To import instances alone, use: import System.Directory()
686.50 s
[ghcide] |
686.50 s
[ghcide] 30 | import System.Directory (makeAbsolute)
686.50 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
686.50 s
[ghcide]
686.50 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
686.50 s
[ghcide] Defined but not used: ‘mod_cache’
686.50 s
[ghcide] |
686.50 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
686.50 s
[ghcide] | ^^^^^^^^^
686.50 s
[ghcide]
686.50 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
686.50 s
[ghcide] Defined but not used: ‘file_cache’
686.50 s
[ghcide] |
686.50 s
[ghcide] 57 | file_cache <- newIORef M.empty
686.50 s
[ghcide] | ^^^^^^^^^^
686.50 s
[ghcide]
686.64 s
[ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, /build/ghc2211_0/ghc_116.o, /build/ghc2211_0/ghc_116.dyn_o )
687.55 s
[ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, /build/ghc2211_0/ghc_112.o, /build/ghc2211_0/ghc_112.dyn_o )
687.89 s
[ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, /build/ghc2211_0/ghc_110.o, /build/ghc2211_0/ghc_110.dyn_o )
688.78 s
[ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, nothing )
689.14 s
[ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, nothing )
689.18 s
[ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, nothing )
689.26 s
[ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, nothing )
689.41 s
[ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, nothing )
689.43 s
[ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, nothing )
689.46 s
[ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, nothing )
689.57 s
[ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, nothing )
689.72 s
[ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, nothing )
689.83 s
[ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, nothing )
690.81 s
[ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
690.81 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
690.81 s
[ghcide] |
690.81 s
[ghcide] 108 | import Data.List.Extra (foldl' , partition,
690.81 s
[ghcide] | ^^^^^^
690.81 s
[ghcide]
690.86 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, nothing )
691.60 s
[ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, nothing )
691.68 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, nothing )
691.70 s
[ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, nothing )
692.06 s
[ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, nothing )
692.10 s
[ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, nothing )
692.93 s
[ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, nothing )
693.02 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
693.02 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
693.02 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
693.02 s
[ghcide] To import instances alone, use: import Data.Aeson()
693.02 s
[ghcide] |
693.02 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
693.02 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
693.02 s
[ghcide]
693.02 s
[ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, nothing )
693.21 s
[ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, nothing )
694.12 s
[ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
694.12 s
[ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
694.12 s
[ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
694.12 s
[ghcide] To import instances alone, use: import Data.List.NonEmpty()
694.12 s
[ghcide] |
694.12 s
[ghcide] 66 | import qualified Data.List.NonEmpty as NE
694.12 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
694.12 s
[ghcide]
694.12 s
[ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning : [ GHC-38856 ] [ -Wunused-imports ]
694.12 s
[ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
694.12 s
[ghcide] |
694.12 s
[ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime )
694.12 s
[ghcide] | ^^^^^^^^^^^^^^
694.12 s
[ghcide]
694.12 s
[ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
694.12 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
694.12 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
694.12 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
694.12 s
[ghcide] |
694.12 s
[ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
694.12 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
694.12 s
[ghcide]
694.12 s
[ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
694.12 s
[ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
694.12 s
[ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
694.12 s
[ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
694.12 s
[ghcide] |
694.12 s
[ghcide] 140 | import Development.IDE.Import.FindImports
694.13 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
694.13 s
[ghcide]
694.13 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning : [ GHC-40910 ] [ -Wunused-matches ]
694.13 s
[ghcide] Defined but not used: ‘dep_info’
694.13 s
[ghcide] |
694.13 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
694.13 s
[ghcide] | ^^^^^^^^
694.13 s
[ghcide]
694.13 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
694.13 s
[ghcide] Defined but not used: ‘hsc_env’
694.13 s
[ghcide] |
694.13 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
694.13 s
[ghcide] | ^^^^^^^
694.13 s
[ghcide]
694.20 s
[ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, nothing )
694.31 s
[ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, nothing )
694.75 s
[ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, nothing )
694.85 s
[ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, nothing )
694.91 s
[ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, nothing )
695.06 s
[ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, nothing )
695.21 s
[ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, nothing )
695.33 s
[ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, nothing )
696.00 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
696.00 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
696.00 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
696.00 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
696.00 s
[ghcide] |
696.01 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
696.01 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
696.01 s
[ghcide]
696.01 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
696.01 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
696.01 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
696.01 s
[ghcide] Consider disambiguating using module qualification instead.
696.01 s
[ghcide] |
696.01 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
696.01 s
[ghcide] | ^^^^^^^^^^^^^^^
696.01 s
[ghcide]
696.05 s
[ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, nothing )
696.32 s
[ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, nothing )
696.48 s
[ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, nothing )
696.54 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, nothing )
696.59 s
[ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, nothing )
696.78 s
[ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, nothing )
697.81 s
[ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, nothing )
697.89 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, nothing )
697.97 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, nothing )
698.05 s
[ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, nothing )
698.46 s
[ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, nothing )
698.70 s
[ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, nothing )
698.77 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, nothing )
699.07 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
699.07 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
699.07 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
699.07 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
699.07 s
[ghcide] |
699.07 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
699.07 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
699.07 s
[ghcide]
699.09 s
[ghcide] Haddock coverage:
699.14 s
[ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
699.14 s
[ghcide] Missing documentation for:
699.14 s
[ghcide] Module header
699.14 s
[ghcide] modifyVar (src/Control/Concurrent/Strict.hs:27)
699.14 s
[ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:35)
699.14 s
[ghcide] addMVarFinalizer
699.15 s
[ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
699.15 s
[ghcide] Missing documentation for:
699.15 s
[ghcide] Module header
699.15 s
[ghcide] registerEvent
699.15 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
699.15 s
[ghcide] Missing documentation for:
699.15 s
[ghcide] Module header
699.15 s
[ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
699.16 s
[ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
699.16 s
[ghcide] Missing documentation for:
699.16 s
[ghcide] Module header
699.16 s
[ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
699.16 s
[ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:49)
699.16 s
[ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:53)
699.16 s
[ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:57)
699.16 s
[ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:86)
699.16 s
[ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:89)
699.16 s
[ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
699.16 s
[ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:116)
699.16 s
[ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:96)
699.16 s
[ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:100)
699.16 s
[ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:133)
699.16 s
[ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:104)
699.16 s
[ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:194)
699.16 s
[ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:140)
699.16 s
[ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:166)
699.16 s
[ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
699.16 s
[ghcide] Missing documentation for:
699.16 s
[ghcide] Module header
699.16 s
[ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
699.16 s
[ghcide] Missing documentation for:
699.16 s
[ghcide] CmdLineP
699.16 s
[ghcide] getCmdLineState
699.16 s
[ghcide] putCmdLineState
699.16 s
[ghcide] Flag
699.16 s
[ghcide] OptKind
699.16 s
[ghcide] EwM
699.16 s
[ghcide] defFlag
699.16 s
[ghcide] liftEwM
699.43 s
[ghcide] 25% (864 /3421) in 'Development.IDE.GHC.Compat.Core'
699.43 s
[ghcide] Missing documentation for:
699.43 s
[ghcide] extensions
699.43 s
[ghcide] extensionFlags
699.43 s
[ghcide] targetPlatform
699.43 s
[ghcide] generalFlags
699.43 s
[ghcide] warningFlags
699.43 s
[ghcide] topDir
699.43 s
[ghcide] hiDir
699.43 s
[ghcide] tmpDir
699.43 s
[ghcide] importPaths
699.43 s
[ghcide] useColor
699.43 s
[ghcide] canUseColor
699.43 s
[ghcide] useUnicode
699.43 s
[ghcide] objectDir
699.43 s
[ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:621)
699.43 s
[ghcide] outputFile
699.43 s
[ghcide] setOutputFile
699.43 s
[ghcide] needWiredInHomeIface
699.43 s
[ghcide] importDecl
699.43 s
[ghcide] sPgm_F
699.43 s
[ghcide] FlagSpec
699.43 s
[ghcide] WarningFlag
699.43 s
[ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:628)
699.43 s
[ghcide] setUnsafeGlobalDynFlags
699.43 s
[ghcide] scaledThing
699.43 s
[ghcide] IfaceTyCon
699.43 s
[ghcide] ModIface
699.43 s
[ghcide] HscSource
699.43 s
[ghcide] loadInterface
699.43 s
[ghcide] RecompileRequired
699.43 s
[ghcide] mkPartialIface
699.43 s
[ghcide] Fixity
699.43 s
[ghcide] defaultFixity
699.43 s
[ghcide] lookupFixityRn
699.43 s
[ghcide] Type
699.43 s
[ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:641)
699.43 s
[ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:680)
699.43 s
[ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:690)
699.43 s
[ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:694)
699.43 s
[ghcide] SourceText
699.43 s
[ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:606)
699.43 s
[ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:613)
699.43 s
[ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:597)
699.43 s
[ghcide] availsToNameSet
699.43 s
[ghcide] ParsedSource
699.43 s
[ghcide] RenamedSource
699.43 s
[ghcide] unGhc
699.43 s
[ghcide] getSession
699.43 s
[ghcide] setSessionDynFlags
699.43 s
[ghcide] runHsc
699.43 s
[ghcide] compileFile
699.43 s
[ghcide] hscInteractive
699.43 s
[ghcide] hscUpdateHPT
699.43 s
[ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:746)
699.43 s
[ghcide] tcSplitForAllTyVarBinder_maybe
699.43 s
[ghcide] typecheckIface
699.43 s
[ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:751)
699.43 s
[ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:759)
699.43 s
[ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:764)
699.43 s
[ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:768)
699.43 s
[ghcide] tidyProgram
699.43 s
[ghcide] ImportedModsVal
699.43 s
[ghcide] importedByUser
699.43 s
[ghcide] TypecheckedSource
699.43 s
[ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:647)
699.43 s
[ghcide] Located
699.43 s
[ghcide] unLoc
699.43 s
[ghcide] getLoc
699.43 s
[ghcide] getLocA
699.43 s
[ghcide] locA
699.43 s
[ghcide] noLocA
699.43 s
[ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:727)
699.43 s
[ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:724)
699.43 s
[ghcide] LocatedA
699.43 s
[ghcide] RealLocated
699.43 s
[ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:585)
699.43 s
[ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:591)
699.43 s
[ghcide] mkRealSrcLoc
699.43 s
[ghcide] getRealSrcSpan
699.43 s
[ghcide] realSrcLocSpan
699.43 s
[ghcide] realSrcSpanStart
699.43 s
[ghcide] realSrcSpanEnd
699.43 s
[ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:722)
699.43 s
[ghcide] srcSpanStartLine
699.43 s
[ghcide] srcSpanStartCol
699.43 s
[ghcide] srcSpanEndLine
699.43 s
[ghcide] srcSpanEndCol
699.43 s
[ghcide] srcSpanFile
699.43 s
[ghcide] noLoc
699.43 s
[ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:785)
699.43 s
[ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:580)
699.43 s
[ghcide] findObjectLinkableMaybe
699.43 s
[ghcide] InstalledFindResult
699.43 s
[ghcide] PackageName
699.43 s
[ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:715)
699.43 s
[ghcide] Hooks
699.43 s
[ghcide] runMetaHook
699.43 s
[ghcide] MetaHook
699.43 s
[ghcide] metaRequestE
699.43 s
[ghcide] metaRequestP
699.43 s
[ghcide] metaRequestT
699.43 s
[ghcide] metaRequestD
699.43 s
[ghcide] metaRequestAW
699.43 s
[ghcide] addToHpt
699.43 s
[ghcide] addListToHpt
699.43 s
[ghcide] TargetId
699.43 s
[ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:816)
699.43 s
[ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:699)
699.43 s
[ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:703)
699.43 s
[ghcide] InteractiveImport
699.43 s
[ghcide] parseImportDecl
699.43 s
[ghcide] runDecls
699.43 s
[ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:732)
699.43 s
[ghcide] gre_name (src/Development/IDE/GHC/Compat/Core.hs:732)
699.43 s
[ghcide] gre_imp (src/Development/IDE/GHC/Compat/Core.hs:732)
699.43 s
[ghcide] gre_lcl (src/Development/IDE/GHC/Compat/Core.hs:732)
699.43 s
[ghcide] gre_par (src/Development/IDE/GHC/Compat/Core.hs:732)
699.43 s
[ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:741)
699.43 s
[ghcide] hasKey
699.44 s
[ghcide] allNameStrings
699.44 s
[ghcide] allNameStringList
699.44 s
[ghcide] itName
699.44 s
[ghcide] mkUnboundName
699.44 s
[ghcide] isUnboundName
699.44 s
[ghcide] basicKnownKeyNames
699.44 s
[ghcide] genericTyConNames
699.44 s
[ghcide] gHC_PRIM
699.44 s
[ghcide] gHC_PRIM_PANIC
699.44 s
[ghcide] gHC_TYPES
699.44 s
[ghcide] gHC_MAGIC
699.44 s
[ghcide] gHC_MAGIC_DICT
699.44 s
[ghcide] gHC_CSTRING
699.44 s
[ghcide] gHC_CLASSES
699.44 s
[ghcide] gHC_PRIMOPWRAPPERS
699.44 s
[ghcide] gHC_INTERNAL_TUPLE
699.44 s
[ghcide] pRELUDE
699.44 s
[ghcide] dATA_LIST
699.44 s
[ghcide] cONTROL_MONAD_ZIP
699.44 s
[ghcide] gHC_INTERNAL_NUM_INTEGER
699.44 s
[ghcide] gHC_INTERNAL_NUM_NATURAL
699.44 s
[ghcide] gHC_INTERNAL_NUM_BIGNAT
699.44 s
[ghcide] gHC_INTERNAL_BASE
699.44 s
[ghcide] gHC_INTERNAL_ENUM
699.44 s
[ghcide] gHC_INTERNAL_GHCI
699.44 s
[ghcide] gHC_INTERNAL_GHCI_HELPERS
699.44 s
[ghcide] gHC_INTERNAL_SHOW
699.44 s
[ghcide] gHC_INTERNAL_READ
699.44 s
[ghcide] gHC_INTERNAL_NUM
699.44 s
[ghcide] gHC_INTERNAL_MAYBE
699.44 s
[ghcide] gHC_INTERNAL_LIST
699.44 s
[ghcide] gHC_INTERNAL_DATA_EITHER
699.44 s
[ghcide] gHC_INTERNAL_DATA_STRING
699.44 s
[ghcide] gHC_INTERNAL_DATA_FOLDABLE
699.44 s
[ghcide] gHC_INTERNAL_DATA_TRAVERSABLE
699.44 s
[ghcide] gHC_INTERNAL_CONC
699.44 s
[ghcide] gHC_INTERNAL_IO
699.44 s
[ghcide] gHC_INTERNAL_IO_Exception
699.44 s
[ghcide] gHC_INTERNAL_ST
699.44 s
[ghcide] gHC_INTERNAL_IX
699.44 s
[ghcide] gHC_INTERNAL_STABLE
699.44 s
[ghcide] gHC_INTERNAL_PTR
699.44 s
[ghcide] gHC_INTERNAL_ERR
699.44 s
[ghcide] gHC_INTERNAL_REAL
699.44 s
[ghcide] gHC_INTERNAL_FLOAT
699.44 s
[ghcide] gHC_INTERNAL_TOP_HANDLER
699.44 s
[ghcide] gHC_INTERNAL_SYSTEM_IO
699.44 s
[ghcide] gHC_INTERNAL_DYNAMIC
699.44 s
[ghcide] gHC_INTERNAL_TYPEABLE
699.44 s
[ghcide] gHC_INTERNAL_TYPEABLE_INTERNAL
699.44 s
[ghcide] gHC_INTERNAL_DATA_DATA
699.44 s
[ghcide] gHC_INTERNAL_READ_PREC
699.44 s
[ghcide] gHC_INTERNAL_LEX
699.44 s
[ghcide] gHC_INTERNAL_INT
699.44 s
[ghcide] gHC_INTERNAL_WORD
699.44 s
[ghcide] gHC_INTERNAL_MONAD
699.44 s
[ghcide] gHC_INTERNAL_MONAD_FIX
699.44 s
[ghcide] gHC_INTERNAL_MONAD_FAIL
699.44 s
[ghcide] gHC_INTERNAL_ARROW
699.44 s
[ghcide] gHC_INTERNAL_DESUGAR
699.44 s
[ghcide] gHC_INTERNAL_RANDOM
699.44 s
[ghcide] gHC_INTERNAL_EXTS
699.44 s
[ghcide] gHC_INTERNAL_IS_LIST
699.44 s
[ghcide] gHC_INTERNAL_CONTROL_EXCEPTION_BASE
699.44 s
[ghcide] gHC_INTERNAL_EXCEPTION_CONTEXT
699.44 s
[ghcide] gHC_INTERNAL_GENERICS
699.44 s
[ghcide] gHC_INTERNAL_TYPEERROR
699.44 s
[ghcide] gHC_INTERNAL_TYPELITS
699.44 s
[ghcide] gHC_INTERNAL_TYPELITS_INTERNAL
699.44 s
[ghcide] gHC_INTERNAL_TYPENATS
699.44 s
[ghcide] gHC_INTERNAL_TYPENATS_INTERNAL
699.44 s
[ghcide] gHC_INTERNAL_DATA_COERCE
699.44 s
[ghcide] gHC_INTERNAL_DEBUG_TRACE
699.44 s
[ghcide] gHC_INTERNAL_UNSAFE_COERCE
699.44 s
[ghcide] gHC_INTERNAL_FOREIGN_C_CONSTPTR
699.44 s
[ghcide] gHC_INTERNAL_SRCLOC
699.44 s
[ghcide] gHC_INTERNAL_STACK
699.44 s
[ghcide] gHC_INTERNAL_STACK_TYPES
699.44 s
[ghcide] gHC_INTERNAL_STATICPTR
699.44 s
[ghcide] gHC_INTERNAL_STATICPTR_INTERNAL
699.44 s
[ghcide] gHC_INTERNAL_FINGERPRINT_TYPE
699.44 s
[ghcide] gHC_INTERNAL_OVER_LABELS
699.44 s
[ghcide] gHC_INTERNAL_RECORDS
699.44 s
[ghcide] dATA_TUPLE_EXPERIMENTAL
699.44 s
[ghcide] dATA_SUM_EXPERIMENTAL
699.44 s
[ghcide] rOOT_MAIN
699.44 s
[ghcide] mkInteractiveModule
699.44 s
[ghcide] pRELUDE_NAME
699.44 s
[ghcide] mAIN_NAME
699.44 s
[ghcide] mkPrimModule
699.44 s
[ghcide] mkBignumModule
699.44 s
[ghcide] mkGhcInternalModule
699.44 s
[ghcide] mkGhcInternalModule_
699.44 s
[ghcide] mkBaseModule
699.44 s
[ghcide] mkBaseModule_
699.44 s
[ghcide] mkThisGhcModule
699.44 s
[ghcide] mkThisGhcModule_
699.44 s
[ghcide] mkMainModule
699.44 s
[ghcide] mkMainModule_
699.44 s
[ghcide] mkExperimentalModule
699.44 s
[ghcide] main_RDR_Unqual
699.44 s
[ghcide] eq_RDR
699.44 s
[ghcide] ge_RDR
699.44 s
[ghcide] le_RDR
699.44 s
[ghcide] lt_RDR
699.44 s
[ghcide] gt_RDR
699.44 s
[ghcide] compare_RDR
699.44 s
[ghcide] ltTag_RDR
699.44 s
[ghcide] eqTag_RDR
699.44 s
[ghcide] gtTag_RDR
699.44 s
[ghcide] map_RDR
699.44 s
[ghcide] append_RDR
699.44 s
[ghcide] foldr_RDR
699.44 s
[ghcide] build_RDR
699.44 s
[ghcide] returnM_RDR
699.44 s
[ghcide] bindM_RDR
699.44 s
[ghcide] failM_RDR
699.44 s
[ghcide] left_RDR
699.44 s
[ghcide] right_RDR
699.44 s
[ghcide] fromEnum_RDR
699.44 s
[ghcide] toEnum_RDR
699.44 s
[ghcide] enumFrom_RDR
699.44 s
[ghcide] enumFromTo_RDR
699.44 s
[ghcide] enumFromThen_RDR
699.44 s
[ghcide] enumFromThenTo_RDR
699.44 s
[ghcide] times_RDR
699.44 s
[ghcide] plus_RDR
699.44 s
[ghcide] compose_RDR
699.44 s
[ghcide] and_RDR
699.44 s
[ghcide] not_RDR
699.44 s
[ghcide] dataToTag_RDR
699.44 s
[ghcide] succ_RDR
699.44 s
[ghcide] pred_RDR
699.44 s
[ghcide] minBound_RDR
699.44 s
[ghcide] maxBound_RDR
699.44 s
[ghcide] range_RDR
699.44 s
[ghcide] inRange_RDR
699.44 s
[ghcide] index_RDR
699.44 s
[ghcide] unsafeIndex_RDR
699.44 s
[ghcide] unsafeRangeSize_RDR
699.44 s
[ghcide] readList_RDR
699.44 s
[ghcide] readListDefault_RDR
699.44 s
[ghcide] readListPrec_RDR
699.44 s
[ghcide] readListPrecDefault_RDR
699.44 s
[ghcide] readPrec_RDR
699.44 s
[ghcide] parens_RDR
699.44 s
[ghcide] choose_RDR
699.44 s
[ghcide] lexP_RDR
699.44 s
[ghcide] expectP_RDR
699.44 s
[ghcide] readField_RDR
699.44 s
[ghcide] readFieldHash_RDR
699.44 s
[ghcide] readSymField_RDR
699.44 s
[ghcide] punc_RDR
699.44 s
[ghcide] ident_RDR
699.44 s
[ghcide] symbol_RDR
699.44 s
[ghcide] step_RDR
699.44 s
[ghcide] alt_RDR
699.44 s
[ghcide] reset_RDR
699.44 s
[ghcide] prec_RDR
699.44 s
[ghcide] pfail_RDR
699.44 s
[ghcide] showsPrec_RDR
699.44 s
[ghcide] shows_RDR
699.44 s
[ghcide] showString_RDR
699.44 s
[ghcide] showSpace_RDR
699.44 s
[ghcide] showCommaSpace_RDR
699.44 s
[ghcide] showParen_RDR
699.44 s
[ghcide] error_RDR
699.44 s
[ghcide] u1DataCon_RDR
699.44 s
[ghcide] par1DataCon_RDR
699.44 s
[ghcide] rec1DataCon_RDR
699.44 s
[ghcide] k1DataCon_RDR
699.44 s
[ghcide] m1DataCon_RDR
699.44 s
[ghcide] l1DataCon_RDR
699.44 s
[ghcide] r1DataCon_RDR
699.44 s
[ghcide] prodDataCon_RDR
699.44 s
[ghcide] comp1DataCon_RDR
699.44 s
[ghcide] unPar1_RDR
699.44 s
[ghcide] unRec1_RDR
699.44 s
[ghcide] unK1_RDR
699.44 s
[ghcide] unComp1_RDR
699.44 s
[ghcide] from_RDR
699.44 s
[ghcide] from1_RDR
699.44 s
[ghcide] to_RDR
699.44 s
[ghcide] to1_RDR
699.44 s
[ghcide] datatypeName_RDR
699.44 s
[ghcide] moduleName_RDR
699.44 s
[ghcide] packageName_RDR
699.44 s
[ghcide] isNewtypeName_RDR
699.44 s
[ghcide] selName_RDR
699.44 s
[ghcide] conName_RDR
699.44 s
[ghcide] conFixity_RDR
699.44 s
[ghcide] conIsRecord_RDR
699.44 s
[ghcide] prefixDataCon_RDR
699.44 s
[ghcide] infixDataCon_RDR
699.44 s
[ghcide] leftAssocDataCon_RDR
699.44 s
[ghcide] rightAssocDataCon_RDR
699.44 s
[ghcide] notAssocDataCon_RDR
699.44 s
[ghcide] uAddrDataCon_RDR
699.44 s
[ghcide] uCharDataCon_RDR
699.44 s
[ghcide] uDoubleDataCon_RDR
699.44 s
[ghcide] uFloatDataCon_RDR
699.44 s
[ghcide] uIntDataCon_RDR
699.44 s
[ghcide] uWordDataCon_RDR
699.44 s
[ghcide] uAddrHash_RDR
699.44 s
[ghcide] uCharHash_RDR
699.44 s
[ghcide] uDoubleHash_RDR
699.44 s
[ghcide] uFloatHash_RDR
699.44 s
[ghcide] uIntHash_RDR
699.44 s
[ghcide] uWordHash_RDR
699.44 s
[ghcide] fmap_RDR
699.44 s
[ghcide] replace_RDR
699.44 s
[ghcide] pure_RDR
699.44 s
[ghcide] ap_RDR
699.44 s
[ghcide] liftA2_RDR
699.44 s
[ghcide] foldable_foldr_RDR
699.44 s
[ghcide] foldMap_RDR
699.44 s
[ghcide] null_RDR
699.44 s
[ghcide] all_RDR
699.44 s
[ghcide] traverse_RDR
699.44 s
[ghcide] mempty_RDR
699.44 s
[ghcide] mappend_RDR
699.44 s
[ghcide] varQual_RDR
699.44 s
[ghcide] tcQual_RDR
699.44 s
[ghcide] clsQual_RDR
699.44 s
[ghcide] dataQual_RDR
699.44 s
[ghcide] fieldQual_RDR
699.44 s
[ghcide] wildCardName
699.44 s
[ghcide] runMainIOName
699.44 s
[ghcide] runRWName
699.44 s
[ghcide] orderingTyConName
699.44 s
[ghcide] ordLTDataConName
699.44 s
[ghcide] ordEQDataConName
699.44 s
[ghcide] ordGTDataConName
699.44 s
[ghcide] specTyConName
699.44 s
[ghcide] eitherTyConName
699.44 s
[ghcide] leftDataConName
699.44 s
[ghcide] rightDataConName
699.44 s
[ghcide] voidTyConName
699.44 s
[ghcide] v1TyConName
699.44 s
[ghcide] u1TyConName
699.44 s
[ghcide] par1TyConName
699.44 s
[ghcide] rec1TyConName
699.44 s
[ghcide] k1TyConName
699.44 s
[ghcide] m1TyConName
699.44 s
[ghcide] sumTyConName
699.44 s
[ghcide] prodTyConName
699.44 s
[ghcide] compTyConName
699.44 s
[ghcide] rTyConName
699.44 s
[ghcide] dTyConName
699.44 s
[ghcide] cTyConName
699.44 s
[ghcide] sTyConName
699.44 s
[ghcide] rec0TyConName
699.44 s
[ghcide] d1TyConName
699.44 s
[ghcide] c1TyConName
699.44 s
[ghcide] s1TyConName
699.44 s
[ghcide] repTyConName
699.44 s
[ghcide] rep1TyConName
699.44 s
[ghcide] uRecTyConName
699.44 s
[ghcide] uAddrTyConName
699.44 s
[ghcide] uCharTyConName
699.44 s
[ghcide] uDoubleTyConName
699.44 s
[ghcide] uFloatTyConName
699.44 s
[ghcide] uIntTyConName
699.44 s
[ghcide] uWordTyConName
699.44 s
[ghcide] prefixIDataConName
699.44 s
[ghcide] infixIDataConName
699.44 s
[ghcide] leftAssociativeDataConName
699.44 s
[ghcide] rightAssociativeDataConName
699.44 s
[ghcide] notAssociativeDataConName
699.44 s
[ghcide] sourceUnpackDataConName
699.44 s
[ghcide] sourceNoUnpackDataConName
699.44 s
[ghcide] noSourceUnpackednessDataConName
699.44 s
[ghcide] sourceLazyDataConName
699.44 s
[ghcide] sourceStrictDataConName
699.44 s
[ghcide] noSourceStrictnessDataConName
699.44 s
[ghcide] decidedLazyDataConName
699.44 s
[ghcide] decidedStrictDataConName
699.44 s
[ghcide] decidedUnpackDataConName
699.44 s
[ghcide] metaDataDataConName
699.44 s
[ghcide] metaConsDataConName
699.44 s
[ghcide] metaSelDataConName
699.44 s
[ghcide] divIntName
699.44 s
[ghcide] modIntName
699.44 s
[ghcide] cstringLengthName
699.44 s
[ghcide] eqStringName
699.44 s
[ghcide] unpackCStringName
699.44 s
[ghcide] unpackCStringAppendName
699.44 s
[ghcide] unpackCStringFoldrName
699.44 s
[ghcide] unpackCStringUtf8Name
699.44 s
[ghcide] unpackCStringAppendUtf8Name
699.44 s
[ghcide] unpackCStringFoldrUtf8Name
699.44 s
[ghcide] inlineIdName
699.44 s
[ghcide] eqClassName
699.44 s
[ghcide] eqName
699.44 s
[ghcide] ordClassName
699.45 s
[ghcide] geName
699.45 s
[ghcide] functorClassName
699.45 s
[ghcide] fmapName
699.45 s
[ghcide] monadClassName
699.45 s
[ghcide] thenMName
699.45 s
[ghcide] bindMName
699.45 s
[ghcide] returnMName
699.45 s
[ghcide] monadFailClassName
699.45 s
[ghcide] failMName
699.45 s
[ghcide] applicativeClassName
699.45 s
[ghcide] apAName
699.45 s
[ghcide] pureAName
699.45 s
[ghcide] thenAName
699.45 s
[ghcide] foldableClassName
699.45 s
[ghcide] traversableClassName
699.45 s
[ghcide] semigroupClassName
699.45 s
[ghcide] sappendName
699.45 s
[ghcide] monoidClassName
699.45 s
[ghcide] memptyName
699.45 s
[ghcide] mappendName
699.45 s
[ghcide] mconcatName
699.45 s
[ghcide] joinMName
699.45 s
[ghcide] alternativeClassName
699.45 s
[ghcide] joinMIdKey
699.45 s
[ghcide] apAClassOpKey
699.45 s
[ghcide] pureAClassOpKey
699.45 s
[ghcide] thenAClassOpKey
699.45 s
[ghcide] alternativeClassKey
699.45 s
[ghcide] considerAccessibleName
699.45 s
[ghcide] dollarName
699.45 s
[ghcide] otherwiseIdName
699.45 s
[ghcide] foldrName
699.45 s
[ghcide] buildName
699.45 s
[ghcide] augmentName
699.45 s
[ghcide] mapName
699.45 s
[ghcide] appendName
699.45 s
[ghcide] assertName
699.45 s
[ghcide] fromStringName
699.45 s
[ghcide] numClassName
699.45 s
[ghcide] fromIntegerName
699.45 s
[ghcide] minusName
699.45 s
[ghcide] negateName
699.45 s
[ghcide] bnbVarQual
699.45 s
[ghcide] bnnVarQual
699.45 s
[ghcide] bniVarQual
699.45 s
[ghcide] bignatFromWordListName
699.45 s
[ghcide] bignatEqName
699.45 s
[ghcide] bignatCompareName
699.45 s
[ghcide] bignatCompareWordName
699.45 s
[ghcide] naturalToWordName
699.45 s
[ghcide] naturalPopCountName
699.45 s
[ghcide] naturalShiftRName
699.45 s
[ghcide] naturalShiftLName
699.45 s
[ghcide] naturalAddName
699.45 s
[ghcide] naturalSubName
699.45 s
[ghcide] naturalSubThrowName
699.45 s
[ghcide] naturalSubUnsafeName
699.45 s
[ghcide] naturalMulName
699.45 s
[ghcide] naturalQuotRemName
699.45 s
[ghcide] naturalQuotName
699.45 s
[ghcide] naturalRemName
699.45 s
[ghcide] naturalAndName
699.45 s
[ghcide] naturalAndNotName
699.45 s
[ghcide] naturalOrName
699.45 s
[ghcide] naturalXorName
699.45 s
[ghcide] naturalTestBitName
699.45 s
[ghcide] naturalBitName
699.45 s
[ghcide] naturalGcdName
699.45 s
[ghcide] naturalLcmName
699.45 s
[ghcide] naturalLog2Name
699.45 s
[ghcide] naturalLogBaseWordName
699.45 s
[ghcide] naturalLogBaseName
699.45 s
[ghcide] naturalPowModName
699.45 s
[ghcide] naturalSizeInBaseName
699.45 s
[ghcide] integerFromNaturalName
699.45 s
[ghcide] integerToNaturalClampName
699.45 s
[ghcide] integerToNaturalThrowName
699.45 s
[ghcide] integerToNaturalName
699.45 s
[ghcide] integerToWordName
699.45 s
[ghcide] integerToIntName
699.45 s
[ghcide] integerToWord64Name
699.45 s
[ghcide] integerToInt64Name
699.45 s
[ghcide] integerFromWordName
699.45 s
[ghcide] integerFromWord64Name
699.45 s
[ghcide] integerFromInt64Name
699.45 s
[ghcide] integerAddName
699.45 s
[ghcide] integerMulName
699.45 s
[ghcide] integerSubName
699.45 s
[ghcide] integerNegateName
699.45 s
[ghcide] integerAbsName
699.45 s
[ghcide] integerPopCountName
699.45 s
[ghcide] integerQuotName
699.45 s
[ghcide] integerRemName
699.45 s
[ghcide] integerDivName
699.45 s
[ghcide] integerModName
699.45 s
[ghcide] integerDivModName
699.45 s
[ghcide] integerQuotRemName
699.45 s
[ghcide] integerEncodeFloatName
699.45 s
[ghcide] integerEncodeDoubleName
699.45 s
[ghcide] integerGcdName
699.45 s
[ghcide] integerLcmName
699.45 s
[ghcide] integerAndName
699.45 s
[ghcide] integerOrName
699.45 s
[ghcide] integerXorName
699.45 s
[ghcide] integerComplementName
699.45 s
[ghcide] integerBitName
699.45 s
[ghcide] integerTestBitName
699.45 s
[ghcide] integerShiftLName
699.45 s
[ghcide] integerShiftRName
699.45 s
[ghcide] rationalTyConName
699.45 s
[ghcide] ratioTyConName
699.45 s
[ghcide] ratioDataConName
699.45 s
[ghcide] realClassName
699.45 s
[ghcide] integralClassName
699.45 s
[ghcide] realFracClassName
699.45 s
[ghcide] fractionalClassName
699.45 s
[ghcide] fromRationalName
699.45 s
[ghcide] toIntegerName
699.45 s
[ghcide] toRationalName
699.45 s
[ghcide] fromIntegralName
699.45 s
[ghcide] realToFracName
699.45 s
[ghcide] mkRationalBase2Name
699.45 s
[ghcide] mkRationalBase10Name
699.45 s
[ghcide] floatingClassName
699.45 s
[ghcide] realFloatClassName
699.45 s
[ghcide] integerToFloatName
699.45 s
[ghcide] integerToDoubleName
699.45 s
[ghcide] naturalToFloatName
699.45 s
[ghcide] naturalToDoubleName
699.45 s
[ghcide] rationalToFloatName
699.45 s
[ghcide] rationalToDoubleName
699.45 s
[ghcide] ixClassName
699.45 s
[ghcide] trModuleTyConName
699.45 s
[ghcide] trModuleDataConName
699.45 s
[ghcide] trNameTyConName
699.45 s
[ghcide] trNameSDataConName
699.45 s
[ghcide] trNameDDataConName
699.45 s
[ghcide] trTyConTyConName
699.45 s
[ghcide] trTyConDataConName
699.45 s
[ghcide] kindRepTyConName
699.45 s
[ghcide] kindRepTyConAppDataConName
699.45 s
[ghcide] kindRepVarDataConName
699.45 s
[ghcide] kindRepAppDataConName
699.45 s
[ghcide] kindRepFunDataConName
699.45 s
[ghcide] kindRepTYPEDataConName
699.45 s
[ghcide] kindRepTypeLitSDataConName
699.45 s
[ghcide] kindRepTypeLitDDataConName
699.45 s
[ghcide] typeLitSortTyConName
699.45 s
[ghcide] typeLitSymbolDataConName
699.45 s
[ghcide] typeLitNatDataConName
699.45 s
[ghcide] typeLitCharDataConName
699.45 s
[ghcide] typeableClassName
699.45 s
[ghcide] typeRepTyConName
699.45 s
[ghcide] someTypeRepTyConName
699.45 s
[ghcide] someTypeRepDataConName
699.45 s
[ghcide] typeRepIdName
699.45 s
[ghcide] mkTrTypeName
699.45 s
[ghcide] mkTrConName
699.45 s
[ghcide] mkTrAppName
699.45 s
[ghcide] mkTrFunName
699.45 s
[ghcide] typeNatTypeRepName
699.45 s
[ghcide] typeSymbolTypeRepName
699.45 s
[ghcide] typeCharTypeRepName
699.45 s
[ghcide] trGhcPrimModuleName
699.45 s
[ghcide] starKindRepName
699.45 s
[ghcide] starArrStarKindRepName
699.45 s
[ghcide] starArrStarArrStarKindRepName
699.45 s
[ghcide] constraintKindRepName
699.45 s
[ghcide] withDictClassName
699.45 s
[ghcide] nonEmptyTyConName
699.45 s
[ghcide] dataToTagClassName
699.45 s
[ghcide] errorMessageTypeErrorFamName
699.45 s
[ghcide] typeErrorTextDataConName
699.45 s
[ghcide] typeErrorAppendDataConName
699.45 s
[ghcide] typeErrorVAppendDataConName
699.45 s
[ghcide] typeErrorShowTypeDataConName
699.45 s
[ghcide] unsatisfiableClassName
699.45 s
[ghcide] unsatisfiableIdName
699.45 s
[ghcide] unsafeEqualityProofName
699.45 s
[ghcide] unsafeEqualityTyConName
699.45 s
[ghcide] unsafeReflDataConName
699.45 s
[ghcide] unsafeCoercePrimName
699.45 s
[ghcide] toDynName
699.45 s
[ghcide] dataClassName
699.45 s
[ghcide] assertErrorName
699.45 s
[ghcide] traceName
699.45 s
[ghcide] enumClassName
699.45 s
[ghcide] enumFromName
699.45 s
[ghcide] enumFromToName
699.45 s
[ghcide] enumFromThenName
699.45 s
[ghcide] enumFromThenToName
699.45 s
[ghcide] boundedClassName
699.45 s
[ghcide] concatName
699.45 s
[ghcide] filterName
699.45 s
[ghcide] zipName
699.45 s
[ghcide] isListClassName
699.45 s
[ghcide] fromListName
699.45 s
[ghcide] fromListNName
699.45 s
[ghcide] toListName
699.45 s
[ghcide] getFieldName
699.45 s
[ghcide] setFieldName
699.45 s
[ghcide] showClassName
699.45 s
[ghcide] readClassName
699.45 s
[ghcide] genClassName
699.45 s
[ghcide] gen1ClassName
699.45 s
[ghcide] datatypeClassName
699.45 s
[ghcide] constructorClassName
699.45 s
[ghcide] selectorClassName
699.45 s
[ghcide] genericClassNames
699.45 s
[ghcide] ghciIoClassName
699.45 s
[ghcide] ghciStepIoMName
699.45 s
[ghcide] ioTyConName
699.45 s
[ghcide] ioDataConName
699.45 s
[ghcide] thenIOName
699.45 s
[ghcide] bindIOName
699.45 s
[ghcide] returnIOName
699.45 s
[ghcide] failIOName
699.45 s
[ghcide] int8TyConName
699.45 s
[ghcide] int16TyConName
699.45 s
[ghcide] int32TyConName
699.45 s
[ghcide] int64TyConName
699.45 s
[ghcide] word8TyConName
699.45 s
[ghcide] word16TyConName
699.45 s
[ghcide] word32TyConName
699.45 s
[ghcide] word64TyConName
699.45 s
[ghcide] ptrTyConName
699.45 s
[ghcide] funPtrTyConName
699.45 s
[ghcide] stablePtrTyConName
699.45 s
[ghcide] newStablePtrName
699.45 s
[ghcide] monadFixClassName
699.45 s
[ghcide] mfixName
699.45 s
[ghcide] arrAName
699.45 s
[ghcide] composeAName
699.45 s
[ghcide] firstAName
699.45 s
[ghcide] appAName
699.45 s
[ghcide] choiceAName
699.45 s
[ghcide] loopAName
699.45 s
[ghcide] guardMName
699.45 s
[ghcide] liftMName
699.45 s
[ghcide] mzipName
699.45 s
[ghcide] toAnnotationWrapperName
699.45 s
[ghcide] monadPlusClassName
699.45 s
[ghcide] isStringClassName
699.45 s
[ghcide] knownNatClassName
699.45 s
[ghcide] knownSymbolClassName
699.45 s
[ghcide] knownCharClassName
699.45 s
[ghcide] fromLabelClassOpName
699.45 s
[ghcide] ipClassName
699.45 s
[ghcide] hasFieldClassName
699.45 s
[ghcide] exceptionContextTyConName
699.45 s
[ghcide] emptyExceptionContextName
699.45 s
[ghcide] callStackTyConName
699.45 s
[ghcide] emptyCallStackName
699.45 s
[ghcide] pushCallStackName
699.45 s
[ghcide] srcLocDataConName
699.45 s
[ghcide] pLUGINS
699.45 s
[ghcide] pluginTyConName
699.45 s
[ghcide] frontendPluginTyConName
699.45 s
[ghcide] makeStaticName
699.45 s
[ghcide] staticPtrInfoTyConName
699.45 s
[ghcide] staticPtrInfoDataConName
699.45 s
[ghcide] staticPtrTyConName
699.45 s
[ghcide] staticPtrDataConName
699.45 s
[ghcide] fromStaticPtrName
699.45 s
[ghcide] fingerprintDataConName
699.45 s
[ghcide] constPtrConName
699.45 s
[ghcide] jsvalTyConName
699.45 s
[ghcide] varQual
699.45 s
[ghcide] tcQual
699.45 s
[ghcide] clsQual
699.45 s
[ghcide] dcQual
699.45 s
[ghcide] mk_known_key_name
699.45 s
[ghcide] boundedClassKey
699.45 s
[ghcide] enumClassKey
699.45 s
[ghcide] eqClassKey
699.45 s
[ghcide] floatingClassKey
699.45 s
[ghcide] fractionalClassKey
699.45 s
[ghcide] integralClassKey
699.45 s
[ghcide] monadClassKey
699.45 s
[ghcide] dataClassKey
699.45 s
[ghcide] functorClassKey
699.45 s
[ghcide] numClassKey
699.45 s
[ghcide] ordClassKey
699.45 s
[ghcide] readClassKey
699.45 s
[ghcide] realClassKey
699.45 s
[ghcide] realFloatClassKey
699.45 s
[ghcide] realFracClassKey
699.45 s
[ghcide] showClassKey
699.45 s
[ghcide] ixClassKey
699.45 s
[ghcide] typeableClassKey
699.45 s
[ghcide] withDictClassKey
699.45 s
[ghcide] dataToTagClassKey
699.45 s
[ghcide] monadFixClassKey
699.45 s
[ghcide] monadFailClassKey
699.45 s
[ghcide] monadPlusClassKey
699.45 s
[ghcide] randomClassKey
699.45 s
[ghcide] randomGenClassKey
699.45 s
[ghcide] isStringClassKey
699.45 s
[ghcide] applicativeClassKey
699.45 s
[ghcide] foldableClassKey
699.45 s
[ghcide] traversableClassKey
699.45 s
[ghcide] genClassKey
699.45 s
[ghcide] gen1ClassKey
699.45 s
[ghcide] datatypeClassKey
699.45 s
[ghcide] constructorClassKey
699.45 s
[ghcide] selectorClassKey
699.45 s
[ghcide] knownNatClassNameKey
699.45 s
[ghcide] knownSymbolClassNameKey
699.45 s
[ghcide] knownCharClassNameKey
699.45 s
[ghcide] ghciIoClassKey
699.45 s
[ghcide] semigroupClassKey
699.45 s
[ghcide] monoidClassKey
699.45 s
[ghcide] ipClassKey
699.45 s
[ghcide] hasFieldClassNameKey
699.45 s
[ghcide] addrPrimTyConKey
699.45 s
[ghcide] arrayPrimTyConKey
699.45 s
[ghcide] boolTyConKey
699.45 s
[ghcide] byteArrayPrimTyConKey
699.45 s
[ghcide] stringTyConKey
699.45 s
[ghcide] charPrimTyConKey
699.45 s
[ghcide] charTyConKey
699.45 s
[ghcide] doublePrimTyConKey
699.45 s
[ghcide] doubleTyConKey
699.45 s
[ghcide] floatPrimTyConKey
699.45 s
[ghcide] floatTyConKey
699.45 s
[ghcide] fUNTyConKey
699.45 s
[ghcide] intPrimTyConKey
699.45 s
[ghcide] intTyConKey
699.45 s
[ghcide] int8PrimTyConKey
699.45 s
[ghcide] int8TyConKey
699.45 s
[ghcide] int16PrimTyConKey
699.45 s
[ghcide] int16TyConKey
699.45 s
[ghcide] int32PrimTyConKey
699.45 s
[ghcide] int32TyConKey
699.45 s
[ghcide] int64PrimTyConKey
699.45 s
[ghcide] int64TyConKey
699.45 s
[ghcide] integerTyConKey
699.45 s
[ghcide] naturalTyConKey
699.45 s
[ghcide] listTyConKey
699.45 s
[ghcide] foreignObjPrimTyConKey
699.45 s
[ghcide] maybeTyConKey
699.45 s
[ghcide] weakPrimTyConKey
699.45 s
[ghcide] mutableArrayPrimTyConKey
699.45 s
[ghcide] mutableByteArrayPrimTyConKey
699.45 s
[ghcide] orderingTyConKey
699.45 s
[ghcide] mVarPrimTyConKey
699.45 s
[ghcide] ioPortPrimTyConKey
699.45 s
[ghcide] ratioTyConKey
699.45 s
[ghcide] rationalTyConKey
699.45 s
[ghcide] realWorldTyConKey
699.45 s
[ghcide] stablePtrPrimTyConKey
699.45 s
[ghcide] stablePtrTyConKey
699.45 s
[ghcide] eqTyConKey
699.45 s
[ghcide] heqTyConKey
699.45 s
[ghcide] ctArrowTyConKey
699.45 s
[ghcide] ccArrowTyConKey
699.45 s
[ghcide] tcArrowTyConKey
699.45 s
[ghcide] statePrimTyConKey
699.45 s
[ghcide] stableNamePrimTyConKey
699.45 s
[ghcide] stableNameTyConKey
699.45 s
[ghcide] eqPrimTyConKey
699.45 s
[ghcide] eqReprPrimTyConKey
699.45 s
[ghcide] eqPhantPrimTyConKey
699.45 s
[ghcide] mutVarPrimTyConKey
699.45 s
[ghcide] ioTyConKey
699.45 s
[ghcide] wordPrimTyConKey
699.45 s
[ghcide] wordTyConKey
699.45 s
[ghcide] word8PrimTyConKey
699.45 s
[ghcide] word8TyConKey
699.45 s
[ghcide] word16PrimTyConKey
699.46 s
[ghcide] word16TyConKey
699.46 s
[ghcide] word32PrimTyConKey
699.46 s
[ghcide] word32TyConKey
699.46 s
[ghcide] word64PrimTyConKey
699.46 s
[ghcide] word64TyConKey
699.46 s
[ghcide] kindConKey
699.46 s
[ghcide] boxityConKey
699.46 s
[ghcide] typeConKey
699.46 s
[ghcide] threadIdPrimTyConKey
699.46 s
[ghcide] bcoPrimTyConKey
699.46 s
[ghcide] ptrTyConKey
699.46 s
[ghcide] funPtrTyConKey
699.46 s
[ghcide] tVarPrimTyConKey
699.46 s
[ghcide] compactPrimTyConKey
699.46 s
[ghcide] stackSnapshotPrimTyConKey
699.46 s
[ghcide] promptTagPrimTyConKey
699.46 s
[ghcide] eitherTyConKey
699.46 s
[ghcide] voidTyConKey
699.46 s
[ghcide] nonEmptyTyConKey
699.46 s
[ghcide] dictTyConKey
699.46 s
[ghcide] liftedTypeKindTyConKey
699.46 s
[ghcide] unliftedTypeKindTyConKey
699.46 s
[ghcide] tYPETyConKey
699.46 s
[ghcide] cONSTRAINTTyConKey
699.46 s
[ghcide] constraintKindTyConKey
699.46 s
[ghcide] levityTyConKey
699.46 s
[ghcide] runtimeRepTyConKey
699.46 s
[ghcide] vecCountTyConKey
699.46 s
[ghcide] vecElemTyConKey
699.46 s
[ghcide] liftedRepTyConKey
699.46 s
[ghcide] unliftedRepTyConKey
699.46 s
[ghcide] zeroBitRepTyConKey
699.46 s
[ghcide] zeroBitTypeTyConKey
699.46 s
[ghcide] pluginTyConKey
699.46 s
[ghcide] frontendPluginTyConKey
699.46 s
[ghcide] trTyConTyConKey
699.46 s
[ghcide] trModuleTyConKey
699.46 s
[ghcide] trNameTyConKey
699.46 s
[ghcide] kindRepTyConKey
699.46 s
[ghcide] typeLitSortTyConKey
699.46 s
[ghcide] v1TyConKey
699.46 s
[ghcide] u1TyConKey
699.46 s
[ghcide] par1TyConKey
699.46 s
[ghcide] rec1TyConKey
699.46 s
[ghcide] k1TyConKey
699.46 s
[ghcide] m1TyConKey
699.46 s
[ghcide] sumTyConKey
699.46 s
[ghcide] prodTyConKey
699.46 s
[ghcide] compTyConKey
699.46 s
[ghcide] rTyConKey
699.46 s
[ghcide] dTyConKey
699.46 s
[ghcide] cTyConKey
699.46 s
[ghcide] sTyConKey
699.46 s
[ghcide] rec0TyConKey
699.46 s
[ghcide] d1TyConKey
699.46 s
[ghcide] c1TyConKey
699.46 s
[ghcide] s1TyConKey
699.46 s
[ghcide] repTyConKey
699.46 s
[ghcide] rep1TyConKey
699.46 s
[ghcide] uRecTyConKey
699.46 s
[ghcide] uAddrTyConKey
699.46 s
[ghcide] uCharTyConKey
699.46 s
[ghcide] uDoubleTyConKey
699.46 s
[ghcide] uFloatTyConKey
699.46 s
[ghcide] uIntTyConKey
699.46 s
[ghcide] uWordTyConKey
699.46 s
[ghcide] unsatisfiableClassNameKey
699.46 s
[ghcide] errorMessageTypeErrorFamKey
699.46 s
[ghcide] coercibleTyConKey
699.46 s
[ghcide] proxyPrimTyConKey
699.46 s
[ghcide] specTyConKey
699.46 s
[ghcide] anyTyConKey
699.46 s
[ghcide] smallArrayPrimTyConKey
699.46 s
[ghcide] smallMutableArrayPrimTyConKey
699.46 s
[ghcide] staticPtrTyConKey
699.46 s
[ghcide] staticPtrInfoTyConKey
699.46 s
[ghcide] callStackTyConKey
699.46 s
[ghcide] typeRepTyConKey
699.46 s
[ghcide] someTypeRepTyConKey
699.46 s
[ghcide] someTypeRepDataConKey
699.46 s
[ghcide] typeSymbolAppendFamNameKey
699.46 s
[ghcide] unsafeEqualityTyConKey
699.46 s
[ghcide] multiplicityTyConKey
699.46 s
[ghcide] unrestrictedFunTyConKey
699.46 s
[ghcide] multMulTyConKey
699.46 s
[ghcide] int8X16PrimTyConKey
699.46 s
[ghcide] int16X8PrimTyConKey
699.46 s
[ghcide] int32X4PrimTyConKey
699.46 s
[ghcide] int64X2PrimTyConKey
699.46 s
[ghcide] int8X32PrimTyConKey
699.46 s
[ghcide] int16X16PrimTyConKey
699.46 s
[ghcide] int32X8PrimTyConKey
699.46 s
[ghcide] int64X4PrimTyConKey
699.46 s
[ghcide] int8X64PrimTyConKey
699.46 s
[ghcide] int16X32PrimTyConKey
699.46 s
[ghcide] int32X16PrimTyConKey
699.46 s
[ghcide] int64X8PrimTyConKey
699.46 s
[ghcide] word8X16PrimTyConKey
699.46 s
[ghcide] word16X8PrimTyConKey
699.46 s
[ghcide] word32X4PrimTyConKey
699.46 s
[ghcide] word64X2PrimTyConKey
699.46 s
[ghcide] word8X32PrimTyConKey
699.46 s
[ghcide] word16X16PrimTyConKey
699.46 s
[ghcide] word32X8PrimTyConKey
699.46 s
[ghcide] word64X4PrimTyConKey
699.46 s
[ghcide] word8X64PrimTyConKey
699.46 s
[ghcide] word16X32PrimTyConKey
699.46 s
[ghcide] word32X16PrimTyConKey
699.46 s
[ghcide] word64X8PrimTyConKey
699.46 s
[ghcide] floatX4PrimTyConKey
699.46 s
[ghcide] doubleX2PrimTyConKey
699.46 s
[ghcide] floatX8PrimTyConKey
699.46 s
[ghcide] doubleX4PrimTyConKey
699.46 s
[ghcide] floatX16PrimTyConKey
699.46 s
[ghcide] doubleX8PrimTyConKey
699.46 s
[ghcide] typeSymbolKindConNameKey
699.46 s
[ghcide] typeCharKindConNameKey
699.46 s
[ghcide] typeNatAddTyFamNameKey
699.46 s
[ghcide] typeNatMulTyFamNameKey
699.46 s
[ghcide] typeNatExpTyFamNameKey
699.46 s
[ghcide] typeNatSubTyFamNameKey
699.46 s
[ghcide] typeSymbolCmpTyFamNameKey
699.46 s
[ghcide] typeNatCmpTyFamNameKey
699.46 s
[ghcide] typeCharCmpTyFamNameKey
699.46 s
[ghcide] typeLeqCharTyFamNameKey
699.46 s
[ghcide] typeNatDivTyFamNameKey
699.46 s
[ghcide] typeNatModTyFamNameKey
699.46 s
[ghcide] typeNatLogTyFamNameKey
699.46 s
[ghcide] typeConsSymbolTyFamNameKey
699.46 s
[ghcide] typeUnconsSymbolTyFamNameKey
699.46 s
[ghcide] typeCharToNatTyFamNameKey
699.46 s
[ghcide] typeNatToCharTyFamNameKey
699.46 s
[ghcide] constPtrTyConKey
699.46 s
[ghcide] jsvalTyConKey
699.46 s
[ghcide] exceptionContextTyConKey
699.46 s
[ghcide] charDataConKey
699.46 s
[ghcide] consDataConKey
699.46 s
[ghcide] doubleDataConKey
699.46 s
[ghcide] falseDataConKey
699.46 s
[ghcide] floatDataConKey
699.46 s
[ghcide] intDataConKey
699.46 s
[ghcide] nothingDataConKey
699.46 s
[ghcide] justDataConKey
699.46 s
[ghcide] eqDataConKey
699.46 s
[ghcide] nilDataConKey
699.46 s
[ghcide] ratioDataConKey
699.46 s
[ghcide] word8DataConKey
699.46 s
[ghcide] stableNameDataConKey
699.46 s
[ghcide] trueDataConKey
699.46 s
[ghcide] wordDataConKey
699.46 s
[ghcide] ioDataConKey
699.46 s
[ghcide] heqDataConKey
699.46 s
[ghcide] crossDataConKey
699.46 s
[ghcide] inlDataConKey
699.46 s
[ghcide] inrDataConKey
699.46 s
[ghcide] genUnitDataConKey
699.46 s
[ghcide] leftDataConKey
699.46 s
[ghcide] rightDataConKey
699.46 s
[ghcide] ordLTDataConKey
699.46 s
[ghcide] ordEQDataConKey
699.46 s
[ghcide] ordGTDataConKey
699.46 s
[ghcide] mkDictDataConKey
699.46 s
[ghcide] coercibleDataConKey
699.46 s
[ghcide] staticPtrDataConKey
699.46 s
[ghcide] staticPtrInfoDataConKey
699.46 s
[ghcide] fingerprintDataConKey
699.46 s
[ghcide] srcLocDataConKey
699.46 s
[ghcide] trTyConDataConKey
699.46 s
[ghcide] trModuleDataConKey
699.46 s
[ghcide] trNameSDataConKey
699.46 s
[ghcide] trNameDDataConKey
699.46 s
[ghcide] trGhcPrimModuleKey
699.46 s
[ghcide] typeErrorTextDataConKey
699.46 s
[ghcide] typeErrorAppendDataConKey
699.46 s
[ghcide] typeErrorVAppendDataConKey
699.46 s
[ghcide] typeErrorShowTypeDataConKey
699.46 s
[ghcide] prefixIDataConKey
699.46 s
[ghcide] infixIDataConKey
699.46 s
[ghcide] leftAssociativeDataConKey
699.46 s
[ghcide] rightAssociativeDataConKey
699.46 s
[ghcide] notAssociativeDataConKey
699.46 s
[ghcide] sourceUnpackDataConKey
699.46 s
[ghcide] sourceNoUnpackDataConKey
699.46 s
[ghcide] noSourceUnpackednessDataConKey
699.46 s
[ghcide] sourceLazyDataConKey
699.46 s
[ghcide] sourceStrictDataConKey
699.46 s
[ghcide] noSourceStrictnessDataConKey
699.46 s
[ghcide] decidedLazyDataConKey
699.46 s
[ghcide] decidedStrictDataConKey
699.46 s
[ghcide] decidedUnpackDataConKey
699.46 s
[ghcide] metaDataDataConKey
699.46 s
[ghcide] metaConsDataConKey
699.46 s
[ghcide] metaSelDataConKey
699.46 s
[ghcide] vecRepDataConKey
699.46 s
[ghcide] tupleRepDataConKey
699.46 s
[ghcide] sumRepDataConKey
699.46 s
[ghcide] boxedRepDataConKey
699.46 s
[ghcide] boxedRepDataConTyConKey
699.46 s
[ghcide] tupleRepDataConTyConKey
699.46 s
[ghcide] runtimeRepSimpleDataConKeys
699.46 s
[ghcide] liftedDataConKey
699.46 s
[ghcide] unliftedDataConKey
699.46 s
[ghcide] vecCountDataConKeys
699.46 s
[ghcide] vecElemDataConKeys
699.46 s
[ghcide] kindRepTyConAppDataConKey
699.46 s
[ghcide] kindRepVarDataConKey
699.46 s
[ghcide] kindRepAppDataConKey
699.46 s
[ghcide] kindRepFunDataConKey
699.46 s
[ghcide] kindRepTYPEDataConKey
699.46 s
[ghcide] kindRepTypeLitSDataConKey
699.46 s
[ghcide] kindRepTypeLitDDataConKey
699.46 s
[ghcide] typeLitSymbolDataConKey
699.46 s
[ghcide] typeLitNatDataConKey
699.46 s
[ghcide] typeLitCharDataConKey
699.46 s
[ghcide] unsafeReflDataConKey
699.46 s
[ghcide] oneDataConKey
699.46 s
[ghcide] manyDataConKey
699.46 s
[ghcide] integerISDataConKey
699.46 s
[ghcide] integerINDataConKey
699.46 s
[ghcide] integerIPDataConKey
699.46 s
[ghcide] naturalNSDataConKey
699.46 s
[ghcide] naturalNBDataConKey
699.46 s
[ghcide] wildCardKey
699.46 s
[ghcide] absentErrorIdKey
699.46 s
[ghcide] absentConstraintErrorIdKey
699.46 s
[ghcide] augmentIdKey
699.46 s
[ghcide] appendIdKey
699.46 s
[ghcide] buildIdKey
699.46 s
[ghcide] foldrIdKey
699.46 s
[ghcide] recSelErrorIdKey
699.46 s
[ghcide] seqIdKey
699.46 s
[ghcide] absentSumFieldErrorIdKey
699.46 s
[ghcide] eqStringIdKey
699.46 s
[ghcide] noMethodBindingErrorIdKey
699.46 s
[ghcide] nonExhaustiveGuardsErrorIdKey
699.46 s
[ghcide] impossibleErrorIdKey
699.46 s
[ghcide] impossibleConstraintErrorIdKey
699.46 s
[ghcide] patErrorIdKey
699.46 s
[ghcide] realWorldPrimIdKey
699.46 s
[ghcide] recConErrorIdKey
699.46 s
[ghcide] unpackCStringUtf8IdKey
699.46 s
[ghcide] unpackCStringAppendUtf8IdKey
699.46 s
[ghcide] unpackCStringFoldrUtf8IdKey
699.46 s
[ghcide] unpackCStringIdKey
699.46 s
[ghcide] unpackCStringAppendIdKey
699.46 s
[ghcide] unpackCStringFoldrIdKey
699.46 s
[ghcide] voidPrimIdKey
699.46 s
[ghcide] typeErrorIdKey
699.46 s
[ghcide] divIntIdKey
699.46 s
[ghcide] modIntIdKey
699.46 s
[ghcide] cstringLengthIdKey
699.46 s
[ghcide] concatIdKey
699.46 s
[ghcide] filterIdKey
699.46 s
[ghcide] zipIdKey
699.46 s
[ghcide] bindIOIdKey
699.46 s
[ghcide] returnIOIdKey
699.46 s
[ghcide] newStablePtrIdKey
699.46 s
[ghcide] printIdKey
699.46 s
[ghcide] failIOIdKey
699.46 s
[ghcide] nullAddrIdKey
699.46 s
[ghcide] voidArgIdKey
699.46 s
[ghcide] otherwiseIdKey
699.46 s
[ghcide] assertIdKey
699.46 s
[ghcide] leftSectionKey
699.46 s
[ghcide] rightSectionKey
699.46 s
[ghcide] rootMainKey
699.46 s
[ghcide] runMainKey
699.46 s
[ghcide] thenIOIdKey
699.46 s
[ghcide] lazyIdKey
699.46 s
[ghcide] assertErrorIdKey
699.46 s
[ghcide] oneShotKey
699.46 s
[ghcide] runRWKey
699.46 s
[ghcide] traceKey
699.46 s
[ghcide] nospecIdKey
699.46 s
[ghcide] inlineIdKey
699.46 s
[ghcide] mapIdKey
699.46 s
[ghcide] dollarIdKey
699.46 s
[ghcide] coercionTokenIdKey
699.46 s
[ghcide] considerAccessibleIdKey
699.46 s
[ghcide] noinlineIdKey
699.46 s
[ghcide] noinlineConstraintIdKey
699.46 s
[ghcide] integerToFloatIdKey
699.46 s
[ghcide] integerToDoubleIdKey
699.46 s
[ghcide] naturalToFloatIdKey
699.46 s
[ghcide] naturalToDoubleIdKey
699.46 s
[ghcide] rationalToFloatIdKey
699.46 s
[ghcide] rationalToDoubleIdKey
699.46 s
[ghcide] coerceKey
699.46 s
[ghcide] unboundKey
699.46 s
[ghcide] fromIntegerClassOpKey
699.46 s
[ghcide] minusClassOpKey
699.46 s
[ghcide] fromRationalClassOpKey
699.46 s
[ghcide] enumFromClassOpKey
699.46 s
[ghcide] enumFromThenClassOpKey
699.46 s
[ghcide] enumFromToClassOpKey
699.46 s
[ghcide] enumFromThenToClassOpKey
699.46 s
[ghcide] eqClassOpKey
699.46 s
[ghcide] geClassOpKey
699.46 s
[ghcide] negateClassOpKey
699.46 s
[ghcide] bindMClassOpKey
699.46 s
[ghcide] thenMClassOpKey
699.46 s
[ghcide] fmapClassOpKey
699.46 s
[ghcide] returnMClassOpKey
699.46 s
[ghcide] mfixIdKey
699.46 s
[ghcide] failMClassOpKey
699.46 s
[ghcide] fromLabelClassOpKey
699.46 s
[ghcide] arrAIdKey
699.46 s
[ghcide] composeAIdKey
699.46 s
[ghcide] firstAIdKey
699.46 s
[ghcide] appAIdKey
699.46 s
[ghcide] choiceAIdKey
699.46 s
[ghcide] loopAIdKey
699.46 s
[ghcide] fromStringClassOpKey
699.46 s
[ghcide] toAnnotationWrapperIdKey
699.46 s
[ghcide] fromIntegralIdKey
699.46 s
[ghcide] realToFracIdKey
699.46 s
[ghcide] toIntegerClassOpKey
699.46 s
[ghcide] toRationalClassOpKey
699.46 s
[ghcide] guardMIdKey
699.46 s
[ghcide] liftMIdKey
699.46 s
[ghcide] mzipIdKey
699.46 s
[ghcide] ghciStepIoMClassOpKey
699.46 s
[ghcide] isListClassKey
699.46 s
[ghcide] fromListClassOpKey
699.46 s
[ghcide] fromListNClassOpKey
699.46 s
[ghcide] toListClassOpKey
699.46 s
[ghcide] proxyHashKey
699.46 s
[ghcide] mkTyConKey
699.46 s
[ghcide] mkTrTypeKey
699.46 s
[ghcide] mkTrConKey
699.46 s
[ghcide] mkTrAppKey
699.46 s
[ghcide] typeNatTypeRepKey
699.46 s
[ghcide] typeSymbolTypeRepKey
699.46 s
[ghcide] typeCharTypeRepKey
699.46 s
[ghcide] typeRepIdKey
699.46 s
[ghcide] mkTrFunKey
699.46 s
[ghcide] starKindRepKey
699.46 s
[ghcide] starArrStarKindRepKey
699.46 s
[ghcide] starArrStarArrStarKindRepKey
699.46 s
[ghcide] constraintKindRepKey
699.46 s
[ghcide] toDynIdKey
699.46 s
[ghcide] eqSCSelIdKey
699.46 s
[ghcide] heqSCSelIdKey
699.46 s
[ghcide] coercibleSCSelIdKey
699.46 s
[ghcide] sappendClassOpKey
699.46 s
[ghcide] memptyClassOpKey
699.46 s
[ghcide] mappendClassOpKey
699.46 s
[ghcide] mconcatClassOpKey
699.46 s
[ghcide] emptyCallStackKey
699.46 s
[ghcide] pushCallStackKey
699.46 s
[ghcide] fromStaticPtrClassOpKey
699.46 s
[ghcide] makeStaticKey
699.46 s
[ghcide] emptyExceptionContextKey
699.46 s
[ghcide] unsafeEqualityProofIdKey
699.46 s
[ghcide] unsafeCoercePrimIdKey
699.46 s
[ghcide] getFieldClassOpKey
699.46 s
[ghcide] setFieldClassOpKey
699.46 s
[ghcide] unsatisfiableIdNameKey
699.46 s
[ghcide] integerFromNaturalIdKey
699.46 s
[ghcide] integerToNaturalClampIdKey
699.46 s
[ghcide] integerToNaturalThrowIdKey
699.46 s
[ghcide] integerToNaturalIdKey
699.46 s
[ghcide] integerToWordIdKey
699.46 s
[ghcide] integerToIntIdKey
699.46 s
[ghcide] integerToWord64IdKey
699.46 s
[ghcide] integerToInt64IdKey
699.46 s
[ghcide] integerAddIdKey
699.46 s
[ghcide] integerMulIdKey
699.46 s
[ghcide] integerSubIdKey
699.46 s
[ghcide] integerNegateIdKey
699.46 s
[ghcide] integerAbsIdKey
699.46 s
[ghcide] integerPopCountIdKey
699.46 s
[ghcide] integerQuotIdKey
699.46 s
[ghcide] integerRemIdKey
699.46 s
[ghcide] integerDivIdKey
699.46 s
[ghcide] integerModIdKey
699.46 s
[ghcide] integerDivModIdKey
699.46 s
[ghcide] integerQuotRemIdKey
699.46 s
[ghcide] integerEncodeFloatIdKey
699.46 s
[ghcide] integerEncodeDoubleIdKey
699.46 s
[ghcide] integerGcdIdKey
699.46 s
[ghcide] integerLcmIdKey
699.46 s
[ghcide] integerAndIdKey
699.46 s
[ghcide] integerOrIdKey
699.46 s
[ghcide] integerXorIdKey
699.46 s
[ghcide] integerComplementIdKey
699.46 s
[ghcide] integerBitIdKey
699.46 s
[ghcide] integerTestBitIdKey
699.46 s
[ghcide] integerShiftLIdKey
699.46 s
[ghcide] integerShiftRIdKey
699.46 s
[ghcide] integerFromWordIdKey
699.46 s
[ghcide] integerFromWord64IdKey
699.47 s
[ghcide] integerFromInt64IdKey
699.47 s
[ghcide] naturalToWordIdKey
699.47 s
[ghcide] naturalPopCountIdKey
699.47 s
[ghcide] naturalShiftRIdKey
699.47 s
[ghcide] naturalShiftLIdKey
699.47 s
[ghcide] naturalAddIdKey
699.47 s
[ghcide] naturalSubIdKey
699.47 s
[ghcide] naturalSubThrowIdKey
699.47 s
[ghcide] naturalSubUnsafeIdKey
699.47 s
[ghcide] naturalMulIdKey
699.47 s
[ghcide] naturalQuotRemIdKey
699.47 s
[ghcide] naturalQuotIdKey
699.47 s
[ghcide] naturalRemIdKey
699.47 s
[ghcide] naturalAndIdKey
699.47 s
[ghcide] naturalAndNotIdKey
699.47 s
[ghcide] naturalOrIdKey
699.47 s
[ghcide] naturalXorIdKey
699.47 s
[ghcide] naturalTestBitIdKey
699.47 s
[ghcide] naturalBitIdKey
699.47 s
[ghcide] naturalGcdIdKey
699.47 s
[ghcide] naturalLcmIdKey
699.47 s
[ghcide] naturalLog2IdKey
699.47 s
[ghcide] naturalLogBaseWordIdKey
699.47 s
[ghcide] naturalLogBaseIdKey
699.47 s
[ghcide] naturalPowModIdKey
699.47 s
[ghcide] naturalSizeInBaseIdKey
699.47 s
[ghcide] bignatFromWordListIdKey
699.47 s
[ghcide] bignatEqIdKey
699.47 s
[ghcide] bignatCompareIdKey
699.47 s
[ghcide] bignatCompareWordIdKey
699.47 s
[ghcide] mkRationalBase2IdKey
699.47 s
[ghcide] mkRationalBase10IdKey
699.47 s
[ghcide] numericClassKeys
699.47 s
[ghcide] fractionalClassKeys
699.47 s
[ghcide] standardClassKeys
699.47 s
[ghcide] derivableClassKeys
699.47 s
[ghcide] interactiveClassNames
699.47 s
[ghcide] interactiveClassKeys
699.47 s
[ghcide] promoteDataCon
699.47 s
[ghcide] isUnboxedSumDataCon
699.47 s
[ghcide] StrictnessMark
699.47 s
[ghcide] DataConEnv
699.47 s
[ghcide] eqSpecTyVar
699.47 s
[ghcide] eqSpecType
699.47 s
[ghcide] eqSpecPair
699.47 s
[ghcide] eqSpecPreds
699.47 s
[ghcide] isBanged
699.47 s
[ghcide] isSrcStrict
699.47 s
[ghcide] isSrcUnpacked
699.47 s
[ghcide] isMarkedStrict
699.47 s
[ghcide] cbvFromStrictMark
699.47 s
[ghcide] dataConTagZ
699.47 s
[ghcide] dataConImplBangs
699.47 s
[ghcide] dataConBoxer
699.47 s
[ghcide] dataConOrigResTy
699.47 s
[ghcide] dataConNonlinearType
699.47 s
[ghcide] dataConDisplayType
699.47 s
[ghcide] isTupleDataCon
699.47 s
[ghcide] isBoxedTupleDataCon
699.47 s
[ghcide] isUnboxedTupleDataCon
699.47 s
[ghcide] isCovertGadtDataCon
699.47 s
[ghcide] classDataCon
699.47 s
[ghcide] dataConCannotMatch
699.47 s
[ghcide] checkDataConTyVars
699.47 s
[ghcide] dataConUserTyVarsNeedWrapper
699.47 s
[ghcide] FamInstMatch
699.47 s
[ghcide] FamInstEnv
699.47 s
[ghcide] FamInstEnvs
699.47 s
[ghcide] FamFlavor
699.47 s
[ghcide] FamInst
699.47 s
[ghcide] famInstAxiom
699.47 s
[ghcide] famInstRHS
699.47 s
[ghcide] famInstTyCon
699.47 s
[ghcide] famInstsRepTyCons
699.47 s
[ghcide] famInstRepTyCon_maybe
699.47 s
[ghcide] dataFamInstRepTyCon
699.47 s
[ghcide] orphNamesOfFamInst
699.47 s
[ghcide] pprFamInsts
699.47 s
[ghcide] mkLocalFamInst
699.47 s
[ghcide] mkImportedFamInst
699.47 s
[ghcide] famInstEnvSize
699.47 s
[ghcide] emptyFamInstEnv
699.47 s
[ghcide] famInstEnvElts
699.47 s
[ghcide] familyInstances
699.47 s
[ghcide] familyNameInstances
699.47 s
[ghcide] extendFamInstEnvList
699.47 s
[ghcide] extendFamInstEnv
699.47 s
[ghcide] compatibleBranches
699.47 s
[ghcide] mkCoAxBranch
699.47 s
[ghcide] mkBranchedCoAxiom
699.47 s
[ghcide] mkUnbranchedCoAxiom
699.47 s
[ghcide] mkSingleCoAxiom
699.47 s
[ghcide] lookupFamInstEnvByTyCon
699.47 s
[ghcide] lookupFamInstEnv
699.47 s
[ghcide] lookupFamInstEnvConflicts
699.47 s
[ghcide] isDominatedBy
699.47 s
[ghcide] reduceTyFamApp_maybe
699.47 s
[ghcide] topNormaliseType
699.47 s
[ghcide] normaliseType
699.47 s
[ghcide] normaliseTcApp
699.47 s
[ghcide] ForeignExport
699.47 s
[ghcide] ForeignImport
699.47 s
[ghcide] StandaloneKindSig
699.47 s
[ghcide] CImportSpec
699.47 s
[ghcide] LDerivClauseTys
699.47 s
[ghcide] LHsDerivingClause
699.47 s
[ghcide] FamilyInfo
699.47 s
[ghcide] LHsFunDep
699.47 s
[ghcide] XFunDep
699.47 s
[ghcide] LHsDecl
699.47 s
[ghcide] hsGroupInstDecls
699.47 s
[ghcide] tyClDeclTyVars
699.47 s
[ghcide] tyClGroupTyClDecls
699.47 s
[ghcide] tyClGroupInstDecls
699.47 s
[ghcide] tyClGroupRoleDecls
699.47 s
[ghcide] tyClGroupKindSigs
699.47 s
[ghcide] collectRuleBndrSigTys
699.47 s
[ghcide] docDeclDoc
699.47 s
[ghcide] annProvenanceName_maybe
699.47 s
[ghcide] HsRuleAnn
699.47 s
[ghcide] HsRuleRn
699.47 s
[ghcide] XViaStrategyPs
699.47 s
[ghcide] DataDeclRn
699.47 s
[ghcide] emptyRdrGroup
699.47 s
[ghcide] emptyRnGroup
699.47 s
[ghcide] appendGroups
699.47 s
[ghcide] tyFamInstDeclName
699.47 s
[ghcide] tyFamInstDeclLName
699.47 s
[ghcide] tyClDeclLName
699.47 s
[ghcide] countTyClDecls
699.47 s
[ghcide] tcdName
699.47 s
[ghcide] pp_vanilla_decl_head
699.47 s
[ghcide] pprTyClDeclFlavour
699.47 s
[ghcide] familyDeclLName
699.47 s
[ghcide] familyDeclName
699.47 s
[ghcide] famResultKindSignature
699.47 s
[ghcide] standaloneKindSigName
699.47 s
[ghcide] getConNames
699.47 s
[ghcide] hsConDeclTheta
699.47 s
[ghcide] ppDataDefnHeader
699.47 s
[ghcide] pprTyFamInstDecl
699.47 s
[ghcide] pprDataFamInstFlavour
699.47 s
[ghcide] pprHsFamInstLHS
699.47 s
[ghcide] instDeclDataFamInsts
699.47 s
[ghcide] anyLConIsGadt
699.47 s
[ghcide] flattenRuleDecls
699.47 s
[ghcide] pprFullRuleName
699.47 s
[ghcide] roleAnnotDeclName
699.47 s
[ghcide] mkHsAppTy
699.47 s
[ghcide] mkHsAppKindTy
699.47 s
[ghcide] TyDeclBinders
699.47 s
[ghcide] mkSimpleMatch
699.47 s
[ghcide] unguardedGRHSs
699.47 s
[ghcide] unguardedRHS
699.47 s
[ghcide] mkMatchGroup
699.47 s
[ghcide] mkLamCaseMatchGroup
699.47 s
[ghcide] mkLocatedList
699.47 s
[ghcide] mkHsApp
699.47 s
[ghcide] mkHsAppWith
699.47 s
[ghcide] mkHsApps
699.47 s
[ghcide] mkHsAppsWith
699.47 s
[ghcide] mkHsAppType
699.47 s
[ghcide] mkHsAppTypes
699.47 s
[ghcide] mkHsLam
699.47 s
[ghcide] mkHsLams
699.47 s
[ghcide] mkHsSyntaxApps
699.47 s
[ghcide] nlHsTyApp
699.47 s
[ghcide] nlHsTyApps
699.47 s
[ghcide] mkParPat
699.47 s
[ghcide] nlParPat
699.47 s
[ghcide] mkRecStmt
699.47 s
[ghcide] mkHsIntegral
699.47 s
[ghcide] mkHsFractional
699.47 s
[ghcide] mkHsIsString
699.47 s
[ghcide] mkHsDo
699.47 s
[ghcide] mkHsDoAnns
699.47 s
[ghcide] mkHsComp
699.47 s
[ghcide] mkHsCompAnns
699.47 s
[ghcide] mkHsIf
699.47 s
[ghcide] mkHsCmdIf
699.47 s
[ghcide] mkNPat
699.47 s
[ghcide] mkNPlusKPat
699.47 s
[ghcide] emptyTransStmt
699.47 s
[ghcide] mkTransformStmt
699.47 s
[ghcide] mkTransformByStmt
699.47 s
[ghcide] mkGroupUsingStmt
699.47 s
[ghcide] mkGroupByUsingStmt
699.47 s
[ghcide] mkLastStmt
699.47 s
[ghcide] mkBodyStmt
699.47 s
[ghcide] mkPsBindStmt
699.47 s
[ghcide] mkRnBindStmt
699.47 s
[ghcide] mkTcBindStmt
699.47 s
[ghcide] unitRecStmtTc
699.47 s
[ghcide] emptyRecStmt
699.47 s
[ghcide] emptyRecStmtName
699.47 s
[ghcide] emptyRecStmtId
699.47 s
[ghcide] mkLetStmt
699.47 s
[ghcide] mkHsString
699.47 s
[ghcide] mkHsStringFS
699.47 s
[ghcide] mkHsStringPrimLit
699.47 s
[ghcide] mkHsCharPrimLit
699.47 s
[ghcide] mkConLikeTc
699.47 s
[ghcide] nlHsVar
699.47 s
[ghcide] nl_HsVar
699.47 s
[ghcide] nlHsLit
699.47 s
[ghcide] nlHsIntLit
699.47 s
[ghcide] nlVarPat
699.47 s
[ghcide] nlLitPat
699.47 s
[ghcide] nlHsApp
699.47 s
[ghcide] nlHsSyntaxApps
699.47 s
[ghcide] nlHsApps
699.47 s
[ghcide] nlHsVarApps
699.47 s
[ghcide] nlConVarPat
699.47 s
[ghcide] nlConVarPatName
699.47 s
[ghcide] nlInfixConPat
699.47 s
[ghcide] nlConPat
699.47 s
[ghcide] nlConPatName
699.47 s
[ghcide] nlNullaryConPat
699.47 s
[ghcide] nlWildConPat
699.47 s
[ghcide] nlHsDo
699.47 s
[ghcide] nlHsOpApp
699.47 s
[ghcide] nlHsLam
699.47 s
[ghcide] nlHsPar
699.47 s
[ghcide] nlHsIf
699.47 s
[ghcide] nlHsCase
699.47 s
[ghcide] nlList
699.47 s
[ghcide] nlHsAppTy
699.47 s
[ghcide] nlHsTyVar
699.47 s
[ghcide] nlHsFunTy
699.47 s
[ghcide] nlHsParTy
699.47 s
[ghcide] nlHsTyConApp
699.47 s
[ghcide] nlHsAppKindTy
699.47 s
[ghcide] mkLHsTupleExpr
699.47 s
[ghcide] mkLHsVarTuple
699.47 s
[ghcide] nlTuplePat
699.47 s
[ghcide] missingTupArg
699.47 s
[ghcide] mkBigLHsTup
699.47 s
[ghcide] mkBigLHsPatTup
699.47 s
[ghcide] mkHsSigEnv
699.47 s
[ghcide] mkLHsWrap
699.47 s
[ghcide] mkHsWrap
699.47 s
[ghcide] mkHsWrapCo
699.47 s
[ghcide] mkHsWrapCoR
699.47 s
[ghcide] mkLHsWrapCo
699.47 s
[ghcide] mkHsCmdWrap
699.47 s
[ghcide] mkLHsCmdWrap
699.47 s
[ghcide] mkHsWrapPat
699.47 s
[ghcide] mkLHsWrapPat
699.47 s
[ghcide] mkHsWrapPatCo
699.47 s
[ghcide] mkHsDictLet
699.47 s
[ghcide] mkHsVarBind
699.47 s
[ghcide] mkVarBind
699.47 s
[ghcide] mkPatSynBind
699.47 s
[ghcide] mkMatch
699.47 s
[ghcide] isUnliftedHsBinds
699.47 s
[ghcide] collectLocalBinders
699.47 s
[ghcide] collectHsValBinders
699.47 s
[ghcide] collectLStmtsBinders
699.47 s
[ghcide] collectStmtsBinders
699.47 s
[ghcide] collectLStmtBinders
699.47 s
[ghcide] collectStmtBinders
699.47 s
[ghcide] collectPatBinders
699.47 s
[ghcide] collectPatsBinders
699.47 s
[ghcide] hsGroupBinders
699.47 s
[ghcide] hsTyClForeignBinders
699.47 s
[ghcide] getPatSynBinds
699.47 s
[ghcide] lStmtsImplicits
699.47 s
[ghcide] hsValBindsImplicits
699.47 s
[ghcide] lHsRecFieldsImplicits
699.47 s
[ghcide] Match
699.47 s
[ghcide] XXIEWrappedName
699.47 s
[ghcide] XIEType
699.47 s
[ghcide] XIEPattern
699.47 s
[ghcide] XIEName
699.47 s
[ghcide] XXIE
699.47 s
[ghcide] XIEDocNamed
699.47 s
[ghcide] XIEDoc
699.47 s
[ghcide] XIEGroup
699.47 s
[ghcide] XIEModuleContents
699.47 s
[ghcide] XIEThingWith
699.47 s
[ghcide] XIEThingAll
699.47 s
[ghcide] XIEThingAbs
699.47 s
[ghcide] XIEVar
699.47 s
[ghcide] ImportDeclPkgQual
699.47 s
[ghcide] XXImportDecl
699.47 s
[ghcide] XCImportDecl
699.47 s
[ghcide] XXFieldOcc
699.47 s
[ghcide] XCFieldOcc
699.47 s
[ghcide] XXConDeclField
699.47 s
[ghcide] XConDeclField
699.47 s
[ghcide] XXTyVarBndr
699.47 s
[ghcide] XKindedTyVar
699.47 s
[ghcide] XUserTyVar
699.47 s
[ghcide] XXHsForAllTelescope
699.47 s
[ghcide] XHsForAllInvis
699.47 s
[ghcide] XHsForAllVis
699.47 s
[ghcide] XXTyLit
699.47 s
[ghcide] XCharTy
699.47 s
[ghcide] XStrTy
699.47 s
[ghcide] XNumTy
699.47 s
[ghcide] XXType
699.47 s
[ghcide] XWildCardTy
699.47 s
[ghcide] XTyLit
699.47 s
[ghcide] XExplicitTupleTy
699.47 s
[ghcide] XExplicitListTy
699.47 s
[ghcide] XRecTy
699.47 s
[ghcide] XBangTy
699.47 s
[ghcide] XDocTy
699.47 s
[ghcide] XSpliceTy
699.47 s
[ghcide] XKindSig
699.47 s
[ghcide] XStarTy
699.47 s
[ghcide] XIParamTy
699.47 s
[ghcide] XParTy
699.47 s
[ghcide] XOpTy
699.47 s
[ghcide] XSumTy
699.47 s
[ghcide] XTupleTy
699.47 s
[ghcide] XListTy
699.47 s
[ghcide] XFunTy
699.47 s
[ghcide] XAppKindTy
699.47 s
[ghcide] XAppTy
699.47 s
[ghcide] XTyVar
699.47 s
[ghcide] XQualTy
699.47 s
[ghcide] XForAllTy
699.47 s
[ghcide] XXHsTyPat
699.47 s
[ghcide] XHsTP
699.47 s
[ghcide] XXHsPatSigType
699.47 s
[ghcide] XHsPS
699.47 s
[ghcide] XXHsWildCardBndrs
699.47 s
[ghcide] XHsWC
699.47 s
[ghcide] XXHsSigType
699.47 s
[ghcide] XHsSig
699.47 s
[ghcide] XXHsOuterTyVarBndrs
699.47 s
[ghcide] XHsOuterExplicit
699.47 s
[ghcide] XHsOuterImplicit
699.47 s
[ghcide] XXLHsQTyVars
699.47 s
[ghcide] XHsQTvs
699.47 s
[ghcide] XHsFieldBind
699.47 s
[ghcide] XXPat
699.47 s
[ghcide] XCoPat
699.47 s
[ghcide] XInvisPat
699.47 s
[ghcide] XEmbTyPat
699.47 s
[ghcide] XSigPat
699.47 s
[ghcide] XNPlusKPat
699.47 s
[ghcide] XNPat
699.47 s
[ghcide] XLitPat
699.47 s
[ghcide] XSplicePat
699.47 s
[ghcide] XViewPat
699.47 s
[ghcide] XConPat
699.47 s
[ghcide] XSumPat
699.47 s
[ghcide] XTuplePat
699.47 s
[ghcide] XListPat
699.47 s
[ghcide] XBangPat
699.47 s
[ghcide] XParPat
699.47 s
[ghcide] XAsPat
699.47 s
[ghcide] XLazyPat
699.47 s
[ghcide] XVarPat
699.47 s
[ghcide] XWildPat
699.47 s
[ghcide] XXOverLit
699.47 s
[ghcide] XOverLit
699.47 s
[ghcide] XXLit
699.47 s
[ghcide] XHsDoublePrim
699.47 s
[ghcide] XHsFloatPrim
699.47 s
[ghcide] XHsRat
699.47 s
[ghcide] XHsInteger
699.47 s
[ghcide] XHsWord64Prim
699.47 s
[ghcide] XHsWord32Prim
699.47 s
[ghcide] XHsWord16Prim
699.47 s
[ghcide] XHsWord8Prim
699.47 s
[ghcide] XHsInt64Prim
699.47 s
[ghcide] XHsInt32Prim
699.47 s
[ghcide] XHsInt16Prim
699.47 s
[ghcide] XHsInt8Prim
699.47 s
[ghcide] XHsWordPrim
699.47 s
[ghcide] XHsIntPrim
699.47 s
[ghcide] XHsInt
699.47 s
[ghcide] XHsStringPrim
699.47 s
[ghcide] XHsString
699.47 s
[ghcide] XHsCharPrim
699.47 s
[ghcide] XHsChar
699.47 s
[ghcide] XXApplicativeArg
699.47 s
[ghcide] XApplicativeArgMany
699.47 s
[ghcide] XApplicativeArgOne
699.47 s
[ghcide] XXParStmtBlock
699.47 s
[ghcide] XParStmtBlock
699.47 s
[ghcide] XXCmd
699.47 s
[ghcide] XCmdWrap
699.47 s
[ghcide] XCmdDo
699.47 s
[ghcide] XCmdLet
699.47 s
[ghcide] XCmdIf
699.47 s
[ghcide] XCmdLamCase
699.47 s
[ghcide] XCmdCase
699.47 s
[ghcide] XCmdPar
699.47 s
[ghcide] XCmdLam
699.47 s
[ghcide] XCmdApp
699.47 s
[ghcide] XCmdArrForm
699.47 s
[ghcide] XCmdArrApp
699.47 s
[ghcide] XXStmtLR
699.47 s
[ghcide] XRecStmt
699.47 s
[ghcide] XTransStmt
699.47 s
[ghcide] XParStmt
699.47 s
[ghcide] XLetStmt
699.47 s
[ghcide] XBodyStmt
699.47 s
[ghcide] XApplicativeStmt
699.47 s
[ghcide] XBindStmt
699.47 s
[ghcide] XLastStmt
699.47 s
[ghcide] XXGRHS
699.47 s
[ghcide] XCGRHS
699.47 s
[ghcide] XXGRHSs
699.47 s
[ghcide] XCGRHSs
699.48 s
[ghcide] XXMatch
699.48 s
[ghcide] XCMatch
699.48 s
[ghcide] XXMatchGroup
699.48 s
[ghcide] XMG
699.48 s
[ghcide] XXCmdTop
699.48 s
[ghcide] XCmdTop
699.48 s
[ghcide] XXQuote
699.48 s
[ghcide] XVarBr
699.48 s
[ghcide] XTypBr
699.48 s
[ghcide] XDecBrG
699.48 s
[ghcide] XDecBrL
699.48 s
[ghcide] XPatBr
699.48 s
[ghcide] XExpBr
699.48 s
[ghcide] XXUntypedSplice
699.48 s
[ghcide] XQuasiQuote
699.48 s
[ghcide] XUntypedSpliceExpr
699.48 s
[ghcide] XXTupArg
699.48 s
[ghcide] XMissing
699.48 s
[ghcide] XPresent
699.48 s
[ghcide] XXAmbiguousFieldOcc
699.48 s
[ghcide] XAmbiguous
699.48 s
[ghcide] XUnambiguous
699.48 s
[ghcide] XXPragE
699.48 s
[ghcide] XSCC
699.48 s
[ghcide] XXDotFieldOcc
699.48 s
[ghcide] XCDotFieldOcc
699.48 s
[ghcide] XXExpr
699.48 s
[ghcide] XEmbTy
699.48 s
[ghcide] XPragE
699.48 s
[ghcide] XBinTick
699.48 s
[ghcide] XTick
699.48 s
[ghcide] XStatic
699.48 s
[ghcide] XProc
699.48 s
[ghcide] XUntypedSplice
699.48 s
[ghcide] XTypedSplice
699.48 s
[ghcide] XUntypedBracket
699.48 s
[ghcide] XTypedBracket
699.48 s
[ghcide] XArithSeq
699.48 s
[ghcide] XExprWithTySig
699.48 s
[ghcide] XProjection
699.48 s
[ghcide] XGetField
699.48 s
[ghcide] XLHsOLRecUpdLabels
699.48 s
[ghcide] XLHsRecUpdLabels
699.48 s
[ghcide] XRecordUpd
699.48 s
[ghcide] XRecordCon
699.48 s
[ghcide] XExplicitList
699.48 s
[ghcide] XDo
699.48 s
[ghcide] XLet
699.48 s
[ghcide] XMultiIf
699.48 s
[ghcide] XIf
699.48 s
[ghcide] XCase
699.48 s
[ghcide] XExplicitSum
699.48 s
[ghcide] XExplicitTuple
699.48 s
[ghcide] XSectionR
699.48 s
[ghcide] XSectionL
699.48 s
[ghcide] XPar
699.48 s
[ghcide] XNegApp
699.48 s
[ghcide] XOpApp
699.48 s
[ghcide] XAppTypeE
699.48 s
[ghcide] XApp
699.48 s
[ghcide] XLamCase
699.48 s
[ghcide] XLam
699.48 s
[ghcide] XLitE
699.48 s
[ghcide] XOverLitE
699.48 s
[ghcide] XIPVar
699.48 s
[ghcide] XOverLabel
699.48 s
[ghcide] XRecSel
699.48 s
[ghcide] XUnboundVar
699.48 s
[ghcide] XVar
699.48 s
[ghcide] XXModule
699.48 s
[ghcide] XCModule
699.48 s
[ghcide] XXInjectivityAnn
699.48 s
[ghcide] XCInjectivityAnn
699.48 s
[ghcide] XXRoleAnnotDecl
699.48 s
[ghcide] XCRoleAnnotDecl
699.48 s
[ghcide] XXAnnDecl
699.48 s
[ghcide] XHsAnnotation
699.48 s
[ghcide] XXWarnDecl
699.48 s
[ghcide] XWarning
699.48 s
[ghcide] XXWarnDecls
699.48 s
[ghcide] XWarnings
699.48 s
[ghcide] XXRuleBndr
699.48 s
[ghcide] XRuleBndrSig
699.48 s
[ghcide] XCRuleBndr
699.48 s
[ghcide] XXRuleDecl
699.48 s
[ghcide] XHsRule
699.48 s
[ghcide] XXRuleDecls
699.48 s
[ghcide] XCRuleDecls
699.48 s
[ghcide] XXForeignExport
699.48 s
[ghcide] XCExport
699.48 s
[ghcide] XXForeignImport
699.48 s
[ghcide] XCImport
699.48 s
[ghcide] XXForeignDecl
699.48 s
[ghcide] XForeignExport
699.48 s
[ghcide] ForeignExport
699.48 s
[ghcide] XForeignImport
699.48 s
[ghcide] ForeignImport
699.48 s
[ghcide] XXDefaultDecl
699.48 s
[ghcide] XCDefaultDecl
699.48 s
[ghcide] XViaStrategy
699.48 s
[ghcide] XNewtypeStrategy
699.48 s
[ghcide] XAnyClassStrategy
699.48 s
[ghcide] XStockStrategy
699.48 s
[ghcide] XXDerivDecl
699.48 s
[ghcide] XCDerivDecl
699.48 s
[ghcide] XXInstDecl
699.48 s
[ghcide] XTyFamInstD
699.48 s
[ghcide] XDataFamInstD
699.48 s
[ghcide] XClsInstD
699.48 s
[ghcide] XXClsInstDecl
699.48 s
[ghcide] XCClsInstDecl
699.48 s
[ghcide] XXTyFamInstDecl
699.48 s
[ghcide] XCTyFamInstDecl
699.48 s
[ghcide] XXFamEqn
699.48 s
[ghcide] XCFamEqn
699.48 s
[ghcide] XXConDecl
699.48 s
[ghcide] XConDeclH98
699.48 s
[ghcide] XConDeclGADT
699.48 s
[ghcide] XXDerivClauseTys
699.48 s
[ghcide] XDctMulti
699.48 s
[ghcide] XDctSingle
699.48 s
[ghcide] XXHsDerivingClause
699.48 s
[ghcide] XCHsDerivingClause
699.48 s
[ghcide] XXHsDataDefn
699.48 s
[ghcide] XCHsDataDefn
699.48 s
[ghcide] XXFamilyDecl
699.48 s
[ghcide] XCFamilyDecl
699.48 s
[ghcide] XXFamilyResultSig
699.48 s
[ghcide] XTyVarSig
699.48 s
[ghcide] XCKindSig
699.48 s
[ghcide] XNoSig
699.48 s
[ghcide] XXTyClGroup
699.48 s
[ghcide] XCTyClGroup
699.48 s
[ghcide] XXFunDep
699.48 s
[ghcide] XCFunDep
699.48 s
[ghcide] XXTyClDecl
699.48 s
[ghcide] XClassDecl
699.48 s
[ghcide] XDataDecl
699.48 s
[ghcide] XSynDecl
699.48 s
[ghcide] XFamDecl
699.48 s
[ghcide] XXSpliceDecl
699.48 s
[ghcide] XSpliceDecl
699.48 s
[ghcide] XXHsGroup
699.48 s
[ghcide] XCHsGroup
699.48 s
[ghcide] XXHsDecl
699.48 s
[ghcide] XRoleAnnotD
699.48 s
[ghcide] XDocD
699.48 s
[ghcide] XSpliceD
699.48 s
[ghcide] XRuleD
699.48 s
[ghcide] XAnnD
699.48 s
[ghcide] XWarningD
699.48 s
[ghcide] XForD
699.48 s
[ghcide] XDefD
699.48 s
[ghcide] XKindSigD
699.48 s
[ghcide] XSigD
699.48 s
[ghcide] XValD
699.48 s
[ghcide] XDerivD
699.48 s
[ghcide] XInstD
699.48 s
[ghcide] XTyClD
699.48 s
[ghcide] XXStandaloneKindSig
699.48 s
[ghcide] XStandaloneKindSig
699.48 s
[ghcide] StandaloneKindSig
699.48 s
[ghcide] XXFixitySig
699.48 s
[ghcide] XFixitySig
699.48 s
[ghcide] XXSig
699.48 s
[ghcide] XCompleteMatchSig
699.48 s
[ghcide] XSCCFunSig
699.48 s
[ghcide] XMinimalSig
699.48 s
[ghcide] XSpecInstSig
699.48 s
[ghcide] XSpecSig
699.48 s
[ghcide] XInlineSig
699.48 s
[ghcide] XFixSig
699.48 s
[ghcide] XIdSig
699.48 s
[ghcide] XClassOpSig
699.48 s
[ghcide] XPatSynSig
699.48 s
[ghcide] XTypeSig
699.48 s
[ghcide] XXIPBind
699.48 s
[ghcide] XCIPBind
699.48 s
[ghcide] XXHsIPBinds
699.48 s
[ghcide] XIPBinds
699.48 s
[ghcide] XXPatSynBind
699.48 s
[ghcide] XPSB
699.48 s
[ghcide] XXHsBindsLR
699.48 s
[ghcide] XPatSynBind
699.48 s
[ghcide] XVarBind
699.48 s
[ghcide] XPatBind
699.48 s
[ghcide] XFunBind
699.48 s
[ghcide] XXValBindsLR
699.48 s
[ghcide] XValBinds
699.48 s
[ghcide] XXHsLocalBindsLR
699.48 s
[ghcide] XEmptyLocalBinds
699.48 s
[ghcide] XHsIPBinds
699.48 s
[ghcide] XHsValBinds
699.48 s
[ghcide] LIdP
699.48 s
[ghcide] Anno
699.48 s
[ghcide] DataConCantHappen
699.48 s
[ghcide] moduleNameFS
699.48 s
[ghcide] moduleNameString
699.48 s
[ghcide] mkModuleName
699.48 s
[ghcide] mkModuleNameFS
699.48 s
[ghcide] parseModuleName
699.48 s
[ghcide] LPat
699.48 s
[ghcide] HsDoFlavour
699.48 s
[ghcide] MatchGroup
699.48 s
[ghcide] isPromoted
699.48 s
[ghcide] CImportSpec
699.48 s
[ghcide] negateOverLitVal
699.48 s
[ghcide] LHsTypeArg
699.48 s
[ghcide] XXArg
699.48 s
[ghcide] XArgPar
699.48 s
[ghcide] XTypeArg
699.48 s
[ghcide] XValArg
699.48 s
[ghcide] XXArrow
699.48 s
[ghcide] XExplicitMult
699.48 s
[ghcide] XLinearArrow
699.48 s
[ghcide] XUnrestrictedArrow
699.48 s
[ghcide] XXBndrVis
699.48 s
[ghcide] HsBndrVis
699.48 s
[ghcide] XBndrInvisible
699.48 s
[ghcide] XBndrRequired
699.48 s
[ghcide] LHsTyPat
699.48 s
[ghcide] HsTyPat
699.48 s
[ghcide] hsQTvExplicit
699.48 s
[ghcide] hsPatSigType
699.48 s
[ghcide] mapHsOuterImplicit
699.48 s
[ghcide] hsIPNameFS
699.48 s
[ghcide] isHsBndrInvisible
699.48 s
[ghcide] hsMult
699.48 s
[ghcide] hsScaledThing
699.48 s
[ghcide] conDetailsArity
699.48 s
[ghcide] XConPatTyArg
699.48 s
[ghcide] ConLikeP
699.48 s
[ghcide] isInvisArgPat
699.48 s
[ghcide] isVisArgPat
699.48 s
[ghcide] hsConPatArgs
699.48 s
[ghcide] hsConPatTyArgs
699.48 s
[ghcide] hsRecFields
699.48 s
[ghcide] hsRecFieldsArgs
699.48 s
[ghcide] hsRecFieldSel
699.48 s
[ghcide] XXMultAnn
699.48 s
[ghcide] XMultAnn
699.48 s
[ghcide] XPct1Ann
699.48 s
[ghcide] XNoMultAnn
699.48 s
[ghcide] LHsLocalBindsLR
699.48 s
[ghcide] isFixityLSig
699.48 s
[ghcide] isTypeLSig
699.48 s
[ghcide] isSpecLSig
699.48 s
[ghcide] isSpecInstLSig
699.48 s
[ghcide] isPragLSig
699.48 s
[ghcide] isInlineLSig
699.48 s
[ghcide] isMinimalLSig
699.48 s
[ghcide] isSCCFunSig
699.48 s
[ghcide] isCompleteMatchSig
699.48 s
[ghcide] XXConDeclGADTDetails
699.48 s
[ghcide] XRecConGADT
699.48 s
[ghcide] XPrefixConGADT
699.48 s
[ghcide] LDerivClauseTys
699.48 s
[ghcide] LHsDerivingClause
699.48 s
[ghcide] FamilyInfo
699.48 s
[ghcide] LHsFunDep
699.48 s
[ghcide] XFunDep
699.48 s
[ghcide] LHsDecl
699.48 s
[ghcide] hsGroupInstDecls
699.48 s
[ghcide] tyClDeclTyVars
699.48 s
[ghcide] tyClGroupTyClDecls
699.48 s
[ghcide] tyClGroupInstDecls
699.48 s
[ghcide] tyClGroupRoleDecls
699.48 s
[ghcide] tyClGroupKindSigs
699.48 s
[ghcide] familyInfoTyConFlavour
699.48 s
[ghcide] dataDefnConsNewOrData
699.48 s
[ghcide] collectRuleBndrSigTys
699.48 s
[ghcide] docDeclDoc
699.48 s
[ghcide] annProvenanceName_maybe
699.48 s
[ghcide] TransForm
699.48 s
[ghcide] DotFieldOcc
699.48 s
[ghcide] LHsRecUpdProj
699.48 s
[ghcide] RecUpdProj
699.48 s
[ghcide] LHsRecProj
699.48 s
[ghcide] RecProj
699.48 s
[ghcide] FieldLabelStrings
699.48 s
[ghcide] isInfixMatch
699.48 s
[ghcide] qualifiedDoModuleName_maybe
699.48 s
[ghcide] isPatSynCtxt
699.48 s
[ghcide] isComprehensionContext
699.48 s
[ghcide] isDoComprehensionContext
699.48 s
[ghcide] isMonadDoStmtContext
699.48 s
[ghcide] isMonadCompContext
699.48 s
[ghcide] isMonadDoCompContext
699.48 s
[ghcide] LeftOrRight
699.48 s
[ghcide] pickLR
699.48 s
[ghcide] QuoteWrapper
699.48 s
[ghcide] EvTerm
699.48 s
[ghcide] EvExpr
699.48 s
[ghcide] EvBind
699.48 s
[ghcide] EvBindInfo
699.48 s
[ghcide] EvBindMap
699.48 s
[ghcide] EvBindsVar
699.48 s
[ghcide] TcEvBinds
699.48 s
[ghcide] HsWrapper
699.48 s
[ghcide] TcMCoercionR
699.48 s
[ghcide] TcMCoercionN
699.48 s
[ghcide] TcMCoercion
699.48 s
[ghcide] TcCoercionP
699.48 s
[ghcide] TcCoercionR
699.48 s
[ghcide] TcCoercionN
699.48 s
[ghcide] TcCoercion
699.48 s
[ghcide] mkWpEta
699.48 s
[ghcide] mkWpCastR
699.48 s
[ghcide] mkWpCastN
699.48 s
[ghcide] mkWpTyApps
699.48 s
[ghcide] mkWpEvApps
699.48 s
[ghcide] mkWpEvVarApps
699.48 s
[ghcide] mkWpTyLams
699.48 s
[ghcide] mkWpVisTyLam
699.48 s
[ghcide] mkWpEvLams
699.48 s
[ghcide] mkWpLet
699.48 s
[ghcide] idHsWrapper
699.48 s
[ghcide] isIdHsWrapper
699.48 s
[ghcide] collectHsWrapBinders
699.48 s
[ghcide] isCoEvBindsVar
699.48 s
[ghcide] emptyEvBindMap
699.48 s
[ghcide] extendEvBinds
699.48 s
[ghcide] isEmptyEvBindMap
699.48 s
[ghcide] lookupEvBind
699.48 s
[ghcide] evBindMapBinds
699.48 s
[ghcide] foldEvBindMap
699.48 s
[ghcide] nonDetStrictFoldEvBindMap
699.48 s
[ghcide] filterEvBindMap
699.48 s
[ghcide] evBindMapToVarSet
699.48 s
[ghcide] varSetMinusEvBindMap
699.48 s
[ghcide] evBindVar
699.48 s
[ghcide] mkWantedEvBind
699.48 s
[ghcide] mkGivenEvBind
699.48 s
[ghcide] evCoercion
699.48 s
[ghcide] evDFunApp
699.48 s
[ghcide] evDataConApp
699.48 s
[ghcide] evSelector
699.48 s
[ghcide] evTypeable
699.48 s
[ghcide] mkEvCast
699.48 s
[ghcide] mkEvScSelectors
699.48 s
[ghcide] emptyTcEvBinds
699.48 s
[ghcide] isEmptyTcEvBinds
699.48 s
[ghcide] evTermCoercion_maybe
699.48 s
[ghcide] evTermCoercion
699.48 s
[ghcide] findNeededEvVars
699.48 s
[ghcide] evVarsOfTerm
699.48 s
[ghcide] pprHsWrapper
699.48 s
[ghcide] quoteWrapperTyVarTy
699.48 s
[ghcide] newName
699.48 s
[ghcide] getEnv
699.48 s
[ghcide] newUnique
699.48 s
[ghcide] Env
699.48 s
[ghcide] newMutVar
699.48 s
[ghcide] readMutVar
699.48 s
[ghcide] writeMutVar
699.48 s
[ghcide] TcLclEnv
699.48 s
[ghcide] zipWith3M
699.48 s
[ghcide] zipWith3M_
699.48 s
[ghcide] zipWith4M
699.48 s
[ghcide] zipWithAndUnzipM
699.48 s
[ghcide] mapAndUnzip4M
699.48 s
[ghcide] mapAndUnzip5M
699.48 s
[ghcide] newTcRef
699.48 s
[ghcide] readTcRef
699.48 s
[ghcide] writeTcRef
699.48 s
[ghcide] updTcRef
699.48 s
[ghcide] updTcRefM
699.48 s
[ghcide] PromotionErr
699.48 s
[ghcide] pprPECategory
699.48 s
[ghcide] peCategory
699.48 s
[ghcide] ClosedTypeId
699.48 s
[ghcide] RhsNames
699.48 s
[ghcide] TcIdSigInst
699.48 s
[ghcide] TcPatSynSig
699.48 s
[ghcide] TcSigInfo
699.48 s
[ghcide] TcPartialSig
699.48 s
[ghcide] TcIdSig
699.48 s
[ghcide] TcCompleteSig
699.48 s
[ghcide] TcSigFun
699.48 s
[ghcide] TcBinder
699.48 s
[ghcide] TcId
699.48 s
[ghcide] TcBinderStack
699.48 s
[ghcide] isPartialSig
699.48 s
[ghcide] tcSigInfoName
699.48 s
[ghcide] tcIdSigLoc
699.48 s
[ghcide] completeSigPolyId_maybe
699.48 s
[ghcide] pprTcTyThingCategory
699.48 s
[ghcide] tcTyThingCategory
699.48 s
[ghcide] ThLevel
699.48 s
[ghcide] PendingStuff
699.48 s
[ghcide] ThStage
699.48 s
[ghcide] SpliceOrBracket
699.48 s
[ghcide] SpliceType
699.48 s
[ghcide] topStage
699.48 s
[ghcide] topAnnStage
699.48 s
[ghcide] topSpliceStage
699.48 s
[ghcide] impLevel
699.48 s
[ghcide] outerLevel
699.48 s
[ghcide] thLevel
699.48 s
[ghcide] ArrowCtxt
699.48 s
[ghcide] ThBindEnv
699.48 s
[ghcide] TcTypeEnv
699.48 s
[ghcide] TcLclCtxt
699.48 s
[ghcide] setLclEnvTcLevel
699.48 s
[ghcide] getLclEnvTcLevel
699.48 s
[ghcide] setLclEnvLoc
699.48 s
[ghcide] getLclEnvLoc
699.48 s
[ghcide] lclEnvInGeneratedCode
699.48 s
[ghcide] modifyLclCtxt
699.48 s
[ghcide] CompleteMatches
699.48 s
[ghcide] addErr
699.48 s
[ghcide] IOEnvFailure
699.48 s
[ghcide] IOEnv
699.48 s
[ghcide] failM
699.48 s
[ghcide] failWithM
699.48 s
[ghcide] runIOEnv
699.49 s
[ghcide] fixM
699.49 s
[ghcide] tryM
699.49 s
[ghcide] tryAllM
699.49 s
[ghcide] tryMostM
699.49 s
[ghcide] unsafeInterleaveM
699.49 s
[ghcide] uninterruptibleMaskM_
699.49 s
[ghcide] updMutVar
699.49 s
[ghcide] getNamePprCtx
699.49 s
[ghcide] getSrcSpanM
699.49 s
[ghcide] RoleAnnotEnv
699.49 s
[ghcide] FillDefaulting
699.49 s
[ghcide] TcPluginRewriteResult
699.49 s
[ghcide] TcPlugin
699.49 s
[ghcide] SelfBootInfo
699.49 s
[ghcide] IfLclEnv
699.49 s
[ghcide] IfGblEnv
699.49 s
[ghcide] IfL
699.49 s
[ghcide] IfG
699.49 s
[ghcide] IfM
699.49 s
[ghcide] TcRn
699.49 s
[ghcide] TcRnIf
699.49 s
[ghcide] tcVisibleOrphanMods
699.49 s
[ghcide] bootExports
699.49 s
[ghcide] removeBindingShadowing
699.49 s
[ghcide] mkModDeps
699.49 s
[ghcide] emptyImportAvails
699.49 s
[ghcide] mkRoleAnnotEnv
699.49 s
[ghcide] emptyRoleAnnotEnv
699.49 s
[ghcide] lookupRoleAnnot
699.49 s
[ghcide] getRoleAnnots
699.49 s
[ghcide] IsExtraConstraint
699.49 s
[ghcide] initTcInteractive
699.49 s
[ghcide] initTcRnIf
699.49 s
[ghcide] discardResult
699.49 s
[ghcide] getTopEnv
699.49 s
[ghcide] updTopEnv
699.49 s
[ghcide] getGblEnv
699.49 s
[ghcide] updGblEnv
699.49 s
[ghcide] setGblEnv
699.49 s
[ghcide] getLclEnv
699.49 s
[ghcide] updLclEnv
699.49 s
[ghcide] updLclCtxt
699.49 s
[ghcide] setLclEnv
699.49 s
[ghcide] restoreLclEnv
699.49 s
[ghcide] getEnvs
699.49 s
[ghcide] setEnvs
699.49 s
[ghcide] updEnvs
699.49 s
[ghcide] restoreEnvs
699.49 s
[ghcide] xoptM
699.49 s
[ghcide] doptM
699.49 s
[ghcide] goptM
699.49 s
[ghcide] woptM
699.49 s
[ghcide] setXOptM
699.49 s
[ghcide] unsetXOptM
699.49 s
[ghcide] unsetGOptM
699.49 s
[ghcide] unsetWOptM
699.49 s
[ghcide] whenGOptM
699.49 s
[ghcide] whenWOptM
699.49 s
[ghcide] whenXOptM
699.49 s
[ghcide] unlessXOptM
699.49 s
[ghcide] getGhcMode
699.49 s
[ghcide] withoutDynamicNow
699.49 s
[ghcide] updTopFlags
699.49 s
[ghcide] getEpsVar
699.49 s
[ghcide] getEps
699.49 s
[ghcide] getHpt
699.49 s
[ghcide] getEpsAndHug
699.49 s
[ghcide] withIfaceErr
699.49 s
[ghcide] newArrowScope
699.49 s
[ghcide] escapeArrowScope
699.49 s
[ghcide] newUniqueSupply
699.49 s
[ghcide] cloneLocalName
699.49 s
[ghcide] newNameAt
699.49 s
[ghcide] newSysName
699.49 s
[ghcide] newSysLocalId
699.49 s
[ghcide] newSysLocalIds
699.49 s
[ghcide] traceTc
699.49 s
[ghcide] traceRn
699.49 s
[ghcide] traceOptTcRn
699.49 s
[ghcide] traceIf
699.49 s
[ghcide] traceOptIf
699.49 s
[ghcide] getIsGHCi
699.49 s
[ghcide] getGHCiMonad
699.49 s
[ghcide] getInteractivePrintName
699.49 s
[ghcide] tcIsHsBootOrSig
699.49 s
[ghcide] tcHscSource
699.49 s
[ghcide] tcIsHsig
699.49 s
[ghcide] tcSelfBootInfo
699.49 s
[ghcide] getGlobalRdrEnv
699.49 s
[ghcide] getRdrEnvs
699.49 s
[ghcide] getImports
699.49 s
[ghcide] getFixityEnv
699.49 s
[ghcide] extendFixityEnv
699.49 s
[ghcide] getDeclaredDefaultTys
699.49 s
[ghcide] addDependentFiles
699.49 s
[ghcide] inGeneratedCode
699.49 s
[ghcide] setSrcSpan
699.49 s
[ghcide] setSrcSpanA
699.49 s
[ghcide] addLocM
699.49 s
[ghcide] wrapLocM
699.49 s
[ghcide] wrapLocMA
699.49 s
[ghcide] wrapLocFstM
699.49 s
[ghcide] wrapLocFstMA
699.49 s
[ghcide] wrapLocSndM
699.49 s
[ghcide] wrapLocSndMA
699.49 s
[ghcide] wrapLocM_
699.49 s
[ghcide] wrapLocMA_
699.49 s
[ghcide] getErrsVar
699.49 s
[ghcide] setErrsVar
699.49 s
[ghcide] failWith
699.49 s
[ghcide] failAt
699.49 s
[ghcide] addErrAt
699.49 s
[ghcide] mkDetailedMessage
699.49 s
[ghcide] addErrs
699.49 s
[ghcide] checkErr
699.49 s
[ghcide] checkErrAt
699.49 s
[ghcide] addMessages
699.49 s
[ghcide] discardWarnings
699.49 s
[ghcide] mkTcRnMessage
699.49 s
[ghcide] reportDiagnostics
699.49 s
[ghcide] reportDiagnostic
699.49 s
[ghcide] checkNoErrs
699.49 s
[ghcide] whenNoErrs
699.49 s
[ghcide] ifErrsM
699.49 s
[ghcide] failIfErrsM
699.49 s
[ghcide] getErrCtxt
699.49 s
[ghcide] setErrCtxt
699.49 s
[ghcide] popErrCtxt
699.49 s
[ghcide] getCtLocM
699.49 s
[ghcide] mkCtLocEnv
699.49 s
[ghcide] setCtLocM
699.49 s
[ghcide] askNoErrs
699.49 s
[ghcide] tryCaptureConstraints
699.49 s
[ghcide] captureConstraints
699.49 s
[ghcide] tcEmitBindingUsage
699.49 s
[ghcide] attemptM
699.49 s
[ghcide] recoverM
699.49 s
[ghcide] tryTc
699.49 s
[ghcide] discardErrs
699.49 s
[ghcide] tryTcDiscardingErrs
699.49 s
[ghcide] addErrTc
699.49 s
[ghcide] addErrTcM
699.49 s
[ghcide] failWithTc
699.49 s
[ghcide] failWithTcM
699.49 s
[ghcide] checkTc
699.49 s
[ghcide] checkTcM
699.49 s
[ghcide] failIfTc
699.49 s
[ghcide] failIfTcM
699.49 s
[ghcide] addTcRnDiagnostic
699.49 s
[ghcide] mkErrInfo
699.49 s
[ghcide] debugTc
699.49 s
[ghcide] addTopEvBinds
699.49 s
[ghcide] newTcEvBinds
699.49 s
[ghcide] cloneEvBindsVar
699.49 s
[ghcide] getTcEvTyCoVars
699.49 s
[ghcide] getTcEvBindsMap
699.49 s
[ghcide] setTcEvBindsMap
699.49 s
[ghcide] addTcEvBind
699.49 s
[ghcide] chooseUniqueOccTc
699.49 s
[ghcide] getConstraintVar
699.49 s
[ghcide] setConstraintVar
699.49 s
[ghcide] emitStaticConstraints
699.49 s
[ghcide] emitConstraints
699.49 s
[ghcide] emitSimple
699.49 s
[ghcide] emitSimples
699.49 s
[ghcide] emitImplication
699.49 s
[ghcide] emitImplications
699.49 s
[ghcide] emitDelayedErrors
699.49 s
[ghcide] emitHole
699.49 s
[ghcide] emitHoles
699.49 s
[ghcide] emitNotConcreteError
699.49 s
[ghcide] pushTcLevelM_
699.49 s
[ghcide] pushTcLevelM
699.49 s
[ghcide] getTcLevel
699.49 s
[ghcide] setTcLevel
699.49 s
[ghcide] isTouchableTcM
699.49 s
[ghcide] getLclTypeEnv
699.49 s
[ghcide] setLclTypeEnv
699.49 s
[ghcide] traceTcConstraints
699.49 s
[ghcide] emitAnonTypeHole
699.49 s
[ghcide] emitNamedTypeHole
699.49 s
[ghcide] recordThUse
699.49 s
[ghcide] recordThSpliceUse
699.49 s
[ghcide] recordThNeededRuntimeDeps
699.49 s
[ghcide] keepAlive
699.49 s
[ghcide] getStage
699.49 s
[ghcide] getStageAndBindLevel
699.49 s
[ghcide] setStage
699.49 s
[ghcide] getLocalRdrEnv
699.49 s
[ghcide] setLocalRdrEnv
699.49 s
[ghcide] mkIfLclEnv
699.49 s
[ghcide] initIfaceCheck
699.49 s
[ghcide] initIfaceLcl
699.49 s
[ghcide] getIfModule
699.49 s
[ghcide] failIfM
699.49 s
[ghcide] setImplicitEnvM
699.49 s
[ghcide] mkVarOccFS
699.49 s
[ghcide] isFieldName
699.49 s
[ghcide] tidyNameOcc
699.49 s
[ghcide] nameOccName
699.49 s
[ghcide] setNameUnique
699.49 s
[ghcide] nameUnique
699.49 s
[ghcide] emptyFsEnv
699.49 s
[ghcide] extendFsEnv
699.49 s
[ghcide] lookupFsEnv
699.49 s
[ghcide] mkFsEnv
699.49 s
[ghcide] TidyOccEnv
699.49 s
[ghcide] OccSet
699.49 s
[ghcide] NameSpace
699.49 s
[ghcide] tcName
699.49 s
[ghcide] clsName
699.49 s
[ghcide] tcClsName
699.49 s
[ghcide] dataName
699.49 s
[ghcide] srcDataName
699.49 s
[ghcide] tvName
699.49 s
[ghcide] fieldName
699.49 s
[ghcide] isDataConNameSpace
699.49 s
[ghcide] isTcClsNameSpace
699.49 s
[ghcide] isTvNameSpace
699.49 s
[ghcide] isVarNameSpace
699.49 s
[ghcide] isValNameSpace
699.49 s
[ghcide] isFieldNameSpace
699.49 s
[ghcide] pprNameSpace
699.49 s
[ghcide] pprNonVarNameSpace
699.49 s
[ghcide] pprNameSpaceBrief
699.49 s
[ghcide] pprOccName
699.49 s
[ghcide] mkOccName
699.49 s
[ghcide] mkOccNameFS
699.49 s
[ghcide] mkVarOcc
699.49 s
[ghcide] mkRecFieldOcc
699.49 s
[ghcide] mkRecFieldOccFS
699.49 s
[ghcide] varToRecFieldOcc
699.49 s
[ghcide] recFieldToVarOcc
699.49 s
[ghcide] mkDataOcc
699.49 s
[ghcide] mkDataOccFS
699.49 s
[ghcide] mkTyVarOcc
699.49 s
[ghcide] mkTyVarOccFS
699.49 s
[ghcide] mkTcOcc
699.49 s
[ghcide] mkTcOccFS
699.49 s
[ghcide] mkClsOcc
699.49 s
[ghcide] mkClsOccFS
699.49 s
[ghcide] demoteOccName
699.49 s
[ghcide] demoteOccTvName
699.49 s
[ghcide] promoteOccName
699.49 s
[ghcide] intersectOccEnv_C
699.49 s
[ghcide] minusOccEnv_C_Ns
699.49 s
[ghcide] pprOccEnv
699.49 s
[ghcide] emptyOccSet
699.49 s
[ghcide] unitOccSet
699.49 s
[ghcide] mkOccSet
699.49 s
[ghcide] extendOccSet
699.49 s
[ghcide] extendOccSetList
699.49 s
[ghcide] unionOccSets
699.49 s
[ghcide] unionManyOccSets
699.49 s
[ghcide] elemOccSet
699.49 s
[ghcide] isEmptyOccSet
699.49 s
[ghcide] occNameString
699.49 s
[ghcide] setOccNameSpace
699.49 s
[ghcide] isVarOcc
699.49 s
[ghcide] isTvOcc
699.49 s
[ghcide] isTcOcc
699.49 s
[ghcide] isFieldOcc
699.49 s
[ghcide] fieldOcc_maybe
699.49 s
[ghcide] isDataOcc
699.49 s
[ghcide] isUnderscore
699.49 s
[ghcide] isDefaultMethodOcc
699.49 s
[ghcide] mkDataConWrapperOcc
699.49 s
[ghcide] mkWorkerOcc
699.49 s
[ghcide] mkMatcherOcc
699.49 s
[ghcide] mkBuilderOcc
699.49 s
[ghcide] mkDefaultMethodOcc
699.49 s
[ghcide] mkClassOpAuxOcc
699.49 s
[ghcide] mkDictOcc
699.49 s
[ghcide] mkIPOcc
699.49 s
[ghcide] mkSpecOcc
699.49 s
[ghcide] mkForeignExportOcc
699.49 s
[ghcide] mkRepEqOcc
699.49 s
[ghcide] mkClassDataConOcc
699.49 s
[ghcide] mkNewTyCoOcc
699.49 s
[ghcide] mkInstTyCoOcc
699.49 s
[ghcide] mkEqPredCoOcc
699.49 s
[ghcide] mkCon2TagOcc
699.49 s
[ghcide] mkTag2ConOcc
699.49 s
[ghcide] mkMaxTagOcc
699.49 s
[ghcide] mkDataTOcc
699.49 s
[ghcide] mkDataCOcc
699.49 s
[ghcide] mkTyConRepOcc
699.49 s
[ghcide] mkGenR
699.49 s
[ghcide] mkGen1R
699.49 s
[ghcide] mkDataConWorkerOcc
699.49 s
[ghcide] mkSuperDictAuxOcc
699.49 s
[ghcide] mkSuperDictSelOcc
699.49 s
[ghcide] mkLocalOcc
699.49 s
[ghcide] mkDFunOcc
699.49 s
[ghcide] mkMethodOcc
699.49 s
[ghcide] emptyTidyOccEnv
699.49 s
[ghcide] initTidyOccEnv
699.49 s
[ghcide] delTidyOccEnvList
699.49 s
[ghcide] avoidClashesOccEnv
699.49 s
[ghcide] tidyOccName
699.49 s
[ghcide] mainOcc
699.49 s
[ghcide] ppMainFn
699.49 s
[ghcide] nameNameSpace
699.49 s
[ghcide] nameSrcLoc
699.49 s
[ghcide] nameSrcSpan
699.49 s
[ghcide] isWiredInName
699.49 s
[ghcide] isWiredIn
699.49 s
[ghcide] wiredInNameTyThing_maybe
699.49 s
[ghcide] isBuiltInSyntax
699.49 s
[ghcide] isTupleTyConName
699.49 s
[ghcide] isSumTyConName
699.49 s
[ghcide] isExternalName
699.49 s
[ghcide] isInternalName
699.49 s
[ghcide] isHoleName
699.49 s
[ghcide] nameModule
699.49 s
[ghcide] nameModule_maybe
699.49 s
[ghcide] namePun_maybe
699.49 s
[ghcide] nameIsHomePackage
699.49 s
[ghcide] nameIsHomePackageImport
699.49 s
[ghcide] isTyVarName
699.49 s
[ghcide] isTyConName
699.49 s
[ghcide] isDataConName
699.49 s
[ghcide] isValName
699.49 s
[ghcide] isVarName
699.49 s
[ghcide] isSystemName
699.49 s
[ghcide] mkClonedInternalName
699.49 s
[ghcide] mkDerivedInternalName
699.49 s
[ghcide] mkSystemNameAt
699.49 s
[ghcide] mkSystemVarName
699.49 s
[ghcide] mkSysTvName
699.49 s
[ghcide] setNameLoc
699.49 s
[ghcide] pprName
699.49 s
[ghcide] pprModulePrefix
699.49 s
[ghcide] pprDefinedAt
699.49 s
[ghcide] pprNameDefnLoc
699.49 s
[ghcide] getSrcLoc
699.49 s
[ghcide] getSrcSpan
699.49 s
[ghcide] getOccString
699.49 s
[ghcide] getOccFS
699.49 s
[ghcide] pprInfixName
699.49 s
[ghcide] pprPrefixName
699.49 s
[ghcide] RecFieldInfo
699.49 s
[ghcide] plusGREInfo
699.49 s
[ghcide] LookupChild
699.49 s
[ghcide] rdrNameOcc
699.49 s
[ghcide] rdrNameSpace
699.49 s
[ghcide] demoteRdrName
699.49 s
[ghcide] demoteRdrNameTv
699.49 s
[ghcide] promoteRdrName
699.49 s
[ghcide] mkRdrUnqual
699.49 s
[ghcide] mkRdrQual
699.49 s
[ghcide] mkOrig
699.49 s
[ghcide] mkUnqual
699.49 s
[ghcide] mkVarUnqual
699.49 s
[ghcide] getRdrName
699.49 s
[ghcide] nameRdrName
699.49 s
[ghcide] isRdrDataCon
699.49 s
[ghcide] isRdrTyVar
699.49 s
[ghcide] isRdrTc
699.49 s
[ghcide] isSrcRdrName
699.49 s
[ghcide] isUnqual
699.49 s
[ghcide] isQual
699.49 s
[ghcide] isQual_maybe
699.49 s
[ghcide] isOrig
699.49 s
[ghcide] isOrig_maybe
699.49 s
[ghcide] isExact
699.49 s
[ghcide] isExact_maybe
699.49 s
[ghcide] emptyLocalRdrEnv
699.49 s
[ghcide] extendLocalRdrEnv
699.49 s
[ghcide] extendLocalRdrEnvList
699.49 s
[ghcide] lookupLocalRdrEnv
699.49 s
[ghcide] lookupLocalRdrOcc
699.49 s
[ghcide] elemLocalRdrEnv
699.49 s
[ghcide] localRdrEnvElts
699.49 s
[ghcide] inLocalRdrEnvScope
699.49 s
[ghcide] minusLocalRdrEnv
699.49 s
[ghcide] minusLocalRdrEnvList
699.49 s
[ghcide] greName
699.49 s
[ghcide] greNameSpace
699.49 s
[ghcide] greParent
699.49 s
[ghcide] greInfo
699.49 s
[ghcide] mkGRE
699.49 s
[ghcide] mkExactGRE
699.49 s
[ghcide] mkLocalGRE
699.49 s
[ghcide] mkLocalVanillaGRE
699.49 s
[ghcide] mkLocalConLikeGRE
699.49 s
[ghcide] mkLocalFieldGREs
699.49 s
[ghcide] greOccName
699.49 s
[ghcide] greQualModName
699.49 s
[ghcide] greRdrNames
699.49 s
[ghcide] greSrcSpan
699.49 s
[ghcide] mkParent
699.49 s
[ghcide] availParent
699.49 s
[ghcide] greParent_maybe
699.49 s
[ghcide] gresToNameSet
699.49 s
[ghcide] availFromGRE
699.49 s
[ghcide] emptyGlobalRdrEnv
699.49 s
[ghcide] globalRdrEnvElts
699.49 s
[ghcide] pprGlobalRdrEnv
699.49 s
[ghcide] fieldGRE_maybe
699.49 s
[ghcide] fieldGRELabel
699.49 s
[ghcide] fieldGREInfo
699.49 s
[ghcide] recFieldConLike_maybe
699.49 s
[ghcide] recFieldInfo_maybe
699.49 s
[ghcide] filterFieldGREs
699.49 s
[ghcide] allowGRE
699.49 s
[ghcide] getGRE_NameQualifier_maybes
699.49 s
[ghcide] plusGlobalRdrEnv
699.49 s
[ghcide] mkGlobalRdrEnv
699.49 s
[ghcide] insertGRE
699.49 s
[ghcide] plusGRE
699.49 s
[ghcide] extendGlobalRdrEnv
699.49 s
[ghcide] shadowNames
699.49 s
[ghcide] bestImport
699.49 s
[ghcide] importSpecLoc
699.49 s
[ghcide] importSpecModule
699.49 s
[ghcide] isExplicitItem
699.49 s
[ghcide] emptyMessages
699.49 s
[ghcide] HscSource
699.50 s
[ghcide] setVarUnique
699.50 s
[ghcide] setTyVarUnique
699.50 s
[ghcide] Unit
699.50 s
[ghcide] moduleNameFS
699.50 s
[ghcide] moduleNameString
699.50 s
[ghcide] mkModuleName
699.50 s
[ghcide] mkModuleNameFS
699.50 s
[ghcide] parseModuleName
699.50 s
[ghcide] ModuleWithIsBoot
699.50 s
[ghcide] ModuleNameWithIsBoot
699.50 s
[ghcide] Instantiations
699.50 s
[ghcide] GenInstantiations
699.50 s
[ghcide] InstantiatedUnit
699.50 s
[ghcide] moduleUnitId
699.50 s
[ghcide] mkModule
699.50 s
[ghcide] pprModule
699.50 s
[ghcide] pprInstantiatedModule
699.50 s
[ghcide] isHoleUnit
699.50 s
[ghcide] pprUnit
699.50 s
[ghcide] unitString
699.50 s
[ghcide] stringToUnit
699.50 s
[ghcide] unitIdString
699.50 s
[ghcide] stringToUnitId
699.50 s
[ghcide] primUnitId
699.50 s
[ghcide] bignumUnitId
699.50 s
[ghcide] ghcInternalUnitId
699.50 s
[ghcide] baseUnitId
699.50 s
[ghcide] rtsUnitId
699.50 s
[ghcide] thisGhcUnitId
699.50 s
[ghcide] interactiveUnitId
699.50 s
[ghcide] thUnitId
699.50 s
[ghcide] thUnit
699.50 s
[ghcide] primUnit
699.50 s
[ghcide] bignumUnit
699.50 s
[ghcide] ghcInternalUnit
699.50 s
[ghcide] baseUnit
699.50 s
[ghcide] rtsUnit
699.50 s
[ghcide] thisGhcUnit
699.50 s
[ghcide] interactiveUnit
699.50 s
[ghcide] experimentalUnit
699.50 s
[ghcide] mainUnit
699.50 s
[ghcide] isInteractiveModule
699.50 s
[ghcide] wiredInUnitIds
699.50 s
[ghcide] addBootSuffixLocn_maybe
699.50 s
[ghcide] filterModuleEnv
699.50 s
[ghcide] mapMaybeModuleEnv
699.50 s
[ghcide] elemModuleEnv
699.50 s
[ghcide] extendModuleEnv
699.50 s
[ghcide] extendModuleEnvWith
699.50 s
[ghcide] extendModuleEnvList
699.50 s
[ghcide] extendModuleEnvList_C
699.50 s
[ghcide] plusModuleEnv_C
699.50 s
[ghcide] delModuleEnvList
699.50 s
[ghcide] delModuleEnv
699.50 s
[ghcide] plusModuleEnv
699.50 s
[ghcide] lookupModuleEnv
699.50 s
[ghcide] lookupWithDefaultModuleEnv
699.50 s
[ghcide] mapModuleEnv
699.50 s
[ghcide] partitionModuleEnv
699.50 s
[ghcide] alterModuleEnv
699.50 s
[ghcide] mkModuleEnv
699.50 s
[ghcide] emptyModuleEnv
699.50 s
[ghcide] moduleEnvKeys
699.50 s
[ghcide] moduleEnvElts
699.50 s
[ghcide] moduleEnvToList
699.50 s
[ghcide] unitModuleEnv
699.50 s
[ghcide] isEmptyModuleEnv
699.50 s
[ghcide] mkModuleSet
699.50 s
[ghcide] extendModuleSet
699.50 s
[ghcide] extendModuleSetList
699.50 s
[ghcide] emptyModuleSet
699.50 s
[ghcide] isEmptyModuleSet
699.50 s
[ghcide] moduleSetElts
699.50 s
[ghcide] elemModuleSet
699.50 s
[ghcide] intersectModuleSet
699.50 s
[ghcide] minusModuleSet
699.50 s
[ghcide] delModuleSet
699.50 s
[ghcide] unionModuleSet
699.50 s
[ghcide] unionManyModuleSets
699.50 s
[ghcide] unitModuleSet
699.50 s
[ghcide] emptyInstalledModuleEnv
699.50 s
[ghcide] lookupInstalledModuleEnv
699.50 s
[ghcide] extendInstalledModuleEnv
699.50 s
[ghcide] filterInstalledModuleEnv
699.50 s
[ghcide] delInstalledModuleEnv
699.50 s
[ghcide] installedModuleEnvElts
699.50 s
[ghcide] mergeInstalledModuleEnv
699.50 s
[ghcide] plusInstalledModuleEnv
699.50 s
[ghcide] HasModule
699.50 s
[ghcide] ContainsModule
699.50 s
[ghcide] mkPrelImports
699.50 s
[ghcide] toArgs
699.50 s
[ghcide] Token
699.50 s
[ghcide] PState
699.50 s
[ghcide] failMsgP
699.50 s
[ghcide] failLocMsgP
699.50 s
[ghcide] getPState
699.50 s
[ghcide] setSrcLoc
699.50 s
[ghcide] getRealSrcLoc
699.50 s
[ghcide] setLastToken
699.50 s
[ghcide] adjustChar
699.50 s
[ghcide] nextIsEOF
699.50 s
[ghcide] pushLexState
699.50 s
[ghcide] popLexState
699.50 s
[ghcide] getLexState
699.50 s
[ghcide] activeContext
699.50 s
[ghcide] xtest
699.50 s
[ghcide] xset
699.50 s
[ghcide] xunset
699.50 s
[ghcide] disableHaddock
699.50 s
[ghcide] getCommentsFor
699.50 s
[ghcide] getPriorCommentsFor
699.50 s
[ghcide] getFinalCommentsFor
699.50 s
[ghcide] getEofPos
699.50 s
[ghcide] addPsMessage
699.50 s
[ghcide] popContext
699.50 s
[ghcide] pushModuleContext
699.50 s
[ghcide] srcParseFail
699.50 s
[ghcide] lexer
699.50 s
[ghcide] lexerDbg
699.50 s
[ghcide] lexTokenStream
699.50 s
[ghcide] allocateComments
699.50 s
[ghcide] allocatePriorComments
699.50 s
[ghcide] allocateFinalComments
699.50 s
[ghcide] commentToAnnotation
699.50 s
[ghcide] CompileReason
699.50 s
[ghcide] hscUpdateHUG
699.50 s
[ghcide] hsc_HUG
699.50 s
[ghcide] getKey
699.50 s
[ghcide] mkCgInteractiveGuts
699.50 s
[ghcide] justBytecode
699.50 s
[ghcide] justObjects
699.50 s
[ghcide] emptyHomeModInfoLinkable
699.50 s
[ghcide] homeModInfoByteCode
699.50 s
[ghcide] homeModInfoObject
699.50 s
[ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:786)
699.50 s
[ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:633)
699.50 s
[ghcide] lookupGlobalRdrEnv (src/Development/IDE/GHC/Compat/Core.hs:819)
699.50 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.GHC.Compat.Driver'
699.50 s
[ghcide] Missing documentation for:
699.50 s
[ghcide] Module header
699.50 s
[ghcide] hscTypecheckRenameWithDiagnostics (src/Development/IDE/GHC/Compat/Driver.hs:51)
699.50 s
[ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
699.50 s
[ghcide] Missing documentation for:
699.50 s
[ghcide] hsc_HPT
699.50 s
[ghcide] setInteractivePrintName
699.50 s
[ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:75)
699.50 s
[ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:95)
699.50 s
[ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:99)
699.50 s
[ghcide] HomeUnit
699.50 s
[ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:81)
699.50 s
[ghcide] Logger
699.50 s
[ghcide] UnitEnv
699.50 s
[ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:92)
699.50 s
[ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:84)
699.50 s
[ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:87)
699.50 s
[ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:117)
699.50 s
[ghcide] Ways
699.50 s
[ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:133)
699.50 s
[ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:153)
699.50 s
[ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:143)
699.50 s
[ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:149)
699.50 s
[ghcide] workingDirectory
699.50 s
[ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:78)
699.50 s
[ghcide] hscSetActiveUnitId
699.50 s
[ghcide] reexportedModules
699.50 s
[ghcide] 68% ( 15 / 22) in 'Development.IDE.GHC.Compat.Error'
699.50 s
[ghcide] Missing documentation for:
699.50 s
[ghcide] Module header
699.50 s
[ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:68)
699.50 s
[ghcide] PsMessage
699.50 s
[ghcide] _TcRnMessage (src/Development/IDE/GHC/Compat/Error.hs:34)
699.50 s
[ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:39)
699.50 s
[ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:44)
699.50 s
[ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:49)
699.50 s
[ghcide] Warning: 'a_a4ME' is out of scope.
699.50 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.50 s
[ghcide] Warning: 'a' is out of scope.
699.50 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.50 s
[ghcide] 43% ( 23 / 53) in 'Development.IDE.GHC.Compat.Outputable'
699.50 s
[ghcide] Missing documentation for:
699.50 s
[ghcide] Module header
699.50 s
[ghcide] showSDocUnsafe
699.50 s
[ghcide] ppr
699.50 s
[ghcide] text
699.50 s
[ghcide] empty
699.51 s
[ghcide] hang
699.51 s
[ghcide] punctuate
699.51 s
[ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:95)
699.51 s
[ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:131)
699.51 s
[ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:78)
699.51 s
[ghcide] defaultUserStyle
699.51 s
[ghcide] withPprStyle
699.51 s
[ghcide] PsWarning
699.51 s
[ghcide] PsError
699.51 s
[ghcide] defaultDiagnosticOpts
699.51 s
[ghcide] pprMessages
699.51 s
[ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:143)
699.51 s
[ghcide] pprMsgEnvelopeBagWithLoc
699.51 s
[ghcide] getMessages
699.51 s
[ghcide] renderWithContext
699.51 s
[ghcide] errMsgDiagnostic
699.51 s
[ghcide] unDecorated
699.51 s
[ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
699.51 s
[ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
699.51 s
[ghcide] errMsgSeverity
699.51 s
[ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:105)
699.51 s
[ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:151)
699.51 s
[ghcide] mkSrcErr
699.51 s
[ghcide] srcErrorMessages
699.51 s
[ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:154)
699.51 s
[ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
699.51 s
[ghcide] Missing documentation for:
699.51 s
[ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:22)
699.51 s
[ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
699.51 s
[ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:30)
699.51 s
[ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
699.51 s
[ghcide] Missing documentation for:
699.51 s
[ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:27)
699.51 s
[ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:31)
699.51 s
[ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
699.51 s
[ghcide] Missing documentation for:
699.51 s
[ghcide] UnitState
699.51 s
[ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:93)
699.51 s
[ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:82)
699.51 s
[ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:134)
699.51 s
[ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:126)
699.51 s
[ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:153)
699.51 s
[ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:130)
699.51 s
[ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:142)
699.51 s
[ghcide] UnitInfoMap
699.51 s
[ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:146)
699.51 s
[ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:150)
699.51 s
[ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:156)
699.51 s
[ghcide] unitPackageNameString
699.51 s
[ghcide] Unit
699.51 s
[ghcide] unitString
699.51 s
[ghcide] stringToUnit
699.51 s
[ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:168)
699.51 s
[ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:170)
699.51 s
[ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:172)
699.51 s
[ghcide] moduleUnitId
699.51 s
[ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:176)
699.51 s
[ghcide] FinderCache
699.51 s
[ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:187)
699.51 s
[ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:190)
699.51 s
[ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
699.51 s
[ghcide] Missing documentation for:
699.51 s
[ghcide] handleGhcException
699.51 s
[ghcide] Bag
699.51 s
[ghcide] bagToList
699.51 s
[ghcide] listToBag
699.51 s
[ghcide] unionBags
699.51 s
[ghcide] isEmptyBag
699.51 s
[ghcide] LBooleanFormula
699.51 s
[ghcide] BooleanFormula
699.51 s
[ghcide] OverridingBool
699.51 s
[ghcide] MaybeErr
699.51 s
[ghcide] Pair
699.51 s
[ghcide] EnumSet
699.51 s
[ghcide] toList
699.51 s
[ghcide] uniq
699.51 s
[ghcide] fsLit
699.51 s
[ghcide] Fingerprint
699.51 s
[ghcide] fingerprintData
699.51 s
[ghcide] fingerprintString
699.51 s
[ghcide] fingerprintFingerprints
699.51 s
[ghcide] nonDetCmpUnique
699.51 s
[ghcide] getUnique
699.51 s
[ghcide] mkUnique
699.51 s
[ghcide] newTagUnique
699.51 s
[ghcide] emptyUDFM
699.51 s
[ghcide] plusUDFM
699.51 s
[ghcide] plusUDFM_C
699.51 s
[ghcide] 35% ( 6 / 17) in 'Development.IDE.GHC.Compat.Parser'
699.51 s
[ghcide] Missing documentation for:
699.51 s
[ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:45)
699.51 s
[ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:49)
699.51 s
[ghcide] PsSpan
699.52 s
[ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:57)
699.52 s
[ghcide] HsParsedModule
699.52 s
[ghcide] hpm_module (src/Development/IDE/GHC/Compat/Parser.hs:58)
699.52 s
[ghcide] hpm_src_files (src/Development/IDE/GHC/Compat/Parser.hs:59)
699.52 s
[ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:67)
699.52 s
[ghcide] pm_parsed_source (src/Development/IDE/GHC/Compat/Parser.hs:69)
699.52 s
[ghcide] pm_mod_summary (src/Development/IDE/GHC/Compat/Parser.hs:68)
699.52 s
[ghcide] pm_extra_src_files (src/Development/IDE/GHC/Compat/Parser.hs:70)
699.52 s
[ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
699.52 s
[ghcide] Missing documentation for:
699.52 s
[ghcide] PluginWithArgs
699.52 s
[ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:39)
699.52 s
[ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:49)
699.52 s
[ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:35)
699.56 s
[ghcide] 43% ( 56 /128) in 'Development.IDE.GHC.Compat'
699.56 s
[ghcide] Missing documentation for:
699.56 s
[ghcide] hPutStringBuffer
699.56 s
[ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:371)
699.56 s
[ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:409)
699.56 s
[ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:381)
699.56 s
[ghcide] lookupNameCache
699.56 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:413)
699.56 s
[ghcide] reLoc
699.56 s
[ghcide] reLocA (src/Development/IDE/GHC/Compat.hs:289)
699.56 s
[ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:312)
699.56 s
[ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:326)
699.56 s
[ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:226)
699.56 s
[ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:488)
699.56 s
[ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:435)
699.56 s
[ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:426)
699.56 s
[ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:450)
699.56 s
[ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:453)
699.56 s
[ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:480)
699.56 s
[ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:483)
699.56 s
[ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:486)
699.56 s
[ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:495)
699.56 s
[ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:417)
699.56 s
[ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
699.56 s
[ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:470)
699.56 s
[ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:464)
699.56 s
[ghcide] HieFileResult
699.56 s
[ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:335)
699.56 s
[ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:348)
699.56 s
[ghcide] enrichHie
699.56 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:375)
699.56 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:378)
699.56 s
[ghcide] EvVarSource
699.56 s
[ghcide] HieAST
699.56 s
[ghcide] Scope
699.56 s
[ghcide] DeclType
699.56 s
[ghcide] BindType
699.56 s
[ghcide] RecFieldContext
699.56 s
[ghcide] NodeIdentifiers
699.56 s
[ghcide] Identifier
699.56 s
[ghcide] HiePath
699.56 s
[ghcide] HiePath
699.56 s
[ghcide] HieTypeFlat
699.56 s
[ghcide] TypeIndex
699.56 s
[ghcide] Span
699.56 s
[ghcide] pprNodeIdents
699.56 s
[ghcide] pprIdentifier
699.56 s
[ghcide] pprBindSpan
699.56 s
[ghcide] hieNameOcc
699.56 s
[ghcide] toHieName
699.56 s
[ghcide] runUnlit
699.56 s
[ghcide] runPp
699.56 s
[ghcide] hscCompileCoreExprHook
699.56 s
[ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:297)
699.56 s
[ghcide] tidyExpr
699.56 s
[ghcide] emptyTidyEnv
699.56 s
[ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:304)
699.56 s
[ghcide] corePrepPgm
699.56 s
[ghcide] lintInteractiveExpr
699.56 s
[ghcide] icInteractiveModule
699.56 s
[ghcide] lookupHpt
699.56 s
[ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:216)
699.56 s
[ghcide] Annotation
699.56 s
[ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:293)
699.56 s
[ghcide] mkRnEnv2
699.56 s
[ghcide] emptyInScopeSet
699.56 s
[ghcide] byteCodeGen
699.56 s
[ghcide] bc_bcos
699.56 s
[ghcide] loadDecls
699.56 s
[ghcide] expectJust
699.56 s
[ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:519)
699.56 s
[ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:512)
699.56 s
[ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:337)
699.56 s
[ghcide] tcInitTidyEnv
699.56 s
[ghcide] Warning: 'tcIdDetails' is out of scope.
699.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.56 s
[ghcide] Warning: 'tcIfaceInfo' is out of scope.
699.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.56 s
[ghcide] Warning: 'tcIfaceType' is out of scope.
699.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.56 s
[ghcide] Warning: 'IfaceId' is ambiguous. It is defined
699.56 s
[ghcide] * in ‘GHC.Iface.Syntax’
699.56 s
[ghcide] * at src/Development/IDE/GHC/CoreFile.hs:61:1
699.56 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.56 s
[ghcide] by specifying the type/value namespace explicitly.
699.56 s
[ghcide] Defaulting to the one defined at src/Development/IDE/GHC/CoreFile.hs:61:1
699.56 s
[ghcide] 37% ( 3 / 8) in 'Development.IDE.GHC.CoreFile'
699.56 s
[ghcide] Missing documentation for:
699.56 s
[ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:44)
699.56 s
[ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:123)
699.56 s
[ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:171)
699.56 s
[ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:86)
699.56 s
[ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:138)
699.56 s
[ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
699.56 s
[ghcide] Missing documentation for:
699.56 s
[ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
699.57 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
699.57 s
[ghcide] Missing documentation for:
699.57 s
[ghcide] Module header
699.57 s
[ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:29)
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Location
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Position
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Range
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Uri
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedUri
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export toNormalizedUri
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedUri
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedFilePath
699.57 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedFilePath
699.57 s
[ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
699.57 s
[ghcide] Missing documentation for:
699.57 s
[ghcide] Location
699.57 s
[ghcide] noFilePath (src/Development/IDE/Types/Location.hs:70)
699.57 s
[ghcide] noRange (src/Development/IDE/Types/Location.hs:74)
699.57 s
[ghcide] Position
699.57 s
[ghcide] showPosition (src/Development/IDE/Types/Location.hs:77)
699.57 s
[ghcide] Range
699.57 s
[ghcide] Uri
699.57 s
[ghcide] NormalizedUri
699.57 s
[ghcide] toNormalizedUri
699.57 s
[ghcide] fromNormalizedUri
699.57 s
[ghcide] NormalizedFilePath
699.57 s
[ghcide] fromUri (src/Development/IDE/Types/Location.hs:67)
699.57 s
[ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:47)
699.57 s
[ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:59)
699.57 s
[ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:43)
699.57 s
[ghcide] fromNormalizedFilePath
699.57 s
[ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:64)
699.57 s
[ghcide] Warning: 'Prism' is ambiguous. It is defined
699.57 s
[ghcide] * in ‘Control.Lens.Reified’
699.57 s
[ghcide] * in ‘Control.Lens.Type’
699.57 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.57 s
[ghcide] by specifying the type/value namespace explicitly.
699.57 s
[ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
699.57 s
[ghcide] Warning: 'Lens' is ambiguous. It is defined
699.57 s
[ghcide] * in ‘Control.Lens.Reified’
699.57 s
[ghcide] * in ‘Control.Lens.Type’
699.57 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.57 s
[ghcide] by specifying the type/value namespace explicitly.
699.57 s
[ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
699.57 s
[ghcide] Warning: 'TcRnMessage' is out of scope.
699.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.57 s
[ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
699.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.57 s
[ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
699.58 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:23
699.58 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:1
699.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.58 s
[ghcide] by specifying the type/value namespace explicitly.
699.58 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:250:1
699.58 s
[ghcide] Warning: 'Document' is out of scope.
699.58 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.58 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export Diagnostic
699.58 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
699.58 s
[ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
699.58 s
[ghcide] Missing documentation for:
699.58 s
[ghcide] Module header
699.58 s
[ghcide] Diagnostic
699.58 s
[ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:338)
699.58 s
[ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
699.58 s
[ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
699.58 s
[ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:338)
699.58 s
[ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
699.58 s
[ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
699.58 s
[ghcide] DiagnosticSeverity
699.58 s
[ghcide] DiagnosticStore
699.58 s
[ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:165)
699.58 s
[ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:277)
699.58 s
[ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:280)
699.58 s
[ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:135)
699.58 s
[ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:145)
699.58 s
[ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:142)
699.58 s
[ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
699.58 s
[ghcide] Missing documentation for:
699.58 s
[ghcide] Module header
699.58 s
[ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
699.58 s
[ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:93)
699.58 s
[ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:101)
699.58 s
[ghcide] Warning: 'PackageConfig' is out of scope.
699.58 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.58 s
[ghcide] Warning: 'StringBuffer' is ambiguous. It is defined
699.58 s
[ghcide] * in ‘GHC.Data.StringBuffer’
699.58 s
[ghcide] * in ‘GHC.Data.StringBuffer’
699.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.58 s
[ghcide] by specifying the type/value namespace explicitly.
699.58 s
[ghcide] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
699.58 s
[ghcide] Warning: 'CgGuts' is ambiguous. It is defined
699.58 s
[ghcide] * in ‘GHC.Unit.Module.ModGuts’
699.58 s
[ghcide] * in ‘GHC.Unit.Module.ModGuts’
699.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.58 s
[ghcide] by specifying the type/value namespace explicitly.
699.58 s
[ghcide] Defaulting to the one defined in ‘GHC.Unit.Module.ModGuts’
699.58 s
[ghcide] Warning: 'CoreModule' is ambiguous. It is defined
699.58 s
[ghcide] * in ‘GHC’
699.58 s
[ghcide] * in ‘GHC’
699.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.58 s
[ghcide] by specifying the type/value namespace explicitly.
699.58 s
[ghcide] Defaulting to the one defined in ‘GHC’
699.58 s
[ghcide] Warning: 'Fingerprint' is ambiguous. It is defined
699.58 s
[ghcide] * in ‘GHC.Internal.Fingerprint.Type’
699.58 s
[ghcide] * in ‘GHC.Internal.Fingerprint.Type’
699.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.58 s
[ghcide] by specifying the type/value namespace explicitly.
699.58 s
[ghcide] Defaulting to the one defined in ‘GHC.Internal.Fingerprint.Type’
699.58 s
[ghcide] Warning: 'hDuplicateTo' is out of scope.
699.58 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.58 s
[ghcide] Warning: 'a_a4ME' is out of scope.
699.58 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.58 s
[ghcide] Warning: 'a' is out of scope.
699.58 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.58 s
[ghcide] 65% ( 17 / 26) in 'Development.IDE.GHC.Util'
699.58 s
[ghcide] Missing documentation for:
699.58 s
[ghcide] runParser (src/Development/IDE/GHC/Util.hs:97)
699.58 s
[ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:108)
699.58 s
[ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:105)
699.58 s
[ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:178)
699.58 s
[ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:184)
699.58 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:375)
699.58 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:378)
699.58 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:413)
699.58 s
[ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:273)
699.58 s
[ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
699.58 s
[ghcide] Warning: 'GetLocatedImports' is out of scope.
699.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.59 s
[ghcide] Warning: 'target' is out of scope.
699.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.59 s
[ghcide] Warning: 'GetKnownTargets' is out of scope.
699.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.59 s
[ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
699.59 s
[ghcide] Missing documentation for:
699.59 s
[ghcide] Module header
699.59 s
[ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:64)
699.59 s
[ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
699.59 s
[ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
699.59 s
[ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
699.59 s
[ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
699.59 s
[ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
699.59 s
[ghcide] Missing documentation for:
699.59 s
[ghcide] Module header
699.59 s
[ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
699.59 s
[ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
699.59 s
[ghcide] rendered (src/Development/IDE/Types/Exports.hs:91)
699.59 s
[ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:107)
699.59 s
[ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:104)
699.59 s
[ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:79)
699.59 s
[ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:71)
699.59 s
[ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:121)
699.59 s
[ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:154)
699.59 s
[ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:164)
699.59 s
[ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:215)
699.59 s
[ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:184)
699.59 s
[ghcide] size (src/Development/IDE/Types/Exports.hs:68)
699.59 s
[ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:82)
699.59 s
[ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:174)
699.59 s
[ghcide] Warning: 'Text' is out of scope.
699.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.59 s
[ghcide] Warning: 'Location' is ambiguous. It is defined
699.59 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
699.59 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
699.59 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.59 s
[ghcide] by specifying the type/value namespace explicitly.
699.59 s
[ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
699.59 s
[ghcide] 25% ( 3 / 12) in 'Development.IDE.Spans.Common'
699.59 s
[ghcide] Missing documentation for:
699.59 s
[ghcide] Module header
699.59 s
[ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:56)
699.59 s
[ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:50)
699.59 s
[ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:61)
699.59 s
[ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:67)
699.59 s
[ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:75)
699.59 s
[ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:125)
699.59 s
[ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
699.59 s
[ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:38)
699.59 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Types: Could not find documentation for exported module: Development.IDE.Plugin.Completions.Types
699.59 s
[ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
699.59 s
[ghcide] Missing documentation for:
699.59 s
[ghcide] Module header
699.59 s
[ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
699.59 s
[ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
699.59 s
[ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
699.59 s
[ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:53)
699.59 s
[ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
699.59 s
[ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
699.59 s
[ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
699.59 s
[ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:48)
699.59 s
[ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
699.59 s
[ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
699.59 s
[ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:164)
699.59 s
[ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:172)
699.59 s
[ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
699.59 s
[ghcide] Missing documentation for:
699.59 s
[ghcide] Module header
699.59 s
[ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:92)
699.60 s
[ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:99)
699.60 s
[ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:95)
699.60 s
[ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:234)
699.60 s
[ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:156)
699.60 s
[ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:113)
699.60 s
[ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:118)
699.60 s
[ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:152)
699.60 s
[ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:163)
699.60 s
[ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:167)
699.60 s
[ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:173)
699.60 s
[ghcide] realSpan (src/Development/IDE/GHC/Error.hs:215)
699.60 s
[ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:177)
699.60 s
[ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:183)
699.60 s
[ghcide] Warning: 'HscEnvEq' is ambiguous. It is defined
699.60 s
[ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:17
699.60 s
[ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:1
699.60 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.60 s
[ghcide] by specifying the type/value namespace explicitly.
699.60 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/HscEnvEq.hs:36:1
699.60 s
[ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
699.60 s
[ghcide] Missing documentation for:
699.60 s
[ghcide] Module header
699.60 s
[ghcide] hscEnv
699.60 s
[ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:48)
699.60 s
[ghcide] envPackageExports
699.60 s
[ghcide] Warning: 'Interval' is ambiguous. It is defined
699.60 s
[ghcide] * in ‘Data.IntervalMap.FingerTree’
699.60 s
[ghcide] * in ‘Data.IntervalMap.FingerTree’
699.60 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.60 s
[ghcide] by specifying the type/value namespace explicitly.
699.60 s
[ghcide] Defaulting to the one defined in ‘Data.IntervalMap.FingerTree’
699.60 s
[ghcide] Warning: 'Bindings' is ambiguous. It is defined
699.60 s
[ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:77:17
699.60 s
[ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:77:1
699.60 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.60 s
[ghcide] by specifying the type/value namespace explicitly.
699.60 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Spans/LocalBindings.hs:77:1
699.60 s
[ghcide] Warning: 'PositionRange' is out of scope.
699.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.60 s
[ghcide] Warning: 'PositionMapping' is out of scope.
699.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.60 s
[ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
699.60 s
[ghcide] Missing documentation for:
699.60 s
[ghcide] Module header
699.60 s
[ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:41)
699.60 s
[ghcide] Warning: 'main' is out of scope.
699.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.60 s
[ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
699.60 s
[ghcide] Missing documentation for:
699.60 s
[ghcide] Module header
699.60 s
[ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
699.60 s
[ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
699.60 s
[ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:59)
699.60 s
[ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:52)
699.60 s
[ghcide] Warning: 'FilePathId' is ambiguous. It is defined
699.60 s
[ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:70:22
699.60 s
[ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:70:1
699.60 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.60 s
[ghcide] by specifying the type/value namespace explicitly.
699.60 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Import/DependencyInformation.hs:70:1
699.60 s
[ghcide] 29% ( 8 / 27) in 'Development.IDE.Import.DependencyInformation'
699.60 s
[ghcide] Missing documentation for:
699.60 s
[ghcide] Module header
699.60 s
[ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:137)
699.60 s
[ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
699.60 s
[ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:382)
699.60 s
[ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:156)
699.60 s
[ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:160)
699.60 s
[ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:79)
699.60 s
[ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:89)
699.60 s
[ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:92)
699.60 s
[ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:113)
699.60 s
[ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:107)
699.60 s
[ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:110)
699.60 s
[ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:116)
699.60 s
[ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:119)
699.60 s
[ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:171)
699.60 s
[ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:232)
699.60 s
[ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:371)
699.60 s
[ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:121)
699.60 s
[ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:124)
699.61 s
[ghcide] Warning: 'NeedsCompilation' is ambiguous. It is defined
699.61 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:410:25
699.61 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:410:1
699.61 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.61 s
[ghcide] by specifying the type/value namespace explicitly.
699.61 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:410:1
699.61 s
[ghcide] Warning: 'GetModIface' is ambiguous. It is defined
699.61 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:474:20
699.61 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:474:1
699.61 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.61 s
[ghcide] by specifying the type/value namespace explicitly.
699.61 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:474:1
699.61 s
[ghcide] Warning: Development.IDE.Core.RuleTypes: Could not find documentation for exported module: Development.IDE.Core.RuleTypes
699.61 s
[ghcide] 10% ( 6 / 57) in 'Development.IDE.Core.RuleTypes'
699.61 s
[ghcide] Missing documentation for:
699.61 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
699.61 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
699.61 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
699.61 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
699.61 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
699.61 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:462)
699.61 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
699.61 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:314)
699.61 s
[ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:86)
699.61 s
[ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:435)
699.61 s
[ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:425)
699.61 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
699.61 s
[ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:445)
699.61 s
[ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:337)
699.61 s
[ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:117)
699.61 s
[ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:402)
699.61 s
[ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:77)
699.61 s
[ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:51)
699.61 s
[ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:397)
699.61 s
[ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:415)
699.61 s
[ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:106)
699.62 s
[ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:93)
699.62 s
[ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:111)
699.62 s
[ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:122)
699.62 s
[ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:172)
699.62 s
[ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:174)
699.62 s
[ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:191)
699.62 s
[ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:194)
699.62 s
[ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:223)
699.62 s
[ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:440)
699.62 s
[ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:246)
699.62 s
[ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:430)
699.62 s
[ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:420)
699.62 s
[ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:464)
699.62 s
[ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:469)
699.62 s
[ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:474)
699.62 s
[ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:332)
699.62 s
[ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:343)
699.62 s
[ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:503)
699.62 s
[ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:329)
699.62 s
[ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:360)
699.62 s
[ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:479)
699.62 s
[ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:367)
699.62 s
[ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:489)
699.62 s
[ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:484)
699.62 s
[ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:410)
699.62 s
[ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
699.62 s
[ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
699.62 s
[ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
699.62 s
[ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
699.62 s
[ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
699.62 s
[ghcide] Warning: 'phase' is out of scope.
699.62 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.62 s
[ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
699.62 s
[ghcide] Missing documentation for:
699.62 s
[ghcide] Module header
699.62 s
[ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:135)
699.62 s
[ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:88)
699.62 s
[ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:121)
699.62 s
[ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:39)
699.62 s
[ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:47)
699.62 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
699.62 s
[ghcide] Missing documentation for:
699.62 s
[ghcide] Module header
699.62 s
[ghcide] Warning: 'ekg' is out of scope.
699.62 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.62 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
699.62 s
[ghcide] Missing documentation for:
699.62 s
[ghcide] Module header
699.62 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
699.62 s
[ghcide] Missing documentation for:
699.62 s
[ghcide] Module header
699.62 s
[ghcide] Warning: 'ComponentOptions' is out of scope.
699.62 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.62 s
[ghcide] Warning: 'HscEnvEq' is out of scope.
699.62 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.62 s
[ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
699.62 s
[ghcide] Missing documentation for:
699.62 s
[ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
699.62 s
[ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:91)
699.62 s
[ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:100)
699.62 s
[ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:101)
699.62 s
[ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:102)
699.62 s
[ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:103)
699.62 s
[ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:113)
699.62 s
[ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:117)
699.62 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
699.62 s
[ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:88)
699.62 s
[ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:105)
699.62 s
[ghcide] Warning: 'delayedProgressReporting' is out of scope.
699.62 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.62 s
[ghcide] Warning: 'ProgressReporting' is ambiguous. It is defined
699.62 s
[ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:26
699.62 s
[ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:1
699.62 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.62 s
[ghcide] by specifying the type/value namespace explicitly.
699.62 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/ProgressReporting.hs:50:1
699.62 s
[ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
699.63 s
[ghcide] Missing documentation for:
699.63 s
[ghcide] Module header
699.63 s
[ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
699.63 s
[ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
699.63 s
[ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
699.63 s
[ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:95)
699.63 s
[ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
699.63 s
[ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
699.63 s
[ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:137)
699.63 s
[ghcide] progressStop
699.63 s
[ghcide] progressUpdate
699.63 s
[ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
699.63 s
[ghcide] Missing documentation for:
699.63 s
[ghcide] Module header
699.63 s
[ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
699.63 s
[ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
699.63 s
[ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
699.63 s
[ghcide] Key
699.63 s
[ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
699.63 s
[ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:74)
699.63 s
[ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:115)
699.63 s
[ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:130)
699.63 s
[ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:136)
699.63 s
[ghcide] toKey (src/Development/IDE/Types/Shake.hs:79)
699.63 s
[ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:96)
699.63 s
[ghcide] fromKey (src/Development/IDE/Types/Shake.hs:82)
699.63 s
[ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
699.63 s
[ghcide] Warning: 'Q' is ambiguous. It is defined
699.63 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:98:15
699.63 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:98:1
699.63 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.63 s
[ghcide] by specifying the type/value namespace explicitly.
699.63 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:98:1
699.63 s
[ghcide] Warning: 'A' is ambiguous. It is defined
699.63 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:106:15
699.63 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:106:1
699.63 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.63 s
[ghcide] by specifying the type/value namespace explicitly.
699.63 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:106:1
699.63 s
[ghcide] Warning: 'ShakeSession' is ambiguous. It is defined
699.63 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:523:24
699.63 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:523:1
699.63 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.63 s
[ghcide] by specifying the type/value namespace explicitly.
699.63 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:523:1
699.63 s
[ghcide] Warning: 'runInShakeSession' is out of scope.
699.63 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.63 s
[ghcide] Warning: 'proper' is out of scope.
699.63 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.63 s
[ghcide] Warning: 'IdeState' is ambiguous. It is defined
699.63 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:557:17
699.63 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:557:1
699.63 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.63 s
[ghcide] by specifying the type/value namespace explicitly.
699.63 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:557:1
699.63 s
[ghcide] Warning: 'Initialized' is out of scope.
699.63 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.63 s
[ghcide] Warning: 'BadDependency' is ambiguous. It is defined
699.63 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:70:25
699.63 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:70:1
699.63 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.63 s
[ghcide] by specifying the type/value namespace explicitly.
699.63 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:70:1
699.63 s
[ghcide] Warning: 'useWithStaleE' is out of scope.
699.63 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.64 s
[ghcide] Warning: 'usesE' is out of scope.
699.64 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.64 s
[ghcide] Warning: 'LanguageContextEnv' is out of scope.
699.64 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.64 s
[ghcide] Warning: 'resRootPath' is out of scope.
699.64 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.64 s
[ghcide] 41% ( 35 / 85) in 'Development.IDE.Core.Shake'
699.64 s
[ghcide] Missing documentation for:
699.64 s
[ghcide] shakeExtras
699.64 s
[ghcide] shakeDb
699.64 s
[ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
699.64 s
[ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:345)
699.64 s
[ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:351)
699.64 s
[ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
699.64 s
[ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
699.64 s
[ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
699.64 s
[ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
699.64 s
[ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
699.64 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
699.64 s
[ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:755)
699.64 s
[ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1109)
699.64 s
[ghcide] use_ (src/Development/IDE/Core/Shake.hs:1118)
699.64 s
[ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1121)
699.64 s
[ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
699.64 s
[ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1017)
699.64 s
[ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1198)
699.64 s
[ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1203)
699.64 s
[ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:933)
699.64 s
[ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
699.64 s
[ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
699.64 s
[ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:937)
699.64 s
[ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:389)
699.64 s
[ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:404)
699.64 s
[ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:409)
699.64 s
[ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:428)
699.64 s
[ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:425)
699.65 s
[ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:415)
699.65 s
[ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:434)
699.65 s
[ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:446)
699.65 s
[ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:430)
699.65 s
[ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:373)
699.65 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
699.65 s
[ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1383)
699.65 s
[ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1430)
699.65 s
[ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1442)
699.65 s
[ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:337)
699.65 s
[ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:339)
699.65 s
[ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
699.65 s
[ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
699.65 s
[ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:778)
699.65 s
[ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1062)
699.65 s
[ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1069)
699.65 s
[ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
699.65 s
[ghcide] HieDb
699.65 s
[ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:953)
699.65 s
[ghcide] Log (src/Development/IDE/Core/Shake.hs:181)
699.65 s
[ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
699.65 s
[ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
699.65 s
[ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
699.65 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.65 s
[ghcide] Warning: 'HieWriterChan' is out of scope.
699.65 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.65 s
[ghcide] Warning: 'IdeGhcSession' is ambiguous. It is defined
699.65 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:513:22
699.65 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:513:1
699.65 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.65 s
[ghcide] by specifying the type/value namespace explicitly.
699.65 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:513:1
699.66 s
[ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
699.66 s
[ghcide] Missing documentation for:
699.66 s
[ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:231)
699.66 s
[ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:228)
699.66 s
[ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:278)
699.66 s
[ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:396)
699.66 s
[ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:342)
699.66 s
[ghcide] Log (session-loader/Development/IDE/Session.hs:131)
699.66 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
699.66 s
[ghcide] Missing documentation for:
699.66 s
[ghcide] Module header
699.66 s
[ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
699.66 s
[ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
699.66 s
[ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
699.66 s
[ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:36)
699.66 s
[ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:51)
699.66 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
699.66 s
[ghcide] Missing documentation for:
699.66 s
[ghcide] Module header
699.66 s
[ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
699.66 s
[ghcide] Warning: 'PluginHandlers' is ambiguous. It is defined
699.66 s
[ghcide] * in ‘Ide.Types’
699.66 s
[ghcide] * in ‘Ide.Types’
699.66 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.66 s
[ghcide] by specifying the type/value namespace explicitly.
699.66 s
[ghcide] Defaulting to the one defined in ‘Ide.Types’
699.66 s
[ghcide] Warning: 'PluginHandler' is ambiguous. It is defined
699.66 s
[ghcide] * in ‘Ide.Types’
699.66 s
[ghcide] * in ‘Ide.Types’
699.66 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.66 s
[ghcide] by specifying the type/value namespace explicitly.
699.66 s
[ghcide] Defaulting to the one defined in ‘Ide.Types’
699.66 s
[ghcide] Warning: 'data_' is out of scope.
699.66 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.66 s
[ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
699.66 s
[ghcide] Missing documentation for:
699.66 s
[ghcide] Module header
699.66 s
[ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:405)
699.66 s
[ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
699.66 s
[ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
699.66 s
[ghcide] Missing documentation for:
699.66 s
[ghcide] Module header
699.66 s
[ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:40)
699.66 s
[ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:44)
699.66 s
[ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:48)
699.66 s
[ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:59)
699.66 s
[ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
699.66 s
[ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:64)
699.66 s
[ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:69)
699.66 s
[ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:92)
699.66 s
[ghcide] 16% ( 1 / 6) in 'Development.IDE.LSP.LanguageServer'
699.66 s
[ghcide] Missing documentation for:
699.66 s
[ghcide] Module header
699.66 s
[ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:99)
699.66 s
[ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:140)
699.66 s
[ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:50)
699.66 s
[ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
699.66 s
[ghcide] Warning: 'IsFileOfInterest' is ambiguous. It is defined
699.66 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:479:25
699.66 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:479:1
699.66 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.66 s
[ghcide] by specifying the type/value namespace explicitly.
699.66 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:479:1
699.66 s
[ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
699.66 s
[ghcide] Missing documentation for:
699.66 s
[ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:91)
699.66 s
[ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:103)
699.66 s
[ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:108)
699.66 s
[ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:121)
699.66 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
699.66 s
[ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:61)
699.66 s
[ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:128)
699.66 s
[ghcide] Log (src/Development/IDE/Core/OfInterest.hs:54)
699.66 s
[ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
699.66 s
[ghcide] Missing documentation for:
699.66 s
[ghcide] Module header
699.66 s
[ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:212)
699.66 s
[ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:215)
699.66 s
[ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:234)
699.66 s
[ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:178)
699.66 s
[ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:262)
699.66 s
[ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:120)
699.66 s
[ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:404)
699.66 s
[ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:187)
699.66 s
[ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
699.66 s
[ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:314)
699.66 s
[ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:284)
699.66 s
[ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:329)
699.66 s
[ghcide] Log (src/Development/IDE/Core/FileStore.hs:82)
699.66 s
[ghcide] Warning: 'CoreModule' is ambiguous. It is defined
699.66 s
[ghcide] * in ‘GHC’
699.66 s
[ghcide] * in ‘GHC’
699.66 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.66 s
[ghcide] by specifying the type/value namespace explicitly.
699.66 s
[ghcide] Defaulting to the one defined in ‘GHC’
699.66 s
[ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
699.66 s
[ghcide] * in ‘GHC’
699.66 s
[ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:67:1
699.66 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.66 s
[ghcide] by specifying the type/value namespace explicitly.
699.66 s
[ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:67:1
699.67 s
[ghcide] Warning: 'runtime_deps' is out of scope.
699.67 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.67 s
[ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
699.67 s
[ghcide] Missing documentation for:
699.67 s
[ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:188)
699.67 s
[ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:780)
699.67 s
[ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:461)
699.67 s
[ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:438)
699.67 s
[ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:635)
699.67 s
[ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:673)
699.67 s
[ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:798)
699.67 s
[ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:922)
699.67 s
[ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:935)
699.67 s
[ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1287)
699.67 s
[ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1353)
699.67 s
[ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:982)
699.67 s
[ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1372)
699.67 s
[ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1538)
699.67 s
[ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:177)
699.67 s
[ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:144)
699.67 s
[ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:146)
699.67 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
699.67 s
[ghcide] Missing documentation for:
699.67 s
[ghcide] Module header
699.67 s
[ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:108)
699.67 s
[ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:68)
699.67 s
[ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:73)
699.67 s
[ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
699.67 s
[ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:42)
699.67 s
[ghcide] Warning: 'Location' is ambiguous. It is defined
699.67 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
699.67 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
699.67 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.67 s
[ghcide] by specifying the type/value namespace explicitly.
699.67 s
[ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
699.67 s
[ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
699.67 s
[ghcide] Missing documentation for:
699.67 s
[ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:176)
699.67 s
[ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:565)
699.67 s
[ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:131)
699.67 s
[ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:82)
699.67 s
[ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:547)
699.67 s
[ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:115)
699.67 s
[ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:121)
699.67 s
[ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:152)
699.67 s
[ghcide] Warning: 'FileExistsState' is out of scope.
699.67 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
699.68 s
[ghcide] Missing documentation for:
699.68 s
[ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:434)
699.68 s
[ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:446)
699.68 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
699.68 s
[ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:933)
699.68 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
699.68 s
[ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1430)
699.68 s
[ghcide] Log (src/Development/IDE/Core/Service.hs:44)
699.68 s
[ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
699.68 s
[ghcide] Missing documentation for:
699.68 s
[ghcide] Module header
699.68 s
[ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:64)
699.68 s
[ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:67)
699.68 s
[ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
699.68 s
[ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:160)
699.68 s
[ghcide] Warning: 'use' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'uses' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'useWithStale' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'runIdeAction' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'useWithStaleFast' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'uriToFilePath' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
699.68 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:23
699.68 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:1
699.68 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.68 s
[ghcide] by specifying the type/value namespace explicitly.
699.68 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:250:1
699.68 s
[ghcide] Warning: 'CodeAction' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'CodeActionParam' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'CodeActionContext' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
699.68 s
[ghcide] Missing documentation for:
699.68 s
[ghcide] Module header
699.68 s
[ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:236)
699.68 s
[ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
699.68 s
[ghcide] Missing documentation for:
699.68 s
[ghcide] Module header
699.68 s
[ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:113)
699.68 s
[ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:125)
699.68 s
[ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:134)
699.68 s
[ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:142)
699.68 s
[ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:149)
699.68 s
[ghcide] Warning: 'Foo' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'ghcide' is out of scope.
699.68 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.68 s
[ghcide] Warning: 'GetLinkable' is ambiguous. It is defined
699.68 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:106:20
699.68 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:106:1
699.68 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.68 s
[ghcide] by specifying the type/value namespace explicitly.
699.68 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:106:1
699.69 s
[ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
699.69 s
[ghcide] Missing documentation for:
699.69 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
699.69 s
[ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
699.69 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
699.69 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
699.69 s
[ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1198)
699.69 s
[ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1203)
699.69 s
[ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1176)
699.69 s
[ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1047)
699.69 s
[ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1057)
699.69 s
[ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:316)
699.69 s
[ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:473)
699.69 s
[ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:568)
699.69 s
[ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:683)
699.69 s
[ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:916)
699.69 s
[ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:863)
699.69 s
[ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:627)
699.69 s
[ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:614)
699.69 s
[ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1036)
699.69 s
[ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:503)
699.69 s
[ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:560)
699.69 s
[ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1134)
699.69 s
[ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:912)
699.69 s
[ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:550)
699.69 s
[ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:308)
699.69 s
[ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:656)
699.69 s
[ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:947)
699.69 s
[ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:227)
699.69 s
[ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:726)
699.69 s
[ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
699.69 s
[ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:859)
699.69 s
[ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
699.69 s
[ghcide] Missing documentation for:
699.69 s
[ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
699.69 s
[ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
699.69 s
[ghcide] plugin (src/Development/IDE/Plugin/Test.hs:78)
699.69 s
[ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:167)
699.69 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
699.69 s
[ghcide] Missing documentation for:
699.69 s
[ghcide] Module header
699.69 s
[ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:36)
699.69 s
[ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
699.69 s
[ghcide] Missing documentation for:
699.69 s
[ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
699.69 s
[ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:56)
699.69 s
[ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:71)
699.69 s
[ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:53)
699.69 s
[ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:54)
699.69 s
[ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:55)
699.69 s
[ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:57)
699.69 s
[ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:60)
699.69 s
[ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:66)
699.70 s
[ghcide] 57% ( 31 / 54) in 'Development.IDE'
699.70 s
[ghcide] Missing documentation for:
699.70 s
[ghcide] Module header
699.70 s
[ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
699.70 s
[ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:470)
699.70 s
[ghcide] action
699.70 s
[ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:113)
699.70 s
[ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:212)
699.70 s
[ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:215)
699.71 s
[ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
699.71 s
[ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:103)
699.71 s
[ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1047)
699.71 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
699.71 s
[ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
699.71 s
[ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
699.71 s
[ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
699.71 s
[ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1383)
699.71 s
[ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1017)
699.71 s
[ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:373)
699.71 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
699.71 s
[ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1062)
699.71 s
[ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1109)
699.71 s
[ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1121)
699.71 s
[ghcide] use_ (src/Development/IDE/Core/Shake.hs:1118)
699.71 s
[ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
699.71 s
[ghcide] Warning: '#' is out of scope.
699.71 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.71 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
699.71 s
[ghcide] Missing documentation for:
699.71 s
[ghcide] Module header
699.71 s
[ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
699.71 s
[ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
699.71 s
[ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:33)
699.71 s
[ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:52)
699.71 s
[ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:59)
699.71 s
[ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
699.71 s
[ghcide] Missing documentation for:
699.71 s
[ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:98)
699.71 s
[ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:204)
699.71 s
[ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:95)
699.71 s
[ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:283)
699.71 s
[ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:280)
699.71 s
[ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:292)
699.71 s
[ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:87)
699.71 s
[ghcide] Warning: 'PositionMapping' is out of scope.
699.71 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
699.71 s
[ghcide] Warning: 'PositionMapping' is ambiguous. It is defined
699.71 s
[ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:27
699.71 s
[ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:1
699.71 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.71 s
[ghcide] by specifying the type/value namespace explicitly.
699.71 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/PositionMapping.hs:93:1
699.71 s
[ghcide] Warning: 'PositionMap' is ambiguous. It is defined
699.71 s
[ghcide] * at src/Development/IDE/Core/UseStale.hs:62:49
699.71 s
[ghcide] * at src/Development/IDE/Core/UseStale.hs:62:1
699.71 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
699.71 s
[ghcide] by specifying the type/value namespace explicitly.
699.71 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/UseStale.hs:62:1
699.71 s
[ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
699.71 s
[ghcide] Missing documentation for:
699.71 s
[ghcide] Module header
699.71 s
[ghcide] unTrack
699.71 s
[ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:92)
699.71 s
[ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:138)
699.71 s
[ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:134)
699.71 s
[ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:142)
699.71 s
[ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
699.72 s
[ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
699.72 s
[ghcide] Missing documentation for:
699.72 s
[ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
699.72 s
[ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
699.72 s
[ghcide] Missing documentation for:
699.72 s
[ghcide] Module header
699.72 s
[ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:338)
699.72 s
[ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:315)
699.72 s
[ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:894)
699.72 s
[ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
699.72 s
[ghcide] Missing documentation for:
699.72 s
[ghcide] Module header
699.72 s
[ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:71)
699.72 s
[ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
699.72 s
[ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:68)
699.72 s
[ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
699.72 s
[ghcide] Missing documentation for:
699.72 s
[ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:37)
699.72 s
[ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
699.72 s
[ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
699.72 s
[ghcide] Missing documentation for:
699.72 s
[ghcide] Module header
699.72 s
[ghcide] Arguments (src/Development/IDE/Main.hs:205)
699.72 s
[ghcide] defaultArguments (src/Development/IDE/Main.hs:225)
699.72 s
[ghcide] Command (src/Development/IDE/Main.hs:170)
699.72 s
[ghcide] IdeCommand
699.72 s
[ghcide] isLSP (src/Development/IDE/Main.hs:183)
699.72 s
[ghcide] commandP (src/Development/IDE/Main.hs:187)
699.72 s
[ghcide] defaultMain (src/Development/IDE/Main.hs:291)
699.72 s
[ghcide] testing (src/Development/IDE/Main.hs:270)
699.72 s
[ghcide] Log (src/Development/IDE/Main.hs:133)
700.80 s
[pandoc] [110 of 220] Compiling Text.Pandoc.Readers.Typst
708.43 s
[ghcide] Warning: Control.Concurrent.Strict: could not find link destinations for:
708.47 s
[ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedMVar
708.47 s
[ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedThreadId
708.47 s
[ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
708.47 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
708.76 s
[ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
708.76 s
[ghcide] - GHC.Parser.Lexer.ExtsBitmap
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.HasType
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.ToHie
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.TVScoped
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.PScoped
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.RScoped
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.SigContext
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.BindContext
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.IEContext
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.RFContext
708.76 s
[ghcide] - GHC.Driver.Backpack.BkpM
708.76 s
[ghcide] - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang
708.76 s
[ghcide] - GHC.LanguageExtensions.Type.Rep_Extension
708.76 s
[ghcide] - GHC.Driver.Session.DynP
708.76 s
[ghcide] - GHC.Hs.Type.HsQTvsRn
708.76 s
[ghcide] - GHC.Hs.Type.pprTyVarBndr
708.76 s
[ghcide] - GHC.Parser.Lexer.LayoutContext
708.76 s
[ghcide] - GHC.Parser.Lexer.ALRContext
708.76 s
[ghcide] - GHC.Parser.Lexer.ALRLayout
708.76 s
[ghcide] - GHC.Unit.Module.Env.NDModule
708.76 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
708.76 s
[ghcide] - GHC.Hs.Utils.AnnoBody
708.76 s
[ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
708.76 s
[ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.HiePass
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.HieM
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.HieState
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.Context
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.ModifyState
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.RContext
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.TScoped
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.EvBindContext
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.AnnoBody
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.getTypeNode
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.addSubstitution
708.76 s
[ghcide] - GHC.Iface.Ext.Ast.toHie
708.76 s
[ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
708.76 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
708.76 s
[ghcide] - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr
708.76 s
[ghcide] - GHC.Parser.PostProcess.D:R:BodyHsCmd
708.76 s
[ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsCmd
708.76 s
[ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsCmd
708.77 s
[ghcide] - GHC.Parser.PostProcess.D:R:BodyHsExpr
708.77 s
[ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsExpr
708.77 s
[ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsExpr
708.77 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
708.77 s
[ghcide] - GHC.HsToCore.Quote.RepTV
708.77 s
[ghcide] - GHC.HsToCore.Quote.Core
708.77 s
[ghcide] - GHC.HsToCore.Quote.M
708.77 s
[ghcide] - GHC.HsToCore.Quote.MetaM
708.77 s
[ghcide] - GHC.HsToCore.Quote.tyVarBndrName
708.77 s
[ghcide] - GHC.HsToCore.Quote.repPlainTV
708.77 s
[ghcide] - GHC.HsToCore.Quote.repKindedTV
708.77 s
[ghcide] - GHC.Parser.PostProcess.Haddock.HdkA
708.77 s
[ghcide] - GHC.Parser.PostProcess.Haddock.HasHaddock
708.77 s
[ghcide] - GHC.Parser.PostProcess.Haddock.addHaddock
708.77 s
[ghcide] - GHC.ThToHs.CvtFlag
708.77 s
[ghcide] - GHC.ThToHs.cvtFlag
708.86 s
[ghcide] Warning: Development.IDE.GHC.Compat.Error: could not find link destinations for:
708.86 s
[ghcide] - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage
708.86 s
[ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
708.86 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
708.86 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
708.86 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessageDetailed
708.86 s
[ghcide] - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic
708.86 s
[ghcide] - GHC.HsToCore.Errors.Types.Rep_DsMessage
708.86 s
[ghcide] - GHC.Parser.Errors.Types.Rep_PsMessage
708.93 s
[ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
708.93 s
[ghcide] - GHC.Driver.MakeSem.JobResources
708.93 s
[ghcide] - GHC.Types.Unique.FM.Edit
708.93 s
[ghcide] - GHC.Types.Unique.SDFM.Shared
708.93 s
[ghcide] - GHC.Core.InstEnv.InstMatches
708.93 s
[ghcide] - GHC.Types.Error.LinkedDiagCode
708.93 s
[ghcide] - GHC.StgToJS.Utils.SlotCount
708.93 s
[ghcide] - GHC.Core.Opt.Arity.EtaInfo
708.93 s
[ghcide] - GHC.Core.Opt.OccurAnal.TailUsageDetails
708.93 s
[ghcide] - GHC.Core.Opt.OccurAnal.SimpleNodeDetails
708.93 s
[ghcide] - GHC.Core.Opt.OccurAnal.NodeDetails
708.93 s
[ghcide] - GHC.Unit.State.UnitVisibility
708.93 s
[ghcide] - GHC.Core.Opt.CprAnal.SigEnv
708.93 s
[ghcide] - GHC.Core.Opt.DmdAnal.AnalEnv
708.93 s
[ghcide] - GHC.CmmToAsm.BlockLayout.BlockChain
708.93 s
[ghcide] - GHC.Wasm.ControlFlow.FromCmm.ContainingSyntax
708.93 s
[ghcide] - GHC.Core.Opt.Specialise.DictBind
708.93 s
[ghcide] - GHC.Core.Opt.Specialise.SpecArg
708.93 s
[ghcide] - GHC.CoreToStg.Prep.FloatInfo
708.93 s
[ghcide] - GHC.CoreToStg.Prep.Floats
708.93 s
[ghcide] - GHC.CoreToStg.Prep.FloatingBind
708.93 s
[ghcide] - GHC.Rename.Env.DisambigInfo
708.94 s
[ghcide] - GHC.Tc.Validity.ValidityEnv
708.94 s
[ghcide] - GHC.Tc.Validity.ExpandMode
708.94 s
[ghcide] - GHC.Tc.Validity.TypeOrKindCtxt
708.94 s
[ghcide] - GHC.Rename.Names.ImpOccItem
708.94 s
[ghcide] - GHC.Rename.Expr.StmtTree
708.94 s
[ghcide] - GHC.Rename.Expr.MonadNames
708.94 s
[ghcide] - GHC.Tc.Gen.HsType.TcTyMode
708.94 s
[ghcide] - GHC.HsToCore.Pmc.Solver.TopNormaliseTypeResult
708.94 s
[ghcide] - GHC.Driver.Make.BuildPlan
708.94 s
[ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
708.94 s
[ghcide] - GHC.Types.Name.NameSort
708.94 s
[ghcide] - GHC.Unit.Module.Env.NDModule
708.94 s
[ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
708.94 s
[ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
708.94 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
708.94 s
[ghcide] - GHC.Utils.Outputable.D:R:LineSDoc
708.94 s
[ghcide] - GHC.CoreToStg.Prep.BindInfo
708.94 s
[ghcide] - GHC.CoreToStg.Prep.ArgInfo
708.94 s
[ghcide] - GHC.StgToByteCode.Discr
708.94 s
[ghcide] - GHC.Parser.PostProcess.ArgPatBuilder
708.94 s
[ghcide] - GHC.Data.Graph.Directed.Time
708.94 s
[ghcide] - GHC.Data.Graph.Directed.Edge
708.94 s
[ghcide] - GHC.Cmm.CLabel.IdLabelInfo
708.94 s
[ghcide] - GHC.Cmm.CLabel.TickyIdInfo
708.94 s
[ghcide] - GHC.Cmm.Type.CmmCat
708.94 s
[ghcide] - GHC.Cmm.LayoutStack.StackMap
708.94 s
[ghcide] - GHC.Cmm.LayoutStack.StackSlot
708.94 s
[ghcide] - GHC.CmmToAsm.CFG.BranchInfo
708.94 s
[ghcide] - GHC.CmmToAsm.CFG.LoopInfo
708.94 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
708.94 s
[ghcide] - GHC.Core.Opt.Arity.ArityEnv
708.94 s
[ghcide] - GHC.Core.Opt.CprAnal.AnalEnv
708.94 s
[ghcide] - GHC.Core.Opt.FloatIn.FloatInBind
708.94 s
[ghcide] - GHC.Core.Opt.FloatOut.FloatBinds
708.94 s
[ghcide] - GHC.Core.Opt.OccurAnal.LocalOcc
708.94 s
[ghcide] - GHC.Core.Opt.OccurAnal.OccEncl
708.94 s
[ghcide] - GHC.Core.Opt.OccurAnal.UsageDetails
708.94 s
[ghcide] - GHC.Core.Opt.Simplify.Env.FloatFlag
708.94 s
[ghcide] - GHC.Core.Opt.SpecConstr.ArgOcc
708.94 s
[ghcide] - GHC.Core.Opt.SpecConstr.Call
708.94 s
[ghcide] - GHC.Core.Opt.SpecConstr.CallPat
708.94 s
[ghcide] - GHC.Core.Opt.SpecConstr.HowBound
708.94 s
[ghcide] - GHC.Core.Opt.SpecConstr.ScUsage
708.94 s
[ghcide] - GHC.Core.Opt.SpecConstr.Value
708.94 s
[ghcide] - GHC.Core.Opt.Specialise.CallInfo
708.94 s
[ghcide] - GHC.Core.Opt.Specialise.CallInfoSet
708.94 s
[ghcide] - GHC.Core.Opt.Specialise.FloatedDictBinds
708.94 s
[ghcide] - GHC.Core.Opt.Specialise.SpecEnv
708.94 s
[ghcide] - GHC.Core.Opt.Specialise.UsageDetails
708.94 s
[ghcide] - GHC.Core.SimpleOpt.SimpleOptEnv
708.94 s
[ghcide] - GHC.Driver.Make.CodeGenEnable
708.94 s
[ghcide] - GHC.Driver.Make.CachedIface
708.94 s
[ghcide] - GHC.Rename.HsType.RnTyKiEnv
708.94 s
[ghcide] - GHC.Rename.HsType.RnTyKiWhat
708.94 s
[ghcide] - GHC.Stg.Unarise.UnariseVal
708.94 s
[ghcide] - GHC.Tc.Deriv.EarlyDerivSpec
708.94 s
[ghcide] - GHC.Tc.Gen.Bind.GeneralisationPlan
708.94 s
[ghcide] - GHC.Tc.Gen.Head.XPass
708.94 s
[ghcide] - GHC.Tc.Gen.Head.EWrap
708.94 s
[ghcide] - GHC.Wasm.ControlFlow.FromCmm.Context
708.94 s
[ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
708.94 s
[ghcide] - GHC.Unit.External.PackageAnnEnv
708.94 s
[ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
708.95 s
[ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
708.95 s
[ghcide] - GHC.Iface.Ext.Ast.ToHie
708.95 s
[ghcide] - GHC.Internal.Generics.Rep_Fingerprint
708.95 s
[ghcide] - GHC.Data.Bag.D:R:ItemBag
708.95 s
[ghcide] - GHC.Iface.Ext.Ast.HieM
708.95 s
[ghcide] - GHC.Iface.Ext.Ast.toHie
708.95 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
708.95 s
[ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
708.95 s
[ghcide] - GHC.modSummary
708.96 s
[ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
708.96 s
[ghcide] - GHC.Driver.Plugins.HoleFitPlugin
708.97 s
[ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
708.97 s
[ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
708.97 s
[ghcide] - GHC.Iface.Ext.Ast.RenamedSource
708.97 s
[ghcide] Warning: Development.IDE.GHC.CoreFile: could not find link destinations for:
708.97 s
[ghcide] - Development.IDE.GHC.CoreFile.IfaceId
708.97 s
[ghcide] - Development.IDE.GHC.CoreFile.TopIfaceBinding
708.97 s
[ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
708.97 s
[ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
708.98 s
[ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.changes
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.character
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.document
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.editRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.end
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.href
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.insert
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.line
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.location
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.newUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.position
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.positions
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.ranges
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.replace
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selection
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.start
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.target
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Lens.uri
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
708.98 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_Uri
708.98 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
708.98 s
[ghcide] - Language.LSP.VFS.HasVfsMap
708.98 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.code
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.data_
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.items
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.message
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.severity
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.source
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Lens.tags
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
708.99 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
708.99 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
708.99 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
708.99 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
708.99 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
708.99 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
708.99 s
[ghcide] - Development.IDE.Types.Diagnostics.Rep_FileDiagnostic
708.99 s
[ghcide] - Development.IDE.Types.Diagnostics.Rep_StructuredMessage
708.99 s
[ghcide] Warning: Development.IDE.Session.Diagnostics: could not find link destinations for:
708.99 s
[ghcide] - Development.IDE.Session.Diagnostics.Rep_CradleErrorDetails
708.99 s
[ghcide] Warning: Development.IDE.Types.KnownTargets: could not find link destinations for:
708.99 s
[ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
708.99 s
[ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
708.99 s
[ghcide] - Development.IDE.Types.Exports.WithHieDb
708.99 s
[ghcide] - Development.IDE.Types.Exports.Rep_IdentInfo
708.99 s
[ghcide] Warning: Development.IDE.Spans.Common: could not find link destinations for:
708.99 s
[ghcide] - Development.IDE.Spans.Common.Rep_SpanDoc
708.99 s
[ghcide] - Development.IDE.Spans.Common.Rep_SpanDocUris
708.99 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
708.99 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
708.99 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_CompletionResolveData
708.99 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_ExtendImport
708.99 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_NonLocalCompletions
708.99 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_LocalCompletions
709.00 s
[ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
709.00 s
[ghcide] - Development.IDE.Import.FindImports.LocateResult
709.00 s
[ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
709.00 s
[ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
709.00 s
[ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
709.00 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_NamedModuleDep
709.00 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
709.00 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_DependencyInformation
709.00 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_NodeError
709.00 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_ModuleParseError
709.00 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_PathIdMap
709.01 s
[ghcide] Warning: Development.IDE.Core.RuleTypes: could not find link destinations for:
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_AddWatchedFile
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummary
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummaryWithoutTimestamps
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterest
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIface
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDiskAndIndex
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDisk
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSession
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetBindings
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetHieAst
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetDocMap
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_TypeCheck
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_ReportImportCycles
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraph
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_NeedsCompilation
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLocatedImports
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModuleWithComments
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterestResult
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileHash
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileExists
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileContents
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetImportMap
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLinkable
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GenerateCore
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetKnownTargets
709.01 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_LinkableType
709.02 s
[ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
709.02 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
709.02 s
[ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
709.02 s
[ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
709.02 s
[ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
709.02 s
[ghcide] - Data.Vector.Vector
709.02 s
[ghcide] - Development.IDE.Types.Shake.Rep_ShakeValue
709.02 s
[ghcide] - Development.IDE.Types.Shake.Rep_Value
709.03 s
[ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
709.03 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
709.03 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
709.03 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
709.03 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
709.03 s
[ghcide] - Development.IDE.Types.Action.ActionQueue
709.03 s
[ghcide] - Development.IDE.Types.Action.DelayedActionInternal
709.04 s
[ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
709.04 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
709.04 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
709.04 s
[ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
709.04 s
[ghcide] - Development.IDE.Core.Shake.ShakeSession
709.04 s
[ghcide] - Development.IDE.Core.Shake.GetStalePersistent
709.04 s
[ghcide] Warning: Development.IDE.Session: could not find link destinations for:
709.04 s
[ghcide] - Development.IDE.Session.DependencyInfo
709.04 s
[ghcide] - Development.IDE.Session.maxRetryCount
709.04 s
[ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
709.04 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Request
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Meta.ClientToServer
709.04 s
[ghcide] - Language.LSP.Protocol.Message.LspId.LspId
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Notification
709.04 s
[ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
709.04 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
709.04 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
709.04 s
[ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
709.04 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Request
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
709.04 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageKind
709.04 s
[ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
709.04 s
[ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
709.05 s
[ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
709.05 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
709.05 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
709.05 s
[ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
709.05 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
709.05 s
[ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
709.05 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
709.05 s
[ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
709.05 s
[ghcide] Warning: Development.IDE.Core.OfInterest: could not find link destinations for:
709.05 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
709.05 s
[ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
709.05 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
709.05 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
709.05 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
709.05 s
[ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
709.05 s
[ghcide] - Development.IDE.Core.Compile.CoreFileTime
709.06 s
[ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
709.06 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
709.06 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
709.06 s
[ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
709.06 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
709.06 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
709.06 s
[ghcide] - Development.IDE.Core.FileExists.Log
709.07 s
[ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
709.07 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
709.07 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
709.08 s
[ghcide] Warning: Development.IDE.Core.Rules: could not find link destinations for:
709.08 s
[ghcide] - Ide.Plugin.Properties.NonEmptyList
709.08 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
709.08 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
709.08 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
709.08 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
709.08 s
[ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
709.08 s
[ghcide] - Development.IDE.Plugin.Test.Age
709.08 s
[ghcide] - Development.IDE.Plugin.Test.Rep_TestRequest
709.08 s
[ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
709.08 s
[ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
709.08 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
709.08 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
709.08 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
709.09 s
[ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
709.09 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
709.09 s
[ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
709.09 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
709.09 s
[ghcide] - Development.IDE.Plugin.TypeLenses.Rep_GetGlobalBindingTypeSigs
709.10 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
709.10 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
709.10 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
727.68 s
[pandoc] [111 of 220] Compiling Text.Pandoc.Readers.Txt2Tags
727.71 s
[pandoc] [112 of 220] Compiling Text.Pandoc.Readers.TikiWiki
727.71 s
[pandoc] [113 of 220] Compiling Text.Pandoc.Readers.Roff.Escape
727.71 s
[pandoc] [114 of 220] Compiling Text.Pandoc.Readers.Roff
727.71 s
[pandoc] [115 of 220] Compiling Text.Pandoc.Readers.RTF
727.71 s
[pandoc] [116 of 220] Compiling Text.Pandoc.Readers.RIS
727.71 s
[pandoc] [117 of 220] Compiling Text.Pandoc.Readers.Org.ParserState
727.71 s
[pandoc] [118 of 220] Compiling Text.Pandoc.Readers.Org.Parsing
727.71 s
[pandoc] [119 of 220] Compiling Text.Pandoc.Readers.Org.ExportSettings
727.71 s
[pandoc] [120 of 220] Compiling Text.Pandoc.Readers.Org.BlockStarts
727.71 s
[pandoc] [121 of 220] Compiling Text.Pandoc.Readers.Org.DocumentTree
727.71 s
[pandoc] [122 of 220] Compiling Text.Pandoc.Readers.Muse
727.71 s
[pandoc] [123 of 220] Compiling Text.Pandoc.Readers.Metadata
727.71 s
[pandoc] [124 of 220] Compiling Text.Pandoc.Readers.Mdoc.Lex
727.71 s
[pandoc] [125 of 220] Compiling Text.Pandoc.Readers.Mdoc
727.71 s
[pandoc] [126 of 220] Compiling Text.Pandoc.Readers.Man
727.71 s
[pandoc] [127 of 220] Compiling Text.Pandoc.Readers.LaTeX.Parsing
727.71 s
[pandoc] [128 of 220] Compiling Text.Pandoc.Readers.LaTeX.Table
727.71 s
[pandoc] [129 of 220] Compiling Text.Pandoc.Readers.LaTeX.SIunitx
727.71 s
[pandoc] [130 of 220] Compiling Text.Pandoc.Readers.LaTeX.Math
727.71 s
[pandoc] [131 of 220] Compiling Text.Pandoc.Readers.LaTeX.Macro
727.71 s
[pandoc] [132 of 220] Compiling Text.Pandoc.Readers.LaTeX.Lang
727.71 s
[pandoc] [133 of 220] Compiling Text.Pandoc.Readers.LaTeX.Inline
727.71 s
[pandoc] [134 of 220] Compiling Text.Pandoc.Readers.LaTeX.Citation
727.71 s
[pandoc] [135 of 220] Compiling Text.Pandoc.Readers.LaTeX
739.39 s
[ghcide] Documentation created: dist/doc/html/ghcide/, dist/doc/html/ghcide/ghcide.txt
740.83 s
[ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0...
740.83 s
[ghcide] haddockPhase completed in 1 minutes 16 seconds
740.83 s
[ghcide] Phase: installPhase
740.83 s
[ghcide] Installing library in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
740.83 s
[pandoc] [136 of 220] Compiling Text.Pandoc.Readers.Org.Inlines
740.86 s
[ghcide] Installing executable ghcide in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin
740.86 s
[ghcide] Warning: The directory
740.86 s
[ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin is not in the
740.86 s
[ghcide] system search path.
742.50 s
[ghcide] Phase: fixupPhase
742.52 s
[ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0
742.57 s
[ghcide] shrinking /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHSghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW-ghc9.10.1.so
742.70 s
[ghcide] shrinking /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin/ghcide
742.84 s
[ghcide] checking for references to /build/ in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0...
743.01 s
[ghcide] patching script interpreter paths in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0
743.01 s
[ghcide] stripping (with command strip and flags -S -p) in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin
744.35 s
[ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc
744.39 s
[ghcide] checking for references to /build/ in /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc...
744.45 s
[ghcide] patching script interpreter paths in /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc
745.21 s
[ghcide:post-build] Uploading to cachix cache "sellout": /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0 /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc
747.57 s
[ghcide:post-build] Pushing 2 paths (402 are already present) using zstd to cache sellout ⏳
747.57 s
[ghcide:post-build]
747.94 s
[ghcide:post-build] Pushing /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc (41.55 MiB)
748.02 s
[ghcide:post-build] Pushing /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0 (148.21 MiB)
751.45 s
[ghcide:post-build]
751.51 s
[ghcide:post-build] All done.
751.55 s
[ghcide:post-build] Uploading to the NixCI cache: /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0 /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc
751.97 s
[ghcide:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
752.47 s
[ghcide:post-build] copying 2 paths...
752.47 s
[ghcide:post-build] copying path '/nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
759.30 s
[ghcide:post-build] copying path '/nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0' to 'https://cache.nix-ci.com'...
821.83 s
[ghcide:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
822.91 s
[ghcide:post-build] copying 103 paths...
822.95 s
[ghcide:post-build] copying path '/nix/store/022flafwlmr5cd22fb753mhpx8l9qlza-fingertree-0.1.5.0.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/09v8bazinay7xbjplv5r8p51xji2n6g7-parser-combinators-1.3.0.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/2f1aypv7qlr3ff8inxznp2jx3sx3dzq0-cereal-0.5.8.3.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/3y00rair4p7il4bp6i30vmmy64xnf3qk-hspec-api-2.11.12.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/4i04z220w56980sgm4y0sckmzym6a9d6-js-dgtable-0.5.2.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/4r4kqxi80dwzifwz6ryivx9wn6bbb5c7-mmap-0.5.9.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/6kkgdhw3l3n513x3rw5l1n5hr7rg6p6j-text-rope-0.2.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/6kqp1kfai01arkf09dw5vsvbi9cp0wqq-utf8-string-1.0.2.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/75gv1bbv9y5a6l56m4y0w34hqhxypkcy-time-locale-compat-0.1.1.5.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/5sgszgqcyy8z3pkdpw9yad7066r96pp6-constraints-extras-0.4.0.2.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/7cffc1v10akrvarhmhzh14ll2nc8r0ab-charset-0.3.12.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/aayppqaaz3pj14ndili53cyr5h0alwlg-hie-compat-0.3.1.2.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/ag5mwssll93vrxvd9wxf1m1jvmdxk8gs-js-jquery-3.3.1.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/7q4gsxvwijb0zmpa39cz8h0d0s7ifjvd-either-5.0.2.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/ap7jzldlcn7rwnkdnj6bnsxizbn33maw-reflection-2.1.9.drv' to 'https://cache.nix-ci.com'...
822.95 s
[ghcide:post-build] copying path '/nix/store/62r70hkp3wf53qidfg0b89gc7sfkz742-simple-reflect-0.3.3.drv' to 'https://cache.nix-ci.com'...
823.21 s
[ghcide:post-build] copying path '/nix/store/aq6467jw5nqxl7025bx7zz41f075q70v-setenv-0.1.1.3.drv' to 'https://cache.nix-ci.com'...
823.22 s
[ghcide:post-build] copying path '/nix/store/b9knjdk8bmfp1lhwyy5pd4d656wq23i6-regex-pcre-builtin-0.95.2.3.8.44.drv' to 'https://cache.nix-ci.com'...
823.23 s
[ghcide:post-build] copying path '/nix/store/dx0xk5w343npbb5r3n3ayvl61lq09c6a-doctest-discover-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
823.24 s
[ghcide:post-build] copying path '/nix/store/g4cfjbjb9ky4jmnsyzkh693k6cihq7nz-haskell-src-1.0.4.1.drv' to 'https://cache.nix-ci.com'...
823.25 s
[ghcide:post-build] copying path '/nix/store/gf2nxsj1ncys3zgklhn73f825yp6xshy-groups-0.5.3.drv' to 'https://cache.nix-ci.com'...
823.25 s
[ghcide:post-build] copying path '/nix/store/hq6lvarsfxrbci9xi5a8ccc3wdkkiqib-mod-0.2.0.1.drv' to 'https://cache.nix-ci.com'...
823.27 s
[ghcide:post-build] copying path '/nix/store/jf677jlv1dqg201zyi231hr6zzwrwp89-tasty-rerun-1.1.20.drv' to 'https://cache.nix-ci.com'...
823.27 s
[ghcide:post-build] copying path '/nix/store/kcyfdfa5fjfb2hb9szl7g9wcvf7p5ar0-js-flot-0.8.3.drv' to 'https://cache.nix-ci.com'...
823.27 s
[ghcide:post-build] copying path '/nix/store/kppdy93a67b3xrqffl5kqhfbch80mhia-primitive-unlifted-2.1.0.0.drv' to 'https://cache.nix-ci.com'...
823.29 s
[ghcide:post-build] copying path '/nix/store/ld78nxhw1s6dzxsqknv8g8ps5czj9hxx-direct-sqlite-2.3.29.drv' to 'https://cache.nix-ci.com'...
823.29 s
[ghcide:post-build] copying path '/nix/store/lhvhry76y7dcghymyw3f3zfwy6cyhpvh-algebraic-graphs-0.7.drv' to 'https://cache.nix-ci.com'...
823.29 s
[ghcide:post-build] copying path '/nix/store/lk3blgrw9rph9dfg3yr2hdwblnwkzikg-invariant-0.6.4.drv' to 'https://cache.nix-ci.com'...
823.30 s
[ghcide:post-build] copying path '/nix/store/m08kh2xdl5w61fd0ijk8vg8s7gw2nwcf-gitrev-1.3.1.drv' to 'https://cache.nix-ci.com'...
823.30 s
[ghcide:post-build] copying path '/nix/store/m9144sz9z9zkay95q4vaagmps7b6p70f-sorted-list-0.2.3.1.drv' to 'https://cache.nix-ci.com'...
823.31 s
[ghcide:post-build] copying path '/nix/store/mm8dyx9c2isx1mcmd2lv80pz63rf0dgp-enummapset-0.7.3.0.drv' to 'https://cache.nix-ci.com'...
823.31 s
[ghcide:post-build] copying path '/nix/store/mnjgvcm57bj5i36yw1vgrxhhfn895w1w-regex-compat-0.95.2.2.drv' to 'https://cache.nix-ci.com'...
823.43 s
[ghcide:post-build] copying path '/nix/store/mnxgzc76lmbrl07ws8av60pvn7dppbgf-polyparse-1.13.drv' to 'https://cache.nix-ci.com'...
823.45 s
[ghcide:post-build] copying path '/nix/store/ms4is1srs768dpdngihy1qdh250pgkr7-hspec-attoparsec-0.1.0.2.drv' to 'https://cache.nix-ci.com'...
823.48 s
[ghcide:post-build] copying path '/nix/store/mz3bcw6m7zs087k2psqbqpb06vf9996f-reducers-3.12.5.drv' to 'https://cache.nix-ci.com'...
823.50 s
[ghcide:post-build] copying path '/nix/store/nw0xm7i1xnjjx611ghhhyg0m3d9b37hq-double-conversion-2.0.5.0.drv' to 'https://cache.nix-ci.com'...
823.50 s
[ghcide:post-build] copying path '/nix/store/prfnv0v0p071smyjx3a9wfvg6zz5a5p2-tasty-hspec-1.2.0.4.drv' to 'https://cache.nix-ci.com'...
823.51 s
[ghcide:post-build] copying path '/nix/store/qfbscggbrsswn7fid7i5ds3svvqjngxb-selective-0.7.0.1.drv' to 'https://cache.nix-ci.com'...
823.54 s
[ghcide:post-build] copying path '/nix/store/qgin10mg556q6kf4lcqqqwqhq6xfxi78-mtl-prelude-2.0.3.2.drv' to 'https://cache.nix-ci.com'...
823.56 s
[ghcide:post-build] copying path '/nix/store/r0i9324khi6clkv44jswkh22nic8qm1f-indexed-profunctors-0.1.1.1.drv' to 'https://cache.nix-ci.com'...
823.57 s
[ghcide:post-build] copying path '/nix/store/r4r4824fkp4lh7zzihbdxfv4r9miry0h-data-default-class-0.1.2.2.drv' to 'https://cache.nix-ci.com'...
823.57 s
[ghcide:post-build] copying path '/nix/store/s7q4w85blryjhj81qplh7a2wvb26mvzx-doctest-parallel-0.3.1.1.drv' to 'https://cache.nix-ci.com'...
823.58 s
[ghcide:post-build] copying path '/nix/store/s4fxabqsbkn9gkpv7bslhnjf96jaqxqh-hspec-golden-0.2.2.0.drv' to 'https://cache.nix-ci.com'...
823.62 s
[ghcide:post-build] copying path '/nix/store/syj0i07pcia7zz1bhpgq1rxxxv0sm9w1-base-prelude-1.6.1.1.drv' to 'https://cache.nix-ci.com'...
823.62 s
[ghcide:post-build] copying path '/nix/store/vqa3wiwzxlq3h4fl7kb316cg2l3dpd93-free-5.2.drv' to 'https://cache.nix-ci.com'...
823.62 s
[ghcide:post-build] copying path '/nix/store/wv3qv81s57gfk7q0x3q8jmn2a8shspgp-ghc-trace-events-0.1.2.10.drv' to 'https://cache.nix-ci.com'...
823.62 s
[ghcide:post-build] copying path '/nix/store/w8sfnb5zizx4c848wgzfskmrdgs34173-filepattern-0.1.3.drv' to 'https://cache.nix-ci.com'...
823.63 s
[ghcide:post-build] copying path '/nix/store/wvqisvdbxa67j2yyfans0q9x03c2kwn6-parsers-0.12.12.drv' to 'https://cache.nix-ci.com'...
823.64 s
[ghcide:post-build] copying path '/nix/store/yznsh44cf8d31hlljdr5idgpk9ijka7k-some-1.0.6.drv' to 'https://cache.nix-ci.com'...
823.67 s
[ghcide:post-build] copying path '/nix/store/z7vifjaf8r7n91lwqnp81pb74paam18q-blaze-builder-0.4.2.3.drv' to 'https://cache.nix-ci.com'...
823.69 s
[ghcide:post-build] copying path '/nix/store/zf87k2x2gp80rjcj92pd7z114dnqfg0d-Only-0.1.drv' to 'https://cache.nix-ci.com'...
823.73 s
[ghcide:post-build] copying path '/nix/store/7gjbwf901bjz8a4lfw0ajqd1d4nsspv2-megaparsec-9.6.1.drv' to 'https://cache.nix-ci.com'...
823.73 s
[ghcide:post-build] copying path '/nix/store/zfq5z2ahdrvzrg9i7xpxw9959chl9nr7-semigroups-0.20.drv' to 'https://cache.nix-ci.com'...
823.73 s
[ghcide:post-build] copying path '/nix/store/am6h2ah2spvqp0n4mxdrkfz9zvc3dy4x-hw-hspec-hedgehog-0.1.1.1.drv' to 'https://cache.nix-ci.com'...
823.78 s
[ghcide:post-build] copying path '/nix/store/rm9pj3gasy3xj4rf0qaxar3as11a5c2f-cpphs-1.20.9.1.drv' to 'https://cache.nix-ci.com'...
823.78 s
[ghcide:post-build] copying path '/nix/store/931dx5bzkv00gvmb8dn8iy96l3swwmla-tasty-discover-5.0.1.drv' to 'https://cache.nix-ci.com'...
823.80 s
[ghcide:post-build] copying path '/nix/store/cbdy7vxyg193n633br9i18fc131s9myk-generic-lens-core-2.2.1.0.drv' to 'https://cache.nix-ci.com'...
823.80 s
[ghcide:post-build] copying path '/nix/store/7xnqvrmfk91kd552c9ik89kcdn1qz0p5-data-default-instances-old-locale-0.0.1.2.drv' to 'https://cache.nix-ci.com'...
823.80 s
[ghcide:post-build] copying path '/nix/store/faiz6a6xajyq8h8603p9w4crczya7ayl-data-default-instances-dlist-0.0.1.2.drv' to 'https://cache.nix-ci.com'...
823.83 s
[ghcide:post-build] copying path '/nix/store/g7lannlj6kzad60lz7f6xz80i9fb8b2s-data-default-instances-containers-0.1.0.3.drv' to 'https://cache.nix-ci.com'...
823.83 s
[ghcide:post-build] copying path '/nix/store/91q04apvrylhm0l0dv198sqpaw3iy0fn-regex-tdfa-1.3.2.3.drv' to 'https://cache.nix-ci.com'...
823.83 s
[ghcide:post-build] copying path '/nix/store/fvqk465zppgna2p59w14jy9c6g1hkhya-implicit-hie-0.1.4.0.drv' to 'https://cache.nix-ci.com'...
823.85 s
[ghcide:post-build] copying path '/nix/store/73zahkvb2lmn004x786v610f9wywbdk8-opentelemetry-0.8.0.drv' to 'https://cache.nix-ci.com'...
823.87 s
[ghcide:post-build] copying path '/nix/store/1x75mggh351qirkdy74p2rl4i2pfgbyx-dependent-sum-0.7.2.0.drv' to 'https://cache.nix-ci.com'...
823.88 s
[ghcide:post-build] copying path '/nix/store/15ak73f4n00yspc5is05knafh674f33r-blaze-textual-0.2.3.1.drv' to 'https://cache.nix-ci.com'...
823.88 s
[ghcide:post-build] copying path '/nix/store/4qvb5g0c5f0yqnwca13zy0gp80nm5hdw-lucid-2.11.20250303.drv' to 'https://cache.nix-ci.com'...
823.90 s
[ghcide:post-build] copying path '/nix/store/63papsq0mvsjjmr7pjcafrigz9wmig08-xmlgen-0.6.2.2.drv' to 'https://cache.nix-ci.com'...
823.94 s
[ghcide:post-build] copying path '/nix/store/6pnc2ign99wlc457cxnfgq92n7jyg7js-blaze-markup-0.8.3.0.drv' to 'https://cache.nix-ci.com'...
823.95 s
[ghcide:post-build] copying path '/nix/store/v0ck27gn1kz6rzqlk2jnsanybnx105bp-adjunctions-4.4.3.drv' to 'https://cache.nix-ci.com'...
823.96 s
[ghcide:post-build] copying path '/nix/store/bc2hjcd5zk7zd6n0y7skxzh4gdxw62y7-keys-3.12.4.drv' to 'https://cache.nix-ci.com'...
824.00 s
[ghcide:post-build] copying path '/nix/store/2lcqfwd8xf6fi5dmsb0225lsxbl1lpml-hw-prim-0.6.3.2.drv' to 'https://cache.nix-ci.com'...
824.00 s
[ghcide:post-build] copying path '/nix/store/3v186wbq5zj6g0hd2rbhnqzz4yvpznb1-generic-arbitrary-1.0.1.2.drv' to 'https://cache.nix-ci.com'...
824.04 s
[ghcide:post-build] copying path '/nix/store/9xi6zf0zkpml9nyk3d6w53fghz7nwakr-regex-1.1.0.2.drv' to 'https://cache.nix-ci.com'...
824.05 s
[ghcide:post-build] copying path '/nix/store/bn633g7v54wrdx1r22l9n2mcg9c57wml-data-default-0.7.1.3.drv' to 'https://cache.nix-ci.com'...
824.08 s
[ghcide:post-build] copying path '/nix/store/5h6cn0vvpm6hvn2lhpsinv01qvs74fwf-dependent-map-0.4.0.0.drv' to 'https://cache.nix-ci.com'...
824.10 s
[ghcide:post-build] copying path '/nix/store/f9w7rhvwmyi00h705nx70dsxzpqwissm-sqlite-simple-0.4.19.0.drv' to 'https://cache.nix-ci.com'...
824.11 s
[ghcide:post-build] copying path '/nix/store/xx1a7anpl8lpxvyddqp38hzrkr7zrbpb-HTF-0.15.0.2.drv' to 'https://cache.nix-ci.com'...
824.16 s
[ghcide:post-build] copying path '/nix/store/df9i6lix3800xk34vbhjg6dkx3ivv8mm-blaze-html-0.9.2.0.drv' to 'https://cache.nix-ci.com'...
824.17 s
[ghcide:post-build] copying path '/nix/store/150jgmb0qhn9fiwfl5fkv2wjrmj8kjgb-kan-extensions-5.2.6.drv' to 'https://cache.nix-ci.com'...
824.21 s
[ghcide:post-build] copying path '/nix/store/m1i5gjgli3v2mkdgam8pl0n6k6cl71bx-hw-fingertree-0.1.2.1.drv' to 'https://cache.nix-ci.com'...
824.33 s
[ghcide:post-build] copying path '/nix/store/m0bpz74qvxr9b9ll5zw2syppmdpkbaxn-hiedb-0.6.0.2.drv' to 'https://cache.nix-ci.com'...
824.33 s
[ghcide:post-build] copying path '/nix/store/3nid98qhr5dnvxv2hh408bwjc70w017i-list-t-1.0.5.7.drv' to 'https://cache.nix-ci.com'...
824.39 s
[ghcide:post-build] copying path '/nix/store/vqbkmh8jfw1wx6jiniskka0i41g7n16w-pointed-5.0.5.drv' to 'https://cache.nix-ci.com'...
824.40 s
[ghcide:post-build] copying path '/nix/store/is4r91jvpv25yjjybbh85hbikqrl8pka-lens-5.3.4.drv' to 'https://cache.nix-ci.com'...
824.61 s
[ghcide:post-build] copying path '/nix/store/xpmj81kqrbhhrz4p3n78klwc4zii6xp1-trifecta-2.1.4.drv' to 'https://cache.nix-ci.com'...
824.62 s
[ghcide:post-build] copying path '/nix/store/hz24drhslgg0wym0d3n0jj0slr99c847-generic-lens-2.2.2.0.drv' to 'https://cache.nix-ci.com'...
824.63 s
[ghcide:post-build] copying path '/nix/store/7dm1ka78cs33a70qwd557v6y9rmhm7p7-vector-instances-3.4.2.drv' to 'https://cache.nix-ci.com'...
824.63 s
[ghcide:post-build] copying path '/nix/store/01cwvfy6iscv4wrjk9rzp6ag8mhz3qjc-lens-aeson-1.2.3.drv' to 'https://cache.nix-ci.com'...
824.84 s
[ghcide:post-build] copying path '/nix/store/w92yi020cbnsz6hzp0mck2aw3p3v5vkn-tree-diff-0.3.4.drv' to 'https://cache.nix-ci.com'...
824.85 s
[ghcide:post-build] copying path '/nix/store/kzyrz7hprccf4d48xfzfdpfknmdwr1v0-row-types-1.0.1.2.drv' to 'https://cache.nix-ci.com'...
824.86 s
[ghcide:post-build] copying path '/nix/store/6ycd3797cv7wgijfrbvgigjj9qx9k2dw-rebase-1.21.2.drv' to 'https://cache.nix-ci.com'...
825.06 s
[ghcide:post-build] copying path '/nix/store/l7dw9qlpbmp3f9kdgvhms7m2gm77wdg0-lsp-types-2.3.0.1.drv' to 'https://cache.nix-ci.com'...
825.06 s
[ghcide:post-build] copying path '/nix/store/iv62p0f42i9sdpxbqaxhn8wfrwlnfpwx-haddock-library-1.11.0.drv' to 'https://cache.nix-ci.com'...
825.28 s
[ghcide:post-build] copying path '/nix/store/qx9r2a9ri12f3f3h0dsknrq5vzfdm6yi-lsp-2.7.0.1.drv' to 'https://cache.nix-ci.com'...
825.29 s
[ghcide:post-build] copying path '/nix/store/jc2d8ni9khv4a5jrv48713l6yqn3y1iq-rerebase-1.21.2.drv' to 'https://cache.nix-ci.com'...
825.51 s
[ghcide:post-build] copying path '/nix/store/ikzbdlk3y8ixrqc158lz2gp5p7nj25k7-deferred-folds-0.9.18.7.drv' to 'https://cache.nix-ci.com'...
825.51 s
[ghcide:post-build] copying path '/nix/store/d4v7ajh3n4qya2x5x0fq0vqivhrm6z5i-focus-1.0.3.2.drv' to 'https://cache.nix-ci.com'...
825.75 s
[ghcide:post-build] copying path '/nix/store/4xzazc1fy2k0cgjmx8i0cvy6blmm3sql-primitive-extras-0.10.2.2.drv' to 'https://cache.nix-ci.com'...
825.98 s
[ghcide:post-build] copying path '/nix/store/lsman434g3yjhg2pl91n9xrkmv4x9ff2-stm-hamt-1.2.1.1.drv' to 'https://cache.nix-ci.com'...
826.22 s
[ghcide:post-build] copying path '/nix/store/psksr07vs584y5j0bw262wlgr0nfb8n4-stm-containers-1.2.1.1.drv' to 'https://cache.nix-ci.com'...
826.43 s
[ghcide:post-build] copying path '/nix/store/5axhwykh26v5mxagg5vyn68m0aic24m7-hls-graph-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
826.66 s
[ghcide:post-build] copying path '/nix/store/kz5j8y8x2hcr4a0q8l5slyllhkgrzhwn-hls-plugin-api-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
827.76 s
[ghcide:post-build] copying path '/nix/store/658mvz1pyj54m72hwpl118bm4h3fv1kb-ghcide-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
828.26 s
Progress: 18 of 32 built (1 building), 529 of 529 downloaded from cache
828.52 s
Building /nix/store/jy3y7swjigclycjz2f1iphsgh1zymgpq-hls-test-utils-2.10.0.0.drv
828.52 s
[pandoc] [137 of 220] Compiling Text.Pandoc.Readers.Org.Meta
828.52 s
[pandoc] [138 of 220] Compiling Text.Pandoc.Readers.Org.Blocks
828.52 s
[pandoc] [139 of 220] Compiling Text.Pandoc.Readers.Org
828.52 s
[pandoc] [140 of 220] Compiling Text.Pandoc.Readers.HTML.Types
828.52 s
[pandoc] [141 of 220] Compiling Text.Pandoc.Readers.HTML.Parsing
828.52 s
[pandoc] [142 of 220] Compiling Text.Pandoc.Readers.DokuWiki
828.52 s
[pandoc] [143 of 220] Compiling Text.Pandoc.Readers.Docx.Fields
828.52 s
[pandoc] [144 of 220] Compiling Text.Pandoc.Readers.Docx.Parse
828.52 s
[pandoc] [145 of 220] Compiling Text.Pandoc.Readers.Docx.Lists
828.52 s
[pandoc] [146 of 220] Compiling Text.Pandoc.Readers.Docx
828.52 s
[pandoc] [147 of 220] Compiling Text.Pandoc.Readers.Creole
828.52 s
[pandoc] [148 of 220] Compiling Text.Pandoc.Readers.CommonMark
828.52 s
[pandoc] [149 of 220] Compiling Text.Pandoc.Format
828.52 s
[pandoc] [150 of 220] Compiling Text.Pandoc.Citeproc.Locator
828.52 s
[pandoc] [151 of 220] Compiling Text.Pandoc.Writers.LaTeX.Citation
828.52 s
[pandoc] [152 of 220] Compiling Text.Pandoc.CSV
828.52 s
[pandoc] [153 of 220] Compiling Text.Pandoc.Readers.RST
828.52 s
[pandoc] [154 of 220] Compiling Text.Pandoc.Readers.CSV
828.52 s
[pandoc] [155 of 220] Compiling Text.Pandoc.CSS
828.52 s
[pandoc] [156 of 220] Compiling Text.Pandoc.Writers.Shared
828.52 s
[pandoc] [157 of 220] Compiling Text.Pandoc.Writers.ZimWiki
828.52 s
[pandoc] [158 of 220] Compiling Text.Pandoc.Writers.Typst
828.52 s
[pandoc] [159 of 220] Compiling Text.Pandoc.Writers.Textile
828.52 s
[pandoc] [160 of 220] Compiling Text.Pandoc.Writers.Texinfo
828.52 s
[pandoc] [161 of 220] Compiling Text.Pandoc.Writers.TEI
828.52 s
[pandoc] [162 of 220] Compiling Text.Pandoc.Writers.RTF
828.53 s
[pandoc] [163 of 220] Compiling Text.Pandoc.Writers.RST
828.53 s
[pandoc] [164 of 220] Compiling Text.Pandoc.Writers.Powerpoint.Presentation
828.53 s
[pandoc] [165 of 220] Compiling Text.Pandoc.Writers.Powerpoint.Output
828.53 s
[pandoc] [166 of 220] Compiling Text.Pandoc.Writers.Powerpoint
828.53 s
[pandoc] [167 of 220] Compiling Text.Pandoc.Writers.Org
828.53 s
[pandoc] [168 of 220] Compiling Text.Pandoc.Writers.OpenDocument
828.53 s
[pandoc] [169 of 220] Compiling Text.Pandoc.Writers.ODT
828.53 s
[pandoc] [170 of 220] Compiling Text.Pandoc.Writers.Muse
828.53 s
[pandoc] [171 of 220] Compiling Text.Pandoc.Writers.Ms
828.53 s
[pandoc] [172 of 220] Compiling Text.Pandoc.Writers.MediaWiki
828.53 s
[pandoc] [173 of 220] Compiling Text.Pandoc.Writers.XWiki
828.53 s
[pandoc] [174 of 220] Compiling Text.Pandoc.Writers.Man
828.53 s
[pandoc] [175 of 220] Compiling Text.Pandoc.Writers.LaTeX
828.53 s
[pandoc] [176 of 220] Compiling Text.Pandoc.Citeproc.BibTeX
828.53 s
[pandoc] [177 of 220] Compiling Text.Pandoc.Readers.BibTeX
828.53 s
[pandoc] [178 of 220] Compiling Text.Pandoc.Writers.Jira
828.53 s
[pandoc] [179 of 220] Compiling Text.Pandoc.Writers.ICML
828.53 s
[pandoc] [180 of 220] Compiling Text.Pandoc.Writers.Haddock
828.53 s
[pandoc] [181 of 220] Compiling Text.Pandoc.Writers.HTML
828.53 s
[pandoc] [182 of 220] Compiling Text.Pandoc.Writers.Markdown.Inline
828.53 s
[pandoc] [183 of 220] Compiling Text.Pandoc.Writers.Markdown
828.53 s
[pandoc] [184 of 220] Compiling Text.Pandoc.Writers.OPML
828.53 s
[pandoc] [185 of 220] Compiling Text.Pandoc.Writers.Ipynb
828.53 s
[pandoc] [186 of 220] Compiling Text.Pandoc.Writers.CommonMark
828.53 s
[pandoc] [187 of 220] Compiling Text.Pandoc.Writers.FB2
828.53 s
[pandoc] [188 of 220] Compiling Text.Pandoc.Writers.EPUB
828.53 s
[pandoc] [189 of 220] Compiling Text.Pandoc.Writers.DokuWiki
828.53 s
[pandoc] [190 of 220] Compiling Text.Pandoc.Writers.Docx.OpenXML
828.53 s
[pandoc] [191 of 220] Compiling Text.Pandoc.Writers.Docx
828.53 s
[pandoc] [192 of 220] Compiling Text.Pandoc.Writers.DocBook
828.53 s
[pandoc] [193 of 220] Compiling Text.Pandoc.Writers.Djot
828.53 s
[pandoc] [194 of 220] Compiling Text.Pandoc.Writers.ConTeXt
828.53 s
[pandoc] [195 of 220] Compiling Text.Pandoc.Writers.ChunkedHTML
828.53 s
[pandoc] [196 of 220] Compiling Text.Pandoc.Writers.BibTeX
828.53 s
[pandoc] [197 of 220] Compiling Text.Pandoc.Writers.AsciiDoc
828.53 s
[pandoc] [198 of 220] Compiling Text.Pandoc.Writers.ANSI
828.53 s
[pandoc] [199 of 220] Compiling Text.Pandoc.PDF
828.53 s
[pandoc] [200 of 220] Compiling Text.Pandoc.Readers.HTML.Table
828.53 s
[pandoc] [201 of 220] Compiling Text.Pandoc.Readers.HTML
828.53 s
[pandoc] [202 of 220] Compiling Text.Pandoc.Readers.Textile
828.53 s
[pandoc] [203 of 220] Compiling Text.Pandoc.Readers.TWiki
828.53 s
[pandoc] [204 of 220] Compiling Text.Pandoc.Readers.MediaWiki
828.53 s
[pandoc] [205 of 220] Compiling Text.Pandoc.Readers.Markdown
828.53 s
[pandoc] [206 of 220] Compiling Text.Pandoc.Readers.OPML
828.53 s
[pandoc] [207 of 220] Compiling Text.Pandoc.Readers.Ipynb
828.53 s
[pandoc] [208 of 220] Compiling Text.Pandoc.Citeproc
828.53 s
[pandoc] [209 of 220] Compiling Text.Pandoc.Writers.JATS
828.53 s
[pandoc] [210 of 220] Compiling Text.Pandoc.Writers
828.53 s
[pandoc] [211 of 220] Compiling Text.Pandoc.Readers.EPUB
828.53 s
[pandoc] [212 of 220] Compiling Text.Pandoc.Readers
828.53 s
[pandoc] [213 of 220] Compiling Text.Pandoc.Scripting
828.53 s
[pandoc] [214 of 220] Compiling Text.Pandoc.Filter
828.53 s
[pandoc] [215 of 220] Compiling Text.Pandoc.App.Input
828.53 s
[pandoc] [216 of 220] Compiling Text.Pandoc
828.53 s
[pandoc] [217 of 220] Compiling Text.Pandoc.App.Opt
828.53 s
[pandoc] [218 of 220] Compiling Text.Pandoc.App.CommandLineOptions
828.53 s
[pandoc] [219 of 220] Compiling Text.Pandoc.App.OutputSettings
828.53 s
[pandoc] [220 of 220] Compiling Text.Pandoc.App
828.53 s
[pandoc] Preprocessing test suite 'test-pandoc' for pandoc-3.6..
828.53 s
[pandoc] Building test suite 'test-pandoc' for pandoc-3.6..
828.53 s
[pandoc] [ 1 of 58] Compiling Tests.Helpers
828.53 s
[pandoc] [ 2 of 58] Compiling Tests.Command
828.53 s
[pandoc] [ 3 of 58] Compiling Tests.MediaBag
828.53 s
[pandoc] [ 4 of 58] Compiling Tests.Old
829.08 s
[pandoc] [ 5 of 58] Compiling Tests.Readers.Creole
829.92 s
[hls-test-utils] Phase: setupCompilerEnvironmentPhase
829.94 s
[hls-test-utils] Build with /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1.
830.64 s
[pandoc] [ 6 of 58] Compiling Tests.Readers.Docx
830.64 s
[pandoc] [ 7 of 58] Compiling Tests.Readers.DokuWiki
831.24 s
[pandoc] [ 8 of 58] Compiling Tests.Readers.EPUB
831.24 s
[pandoc] [ 9 of 58] Compiling Tests.Readers.FB2
831.24 s
[pandoc] [10 of 58] Compiling Tests.Readers.HTML
831.24 s
[pandoc] [11 of 58] Compiling Tests.Readers.JATS
831.24 s
[pandoc] [12 of 58] Compiling Tests.Readers.Jira
831.24 s
[pandoc] [13 of 58] Compiling Tests.Readers.LaTeX
831.24 s
[pandoc] [14 of 58] Compiling Tests.Readers.Man
831.24 s
[pandoc] [15 of 58] Compiling Tests.Readers.Markdown
831.89 s
[pandoc] [16 of 58] Compiling Tests.Readers.Mdoc
831.89 s
[pandoc] [17 of 58] Compiling Tests.Readers.Muse
832.46 s
[hls-test-utils] Phase: unpackPhase
832.47 s
[hls-test-utils] unpacking source archive /nix/store/q3m8rsidzfqj214nnj03vh8bp2zg6j6x-hls-test-utils-2.10.0.0.tar.gz
832.48 s
[hls-test-utils] source root is hls-test-utils-2.10.0.0
832.50 s
[hls-test-utils] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-test-utils-2.10.0.0/src/Test/Hls/Util.hs"
832.53 s
[hls-test-utils] Phase: patchPhase
832.54 s
[hls-test-utils] Phase: compileBuildDriverPhase
832.54 s
[hls-test-utils] setupCompileFlags: -package-db=/build/tmp.FO7bETniSJ/setup-package.conf.d -threaded
832.63 s
[hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.FO7bETniSJ/Main.o )
832.72 s
[hls-test-utils] [2 of 2] Linking Setup
833.40 s
[pandoc] [18 of 58] Compiling Tests.Readers.ODT
833.40 s
[pandoc] [19 of 58] Compiling Tests.Readers.Org.Inline.Smart
833.40 s
[pandoc] [20 of 58] Compiling Tests.Readers.Org.Shared
833.45 s
[pandoc] [21 of 58] Compiling Tests.Readers.Org.Meta
833.45 s
[pandoc] [22 of 58] Compiling Tests.Readers.Org.Inline.Note
833.45 s
[pandoc] [23 of 58] Compiling Tests.Readers.Org.Inline.Citation
833.45 s
[pandoc] [24 of 58] Compiling Tests.Readers.Org.Inline
833.45 s
[pandoc] [25 of 58] Compiling Tests.Readers.Org.Directive
833.45 s
[pandoc] [26 of 58] Compiling Tests.Readers.Org.Block.Table
833.45 s
[pandoc] [27 of 58] Compiling Tests.Readers.Org.Block.List
833.45 s
[pandoc] [28 of 58] Compiling Tests.Readers.Org.Block.Header
833.45 s
[pandoc] [29 of 58] Compiling Tests.Readers.Org.Block.Figure
833.45 s
[pandoc] [30 of 58] Compiling Tests.Readers.Org.Block.CodeBlock
833.45 s
[pandoc] [31 of 58] Compiling Tests.Readers.Org.Block
833.45 s
[pandoc] [32 of 58] Compiling Tests.Readers.Org
833.45 s
[pandoc] [33 of 58] Compiling Tests.Readers.RST
833.45 s
[pandoc] [34 of 58] Compiling Tests.Readers.RTF
833.46 s
[pandoc] [35 of 58] Compiling Tests.Readers.Txt2Tags
833.46 s
[pandoc] [36 of 58] Compiling Tests.Shared
833.46 s
[pandoc] [37 of 58] Compiling Tests.Writers.AnnotatedTable
833.46 s
[pandoc] [38 of 58] Compiling Tests.Writers.AsciiDoc
833.46 s
[pandoc] [39 of 58] Compiling Tests.Writers.ConTeXt
833.46 s
[pandoc] [40 of 58] Compiling Tests.Writers.DocBook
833.46 s
[pandoc] [41 of 58] Compiling Tests.Writers.FB2
833.46 s
[pandoc] [42 of 58] Compiling Tests.Writers.HTML
833.46 s
[pandoc] [43 of 58] Compiling Tests.Writers.JATS
833.46 s
[pandoc] [44 of 58] Compiling Tests.Writers.Jira
833.46 s
[pandoc] [45 of 58] Compiling Tests.Writers.LaTeX
833.46 s
[pandoc] [46 of 58] Compiling Tests.Writers.Markdown
833.46 s
[pandoc] [47 of 58] Compiling Tests.Writers.Markua
833.46 s
[pandoc] [48 of 58] Compiling Tests.Writers.Ms
833.46 s
[pandoc] [49 of 58] Compiling Tests.Writers.Muse
833.46 s
[pandoc] [50 of 58] Compiling Tests.Writers.Native
833.46 s
[pandoc] [51 of 58] Compiling Tests.Writers.OOXML
833.46 s
[pandoc] [52 of 58] Compiling Tests.Writers.Docx
833.46 s
[pandoc] [53 of 58] Compiling Tests.Writers.Org
833.46 s
[pandoc] [54 of 58] Compiling Tests.Writers.Plain
833.46 s
[pandoc] [55 of 58] Compiling Tests.Writers.Powerpoint
833.46 s
[pandoc] [56 of 58] Compiling Tests.Writers.RST
833.46 s
[pandoc] [57 of 58] Compiling Tests.Writers.TEI
833.46 s
[pandoc] [58 of 58] Compiling Main
834.17 s
[hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
834.20 s
[hls-test-utils] Phase: configurePhase
834.22 s
[hls-test-utils] configureFlags: --verbose --prefix=/nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.FO7bETniSJ/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/lib
834.24 s
[hls-test-utils] Using Parsec parser
834.24 s
[hls-test-utils] Configuring hls-test-utils-2.10.0.0...
834.68 s
[pandoc] [59 of 59] Linking dist/build/test-pandoc/test-pandoc
834.91 s
[hls-test-utils] Flags chosen: pedantic=False
835.28 s
[hls-test-utils] Dependency aeson: using aeson-2.2.3.0
835.28 s
[hls-test-utils] Dependency async: using async-2.2.5
835.28 s
[hls-test-utils] Dependency base >=4.12 && <5: using base-4.20.0.0
835.29 s
[hls-test-utils] Dependency bytestring: using bytestring-0.12.1.0
835.29 s
[hls-test-utils] Dependency containers: using containers-0.7
835.29 s
[hls-test-utils] Dependency data-default: using data-default-0.7.1.3
835.29 s
[hls-test-utils] Dependency directory: using directory-1.3.8.3
835.29 s
[hls-test-utils] Dependency extra: using extra-1.7.16
835.29 s
[hls-test-utils] Dependency filepath: using filepath-1.5.2.0
835.29 s
[hls-test-utils] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
835.29 s
[hls-test-utils] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
835.29 s
[hls-test-utils] Dependency lens: using lens-5.3.4
835.29 s
[hls-test-utils] Dependency lsp: using lsp-2.7.0.1
835.29 s
[hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
835.29 s
[hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
835.29 s
[hls-test-utils] Dependency neat-interpolation: using neat-interpolation-0.5.1.4
835.29 s
[hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
835.29 s
[hls-test-utils] Dependency tasty: using tasty-1.5.3
835.29 s
[hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
835.29 s
[hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
835.29 s
[hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
835.29 s
[hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
835.29 s
[hls-test-utils] Dependency temporary: using temporary-1.3
835.29 s
[hls-test-utils] Dependency text: using text-2.1.1
835.29 s
[hls-test-utils] Dependency text-rope: using text-rope-0.2
835.29 s
[hls-test-utils] Source component graph: component lib
835.29 s
[hls-test-utils] Configured component graph:
835.29 s
[hls-test-utils] component hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
835.29 s
[hls-test-utils] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
835.29 s
[hls-test-utils] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
835.29 s
[hls-test-utils] include base-4.20.0.0-d8e2
835.29 s
[hls-test-utils] include bytestring-0.12.1.0-05ed
835.29 s
[hls-test-utils] include containers-0.7-4cd1
835.29 s
[hls-test-utils] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
835.29 s
[hls-test-utils] include directory-1.3.8.3-678a
835.29 s
[hls-test-utils] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
835.29 s
[hls-test-utils] include filepath-1.5.2.0-058d
835.29 s
[hls-test-utils] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
835.29 s
[hls-test-utils] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
835.29 s
[hls-test-utils] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
835.29 s
[hls-test-utils] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
835.29 s
[hls-test-utils] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
835.29 s
[hls-test-utils] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
835.29 s
[hls-test-utils] include neat-interpolation-0.5.1.4-GbNMIHMgD052zw7VrG9gpW
835.29 s
[hls-test-utils] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
835.29 s
[hls-test-utils] include tasty-1.5.3-EOtPaTS4RPm68xkjlbwFz4
835.29 s
[hls-test-utils] include tasty-expected-failure-0.12.3-DoMV2DYQAOgJBZNWCRRMcv
835.29 s
[hls-test-utils] include tasty-golden-2.3.5-A1GRHCv5GLi8OpC1KTVHNS
835.29 s
[hls-test-utils] include tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
835.29 s
[hls-test-utils] include tasty-rerun-1.1.20-7bvQ9QEQXFqKjb36fMFa2m
835.29 s
[hls-test-utils] include temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
835.29 s
[hls-test-utils] include text-2.1.1-f47e
835.29 s
[hls-test-utils] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
835.29 s
[hls-test-utils] Linked component graph:
835.29 s
[hls-test-utils] unit hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
835.29 s
[hls-test-utils] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
835.29 s
[hls-test-utils] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
835.29 s
[hls-test-utils] include base-4.20.0.0-d8e2
835.29 s
[hls-test-utils] include bytestring-0.12.1.0-05ed
835.29 s
[hls-test-utils] include containers-0.7-4cd1
835.29 s
[hls-test-utils] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
835.29 s
[hls-test-utils] include directory-1.3.8.3-678a
835.29 s
[hls-test-utils] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
835.29 s
[hls-test-utils] include filepath-1.5.2.0-058d
835.29 s
[hls-test-utils] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
835.29 s
[hls-test-utils] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
835.29 s
[hls-test-utils] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
835.29 s
[hls-test-utils] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
835.29 s
[hls-test-utils] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
835.29 s
[hls-test-utils] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
835.29 s
[hls-test-utils] include neat-interpolation-0.5.1.4-GbNMIHMgD052zw7VrG9gpW
835.29 s
[hls-test-utils] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
835.29 s
[hls-test-utils] include tasty-1.5.3-EOtPaTS4RPm68xkjlbwFz4
835.29 s
[hls-test-utils] include tasty-expected-failure-0.12.3-DoMV2DYQAOgJBZNWCRRMcv
835.29 s
[hls-test-utils] include tasty-golden-2.3.5-A1GRHCv5GLi8OpC1KTVHNS
835.29 s
[hls-test-utils] include tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
835.29 s
[hls-test-utils] include tasty-rerun-1.1.20-7bvQ9QEQXFqKjb36fMFa2m
835.29 s
[hls-test-utils] include temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
835.29 s
[hls-test-utils] include text-2.1.1-f47e
835.29 s
[hls-test-utils] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
835.29 s
[hls-test-utils] Development.IDE.Test=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Development.IDE.Test,Development.IDE.Test.Diagnostic=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Development.IDE.Test.Diagnostic,Test.Hls=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Test.Hls,Test.Hls.FileSystem=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Test.Hls.FileSystem,Test.Hls.Util=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Test.Hls.Util
835.29 s
[hls-test-utils] Ready component graph:
835.29 s
[hls-test-utils] definite hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
835.29 s
[hls-test-utils] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
835.29 s
[hls-test-utils] depends async-2.2.5-OsR1e1gkP6LktdZycBlFT
835.29 s
[hls-test-utils] depends base-4.20.0.0-d8e2
835.29 s
[hls-test-utils] depends bytestring-0.12.1.0-05ed
835.29 s
[hls-test-utils] depends containers-0.7-4cd1
835.29 s
[hls-test-utils] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
835.29 s
[hls-test-utils] depends directory-1.3.8.3-678a
835.29 s
[hls-test-utils] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
835.29 s
[hls-test-utils] depends filepath-1.5.2.0-058d
835.29 s
[hls-test-utils] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
835.29 s
[hls-test-utils] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
835.29 s
[hls-test-utils] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
835.29 s
[hls-test-utils] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
835.29 s
[hls-test-utils] depends lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
835.29 s
[hls-test-utils] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
835.29 s
[hls-test-utils] depends neat-interpolation-0.5.1.4-GbNMIHMgD052zw7VrG9gpW
835.29 s
[hls-test-utils] depends safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
835.29 s
[hls-test-utils] depends tasty-1.5.3-EOtPaTS4RPm68xkjlbwFz4
835.29 s
[hls-test-utils] depends tasty-expected-failure-0.12.3-DoMV2DYQAOgJBZNWCRRMcv
835.29 s
[hls-test-utils] depends tasty-golden-2.3.5-A1GRHCv5GLi8OpC1KTVHNS
835.29 s
[hls-test-utils] depends tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
835.29 s
[hls-test-utils] depends tasty-rerun-1.1.20-7bvQ9QEQXFqKjb36fMFa2m
835.29 s
[hls-test-utils] depends temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
835.29 s
[hls-test-utils] depends text-2.1.1-f47e
835.29 s
[hls-test-utils] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
835.29 s
[hls-test-utils] Using Cabal-3.12.0.0 compiled by ghc-9.10
835.29 s
[hls-test-utils] Using compiler: ghc-9.10.1
835.29 s
[hls-test-utils] Using install prefix:
835.29 s
[hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
835.29 s
[hls-test-utils] Executables installed in:
835.29 s
[hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/bin
835.29 s
[hls-test-utils] Libraries installed in:
835.29 s
[hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
835.29 s
[hls-test-utils] Dynamic Libraries installed in:
835.29 s
[hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5
835.29 s
[hls-test-utils] Private executables installed in:
835.29 s
[hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/libexec/x86_64-linux-ghc-9.10.1-c9f5/hls-test-utils-2.10.0.0
835.29 s
[hls-test-utils] Data files installed in:
835.29 s
[hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/share/x86_64-linux-ghc-9.10.1-c9f5/hls-test-utils-2.10.0.0
835.29 s
[hls-test-utils] Documentation installed in:
835.29 s
[hls-test-utils] /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0
835.29 s
[hls-test-utils] Configuration files installed in:
835.29 s
[hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/etc
835.29 s
[hls-test-utils] No alex found
835.29 s
[hls-test-utils] Using ar found on system at:
835.29 s
[hls-test-utils] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
835.29 s
[hls-test-utils] No c2hs found
835.29 s
[hls-test-utils] No cpphs found
835.29 s
[hls-test-utils] No doctest found
835.29 s
[hls-test-utils] Using gcc version 14.3.0 given by user at:
835.29 s
[hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
835.29 s
[hls-test-utils] Using ghc version 9.10.1 found on system at:
835.29 s
[hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc
835.29 s
[hls-test-utils] Using ghc-pkg version 9.10.1 found on system at:
835.29 s
[hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc-pkg-9.10.1
835.29 s
[hls-test-utils] No ghcjs found
835.29 s
[hls-test-utils] No ghcjs-pkg found
835.29 s
[hls-test-utils] No greencard found
835.29 s
[hls-test-utils] Using haddock version 2.28.0 found on system at:
835.29 s
[hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/haddock-ghc-9.10.1
835.29 s
[hls-test-utils] No happy found
835.29 s
[hls-test-utils] Using haskell-suite found on system at: haskell-suite-dummy-location
835.29 s
[hls-test-utils] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
835.29 s
[hls-test-utils] No hmake found
835.29 s
[hls-test-utils] Using hpc version 0.69 found on system at:
835.29 s
[hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hpc-ghc-9.10.1
835.29 s
[hls-test-utils] Using hsc2hs version 0.68.10 found on system at:
835.29 s
[hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hsc2hs-ghc-9.10.1
835.29 s
[hls-test-utils] Using hscolour version 1.25 found on system at:
835.29 s
[hls-test-utils] /nix/store/c0gbcvjjvqzy92m9ycv6zcqiczs6bvyw-hscolour-1.25/bin/HsColour
835.35 s
[hls-test-utils] No jhc found
835.35 s
[hls-test-utils] Using ld found on system at:
835.35 s
[hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
835.35 s
[hls-test-utils] No pkg-config found
835.35 s
[hls-test-utils] Using runghc version 9.10.1 found on system at:
835.35 s
[hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/runghc-9.10.1
835.35 s
[hls-test-utils] Using strip version 2.44 found on system at:
835.35 s
[hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
835.35 s
[hls-test-utils] Using tar found on system at:
835.35 s
[hls-test-utils] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
835.35 s
[hls-test-utils] No uhc found
835.75 s
[hls-test-utils] Phase: buildPhase
835.86 s
[hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0...
835.86 s
[hls-test-utils] Building library for hls-test-utils-2.10.0.0...
836.14 s
[hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, dist/build/Development/IDE/Test/Diagnostic.o, dist/build/Development/IDE/Test/Diagnostic.dyn_o )
840.22 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ GHC-40910 ] [ -Wunused-matches ]
840.29 s
[hls-test-utils] Defined but not used: ‘expectedCode’
840.29 s
[hls-test-utils] |
840.29 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
840.29 s
[hls-test-utils] | ^^^^^^^^^^^^
840.29 s
[hls-test-utils]
840.37 s
[pandoc] buildPhase completed in 9 minutes 45 seconds
840.37 s
[pandoc] Phase: checkPhase
840.47 s
[pandoc] Running 1 test suites...
840.47 s
[pandoc] Test suite test-pandoc: RUNNING...
840.80 s
[hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.o, dist/build/Development/IDE/Test.dyn_o )
841.94 s
[hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.o, dist/build/Test/Hls/FileSystem.dyn_o )
841.94 s
[hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.o, dist/build/Test/Hls/Util.dyn_o )
841.94 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.o, dist/build/Test/Hls.dyn_o )
842.27 s
[pandoc] pandoc tests
842.27 s
[pandoc] Command:
842.27 s
[pandoc] pandoc-citeproc-399.md
842.37 s
[pandoc] #1: OK (0.13s)
842.38 s
[pandoc] pandoc-citeproc-408.md
842.48 s
[pandoc] #1: OK (0.11s)
842.48 s
[pandoc] 5529.md
842.50 s
[pandoc] #1: OK (0.02s)
842.50 s
[pandoc] 5195.md
842.53 s
[pandoc] #1: OK (0.04s)
842.53 s
[pandoc] input-with-endinput.md
842.56 s
[pandoc] #1: OK (0.03s)
842.56 s
[pandoc] 5885.md
842.59 s
[pandoc] #1: OK (0.03s)
842.59 s
[pandoc] 5714.md
842.62 s
[pandoc] #1: OK (0.03s)
842.62 s
[pandoc] 7863.md
842.65 s
[pandoc] #1: OK (0.03s)
842.65 s
[pandoc] 10281.md
842.68 s
[pandoc] #1: OK (0.03s)
842.68 s
[pandoc] 7323.md
842.73 s
[pandoc] #1: OK (0.04s)
842.73 s
[pandoc] 3113.md
842.74 s
[pandoc] #1: OK (0.02s)
842.74 s
[pandoc] 4125.md
842.78 s
[pandoc] #1: OK (0.04s)
842.78 s
[pandoc] 2649.md
842.81 s
[pandoc] #1: OK (0.03s)
842.85 s
[pandoc] #2: OK (0.05s)
842.89 s
[pandoc] #3: OK (0.03s)
842.89 s
[pandoc] 4832.md
842.90 s
[pandoc] #1: OK (0.02s)
842.93 s
[pandoc] #2: OK (0.02s)
842.95 s
[pandoc] #3: OK (0.02s)
842.95 s
[pandoc] parse-raw.md
842.97 s
[pandoc] #1: OK (0.02s)
843.00 s
[pandoc] #2: OK (0.03s)
843.03 s
[pandoc] #3: OK (0.03s)
843.06 s
[pandoc] #4: OK (0.03s)
843.06 s
[pandoc] 5836.md
843.09 s
[pandoc] #1: OK (0.03s)
843.12 s
[pandoc] #2: OK (0.04s)
843.16 s
[pandoc] #3: OK (0.03s)
843.16 s
[pandoc] 8097.md
843.19 s
[pandoc] #1: OK (0.04s)
843.19 s
[pandoc] 4068.md
843.20 s
[pandoc] #1: OK (0.02s)
843.20 s
[pandoc] 4199.md
843.22 s
[pandoc] #1: OK (0.02s)
843.22 s
[pandoc] figures-latex.md
843.25 s
[pandoc] #1: OK (0.02s)
843.28 s
[pandoc] #2: OK (0.03s)
843.28 s
[pandoc] 5541-localLink.md
843.33 s
[pandoc] #1: OK (0.05s)
843.33 s
[pandoc] biblatex-angenendt.md
843.39 s
[pandoc] #1: OK (0.06s)
843.39 s
[pandoc] biblatex-brandt.md
843.45 s
[pandoc] #1: OK (0.06s)
843.45 s
[pandoc] 8047.md
843.46 s
[pandoc] #1: OK (0.02s)
843.46 s
[pandoc] biblatex-book-coleridge.md
843.50 s
[pandoc] #1: OK (0.03s)
843.50 s
[pandoc] figures-org.md
843.53 s
[pandoc] #1: OK (0.03s)
843.55 s
[pandoc] #2: OK (0.03s)
843.55 s
[pandoc] 5053.md
843.59 s
[pandoc] #1: OK (0.03s)
843.62 s
[pandoc] #2: OK (0.03s)
843.62 s
[pandoc] figures-context.md
843.65 s
[pandoc] #1: OK (0.03s)
843.67 s
[pandoc] #2: OK (0.02s)
843.67 s
[pandoc] 4635.md
843.70 s
[pandoc] #1: OK (0.03s)
843.72 s
[pandoc] #2: OK (0.03s)
843.75 s
[pandoc] #3: OK (0.02s)
843.76 s
[pandoc] #4: OK (0.02s)
843.77 s
[pandoc] 4320.md
843.79 s
[pandoc] #1: OK (0.02s)
843.79 s
[pandoc] 3701.md
843.80 s
[hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, dist/build/Development/IDE/Test/Diagnostic.p_o )
843.81 s
[pandoc] #1: OK (0.02s)
843.82 s
[pandoc] #2: OK (0.01s)
843.82 s
[pandoc] pandoc-citeproc-14.md
843.92 s
[pandoc] #1: OK (0.09s)
843.92 s
[pandoc] 4091.md
843.95 s
[pandoc] #1: OK (0.03s)
843.95 s
[pandoc] 8573.md
843.99 s
[pandoc] #1: OK (0.04s)
843.99 s
[pandoc] 7266.md
844.04 s
[pandoc] #1: OK (0.05s)
844.04 s
[pandoc] biblatex-online.md
844.09 s
[pandoc] #1: OK (0.05s)
844.10 s
[pandoc] md-abbrevs.md
844.13 s
[pandoc] #1: OK (0.02s)
844.15 s
[pandoc] #2: OK (0.03s)
844.15 s
[pandoc] 6441.md
844.18 s
[pandoc] #1: OK (0.03s)
844.18 s
[pandoc] 8956.md
844.20 s
[pandoc] #1: OK (0.02s)
844.22 s
[pandoc] #2: OK (0.02s)
844.25 s
[pandoc] #3: OK (0.04s)
844.27 s
[pandoc] #4: OK (0.01s)
844.30 s
[pandoc] #5: OK (0.03s)
844.30 s
[pandoc] biblatex-quotes.md
844.36 s
[pandoc] #1: OK (0.06s)
844.36 s
[pandoc] 2874.md
844.39 s
[pandoc] #1: OK (0.03s)
844.42 s
[pandoc] #2: OK (0.04s)
844.42 s
[pandoc] 5071.md
844.45 s
[pandoc] #1: OK (0.03s)
844.48 s
[pandoc] #2: OK (0.02s)
844.51 s
[pandoc] #3: OK (0.04s)
844.54 s
[pandoc] #4: OK (0.03s)
844.54 s
[pandoc] 7214.md
844.58 s
[pandoc] #1: OK (0.04s)
844.58 s
[pandoc] biblatex-weinberg.md
844.64 s
[pandoc] #1: OK (0.05s)
844.64 s
[pandoc] biblatex-moraux.md
844.69 s
[pandoc] #1: OK (0.05s)
844.69 s
[pandoc] pandoc-citeproc-365.md
844.76 s
[pandoc] #1: OK (0.07s)
844.76 s
[pandoc] 9387.md
844.79 s
[pandoc] #1: OK (0.04s)
844.81 s
[pandoc] #2: OK (0.02s)
844.81 s
[pandoc] 9902.md
844.85 s
[pandoc] #1: OK (0.04s)
844.85 s
[pandoc] pandoc-citeproc-61.md
845.01 s
[pandoc] #1: OK (0.16s)
845.01 s
[pandoc] 6844.md
845.06 s
[pandoc] #1: OK (0.04s)
845.09 s
[pandoc] #2: OK (0.03s)
845.12 s
[pandoc] #3: OK (0.03s)
845.12 s
[pandoc] 7589.md
845.20 s
[pandoc] #1: OK (0.07s)
845.20 s
[pandoc] pandoc-citeproc-7.md
845.23 s
[pandoc] #1: OK (0.04s)
845.23 s
[pandoc] bits-named-boook-parts.md
845.26 s
[pandoc] #1: OK (0.03s)
845.35 s
[pandoc] #2: OK (0.02s)
845.35 s
[pandoc] #3: OK (0.04s)
845.35 s
[pandoc] 1390.md
845.35 s
[pandoc] #1: OK (0.03s)
845.35 s
[pandoc] 4529.md
845.39 s
[pandoc] #1: OK (0.04s)
845.39 s
[pandoc] 9202.md
845.43 s
[pandoc] #1: OK (0.04s)
845.46 s
[pandoc] #2: OK (0.04s)
845.53 s
[pandoc] #3: OK (0.02s)
845.56 s
[pandoc] #4: OK (0.07s)
845.57 s
[pandoc] #5: OK (0.02s)
845.57 s
[pandoc] 1710.md
845.61 s
[pandoc] #1: OK (0.03s)
845.64 s
[pandoc] #2: OK (0.03s)
845.64 s
[pandoc] 7568.md
845.68 s
[pandoc] #1: OK (0.04s)
845.68 s
[pandoc] biblatex-aristotle-poetics.md
845.72 s
[pandoc] #1: OK (0.04s)
845.72 s
[pandoc] pandoc-citeproc-392.md
845.77 s
[pandoc] #1: OK (0.05s)
845.77 s
[pandoc] pandoc-citeproc-118.md
845.82 s
[pandoc] #1: OK (0.05s)
845.82 s
[pandoc] 7006.md
845.85 s
[pandoc] #1: OK (0.03s)
845.85 s
[pandoc] 9805.md
845.89 s
[pandoc] #1: OK (0.03s)
845.89 s
[pandoc] 8867.md
845.90 s
[pandoc] #1: OK (0.02s)
845.90 s
[pandoc] smart.md
845.94 s
[pandoc] #1: OK (0.04s)
845.96 s
[pandoc] #2: OK (0.03s)
846.01 s
[pandoc] #3: OK (0.03s)
846.04 s
[pandoc] #4: OK (0.03s)
846.05 s
[pandoc] #5: OK (0.01s)
846.07 s
[pandoc] #6: OK (0.03s)
846.08 s
[pandoc] biblatex-textnormal.md
846.13 s
[pandoc] #1: OK (0.04s)
846.13 s
[pandoc] biblatex-yoon.md
846.17 s
[pandoc] #1: OK (0.04s)
846.17 s
[pandoc] biblatex-itzhaki.md
846.22 s
[pandoc] #1: OK (0.05s)
846.22 s
[pandoc] pandoc-citeproc-320a.md
846.32 s
[pandoc] #1: OK (0.09s)
846.32 s
[pandoc] biblatex-hammond.md
846.37 s
[pandoc] #1: OK (0.05s)
846.37 s
[pandoc] bits-title-supress.md
846.40 s
[pandoc] #1: OK (0.03s)
846.43 s
[pandoc] #2: OK (0.03s)
846.47 s
[pandoc] #3: OK (0.03s)
846.47 s
[pandoc] biblatex-thesis.md
846.51 s
[pandoc] #1: OK (0.05s)
846.51 s
[pandoc] 8131.md
846.55 s
[pandoc] #1: OK (0.04s)
846.58 s
[pandoc] #2: OK (0.03s)
846.62 s
[pandoc] #3: OK (0.04s)
846.62 s
[pandoc] biblatex-westfahl-frontier.md
846.67 s
[pandoc] #1: OK (0.05s)
846.67 s
[pandoc] 7400.md
846.70 s
[pandoc] #1: OK (0.03s)
846.70 s
[pandoc] 5566.md
846.73 s
[pandoc] #1: OK (0.04s)
846.73 s
[pandoc] 6774.md
846.77 s
[pandoc] #1: OK (0.04s)
846.79 s
[pandoc] #2: OK (0.02s)
846.82 s
[pandoc] #3: OK (0.03s)
846.85 s
[pandoc] #4: OK (0.03s)
846.85 s
[pandoc] biblatex-gaonkar-in.md
846.89 s
[pandoc] #1: OK (0.04s)
846.89 s
[pandoc] 6890.md
846.95 s
[pandoc] #1: OK (0.06s)
846.95 s
[pandoc] biblatex-knuth-ct-related.md
847.01 s
[pandoc] #1: OK (0.06s)
847.01 s
[pandoc] 8216.md
847.03 s
[pandoc] #1: OK (0.03s)
847.07 s
[pandoc] #2: OK (0.02s)
847.07 s
[pandoc] 9467.md
847.09 s
[pandoc] #1: OK (0.03s)
847.09 s
[pandoc] 9350.md
847.13 s
[pandoc] #1: OK (0.03s)
847.13 s
[pandoc] 3779.md
847.16 s
[pandoc] #1: OK (0.03s)
847.16 s
[pandoc] 5178.md
847.20 s
[pandoc] #1: OK (0.04s)
847.22 s
[pandoc] #2: OK (0.03s)
847.26 s
[pandoc] #3: OK (0.03s)
847.26 s
[pandoc] 7497.md
847.30 s
[pandoc] #1: OK (0.05s)
847.33 s
[pandoc] #2: OK (0.03s)
847.33 s
[pandoc] 9279.md
847.37 s
[pandoc] #1: OK (0.04s)
847.40 s
[pandoc] #2: OK (0.03s)
847.43 s
[pandoc] #3: OK (0.04s)
847.47 s
[pandoc] #4: OK (0.03s)
847.47 s
[pandoc] 5899.md
847.48 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ GHC-40910 ] [ -Wunused-matches ]
847.48 s
[hls-test-utils] Defined but not used: ‘expectedCode’
847.48 s
[hls-test-utils] |
847.48 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
847.48 s
[hls-test-utils] | ^^^^^^^^^^^^
847.48 s
[hls-test-utils]
847.51 s
[pandoc] #1: OK (0.04s)
847.51 s
[pandoc] pandoc-citeproc-325.md
847.57 s
[pandoc] #1: OK (0.06s)
847.57 s
[pandoc] 8302.md
847.59 s
[pandoc] #1: OK (0.03s)
847.61 s
[pandoc] 1762.md
847.65 s
[pandoc] #1: OK (0.05s)
847.65 s
[pandoc] 6043.md
847.69 s
[pandoc] #1: OK (0.04s)
847.69 s
[pandoc] 5476.md
847.71 s
[pandoc] #1: OK (0.02s)
847.71 s
[pandoc] 5360.md
847.74 s
[pandoc] #1: OK (0.03s)
847.74 s
[pandoc] 5805.md
847.80 s
[pandoc] #1: OK (0.05s)
847.83 s
[pandoc] #2: OK (0.03s)
847.86 s
[pandoc] #3: OK (0.03s)
847.86 s
[pandoc] biblatex-aristotle-rhetoric.md
847.91 s
[pandoc] #1: OK (0.05s)
847.91 s
[pandoc] 9371.md
847.94 s
[pandoc] #1: OK (0.03s)
847.94 s
[pandoc] 8486.md
847.97 s
[hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.p_o )
847.98 s
[pandoc] #1: OK (0.03s)
848.01 s
[pandoc] #2: OK (0.03s)
848.01 s
[pandoc] 3596.md
848.04 s
[pandoc] #1: OK (0.03s)
848.09 s
[pandoc] #2: OK (0.02s)
848.11 s
[pandoc] #3: OK (0.06s)
848.13 s
[pandoc] #4: OK (0.02s)
848.13 s
[pandoc] 987.md
848.16 s
[pandoc] #1: OK (0.03s)
848.17 s
[pandoc] pandoc-citeproc-ieee.md
848.28 s
[pandoc] #1: OK (0.10s)
848.28 s
[pandoc] 9635.md
848.32 s
[pandoc] #1: OK (0.03s)
848.32 s
[pandoc] 4454.md
848.35 s
[pandoc] #1: OK (0.03s)
848.35 s
[pandoc] pandoc-citeproc-356.md
848.41 s
[pandoc] #1: OK (0.06s)
848.41 s
[pandoc] 5635.md
848.44 s
[pandoc] #1: OK (0.03s)
848.46 s
[pandoc] #2: OK (0.03s)
848.47 s
[pandoc] newif.md
848.56 s
[pandoc] #1: OK (0.04s)
848.56 s
[pandoc] 7058.md
848.61 s
[pandoc] #1: OK (0.08s)
848.61 s
[pandoc] 5797.md
848.63 s
[pandoc] #1: OK (0.03s)
848.67 s
[pandoc] #2: OK (0.04s)
848.71 s
[pandoc] #3: OK (0.04s)
848.71 s
[pandoc] biblatex-knuth-ct-b.md
848.77 s
[pandoc] #1: OK (0.07s)
848.77 s
[pandoc] 3937.md
848.81 s
[pandoc] #1: OK (0.04s)
848.81 s
[pandoc] biblatex-chiu.md
848.86 s
[pandoc] #1: OK (0.05s)
848.86 s
[pandoc] 9908.md
848.89 s
[pandoc] #1: OK (0.04s)
848.90 s
[pandoc] 6466.md
848.94 s
[pandoc] #1: OK (0.04s)
848.95 s
[pandoc] 7529.md
848.98 s
[pandoc] #1: OK (0.03s)
848.98 s
[pandoc] 4805-beamer-columns-alignment.md
849.02 s
[pandoc] #1: OK (0.04s)
849.02 s
[pandoc] 7919.md
849.05 s
[pandoc] #1: OK (0.04s)
849.08 s
[pandoc] #2: OK (0.03s)
849.11 s
[pandoc] #3: OK (0.03s)
849.17 s
[pandoc] #4: OK (0.06s)
849.20 s
[pandoc] #5: OK (0.03s)
849.23 s
[pandoc] #6: OK (0.04s)
849.23 s
[pandoc] 3487.md
849.25 s
[pandoc] #1: OK (0.03s)
849.26 s
[pandoc] 4306.md
849.28 s
[pandoc] #1: OK (0.02s)
849.29 s
[pandoc] 7557.md
849.31 s
[pandoc] #1: OK (0.02s)
849.31 s
[pandoc] 7041.md
849.34 s
[pandoc] #1: OK (0.03s)
849.34 s
[pandoc] 6360.md
849.39 s
[pandoc] #1: OK (0.05s)
849.40 s
[pandoc] 7155.md
849.44 s
[pandoc] #1: OK (0.05s)
849.45 s
[hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.p_o )
849.45 s
[hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.p_o )
849.45 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
849.46 s
[pandoc] #2: OK (0.02s)
849.46 s
[pandoc] indented-fences.md
849.49 s
[pandoc] #1: OK (0.03s)
849.52 s
[pandoc] #2: OK (0.03s)
849.52 s
[pandoc] 4038.md
849.56 s
[pandoc] #1: OK (0.03s)
849.56 s
[pandoc] 9516.md
849.59 s
[pandoc] #1: OK (0.04s)
849.59 s
[pandoc] tasklist.md
849.61 s
[pandoc] #1: OK (0.02s)
849.64 s
[pandoc] #2: OK (0.03s)
849.67 s
[pandoc] #3: OK (0.03s)
849.70 s
[pandoc] #4: OK (0.03s)
849.73 s
[pandoc] #5: OK (0.03s)
849.73 s
[pandoc] defaults-inheritance-3.md
849.77 s
[pandoc] #1: OK (0.04s)
849.77 s
[pandoc] biblatex-gaonkar.md
849.81 s
[pandoc] #1: OK (0.04s)
849.81 s
[pandoc] 2465.md
849.83 s
[pandoc] #1: OK (0.03s)
849.83 s
[pandoc] 6348.md
849.87 s
[pandoc] #1: OK (0.03s)
849.87 s
[pandoc] unicode-collation.md
849.96 s
[pandoc] #1: OK (0.10s)
850.09 s
[pandoc] #2: OK (0.11s)
850.21 s
[pandoc] #3: OK (0.12s)
850.21 s
[pandoc] 9047.md
850.25 s
[pandoc] #1: OK (0.04s)
850.29 s
[pandoc] #2: OK (0.04s)
850.32 s
[pandoc] #3: OK (0.03s)
850.43 s
[pandoc] #4: OK (0.03s)
850.43 s
[pandoc] 7299.md
850.43 s
[pandoc] #1: OK (0.03s)
850.43 s
[pandoc] #2: OK (0.04s)
850.45 s
[pandoc] #3: OK (0.02s)
850.45 s
[pandoc] 9579.md
850.50 s
[pandoc] #1: OK (0.05s)
850.53 s
[pandoc] #2: OK (0.04s)
850.53 s
[pandoc] pandoc-citeproc-307.md
850.58 s
[pandoc] #1: OK (0.05s)
850.58 s
[pandoc] 8170.md
850.61 s
[pandoc] #1: OK (0.03s)
850.61 s
[pandoc] 10185.md
850.66 s
[pandoc] #1: OK (0.05s)
850.74 s
[pandoc] #2: OK (0.07s)
850.74 s
[pandoc] 6855.md
850.76 s
[pandoc] #1: OK (0.03s)
850.76 s
[pandoc] 4594.md
850.80 s
[pandoc] #1: OK (0.04s)
850.80 s
[pandoc] biblatex-vangennep-related.md
850.83 s
[pandoc] #1: OK (0.03s)
850.83 s
[pandoc] 3716.md
850.85 s
[pandoc] #1: OK (0.02s)
850.85 s
[pandoc] 5304.md
850.89 s
[pandoc] #1: OK (0.03s)
850.89 s
[pandoc] 7009.md
850.92 s
[pandoc] #1: OK (0.03s)
850.92 s
[pandoc] 4589.md
850.95 s
[pandoc] #1: OK (0.04s)
850.95 s
[pandoc] 6873.md
851.01 s
[pandoc] #1: OK (0.05s)
851.01 s
[pandoc] 5369.md
851.03 s
[pandoc] #1: OK (0.03s)
851.03 s
[pandoc] 934.md
851.06 s
[pandoc] #1: OK (0.03s)
851.06 s
[pandoc] 6385.md
851.08 s
[pandoc] #1: OK (0.02s)
851.08 s
[pandoc] 7003.md
851.18 s
[pandoc] #1: OK (0.10s)
851.18 s
[pandoc] 7623.md
851.23 s
[pandoc] #1: OK (0.04s)
851.23 s
[pandoc] 1279.md
851.26 s
[pandoc] #1: OK (0.03s)
851.26 s
[pandoc] video-audio.md
851.29 s
[pandoc] #1: OK (0.04s)
851.29 s
[pandoc] citeproc-7b.md
851.36 s
[pandoc] #1: OK (0.07s)
851.36 s
[pandoc] 7858.md
851.39 s
[pandoc] #1: OK (0.02s)
851.39 s
[pandoc] 8201.md
851.41 s
[pandoc] #1: OK (0.03s)
851.41 s
[pandoc] figures-mediawiki.md
851.42 s
[pandoc] #1: OK
851.42 s
[pandoc] 2434.md
851.45 s
[pandoc] #1: OK (0.03s)
851.48 s
[pandoc] #2: OK (0.03s)
851.48 s
[pandoc] 8777.md
851.52 s
[pandoc] #1: OK (0.04s)
851.52 s
[pandoc] figures-xwiki.md
851.54 s
[pandoc] #1: OK (0.01s)
851.54 s
[pandoc] 8764.md
851.57 s
[pandoc] #1: OK (0.03s)
851.57 s
[pandoc] 6755.md
851.61 s
[pandoc] #1: OK (0.03s)
851.61 s
[pandoc] 9346.md
851.74 s
[pandoc] #1: OK (0.14s)
851.74 s
[pandoc] biblatex-wilde.md
851.78 s
[pandoc] #1: OK (0.04s)
851.78 s
[pandoc] 10160.md
851.81 s
[pandoc] #1: OK (0.03s)
851.81 s
[pandoc] biblatex-strings.md
851.86 s
[pandoc] #1: OK (0.05s)
851.86 s
[pandoc] pandoc-citeproc-77.md
851.98 s
[pandoc] #1: OK (0.12s)
851.98 s
[pandoc] 5690.md
852.01 s
[pandoc] #1: OK (0.03s)
852.01 s
[pandoc] 4374.md
852.05 s
[pandoc] #1: OK (0.04s)
852.05 s
[pandoc] 5881.md
852.10 s
[pandoc] #1: OK (0.05s)
852.10 s
[pandoc] biblatex-padhye.md
852.15 s
[pandoc] #1: OK (0.06s)
852.15 s
[pandoc] 4845.md
852.19 s
[pandoc] #1: OK (0.03s)
852.19 s
[pandoc] pandoc-citeproc-13.md
852.26 s
[pandoc] #1: OK (0.07s)
852.26 s
[pandoc] bits-legend.md
852.29 s
[pandoc] #1: OK (0.04s)
852.30 s
[pandoc] 6699.md
852.34 s
[pandoc] #1: OK (0.03s)
852.34 s
[pandoc] 6350.md
852.37 s
[pandoc] #1: OK (0.03s)
852.40 s
[pandoc] #2: OK (0.03s)
852.40 s
[pandoc] 7939.md
852.43 s
[pandoc] #1: OK (0.03s)
852.44 s
[pandoc] 3755.md
852.46 s
[pandoc] #1: OK (0.02s)
852.62 s
[pandoc] #2: OK (0.14s)
852.62 s
[pandoc] biblatex-knuth-ct-c.md
852.65 s
[pandoc] #1: OK (0.05s)
852.66 s
[pandoc] 3518.md
852.70 s
[pandoc] #1: OK (0.03s)
852.70 s
[pandoc] 3734.md
852.72 s
[pandoc] #1: OK (0.03s)
852.75 s
[pandoc] #2: OK (0.03s)
852.80 s
[pandoc] #3: OK (0.03s)
852.80 s
[pandoc] 2552.md
852.84 s
[pandoc] #1: OK (0.04s)
852.84 s
[pandoc] 4134.md
852.87 s
[pandoc] #1: OK (0.04s)
852.91 s
[pandoc] #2: OK (0.04s)
852.95 s
[pandoc] #3: OK (0.04s)
852.95 s
[pandoc] wikilinks_title_before_pipe.md
852.99 s
[pandoc] #1: OK (0.04s)
853.02 s
[pandoc] #2: OK (0.03s)
853.08 s
[pandoc] #3: OK (0.06s)
853.14 s
[pandoc] #4: OK (0.05s)
853.18 s
[pandoc] #5: OK (0.04s)
853.18 s
[pandoc] 2834.md
853.20 s
[pandoc] #1: OK (0.04s)
853.20 s
[pandoc] 4012.md
853.26 s
[pandoc] #1: OK (0.05s)
853.26 s
[pandoc] 7329.md
853.30 s
[pandoc] #1: OK (0.05s)
853.36 s
[pandoc] #2: OK (0.06s)
853.41 s
[pandoc] #3: OK (0.05s)
853.47 s
[pandoc] #4: OK (0.06s)
853.47 s
[pandoc] 4819.md
853.50 s
[pandoc] #1: OK (0.03s)
853.54 s
[pandoc] #2: OK (0.03s)
853.58 s
[pandoc] #3: OK (0.04s)
853.60 s
[pandoc] #4: OK (0.02s)
853.63 s
[pandoc] #5: OK (0.02s)
853.63 s
[pandoc] 3794.md
853.65 s
[pandoc] #1: OK (0.03s)
853.65 s
[pandoc] biblatex-cicero.md
853.71 s
[pandoc] #1: OK (0.05s)
853.71 s
[pandoc] 6324.md
853.74 s
[pandoc] #1: OK (0.04s)
853.74 s
[pandoc] biblatex-report.md
853.80 s
[pandoc] #1: OK (0.06s)
853.80 s
[pandoc] 7826.md
853.93 s
[pandoc] #1: OK (0.12s)
854.02 s
[pandoc] #2: OK (0.10s)
854.12 s
[pandoc] #3: OK (0.10s)
854.25 s
[pandoc] #4: OK (0.13s)
854.41 s
[pandoc] #5: OK (0.13s)
854.41 s
[pandoc] 7813.md
854.41 s
[pandoc] #1: OK (0.02s)
854.41 s
[pandoc] 8380.md
854.41 s
[pandoc] #1: OK (0.01s)
854.44 s
[pandoc] #2: OK (0.03s)
854.47 s
[pandoc] #3: OK (0.02s)
854.47 s
[pandoc] biblatex-vizedom-related.md
854.51 s
[pandoc] #1: OK (0.04s)
854.51 s
[pandoc] pandoc-citeproc-58.md
854.58 s
[pandoc] #1: OK (0.06s)
854.58 s
[pandoc] 4102.md
854.59 s
[pandoc] #1: OK (0.02s)
854.59 s
[pandoc] 7092.md
854.62 s
[pandoc] #1: OK (0.02s)
854.62 s
[pandoc] cite-in-inline-note.md
854.73 s
[pandoc] #1: OK (0.03s)
854.73 s
[pandoc] 9391.md
854.79 s
[pandoc] #1: OK (0.14s)
854.79 s
[pandoc] 8354.md
854.84 s
[pandoc] #1: OK (0.06s)
854.84 s
[pandoc] 9043.md
854.87 s
[pandoc] #1: OK (0.01s)
854.90 s
[pandoc] #2: OK (0.03s)
854.90 s
[pandoc] 3526.md
854.93 s
[pandoc] #1: OK (0.03s)
854.93 s
[pandoc] 8789.md
854.98 s
[pandoc] #1: OK (0.05s)
854.98 s
[pandoc] biblatex-worman.md
855.40 s
[pandoc] #1: OK (0.43s)
855.49 s
[pandoc] 5519.md
855.49 s
[pandoc] #1: OK (0.04s)
855.49 s
[pandoc] 3816.md
855.49 s
[pandoc] #1: OK (0.03s)
855.49 s
[pandoc] 5878.md
855.52 s
[pandoc] #1: OK (0.04s)
855.52 s
[pandoc] 3853.md
855.55 s
[pandoc] #1: OK (0.03s)
855.55 s
[pandoc] 3733.md
855.58 s
[pandoc] #1: OK (0.03s)
855.58 s
[pandoc] 4833.md
855.60 s
[pandoc] #1: OK (0.02s)
855.64 s
[pandoc] #2: OK (0.04s)
855.64 s
[pandoc] biblatex-dates.md
855.70 s
[pandoc] #1: OK (0.06s)
855.70 s
[pandoc] biblatex-formatting.md
855.76 s
[pandoc] #1: OK (0.05s)
855.76 s
[pandoc] bits-book.md
855.78 s
[pandoc] #1: OK (0.03s)
855.78 s
[pandoc] biblatex-glashow.md
855.82 s
[pandoc] #1: OK (0.04s)
855.82 s
[pandoc] 4576.md
855.85 s
[pandoc] #1: OK (0.03s)
855.85 s
[pandoc] 3494.md
855.88 s
[pandoc] #1: OK (0.03s)
855.88 s
[pandoc] 2994.md
856.02 s
[pandoc] #1: OK (0.14s)
856.02 s
[pandoc] 4382.md
856.03 s
[pandoc] #1: OK (0.02s)
856.03 s
[pandoc] 10390.md
856.07 s
[pandoc] #1: OK (0.04s)
856.07 s
[pandoc] pandoc-citeproc-number-of-volumes.md
856.12 s
[pandoc] #1: OK (0.04s)
856.12 s
[pandoc] 7965.md
856.14 s
[pandoc] #1: OK (0.02s)
856.15 s
[pandoc] #2: OK (0.01s)
856.15 s
[pandoc] 5682.md
856.17 s
[pandoc] #1: OK (0.02s)
856.17 s
[pandoc] 3989.md
856.21 s
[pandoc] #1: OK (0.03s)
856.21 s
[pandoc] 5918.md
856.24 s
[pandoc] #1: OK (0.03s)
856.24 s
[pandoc] 5967.md
856.28 s
[pandoc] #1: OK (0.04s)
856.28 s
[pandoc] pandoc-citeproc-57.md
856.35 s
[pandoc] #1: OK (0.08s)
856.36 s
[pandoc] 6723.md
856.42 s
[pandoc] #1: OK (0.05s)
856.42 s
[pandoc] 4061.md
856.45 s
[pandoc] #1: OK (0.04s)
856.45 s
[pandoc] figures-textile.md
856.49 s
[pandoc] #1: OK (0.03s)
856.52 s
[pandoc] #2: OK (0.03s)
856.52 s
[pandoc] 8511.md
856.56 s
[pandoc] #1: OK (0.03s)
856.60 s
[pandoc] #2: OK (0.04s)
856.60 s
[pandoc] biblatex-kullback-reprint.md
856.65 s
[pandoc] #1: OK (0.05s)
856.65 s
[pandoc] 5446.md
856.69 s
[pandoc] #1: OK (0.03s)
856.69 s
[pandoc] 8508.md
856.73 s
[pandoc] #1: OK (0.04s)
856.73 s
[pandoc] 3730.md
856.76 s
[pandoc] #1: OK (0.04s)
856.80 s
[pandoc] #2: OK (0.03s)
856.80 s
[pandoc] 7324.md
856.86 s
[pandoc] #1: OK (0.06s)
856.86 s
[pandoc] hyphenat.md
856.88 s
[pandoc] #1: OK (0.03s)
856.92 s
[pandoc] #2: OK (0.04s)
856.96 s
[pandoc] #3: OK (0.04s)
856.99 s
[pandoc] #4: OK (0.04s)
857.03 s
[pandoc] #5: OK (0.03s)
857.04 s
[pandoc] #6: OK (0.02s)
857.05 s
[pandoc] #7: OK
857.05 s
[pandoc] 3236.md
857.07 s
[pandoc] #1: OK (0.03s)
857.08 s
[pandoc] 7394.md
857.16 s
[hls-test-utils] Phase: checkPhase
857.21 s
[pandoc] #1: OK (0.11s)
857.21 s
[pandoc] 7042.md
857.25 s
[hls-test-utils] Package has no test suites.
857.26 s
[hls-test-utils] Phase: haddockPhase
857.36 s
[pandoc] #1: OK (0.17s)
857.36 s
[pandoc] figures-texinfo.md
857.40 s
[pandoc] #1: OK (0.03s)
857.42 s
[pandoc] #2: OK (0.02s)
857.45 s
[pandoc] #3: OK (0.03s)
857.48 s
[pandoc] #4: OK (0.03s)
857.48 s
[pandoc] 6709.md
857.51 s
[pandoc] #1: OK (0.03s)
857.51 s
[pandoc] 5565.md
857.52 s
[hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0...
857.52 s
[hls-test-utils] Running Haddock on library for hls-test-utils-2.10.0.0...
857.55 s
[pandoc] #1: OK (0.03s)
857.55 s
[pandoc] 4817.md
857.58 s
[pandoc] #1: OK (0.03s)
857.58 s
[pandoc] bits-index-elements.md
857.61 s
[pandoc] #1: OK (0.03s)
857.61 s
[pandoc] 6388.md
857.62 s
[pandoc] #1: OK (0.01s)
857.62 s
[pandoc] svg.md
857.62 s
[pandoc] #1: OK
857.63 s
[pandoc] #2: OK
857.64 s
[pandoc] #3: OK
857.68 s
[hls-test-utils] Warning: The documentation for the following packages are not installed. No
857.68 s
[hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
857.68 s
[hls-test-utils] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
857.68 s
[pandoc] #4: OK (0.04s)
857.69 s
[pandoc] 4913.md
857.71 s
[pandoc] #1: OK (0.03s)
857.76 s
[pandoc] #2: OK (0.02s)
857.79 s
[pandoc] #3: OK (0.04s)
857.83 s
[pandoc] #4: OK (0.04s)
857.88 s
[pandoc] #5: OK (0.06s)
857.88 s
[pandoc] 6107.md
857.91 s
[pandoc] #1: OK (0.03s)
857.91 s
[pandoc] 7016.md
857.98 s
[pandoc] #1: OK (0.07s)
857.98 s
[pandoc] biblatex-inproceedings.md
858.07 s
[pandoc] #1: OK (0.09s)
858.07 s
[pandoc] 8872.md
858.11 s
[pandoc] #1: OK (0.04s)
858.11 s
[pandoc] 6588.md
858.15 s
[pandoc] #1: OK (0.04s)
858.15 s
[pandoc] 5285.md
858.19 s
[pandoc] #1: OK (0.03s)
858.23 s
[pandoc] #2: OK (0.04s)
858.23 s
[pandoc] 168.md
858.26 s
[pandoc] #1: OK (0.03s)
858.29 s
[pandoc] #2: OK (0.03s)
858.32 s
[pandoc] #3: OK (0.03s)
858.32 s
[pandoc] 6740.md
858.34 s
[pandoc] #1: OK (0.03s)
858.34 s
[pandoc] 4424.md
858.37 s
[pandoc] #1: OK (0.02s)
858.37 s
[pandoc] biblatex-shore.md
858.42 s
[pandoc] #1: OK (0.05s)
858.42 s
[pandoc] 3558.md
858.47 s
[pandoc] #1: OK (0.04s)
858.47 s
[pandoc] 3803.md
858.48 s
[hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, nothing )
858.48 s
[pandoc] #1: OK (0.02s)
858.48 s
[pandoc] 7134.md
858.50 s
[pandoc] #1: OK (0.02s)
858.51 s
[pandoc] 9475.md
858.54 s
[pandoc] #1: OK (0.03s)
858.58 s
[pandoc] #2: OK (0.05s)
858.58 s
[pandoc] 5642.md
858.63 s
[pandoc] #1: OK (0.04s)
858.63 s
[pandoc] pandoc-citeproc-64.md
858.75 s
[pandoc] #1: OK (0.13s)
858.75 s
[pandoc] biblatex-kant-ku.md
858.81 s
[pandoc] #1: OK (0.06s)
858.81 s
[pandoc] pandoc-citeproc-68.md
858.87 s
[pandoc] #1: OK (0.07s)
858.87 s
[pandoc] jabberwocky.md
858.90 s
[pandoc] #1: OK (0.03s)
858.90 s
[pandoc] 6792.md
858.94 s
[pandoc] #1: OK (0.04s)
858.94 s
[pandoc] 2662.md
858.97 s
[pandoc] #1: OK (0.03s)
858.97 s
[pandoc] 6137.md
859.00 s
[pandoc] #1: OK (0.02s)
859.00 s
[pandoc] 7803.md
859.02 s
[pandoc] #1: OK (0.02s)
859.02 s
[pandoc] html-read-figure.md
859.02 s
[pandoc] #1: OK
859.05 s
[pandoc] #2: OK (0.02s)
859.08 s
[pandoc] #3: OK (0.04s)
859.10 s
[pandoc] #4: OK (0.03s)
859.14 s
[pandoc] #5: OK (0.02s)
859.14 s
[pandoc] 9472.md
859.23 s
[pandoc] #1: OK (0.09s)
859.23 s
[pandoc] 7216.md
859.33 s
[pandoc] #1: OK (0.11s)
859.33 s
[pandoc] 5080.md
859.36 s
[pandoc] #1: OK (0.02s)
859.40 s
[pandoc] #2: OK (0.04s)
859.40 s
[pandoc] 4062.md
859.42 s
[pandoc] #1: OK (0.03s)
859.42 s
[pandoc] 5495.md
859.46 s
[pandoc] #1: OK (0.04s)
859.46 s
[pandoc] lettrine.md
859.49 s
[pandoc] #1: OK (0.03s)
859.49 s
[pandoc] 8070.md
859.52 s
[pandoc] #1: OK (0.03s)
859.52 s
[pandoc] 9652.md
859.54 s
[pandoc] #1: OK (0.02s)
859.54 s
[pandoc] biblatex-basic.md
859.57 s
[pandoc] #1: OK (0.03s)
859.57 s
[pandoc] pandoc-citeproc-136.md
859.63 s
[pandoc] #1: OK (0.06s)
859.63 s
[pandoc] 4579.md
859.66 s
[pandoc] #1: OK (0.03s)
859.66 s
[pandoc] mdoc-Bl-column.md
859.70 s
[pandoc] #1: OK (0.04s)
859.70 s
[pandoc] 10328.md
859.74 s
[pandoc] #1: OK (0.04s)
859.74 s
[pandoc] ifstrequal.md
859.78 s
[pandoc] #1: OK (0.03s)
859.78 s
[pandoc] 4908.md
859.81 s
[pandoc] #1: OK (0.03s)
859.81 s
[pandoc] 4056.md
859.83 s
[pandoc] #1: OK (0.02s)
859.86 s
[pandoc] #2: OK (0.03s)
859.87 s
[pandoc] biblatex-kastenholz.md
859.92 s
[pandoc] #1: OK (0.05s)
859.92 s
[pandoc] 4284.md
859.97 s
[pandoc] #1: OK (0.06s)
859.99 s
[pandoc] #2: OK (0.02s)
860.03 s
[pandoc] #3: OK (0.03s)
860.08 s
[pandoc] #4: OK (0.05s)
860.08 s
[pandoc] figures-zimwiki.md
860.11 s
[pandoc] #1: OK (0.04s)
860.11 s
[pandoc] pandoc-citeproc-197.md
860.19 s
[pandoc] #1: OK (0.08s)
860.19 s
[pandoc] pandoc-citeproc-160.md
860.25 s
[pandoc] #1: OK (0.06s)
860.25 s
[pandoc] 10148.md
860.29 s
[pandoc] #1: OK (0.04s)
860.29 s
[pandoc] 8174.md
860.32 s
[pandoc] #1: OK (0.03s)
860.35 s
[pandoc] #2: OK (0.03s)
860.40 s
[pandoc] #3: OK (0.04s)
860.42 s
[pandoc] #4: OK (0.03s)
861.14 s
[pandoc] #5: OK (0.03s)
861.14 s
[pandoc] pandoc-citeproc-312.md
861.14 s
[pandoc] #1: OK (0.11s)
861.14 s
[pandoc] 5708.md
861.14 s
[pandoc] #1: OK (0.03s)
861.14 s
[pandoc] 6114.md
861.14 s
[pandoc] #1: OK (0.04s)
861.14 s
[pandoc] 7761.md
861.14 s
[pandoc] #1: OK (0.11s)
861.14 s
[pandoc] 7697.md
861.14 s
[pandoc] #1: OK (0.03s)
861.14 s
[pandoc] #2: OK
861.14 s
[pandoc] #3: OK (0.03s)
861.15 s
[pandoc] 8219.md
861.15 s
[pandoc] #1: OK (0.03s)
861.15 s
[pandoc] 8659.md
861.15 s
[pandoc] #1: OK (0.04s)
861.15 s
[pandoc] #2: OK (0.04s)
861.15 s
[pandoc] figures-jats.md
861.15 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ GHC-40910 ] [ -Wunused-matches ]
861.15 s
[hls-test-utils] Defined but not used: ‘expectedCode’
861.15 s
[hls-test-utils] |
861.15 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
861.15 s
[hls-test-utils] | ^^^^^^^^^^^^
861.15 s
[hls-test-utils]
861.15 s
[pandoc] #1: OK (0.01s)
861.15 s
[hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, nothing )
861.15 s
[pandoc] #2: OK (0.04s)
861.15 s
[pandoc] 4528.md
861.15 s
[pandoc] #1: OK (0.03s)
861.15 s
[pandoc] #2: OK (0.04s)
861.15 s
[pandoc] #3: OK (0.03s)
861.15 s
[pandoc] #4: OK (0.03s)
861.15 s
[pandoc] #5: OK (0.03s)
861.16 s
[pandoc] #6: OK (0.02s)
861.19 s
[pandoc] #7: OK (0.04s)
861.22 s
[pandoc] #8: OK (0.02s)
861.24 s
[pandoc] #9: OK (0.03s)
861.27 s
[pandoc] #10: OK (0.02s)
861.33 s
[hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, nothing )
861.34 s
[pandoc] #11: OK (0.06s)
861.36 s
[pandoc] #12: OK (0.03s)
861.40 s
[hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, nothing )
861.40 s
[pandoc] #13: OK (0.02s)
861.57 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, nothing )
861.70 s
[pandoc] #14: OK (0.05s)
861.70 s
[pandoc] #15: OK (0.09s)
861.70 s
[pandoc] #16: OK (0.04s)
861.70 s
[pandoc] #17: OK (0.04s)
861.70 s
[pandoc] #18: OK (0.03s)
861.70 s
[pandoc] #19: OK (0.03s)
861.71 s
[pandoc] #20: OK (0.04s)
861.74 s
[pandoc] #21: OK (0.04s)
861.74 s
[pandoc] 5740.md
861.78 s
[pandoc] #1: OK (0.02s)
861.78 s
[pandoc] 3706.md
861.82 s
[pandoc] #1: OK (0.04s)
861.84 s
[pandoc] #2: OK (0.03s)
861.84 s
[pandoc] 5119.md
861.87 s
[pandoc] #1: OK (0.02s)
861.87 s
[pandoc] biblatex-kullback-related.md
861.90 s
[pandoc] #1: OK (0.03s)
861.90 s
[pandoc] citeproc-7a.md
861.96 s
[pandoc] #1: OK (0.06s)
861.96 s
[pandoc] 9597.md
861.97 s
[pandoc] #1: OK (0.02s)
861.98 s
[hls-test-utils] Haddock coverage:
861.98 s
[hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
861.98 s
[hls-test-utils] Missing documentation for:
861.98 s
[hls-test-utils] Module header
861.98 s
[hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
861.98 s
[hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
861.98 s
[hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
861.98 s
[hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
861.98 s
[hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
861.98 s
[hls-test-utils] Missing documentation for:
861.98 s
[hls-test-utils] Module header
861.98 s
[hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
861.98 s
[hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
861.98 s
[hls-test-utils] diagnostic (src/Development/IDE/Test.hs:193)
861.98 s
[hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:131)
861.98 s
[hls-test-utils] expectMessages (src/Development/IDE/Test.hs:94)
861.98 s
[hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:179)
861.98 s
[hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:184)
861.98 s
[hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:190)
861.98 s
[hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
861.98 s
[hls-test-utils] flushMessages (src/Development/IDE/Test.hs:110)
861.98 s
[hls-test-utils] waitForAction (src/Development/IDE/Test.hs:215)
861.98 s
[hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:219)
861.98 s
[hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:222)
861.98 s
[hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:234)
861.98 s
[hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:228)
861.98 s
[hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:231)
861.98 s
[hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:225)
861.98 s
[hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:237)
861.98 s
[hls-test-utils] waitForGC (src/Development/IDE/Test.hs:244)
861.98 s
[pandoc] 5936.md
861.98 s
[hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:250)
861.98 s
[hls-test-utils] referenceReady (src/Development/IDE/Test.hs:257)
861.98 s
[hls-test-utils] Warning: 'VirtualFileTree' is ambiguous. It is defined
861.98 s
[hls-test-utils] * at src/Test/Hls/FileSystem.hs:63:3
861.98 s
[hls-test-utils] * at src/Test/Hls/FileSystem.hs:62:1
861.98 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
861.98 s
[hls-test-utils] by specifying the type/value namespace explicitly.
861.98 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls/FileSystem.hs:62:1
861.98 s
[hls-test-utils] Warning: 'rootDir' is out of scope.
861.98 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
861.98 s
[hls-test-utils] Warning: 'virtualFileTree' is out of scope.
861.98 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
861.98 s
[hls-test-utils] 70% ( 21 / 30) in 'Test.Hls.FileSystem'
861.98 s
[hls-test-utils] Missing documentation for:
861.98 s
[hls-test-utils] Module header
861.98 s
[hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:68)
861.98 s
[hls-test-utils] Content (src/Test/Hls/FileSystem.hs:74)
861.98 s
[hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:84)
861.98 s
[hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:88)
861.98 s
[hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:137)
861.98 s
[hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:147)
861.98 s
[hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:144)
861.98 s
[hls-test-utils] directory (src/Test/Hls/FileSystem.hs:174)
861.98 s
[hls-test-utils] Warning: 'FoldState' is ambiguous. It is defined
861.98 s
[hls-test-utils] * at src/Test/Hls/Util.hs:419:18
861.98 s
[hls-test-utils] * at src/Test/Hls/Util.hs:419:1
861.98 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
861.98 s
[hls-test-utils] by specifying the type/value namespace explicitly.
861.98 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls/Util.hs:419:1
861.98 s
[hls-test-utils] Warning: 'cons' is out of scope.
861.98 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
861.98 s
[hls-test-utils] Warning: 'bar' is out of scope.
861.98 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
861.99 s
[hls-test-utils] Warning: 'src' is out of scope.
861.99 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
861.99 s
[hls-test-utils] Warning: 'ignored' is out of scope.
861.99 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
861.99 s
[hls-test-utils] Warning: 'dst' is out of scope.
861.99 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
861.99 s
[pandoc] #1: OK
862.00 s
[hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
862.00 s
[hls-test-utils] Missing documentation for:
862.00 s
[hls-test-utils] Module header
862.00 s
[hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:104)
862.00 s
[hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:109)
862.00 s
[hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:114)
862.00 s
[hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:97)
862.00 s
[hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:265)
862.00 s
[hls-test-utils] ghcVersion
862.00 s
[hls-test-utils] GhcVersion
862.00 s
[hls-test-utils] hostOS (src/Test/Hls/Util.hs:133)
862.00 s
[hls-test-utils] OS (src/Test/Hls/Util.hs:129)
862.00 s
[hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:126)
862.00 s
[hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
862.00 s
[hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:163)
862.00 s
[hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:151)
862.00 s
[hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:154)
862.00 s
[hls-test-utils] fromAction (src/Test/Hls/Util.hs:233)
862.00 s
[hls-test-utils] fromCommand (src/Test/Hls/Util.hs:237)
862.00 s
[hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:268)
862.00 s
[hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:256)
862.00 s
[hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:333)
862.00 s
[hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:340)
862.00 s
[hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:91)
862.00 s
[hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:259)
862.00 s
[hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:276)
862.00 s
[hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:248)
862.00 s
[hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:252)
862.00 s
[hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:282)
862.00 s
[hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:290)
862.00 s
[hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:350)
862.00 s
[hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
862.00 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
862.00 s
[hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
862.00 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
862.01 s
[hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
862.01 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
862.01 s
[hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
862.01 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
862.01 s
[hls-test-utils] Warning: 'ghcide' is out of scope.
862.01 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
862.01 s
[hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
862.01 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
862.01 s
[hls-test-utils] Warning: 'TestConfig' is ambiguous. It is defined
862.01 s
[hls-test-utils] * at src/Test/Hls.hs:692:21
862.01 s
[hls-test-utils] * at src/Test/Hls.hs:692:1
862.01 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
862.01 s
[hls-test-utils] by specifying the type/value namespace explicitly.
862.01 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls.hs:692:1
862.01 s
[pandoc] #2: OK (0.02s)
862.01 s
[pandoc] 4113.md
862.01 s
[hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Types
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Pattern
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInt
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Color
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Location
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export |?
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Position
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Diagnostic
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Edit
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Range
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedUri
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedFilePath
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedUri
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedUri
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyItem
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeAction
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLens
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItem
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemDefaults
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLink
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHint
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChanges
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokens
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensEdit
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensPartialResult
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyItem
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbol
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRelatedInformation
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogMessageParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogTraceParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressBegin
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressEnd
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressReport
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnnotatedTextEdit
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorInformation
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentationParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlight
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbol
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Hover
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueEvaluatableExpression
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueText
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueVariableLookup
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenamePlaceholder
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRange
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensOptions
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRangeParams
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRegistrationOptions
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangePartial
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextEdit
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export BaseSymbolInformation
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolInformation
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticSeverity
862.01 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFile
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFile
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileCreate
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileDelete
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileEvent
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationUriOnly
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocument
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentIdentifier
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PreviousResultId
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentIdentifier
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentItem
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedTextDocumentIdentifier
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFolder
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenAbsolute
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellArrayChange
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedFilePath
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Uri
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Command
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInfo
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkdownClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionsClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerInfo
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export positionInRange
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEdit
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionKind
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedFilePath
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticTag
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFile
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperation
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertReplaceEdit
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotation
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentation
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ParameterInformation
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureInformation
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditResult
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileSystemWatcher
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRange
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FullDocumentDiagnosticReport
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupContent
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Moniker
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCell
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCall
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCall
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySubtypesParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySupertypesParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PartialResultParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyPrepareParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyPrepareParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInitializeParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemLabelDetails
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WindowClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentPositionParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCapabilities
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeTextDocumentParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseTextDocumentParams
862.02 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenTextDocumentParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveTextDocumentParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentEdit
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WillSaveTextDocumentParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CancelParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Registration
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaticRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Unregistration
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationIdentifier
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeNotebookDocumentParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseNotebookDocumentParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenNotebookDocumentParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveNotebookDocumentParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionKindOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptionsKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientDiagnosticsTagOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeKindOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolKindOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolTagOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTagOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionLiteralOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionResolveOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemResolveOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInlayHintResolveOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolResolveOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureInformationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCompletionItemOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensFullDelta
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientShowMessageActionItemOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintLabelPart
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionContext
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageActionItem
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionContext
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpContext
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionDisabled
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionTriggerKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeDescription
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTag
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionList
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionListCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReport
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionTriggerKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationItem
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPattern
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFileOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFileOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFilesParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFilesParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFilesParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Declaration
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationLink
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Definition
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionLink
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFileOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticServerCancellationData
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellContentChanges
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReport
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFilter
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSelector
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EditRangeWithInsertReplace
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorCodes
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecutionSummary
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentResult
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FailureHandlingKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileChangeType
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationFilter
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterPattern
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterScheme
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelativePattern
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterLanguage
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterPattern
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterScheme
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationRegistrationOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileRename
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FormattingOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDelta
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GeneralClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GlobPattern
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeError
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeResult
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializedParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedStringWithLanguage
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SetTraceParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValue
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueContext
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextFormat
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextMode
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LSPErrorCodes
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LanguageKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRanges
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationLink
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedString
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellLanguage
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellTextDocumentFilter
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageType
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentChangeEvent
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithCells
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilter
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PositionEncodingKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameDefaultBehavior
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameResult
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareSupportDefaultBehavior
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCancelParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCreateParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressToken
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceContext
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionEngineKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperationKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SaveOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenModifiers
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenTypes
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensLegend
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenRelative
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelp
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpTriggerKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaleRequestSupportOptions
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolTag
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeEvent
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilter
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveReason
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TokenFormat
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TraceValue
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UniquenessLevel
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnregistrationParams
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WatchKind
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEditClientCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export codeActionKindSubsumes
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .:!?
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .=?
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _L
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _R
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absorbNull
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export maybeToNull
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export nullToMaybe
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toEither
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentChange
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _versionedTextDocumentIdentifier
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export applyTextEdit
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export editTextEdit
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isSubrangeOf
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkRange
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AsLspEnum
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspEnum
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EnumBaseType
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspOpenEnum
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdown
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdownCodeBlock
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkPlainText
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export plainTextToMarkdown
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export sectionSeparator
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressBegin
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressEnd
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressReport
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absolutizeTokens
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export computeEdits
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export defaultSemanticTokensLegend
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export encodeTokens
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokens
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokensDelta
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export relativizeTokens
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AString
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnInteger
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export emptyNormalizedFilePath
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export filePathToUri
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToUri
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareFilePathToUri
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareUriToFilePath
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToFilePath
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToNormalizedFilePath
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToOsPath
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export osPathToNormalizedFilePath
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export combineWatchKinds
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsChange
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsCreate
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsDelete
862.03 s
[hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseError
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseError
862.03 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export runEq
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Method
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRegistration
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TUnregistration
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RequestMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRequestMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotificationMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TNotificationMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorData
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageParams
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageResult
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationOptions
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspId
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageDirection
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageKind
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SClientMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageDirection
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export methodStringToSomeMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someMethodToMethodString
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageDirection
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeClientMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeServerMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isOptionalMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someClientMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someServerMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SServerMethod
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeLspId
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageKind
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageKind
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeRegistration
862.04 s
[pandoc] #1: OK (0.03s)
862.04 s
[pandoc] biblatex-piccato.md
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeUnregistration
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export regHelper
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeRegistration
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeUnregistration
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedRegistration
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedUnregistration
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TCustomMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export addNullField
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedResponseError
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TClientMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TServerMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage'
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientNotOrReq
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CustomEq
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage'
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HasJSON
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerNotOrReq
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LookupFunc
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientMethodJSON
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientResponseJSON
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientNot
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientReq
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerNot
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerReq
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqClient
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqServer
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseClientMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseServerMessage
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverMethodJSON
862.04 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverResponseJSON
862.05 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitClientMethod
862.05 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitServerMethod
862.05 s
[hls-test-utils] 7% ( 45 /627) in 'Test.Hls'
862.05 s
[hls-test-utils] Missing documentation for:
862.05 s
[hls-test-utils] Module header
862.05 s
[hls-test-utils] NoTimeout
862.05 s
[hls-test-utils] Pattern
862.05 s
[hls-test-utils] UInt
862.05 s
[hls-test-utils] Color
862.05 s
[hls-test-utils] Location
862.05 s
[hls-test-utils] |?
862.05 s
[hls-test-utils] Position
862.05 s
[hls-test-utils] EncodingException
862.05 s
[hls-test-utils] Diagnostic
862.05 s
[hls-test-utils] Edit
862.05 s
[hls-test-utils] Range
862.05 s
[hls-test-utils] NormalizedUri
862.05 s
[hls-test-utils] fromNormalizedFilePath
862.05 s
[hls-test-utils] fromNormalizedUri
862.05 s
[hls-test-utils] toNormalizedUri
862.05 s
[hls-test-utils] CallHierarchyItem
862.05 s
[hls-test-utils] CodeAction
862.05 s
[hls-test-utils] CodeLens
862.05 s
[hls-test-utils] CompletionItem
862.05 s
[hls-test-utils] CompletionItemDefaults
862.05 s
[hls-test-utils] DocumentLink
862.05 s
[hls-test-utils] InlayHint
862.05 s
[hls-test-utils] NotebookDocumentCellChanges
862.05 s
[hls-test-utils] SemanticTokens
862.05 s
[hls-test-utils] SemanticTokensEdit
862.05 s
[hls-test-utils] SemanticTokensPartialResult
862.05 s
[hls-test-utils] TypeHierarchyItem
862.05 s
[hls-test-utils] WorkspaceSymbol
862.05 s
[hls-test-utils] DiagnosticRelatedInformation
862.05 s
[hls-test-utils] LogMessageParams
862.05 s
[hls-test-utils] LogTraceParams
862.05 s
[hls-test-utils] ShowMessageParams
862.05 s
[hls-test-utils] ShowMessageRequestParams
862.05 s
[hls-test-utils] WorkDoneProgressBegin
862.06 s
[hls-test-utils] WorkDoneProgressEnd
862.06 s
[hls-test-utils] WorkDoneProgressReport
862.06 s
[hls-test-utils] AnnotatedTextEdit
862.06 s
[hls-test-utils] ClientSemanticTokensRequestOptions
862.06 s
[hls-test-utils] CodeActionParams
862.06 s
[hls-test-utils] ColorInformation
862.06 s
[hls-test-utils] ColorPresentationParams
862.06 s
[hls-test-utils] DocumentHighlight
862.06 s
[hls-test-utils] DocumentRangeFormattingParams
862.06 s
[hls-test-utils] DocumentSymbol
862.06 s
[hls-test-utils] Hover
862.06 s
[hls-test-utils] InlayHintParams
862.06 s
[hls-test-utils] InlineValueEvaluatableExpression
862.06 s
[hls-test-utils] InlineValueParams
862.06 s
[hls-test-utils] InlineValueText
862.06 s
[hls-test-utils] InlineValueVariableLookup
862.06 s
[hls-test-utils] PrepareRenamePlaceholder
862.06 s
[hls-test-utils] SelectionRange
862.06 s
[hls-test-utils] SemanticTokensOptions
862.06 s
[hls-test-utils] SemanticTokensRangeParams
862.06 s
[hls-test-utils] SemanticTokensRegistrationOptions
862.06 s
[hls-test-utils] TextDocumentContentChangePartial
862.06 s
[hls-test-utils] TextEdit
862.06 s
[hls-test-utils] PublishDiagnosticsClientCapabilities
862.06 s
[hls-test-utils] BaseSymbolInformation
862.06 s
[hls-test-utils] SymbolInformation
862.06 s
[hls-test-utils] DiagnosticSeverity
862.06 s
[hls-test-utils] CreateFile
862.06 s
[hls-test-utils] DeleteFile
862.06 s
[hls-test-utils] FileCreate
862.06 s
[hls-test-utils] FileDelete
862.06 s
[hls-test-utils] FileEvent
862.06 s
[hls-test-utils] LocationUriOnly
862.06 s
[hls-test-utils] NotebookDocument
862.06 s
[hls-test-utils] NotebookDocumentIdentifier
862.06 s
[hls-test-utils] OptionalVersionedTextDocumentIdentifier
862.06 s
[hls-test-utils] PreviousResultId
862.06 s
[hls-test-utils] PublishDiagnosticsParams
862.06 s
[hls-test-utils] ShowDocumentParams
862.06 s
[hls-test-utils] TextDocumentIdentifier
862.06 s
[hls-test-utils] TextDocumentItem
862.06 s
[hls-test-utils] VersionedNotebookDocumentIdentifier
862.06 s
[hls-test-utils] VersionedTextDocumentIdentifier
862.06 s
[hls-test-utils] WorkspaceFolder
862.06 s
[hls-test-utils] WorkspaceFullDocumentDiagnosticReport
862.06 s
[hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
862.06 s
[hls-test-utils] SemanticTokenAbsolute
862.06 s
[hls-test-utils] NotebookCellArrayChange
862.06 s
[hls-test-utils] NormalizedFilePath
862.06 s
[hls-test-utils] Uri
862.06 s
[hls-test-utils] Command
862.06 s
[hls-test-utils] ClientInfo
862.06 s
[hls-test-utils] MarkdownClientCapabilities
862.06 s
[hls-test-utils] RegularExpressionsClientCapabilities
862.06 s
[hls-test-utils] ServerInfo
862.06 s
[hls-test-utils] positionInRange
862.06 s
[hls-test-utils] WorkspaceEdit
862.06 s
[hls-test-utils] CodeActionKind
862.06 s
[hls-test-utils] ClientCompletionItemOptions
862.06 s
[hls-test-utils] toNormalizedFilePath
862.06 s
[hls-test-utils] DiagnosticTag
862.06 s
[hls-test-utils] RenameFile
862.06 s
[hls-test-utils] ResourceOperation
862.06 s
[hls-test-utils] InsertReplaceEdit
862.06 s
[hls-test-utils] ApplyWorkspaceEditParams
862.06 s
[hls-test-utils] ChangeAnnotation
862.06 s
[hls-test-utils] ColorPresentation
862.06 s
[hls-test-utils] DocumentSymbolOptions
862.06 s
[hls-test-utils] DocumentSymbolRegistrationOptions
862.06 s
[hls-test-utils] ParameterInformation
862.06 s
[hls-test-utils] SignatureInformation
862.06 s
[hls-test-utils] ApplyWorkspaceEditResult
862.06 s
[hls-test-utils] FileSystemWatcher
862.06 s
[hls-test-utils] FoldingRange
862.06 s
[hls-test-utils] FullDocumentDiagnosticReport
862.06 s
[hls-test-utils] MarkupContent
862.06 s
[hls-test-utils] Moniker
862.06 s
[hls-test-utils] NotebookCell
862.06 s
[hls-test-utils] RelatedFullDocumentDiagnosticReport
862.06 s
[hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
862.06 s
[hls-test-utils] UnchangedDocumentDiagnosticReport
862.06 s
[hls-test-utils] CallHierarchyClientCapabilities
862.06 s
[hls-test-utils] CodeActionClientCapabilities
862.06 s
[hls-test-utils] CodeLensClientCapabilities
862.06 s
[hls-test-utils] CompletionClientCapabilities
862.06 s
[hls-test-utils] DeclarationClientCapabilities
862.06 s
[hls-test-utils] DefinitionClientCapabilities
862.06 s
[hls-test-utils] DiagnosticClientCapabilities
862.06 s
[hls-test-utils] DidChangeConfigurationClientCapabilities
862.06 s
[hls-test-utils] DidChangeWatchedFilesClientCapabilities
862.06 s
[hls-test-utils] DocumentColorClientCapabilities
862.06 s
[hls-test-utils] DocumentFormattingClientCapabilities
862.06 s
[hls-test-utils] DocumentHighlightClientCapabilities
862.06 s
[hls-test-utils] DocumentLinkClientCapabilities
862.06 s
[hls-test-utils] DocumentOnTypeFormattingClientCapabilities
862.06 s
[hls-test-utils] DocumentRangeFormattingClientCapabilities
862.06 s
[hls-test-utils] DocumentSymbolClientCapabilities
862.06 s
[hls-test-utils] ExecuteCommandClientCapabilities
862.06 s
[hls-test-utils] FileOperationClientCapabilities
862.06 s
[hls-test-utils] FoldingRangeClientCapabilities
862.06 s
[hls-test-utils] HoverClientCapabilities
862.06 s
[hls-test-utils] ImplementationClientCapabilities
862.06 s
[hls-test-utils] InlayHintClientCapabilities
862.06 s
[hls-test-utils] InlineValueClientCapabilities
862.06 s
[hls-test-utils] LinkedEditingRangeClientCapabilities
862.06 s
[hls-test-utils] MonikerClientCapabilities
862.06 s
[hls-test-utils] NotebookDocumentSyncClientCapabilities
862.06 s
[hls-test-utils] ReferenceClientCapabilities
862.06 s
[hls-test-utils] RenameClientCapabilities
862.06 s
[hls-test-utils] SelectionRangeClientCapabilities
862.06 s
[hls-test-utils] SemanticTokensClientCapabilities
862.06 s
[hls-test-utils] SignatureHelpClientCapabilities
862.06 s
[hls-test-utils] TextDocumentSyncClientCapabilities
862.06 s
[hls-test-utils] TypeDefinitionClientCapabilities
862.06 s
[hls-test-utils] TypeHierarchyClientCapabilities
862.06 s
[hls-test-utils] WorkspaceSymbolClientCapabilities
862.06 s
[hls-test-utils] CallHierarchyIncomingCall
862.06 s
[hls-test-utils] CallHierarchyOutgoingCall
862.06 s
[hls-test-utils] CallHierarchyIncomingCallsParams
862.06 s
[hls-test-utils] CallHierarchyOutgoingCallsParams
862.06 s
[hls-test-utils] TypeHierarchySubtypesParams
862.06 s
[hls-test-utils] TypeHierarchySupertypesParams
862.06 s
[hls-test-utils] CodeLensParams
862.06 s
[hls-test-utils] CompletionParams
862.06 s
[hls-test-utils] DeclarationParams
862.06 s
[hls-test-utils] DefinitionParams
862.06 s
[hls-test-utils] DocumentColorParams
862.06 s
[hls-test-utils] DocumentDiagnosticParams
862.06 s
[hls-test-utils] DocumentHighlightParams
862.06 s
[hls-test-utils] DocumentLinkParams
862.06 s
[hls-test-utils] DocumentSymbolParams
862.06 s
[hls-test-utils] FoldingRangeParams
862.06 s
[hls-test-utils] ImplementationParams
862.06 s
[hls-test-utils] MonikerParams
862.06 s
[hls-test-utils] PartialResultParams
862.06 s
[hls-test-utils] ReferenceParams
862.06 s
[hls-test-utils] SelectionRangeParams
862.06 s
[hls-test-utils] SemanticTokensDeltaParams
862.06 s
[hls-test-utils] SemanticTokensParams
862.06 s
[hls-test-utils] TypeDefinitionParams
862.06 s
[hls-test-utils] WorkspaceDiagnosticParams
862.06 s
[hls-test-utils] WorkspaceSymbolParams
862.06 s
[hls-test-utils] CallHierarchyPrepareParams
862.06 s
[hls-test-utils] DocumentFormattingParams
862.06 s
[hls-test-utils] ExecuteCommandParams
862.06 s
[hls-test-utils] HoverParams
862.06 s
[hls-test-utils] InitializeParams
862.06 s
[hls-test-utils] LinkedEditingRangeParams
862.06 s
[hls-test-utils] PrepareRenameParams
862.06 s
[hls-test-utils] RenameParams
862.06 s
[hls-test-utils] SignatureHelpParams
862.06 s
[hls-test-utils] TypeHierarchyPrepareParams
862.06 s
[hls-test-utils] UInitializeParams
862.06 s
[hls-test-utils] WorkDoneProgressParams
862.06 s
[hls-test-utils] CompletionItemLabelDetails
862.06 s
[hls-test-utils] TextDocumentClientCapabilities
862.06 s
[hls-test-utils] CallHierarchyOptions
862.06 s
[hls-test-utils] CallHierarchyRegistrationOptions
862.06 s
[hls-test-utils] CodeActionOptions
862.06 s
[hls-test-utils] CodeActionRegistrationOptions
862.06 s
[hls-test-utils] CodeLensOptions
862.06 s
[hls-test-utils] CodeLensRegistrationOptions
862.06 s
[hls-test-utils] CompletionOptions
862.06 s
[hls-test-utils] CompletionRegistrationOptions
862.06 s
[hls-test-utils] DeclarationOptions
862.06 s
[hls-test-utils] DeclarationRegistrationOptions
862.06 s
[hls-test-utils] DefinitionOptions
862.06 s
[hls-test-utils] DefinitionRegistrationOptions
862.06 s
[hls-test-utils] DiagnosticOptions
862.06 s
[hls-test-utils] DiagnosticRegistrationOptions
862.06 s
[hls-test-utils] DocumentColorOptions
862.06 s
[hls-test-utils] DocumentColorRegistrationOptions
862.06 s
[hls-test-utils] DocumentFormattingOptions
862.06 s
[hls-test-utils] DocumentFormattingRegistrationOptions
862.06 s
[hls-test-utils] DocumentHighlightOptions
862.06 s
[hls-test-utils] DocumentHighlightRegistrationOptions
862.06 s
[hls-test-utils] DocumentLinkOptions
862.06 s
[hls-test-utils] DocumentLinkRegistrationOptions
862.06 s
[hls-test-utils] DocumentRangeFormattingOptions
862.06 s
[hls-test-utils] DocumentRangeFormattingRegistrationOptions
862.06 s
[hls-test-utils] ExecuteCommandOptions
862.06 s
[hls-test-utils] ExecuteCommandRegistrationOptions
862.06 s
[hls-test-utils] FoldingRangeOptions
862.06 s
[hls-test-utils] FoldingRangeRegistrationOptions
862.06 s
[hls-test-utils] HoverOptions
862.06 s
[hls-test-utils] HoverRegistrationOptions
862.06 s
[hls-test-utils] ImplementationOptions
862.06 s
[hls-test-utils] ImplementationRegistrationOptions
862.06 s
[hls-test-utils] InlayHintOptions
862.06 s
[hls-test-utils] InlayHintRegistrationOptions
862.06 s
[hls-test-utils] InlineValueOptions
862.06 s
[hls-test-utils] InlineValueRegistrationOptions
862.06 s
[hls-test-utils] LinkedEditingRangeOptions
862.06 s
[hls-test-utils] LinkedEditingRangeRegistrationOptions
862.06 s
[hls-test-utils] MonikerOptions
862.06 s
[hls-test-utils] MonikerRegistrationOptions
862.06 s
[hls-test-utils] ReferenceOptions
862.06 s
[hls-test-utils] ReferenceRegistrationOptions
862.06 s
[hls-test-utils] RenameOptions
862.06 s
[hls-test-utils] RenameRegistrationOptions
862.06 s
[hls-test-utils] SelectionRangeOptions
862.06 s
[hls-test-utils] SelectionRangeRegistrationOptions
862.06 s
[hls-test-utils] SignatureHelpOptions
862.06 s
[hls-test-utils] SignatureHelpRegistrationOptions
862.06 s
[hls-test-utils] TypeDefinitionOptions
862.06 s
[hls-test-utils] TypeDefinitionRegistrationOptions
862.06 s
[hls-test-utils] TypeHierarchyOptions
862.06 s
[hls-test-utils] TypeHierarchyRegistrationOptions
862.06 s
[hls-test-utils] WindowClientCapabilities
862.06 s
[hls-test-utils] WorkDoneProgressOptions
862.06 s
[hls-test-utils] WorkspaceSymbolOptions
862.06 s
[hls-test-utils] WorkspaceSymbolRegistrationOptions
862.06 s
[hls-test-utils] DocumentOnTypeFormattingParams
862.06 s
[hls-test-utils] TextDocumentPositionParams
862.06 s
[hls-test-utils] ClientCapabilities
862.06 s
[hls-test-utils] DidChangeTextDocumentParams
862.06 s
[hls-test-utils] DidCloseTextDocumentParams
862.06 s
[hls-test-utils] DidOpenTextDocumentParams
862.06 s
[hls-test-utils] DidSaveTextDocumentParams
862.06 s
[hls-test-utils] TextDocumentEdit
862.06 s
[hls-test-utils] WillSaveTextDocumentParams
862.06 s
[hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
862.06 s
[hls-test-utils] TextDocumentChangeRegistrationOptions
862.06 s
[hls-test-utils] TextDocumentRegistrationOptions
862.06 s
[hls-test-utils] TextDocumentSaveRegistrationOptions
862.06 s
[hls-test-utils] CancelParams
862.06 s
[hls-test-utils] NotebookDocumentSyncRegistrationOptions
862.06 s
[hls-test-utils] Registration
862.06 s
[hls-test-utils] StaticRegistrationOptions
862.06 s
[hls-test-utils] Unregistration
862.06 s
[hls-test-utils] ChangeAnnotationIdentifier
862.06 s
[hls-test-utils] ChangeAnnotationsSupportOptions
862.06 s
[hls-test-utils] ServerCapabilities
862.06 s
[hls-test-utils] DidChangeNotebookDocumentParams
862.06 s
[hls-test-utils] DidCloseNotebookDocumentParams
862.06 s
[hls-test-utils] DidOpenNotebookDocumentParams
862.06 s
[hls-test-utils] DidSaveNotebookDocumentParams
862.06 s
[hls-test-utils] ClientCodeActionKindOptions
862.06 s
[hls-test-utils] ClientCompletionItemInsertTextModeOptions
862.06 s
[hls-test-utils] ClientCompletionItemOptionsKind
862.06 s
[hls-test-utils] ClientDiagnosticsTagOptions
862.06 s
[hls-test-utils] ClientFoldingRangeKindOptions
862.06 s
[hls-test-utils] ClientSymbolKindOptions
862.06 s
[hls-test-utils] ClientSymbolTagOptions
862.06 s
[hls-test-utils] CompletionItemTagOptions
862.06 s
[hls-test-utils] ClientCodeActionLiteralOptions
862.06 s
[hls-test-utils] ClientCodeActionResolveOptions
862.06 s
[hls-test-utils] ClientCompletionItemResolveOptions
862.06 s
[hls-test-utils] ClientInlayHintResolveOptions
862.06 s
[hls-test-utils] ClientSymbolResolveOptions
862.06 s
[hls-test-utils] ClientSignatureInformationOptions
862.06 s
[hls-test-utils] ServerCompletionItemOptions
862.06 s
[hls-test-utils] ClientFoldingRangeOptions
862.06 s
[hls-test-utils] ClientSemanticTokensRequestFullDelta
862.06 s
[hls-test-utils] SemanticTokensFullDelta
862.06 s
[hls-test-utils] ClientShowMessageActionItemOptions
862.06 s
[hls-test-utils] ClientSignatureParameterInformationOptions
862.06 s
[hls-test-utils] InlayHintLabelPart
862.06 s
[hls-test-utils] CodeActionContext
862.06 s
[hls-test-utils] WorkspaceClientCapabilities
862.06 s
[hls-test-utils] MessageActionItem
862.06 s
[hls-test-utils] CompletionContext
862.06 s
[hls-test-utils] SignatureHelpContext
862.06 s
[hls-test-utils] CodeActionDisabled
862.06 s
[hls-test-utils] CodeActionTriggerKind
862.06 s
[hls-test-utils] CodeDescription
862.06 s
[hls-test-utils] CodeLensWorkspaceClientCapabilities
862.06 s
[hls-test-utils] DiagnosticWorkspaceClientCapabilities
862.06 s
[hls-test-utils] InlayHintWorkspaceClientCapabilities
862.06 s
[hls-test-utils] InlineValueWorkspaceClientCapabilities
862.06 s
[hls-test-utils] SemanticTokensWorkspaceClientCapabilities
862.06 s
[hls-test-utils] CompletionItemKind
862.06 s
[hls-test-utils] CompletionItemTag
862.06 s
[hls-test-utils] CompletionList
862.06 s
[hls-test-utils] CompletionListCapabilities
862.06 s
[hls-test-utils] ConfigurationParams
862.06 s
[hls-test-utils] WorkspaceDiagnosticReport
862.06 s
[hls-test-utils] WorkspaceDiagnosticReportPartialResult
862.06 s
[hls-test-utils] CompletionTriggerKind
862.06 s
[hls-test-utils] ConfigurationItem
862.06 s
[hls-test-utils] DidChangeConfigurationRegistrationOptions
862.06 s
[hls-test-utils] FileOperationPattern
862.06 s
[hls-test-utils] CreateFileOptions
862.06 s
[hls-test-utils] RenameFileOptions
862.06 s
[hls-test-utils] CreateFilesParams
862.06 s
[hls-test-utils] DeleteFilesParams
862.06 s
[hls-test-utils] RenameFilesParams
862.06 s
[hls-test-utils] Declaration
862.06 s
[hls-test-utils] DeclarationLink
862.06 s
[hls-test-utils] Definition
862.06 s
[hls-test-utils] DefinitionLink
862.06 s
[hls-test-utils] DeleteFileOptions
862.06 s
[hls-test-utils] DiagnosticServerCancellationData
862.06 s
[hls-test-utils] DidChangeConfigurationParams
862.06 s
[hls-test-utils] TextDocumentSyncOptions
862.06 s
[hls-test-utils] DidChangeWatchedFilesParams
862.06 s
[hls-test-utils] NotebookDocumentCellContentChanges
862.06 s
[hls-test-utils] DidChangeWatchedFilesRegistrationOptions
862.06 s
[hls-test-utils] DidChangeWorkspaceFoldersParams
862.06 s
[hls-test-utils] TextDocumentContentChangeWholeDocument
862.06 s
[hls-test-utils] DocumentDiagnosticReport
862.06 s
[hls-test-utils] DocumentDiagnosticReportKind
862.06 s
[hls-test-utils] DocumentDiagnosticReportPartialResult
862.06 s
[hls-test-utils] DocumentFilter
862.06 s
[hls-test-utils] DocumentHighlightKind
862.06 s
[hls-test-utils] DocumentOnTypeFormattingOptions
862.06 s
[hls-test-utils] DocumentSelector
862.06 s
[hls-test-utils] EditRangeWithInsertReplace
862.06 s
[hls-test-utils] ErrorCodes
862.06 s
[hls-test-utils] ExecutionSummary
862.06 s
[hls-test-utils] ShowDocumentResult
862.06 s
[hls-test-utils] FailureHandlingKind
862.06 s
[hls-test-utils] FileChangeType
862.06 s
[hls-test-utils] FileOperationOptions
862.06 s
[hls-test-utils] FileOperationFilter
862.06 s
[hls-test-utils] NotebookDocumentFilterNotebookType
862.06 s
[hls-test-utils] NotebookDocumentFilterPattern
862.06 s
[hls-test-utils] NotebookDocumentFilterScheme
862.06 s
[hls-test-utils] RelativePattern
862.06 s
[hls-test-utils] TextDocumentFilterLanguage
862.06 s
[hls-test-utils] TextDocumentFilterPattern
862.06 s
[hls-test-utils] TextDocumentFilterScheme
862.06 s
[hls-test-utils] FileOperationPatternKind
862.06 s
[hls-test-utils] FileOperationPatternOptions
862.06 s
[hls-test-utils] FileOperationRegistrationOptions
862.06 s
[hls-test-utils] FileRename
862.06 s
[hls-test-utils] FoldingRangeKind
862.06 s
[hls-test-utils] FormattingOptions
862.06 s
[hls-test-utils] SemanticTokensDelta
862.06 s
[hls-test-utils] GeneralClientCapabilities
862.06 s
[hls-test-utils] GlobPattern
862.06 s
[hls-test-utils] InitializeError
862.06 s
[hls-test-utils] InitializeResult
862.06 s
[hls-test-utils] WorkspaceFoldersInitializeParams
862.06 s
[hls-test-utils] WorkspaceOptions
862.06 s
[hls-test-utils] InitializedParams
862.06 s
[hls-test-utils] InlayHintKind
862.06 s
[hls-test-utils] MarkedStringWithLanguage
862.06 s
[hls-test-utils] ProgressParams
862.06 s
[hls-test-utils] SetTraceParams
862.06 s
[hls-test-utils] InlineValue
862.06 s
[hls-test-utils] InlineValueContext
862.07 s
[hls-test-utils] InsertTextFormat
862.07 s
[hls-test-utils] InsertTextMode
862.07 s
[hls-test-utils] LSPErrorCodes
862.07 s
[hls-test-utils] LanguageKind
862.07 s
[hls-test-utils] LinkedEditingRanges
862.07 s
[hls-test-utils] LocationLink
862.07 s
[hls-test-utils] MarkedString
862.07 s
[hls-test-utils] NotebookCellLanguage
862.07 s
[hls-test-utils] NotebookCellTextDocumentFilter
862.07 s
[hls-test-utils] MarkupKind
862.07 s
[hls-test-utils] MessageType
862.07 s
[hls-test-utils] MonikerKind
862.07 s
[hls-test-utils] NotebookDocumentChangeEvent
862.07 s
[hls-test-utils] NotebookDocumentFilterWithCells
862.07 s
[hls-test-utils] NotebookDocumentFilterWithNotebook
862.07 s
[hls-test-utils] NotebookCellKind
862.07 s
[hls-test-utils] NotebookDocumentCellChangeStructure
862.07 s
[hls-test-utils] NotebookDocumentClientCapabilities
862.07 s
[hls-test-utils] NotebookDocumentFilter
862.07 s
[hls-test-utils] NotebookDocumentSyncOptions
862.07 s
[hls-test-utils] PositionEncodingKind
862.07 s
[hls-test-utils] PrepareRenameDefaultBehavior
862.07 s
[hls-test-utils] PrepareRenameResult
862.07 s
[hls-test-utils] PrepareSupportDefaultBehavior
862.07 s
[hls-test-utils] WorkDoneProgressCancelParams
862.07 s
[hls-test-utils] WorkDoneProgressCreateParams
862.07 s
[hls-test-utils] ProgressToken
862.07 s
[hls-test-utils] ReferenceContext
862.07 s
[hls-test-utils] RegistrationParams
862.07 s
[hls-test-utils] RegularExpressionEngineKind
862.07 s
[hls-test-utils] ResourceOperationKind
862.07 s
[hls-test-utils] SaveOptions
862.07 s
[hls-test-utils] SemanticTokenModifiers
862.07 s
[hls-test-utils] SemanticTokenTypes
862.07 s
[hls-test-utils] SemanticTokensLegend
862.07 s
[hls-test-utils] SemanticTokenRelative
862.07 s
[hls-test-utils] SemanticTokensDeltaPartialResult
862.07 s
[hls-test-utils] ShowDocumentClientCapabilities
862.07 s
[hls-test-utils] ShowMessageRequestClientCapabilities
862.07 s
[hls-test-utils] SignatureHelp
862.07 s
[hls-test-utils] SignatureHelpTriggerKind
862.07 s
[hls-test-utils] StaleRequestSupportOptions
862.07 s
[hls-test-utils] SymbolKind
862.07 s
[hls-test-utils] SymbolTag
862.07 s
[hls-test-utils] TextDocumentContentChangeEvent
862.07 s
[hls-test-utils] TextDocumentFilter
862.07 s
[hls-test-utils] TextDocumentSaveReason
862.07 s
[hls-test-utils] TextDocumentSyncKind
862.07 s
[hls-test-utils] TokenFormat
862.07 s
[hls-test-utils] TraceValue
862.07 s
[hls-test-utils] UniquenessLevel
862.07 s
[hls-test-utils] UnregistrationParams
862.07 s
[hls-test-utils] WatchKind
862.07 s
[hls-test-utils] WorkspaceDocumentDiagnosticReport
862.07 s
[hls-test-utils] WorkspaceEditClientCapabilities
862.07 s
[hls-test-utils] WorkspaceFoldersChangeEvent
862.07 s
[hls-test-utils] WorkspaceFoldersServerCapabilities
862.07 s
[hls-test-utils] codeActionKindSubsumes
862.07 s
[hls-test-utils] .:!?
862.07 s
[hls-test-utils] .=?
862.07 s
[hls-test-utils] _L
862.07 s
[hls-test-utils] _R
862.07 s
[hls-test-utils] absorbNull
862.07 s
[hls-test-utils] maybeToNull
862.07 s
[hls-test-utils] nullToMaybe
862.07 s
[hls-test-utils] toEither
862.07 s
[hls-test-utils] DocumentChange
862.07 s
[hls-test-utils] _versionedTextDocumentIdentifier
862.07 s
[hls-test-utils] applyTextEdit
862.07 s
[hls-test-utils] editTextEdit
862.07 s
[hls-test-utils] isSubrangeOf
862.07 s
[hls-test-utils] mkRange
862.07 s
[hls-test-utils] AsLspEnum
862.07 s
[hls-test-utils] LspEnum
862.07 s
[hls-test-utils] EnumBaseType
862.07 s
[hls-test-utils] LspOpenEnum
862.07 s
[hls-test-utils] mkMarkdown
862.07 s
[hls-test-utils] mkMarkdownCodeBlock
862.07 s
[hls-test-utils] mkPlainText
862.07 s
[hls-test-utils] plainTextToMarkdown
862.07 s
[hls-test-utils] sectionSeparator
862.07 s
[hls-test-utils] _workDoneProgressBegin
862.07 s
[hls-test-utils] _workDoneProgressEnd
862.07 s
[hls-test-utils] _workDoneProgressReport
862.07 s
[hls-test-utils] absolutizeTokens
862.07 s
[hls-test-utils] computeEdits
862.07 s
[hls-test-utils] defaultSemanticTokensLegend
862.07 s
[hls-test-utils] encodeTokens
862.07 s
[hls-test-utils] makeSemanticTokens
862.07 s
[hls-test-utils] makeSemanticTokensDelta
862.07 s
[hls-test-utils] relativizeTokens
862.07 s
[hls-test-utils] AString
862.07 s
[hls-test-utils] AnInteger
862.07 s
[hls-test-utils] emptyNormalizedFilePath
862.07 s
[hls-test-utils] filePathToUri
862.07 s
[hls-test-utils] normalizedFilePathToUri
862.07 s
[hls-test-utils] platformAwareFilePathToUri
862.07 s
[hls-test-utils] platformAwareUriToFilePath
862.07 s
[hls-test-utils] uriToFilePath
862.07 s
[hls-test-utils] uriToNormalizedFilePath
862.07 s
[hls-test-utils] normalizedFilePathToOsPath
862.07 s
[hls-test-utils] osPathToNormalizedFilePath
862.07 s
[hls-test-utils] combineWatchKinds
862.07 s
[hls-test-utils] containsChange
862.07 s
[hls-test-utils] containsCreate
862.07 s
[hls-test-utils] containsDelete
862.07 s
[hls-test-utils] ResponseError
862.07 s
[hls-test-utils] TResponseError
862.07 s
[hls-test-utils] runEq
862.07 s
[hls-test-utils] Method
862.07 s
[hls-test-utils] TRegistration
862.07 s
[hls-test-utils] TUnregistration
862.07 s
[hls-test-utils] RequestMessage
862.07 s
[hls-test-utils] ResponseMessage
862.07 s
[hls-test-utils] TRequestMessage
862.07 s
[hls-test-utils] TResponseMessage
862.07 s
[hls-test-utils] NotificationMessage
862.07 s
[hls-test-utils] TNotificationMessage
862.07 s
[hls-test-utils] ErrorData
862.07 s
[hls-test-utils] MessageParams
862.07 s
[hls-test-utils] MessageResult
862.07 s
[hls-test-utils] RegistrationOptions
862.07 s
[hls-test-utils] SMethod
862.07 s
[hls-test-utils] LspId
862.07 s
[hls-test-utils] MessageDirection
862.07 s
[hls-test-utils] MessageKind
862.07 s
[hls-test-utils] SClientMethod
862.07 s
[hls-test-utils] SomeMethod
862.07 s
[hls-test-utils] messageDirection
862.07 s
[hls-test-utils] methodStringToSomeMethod
862.07 s
[hls-test-utils] someMethodToMethodString
862.07 s
[hls-test-utils] SMessageDirection
862.07 s
[hls-test-utils] SomeClientMethod
862.07 s
[hls-test-utils] SomeServerMethod
862.07 s
[hls-test-utils] isOptionalMethod
862.07 s
[hls-test-utils] someClientMethod
862.07 s
[hls-test-utils] someServerMethod
862.07 s
[hls-test-utils] SServerMethod
862.07 s
[hls-test-utils] SomeLspId
862.07 s
[hls-test-utils] SMessageKind
862.07 s
[hls-test-utils] messageKind
862.07 s
[hls-test-utils] SomeRegistration
862.07 s
[hls-test-utils] SomeUnregistration
862.07 s
[hls-test-utils] regHelper
862.07 s
[hls-test-utils] toSomeRegistration
862.07 s
[hls-test-utils] toSomeUnregistration
862.07 s
[hls-test-utils] toUntypedRegistration
862.07 s
[hls-test-utils] toUntypedUnregistration
862.07 s
[hls-test-utils] TCustomMessage
862.07 s
[hls-test-utils] addNullField
862.07 s
[hls-test-utils] toUntypedResponseError
862.07 s
[hls-test-utils] TClientMessage
862.07 s
[hls-test-utils] TMessage
862.07 s
[hls-test-utils] TServerMessage
862.07 s
[hls-test-utils] FromServerMessage'
862.07 s
[hls-test-utils] ClientNotOrReq
862.07 s
[hls-test-utils] CustomEq
862.07 s
[hls-test-utils] FromClientMessage'
862.07 s
[hls-test-utils] FromClientMessage
862.07 s
[hls-test-utils] FromServerMessage
862.07 s
[hls-test-utils] HasJSON
862.07 s
[hls-test-utils] ServerNotOrReq
862.07 s
[hls-test-utils] LookupFunc
862.07 s
[hls-test-utils] clientMethodJSON
862.07 s
[hls-test-utils] clientResponseJSON
862.07 s
[hls-test-utils] fromClientNot
862.07 s
[hls-test-utils] fromClientReq
862.07 s
[hls-test-utils] fromServerNot
862.07 s
[hls-test-utils] fromServerReq
862.07 s
[hls-test-utils] mEqClient
862.07 s
[hls-test-utils] mEqServer
862.07 s
[hls-test-utils] parseClientMessage
862.07 s
[hls-test-utils] parseServerMessage
862.07 s
[hls-test-utils] serverMethodJSON
862.07 s
[hls-test-utils] serverResponseJSON
862.07 s
[hls-test-utils] splitClientMethod
862.07 s
[hls-test-utils] splitServerMethod
862.07 s
[hls-test-utils] goldenGitDiff (src/Test/Hls.hs:190)
862.07 s
[hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:203)
862.07 s
[hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:216)
862.07 s
[hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:230)
862.07 s
[hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:279)
862.07 s
[hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:306)
862.07 s
[hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:594)
862.07 s
[hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:642)
862.07 s
[hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:618)
862.07 s
[hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:666)
862.07 s
[hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:257)
862.07 s
[hls-test-utils] runSessionWithServer (src/Test/Hls.hs:538)
862.07 s
[hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:505)
862.07 s
[hls-test-utils] PluginDescriptor
862.07 s
[hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
862.07 s
[hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
862.07 s
[hls-test-utils] unCurrent (src/Test/Hls.hs:180)
862.07 s
[hls-test-utils] waitForTypecheck (src/Test/Hls.hs:870)
862.07 s
[hls-test-utils] waitForAction (src/Test/Hls.hs:866)
862.07 s
[hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:876)
862.07 s
[hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:873)
862.07 s
[hls-test-utils] waitForKickDone (src/Test/Hls.hs:901)
862.07 s
[hls-test-utils] waitForKickStart (src/Test/Hls.hs:904)
862.07 s
[hls-test-utils] WithPriority
862.07 s
[hls-test-utils] Priority
862.07 s
[hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:890)
862.07 s
[hls-test-utils] kick (src/Test/Hls.hs:914)
862.07 s
[hls-test-utils] TestConfig (src/Test/Hls.hs:692)
862.07 s
[pandoc] #1: OK (0.02s)
862.07 s
[pandoc] 7678.md
862.12 s
[pandoc] #1: OK (0.06s)
862.16 s
[pandoc] #2: OK (0.04s)
862.16 s
[pandoc] 6791.md
862.19 s
[pandoc] #1: OK (0.03s)
862.19 s
[pandoc] biblatex-cms.md
862.23 s
[pandoc] #1: OK (0.05s)
862.23 s
[pandoc] 6741.md
862.33 s
[pandoc] #1: OK (0.10s)
862.33 s
[pandoc] 5849-prefix.md
862.34 s
[pandoc] #1: OK
862.35 s
[pandoc] #2: OK
862.39 s
[pandoc] #3: OK (0.04s)
862.43 s
[pandoc] #4: OK (0.04s)
862.47 s
[pandoc] #5: OK (0.05s)
862.47 s
[pandoc] 6837.md
862.50 s
[pandoc] #1: OK (0.02s)
862.52 s
[pandoc] #2: OK (0.03s)
862.55 s
[pandoc] #3: OK (0.02s)
862.55 s
[pandoc] 4743.md
862.60 s
[pandoc] #1: OK (0.05s)
862.64 s
[pandoc] #2: OK (0.04s)
862.69 s
[pandoc] #3: OK (0.05s)
862.69 s
[pandoc] biblatex-knuth-ct-d.md
862.73 s
[pandoc] #1: OK (0.05s)
862.73 s
[pandoc] 3257.md
862.78 s
[pandoc] #1: OK (0.04s)
862.79 s
[pandoc] #2: OK (0.02s)
862.80 s
[pandoc] biblatex-kullback.md
862.83 s
[pandoc] #1: OK (0.03s)
862.83 s
[pandoc] 9943.md
862.86 s
[pandoc] #1: OK (0.03s)
862.90 s
[pandoc] #2: OK (0.04s)
862.90 s
[pandoc] pandoc-citeproc-38.md
863.02 s
[pandoc] #1: OK (0.12s)
863.02 s
[pandoc] 8504.md
863.05 s
[pandoc] #1: OK (0.03s)
863.09 s
[pandoc] #2: OK (0.04s)
863.14 s
[pandoc] #3: OK (0.05s)
863.14 s
[pandoc] table-with-cell-align.md
863.18 s
[pandoc] #1: OK (0.04s)
863.22 s
[pandoc] #2: OK (0.03s)
863.22 s
[pandoc] 2397.md
863.25 s
[pandoc] #1: OK (0.04s)
863.25 s
[pandoc] 9201.md
863.29 s
[pandoc] #1: OK (0.04s)
863.29 s
[pandoc] 4171.md
863.31 s
[pandoc] #1: OK (0.03s)
863.35 s
[pandoc] #2: OK (0.03s)
863.39 s
[pandoc] #3: OK (0.03s)
863.39 s
[pandoc] 3337.md
863.41 s
[pandoc] #1: OK (0.04s)
863.41 s
[pandoc] 4208.md
863.44 s
[pandoc] #1: OK (0.02s)
863.44 s
[pandoc] 7521.md
863.46 s
[pandoc] #1: OK (0.02s)
863.46 s
[pandoc] 5541-nesting.md
863.52 s
[pandoc] #1: OK (0.05s)
863.52 s
[pandoc] 6958.md
863.55 s
[pandoc] #1: OK (0.03s)
863.55 s
[pandoc] biblatex-aristotle-anima.md
863.59 s
[pandoc] #1: OK (0.04s)
863.60 s
[pandoc] biblatex-book-title-maintitle-series.md
863.64 s
[pandoc] #1: OK (0.04s)
863.64 s
[pandoc] 7808.md
863.68 s
[pandoc] #1: OK (0.03s)
863.68 s
[pandoc] 8003.md
863.72 s
[pandoc] #1: OK (0.05s)
863.72 s
[pandoc] 5407.md
863.76 s
[pandoc] #1: OK (0.04s)
863.76 s
[pandoc] 3512.md
863.79 s
[pandoc] #1: OK (0.04s)
863.80 s
[pandoc] #2: OK (0.02s)
863.80 s
[pandoc] 7219.md
863.86 s
[pandoc] #1: OK (0.06s)
863.86 s
[pandoc] mdoc-Bl-tag.md
863.90 s
[pandoc] #1: OK (0.04s)
863.90 s
[pandoc] 5039.md
863.95 s
[pandoc] #1: OK (0.05s)
863.97 s
[pandoc] #2: OK (0.03s)
864.01 s
[pandoc] #3: OK (0.03s)
864.01 s
[pandoc] 8307.md
864.05 s
[pandoc] #1: OK (0.04s)
864.09 s
[pandoc] #2: OK (0.04s)
864.09 s
[pandoc] table-with-column-span.md
864.13 s
[pandoc] #1: OK (0.04s)
864.16 s
[pandoc] #2: OK (0.04s)
864.16 s
[pandoc] nested-spanlike.md
864.19 s
[pandoc] #1: OK (0.03s)
864.19 s
[pandoc] 7726.md
864.23 s
[pandoc] #1: OK (0.04s)
864.23 s
[pandoc] 5099.md
864.27 s
[pandoc] #1: OK (0.04s)
864.31 s
[pandoc] #2: OK (0.04s)
864.31 s
[pandoc] 3824.md
864.33 s
[pandoc] #1: OK (0.02s)
864.33 s
[pandoc] 2103.md
864.35 s
[pandoc] #1: OK (0.02s)
864.35 s
[pandoc] biblatex-gerhardt.md
864.38 s
[pandoc] #1: OK (0.04s)
864.38 s
[pandoc] 6296.md
864.39 s
[pandoc] #1: OK
864.41 s
[pandoc] #2: OK (0.01s)
864.41 s
[pandoc] 7482.md
864.42 s
[pandoc] #1: OK (0.02s)
864.42 s
[pandoc] 4527.md
864.45 s
[pandoc] #1: OK (0.03s)
864.46 s
[pandoc] #2: OK
864.50 s
[pandoc] #3: OK (0.03s)
864.50 s
[pandoc] biblatex-video.md
864.54 s
[pandoc] #1: OK (0.04s)
864.54 s
[pandoc] 8251.md
864.58 s
[hls-test-utils] Warning: Test.Hls: could not find link destinations for:
864.58 s
[hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasError
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.error
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasJsonrpc
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.jsonrpc
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasParams
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.params
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasResult
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.result
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasXdata
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.xdata
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
864.58 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
864.59 s
[pandoc] #1: OK (0.04s)
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
864.59 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
864.60 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
864.61 s
[hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
864.61 s
[hls-test-utils] - Data.Vector.Generic.Base.basicLength
864.61 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
864.61 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
864.61 s
[hls-test-utils] - Data.Vector.Generic.Base.elemseq
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
864.61 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
864.61 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
864.61 s
[hls-test-utils] - Data.Vector.Primitive.Vector
864.61 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
864.61 s
[hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
864.61 s
[hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
864.61 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
864.61 s
[hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
864.61 s
[hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.Rep_AnnotatedTextEdit
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.Rep_ChangeAnnotationIdentifier
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.Rep_ApplyWorkspaceEditParams
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.Rep_WorkspaceEdit
864.61 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextEdit.Rep_TextEdit
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_|?
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.Rep_TextDocumentEdit
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.Rep_OptionalVersionedTextDocumentIdentifier
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFile.Rep_CreateFile
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.Rep_CreateFileOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFile.Rep_RenameFile
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.Rep_RenameFileOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFile.Rep_DeleteFile
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.Rep_DeleteFileOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.Rep_ChangeAnnotation
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.Rep_ApplyWorkspaceEditResult
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_UInt
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.Rep_BaseSymbolInformation
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.Rep_SymbolTag
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.D:R:EnumBaseTypeSymbolKind
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.Rep_SymbolKind
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.D:R:EnumBaseTypeSymbolTag
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.Rep_CallHierarchyClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.Rep_CallHierarchyIncomingCall
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.Rep_CallHierarchyItem
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.Rep_CallHierarchyIncomingCallsParams
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressToken.Rep_ProgressToken
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_Uri
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.Rep_CallHierarchyOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.Rep_CallHierarchyOutgoingCall
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.Rep_CallHierarchyOutgoingCallsParams
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.Rep_CallHierarchyPrepareParams
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.Rep_TextDocumentIdentifier
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.Rep_CallHierarchyRegistrationOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFilter.Rep_DocumentFilter
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.Rep_TextDocumentFilter
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.Rep_TextDocumentFilterLanguage
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.Rep_TextDocumentFilterScheme
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.Rep_TextDocumentFilterPattern
864.62 s
[pandoc] #2: OK (0.02s)
864.62 s
[pandoc] 4183.md
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.Rep_NotebookCellTextDocumentFilter
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.Rep_NotebookDocumentFilter
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.Rep_NotebookDocumentFilterNotebookType
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.Rep_NotebookDocumentFilterScheme
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.Rep_NotebookDocumentFilterPattern
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSelector.Rep_DocumentSelector
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CancelParams.Rep_CancelParams
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.Rep_ChangeAnnotationsSupportOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.Rep_ClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.Rep_WorkspaceClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.Rep_WorkspaceEditClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.Rep_ResourceOperationKind
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.Rep_FailureHandlingKind
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.Rep_DidChangeConfigurationClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.Rep_DidChangeWatchedFilesClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.Rep_WorkspaceSymbolClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.Rep_ClientSymbolKindOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.Rep_ClientSymbolTagOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.Rep_ClientSymbolResolveOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.Rep_ExecuteCommandClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.Rep_SemanticTokensWorkspaceClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.Rep_CodeLensWorkspaceClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.Rep_FileOperationClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.Rep_InlineValueWorkspaceClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.Rep_InlayHintWorkspaceClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.Rep_DiagnosticWorkspaceClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.Rep_TextDocumentClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.Rep_TextDocumentSyncClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.Rep_CompletionClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.Rep_ClientCompletionItemOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.Rep_MarkupKind
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.Rep_CompletionItemTag
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.Rep_CompletionItemTagOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.Rep_ClientCompletionItemResolveOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.Rep_InsertTextMode
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.Rep_ClientCompletionItemInsertTextModeOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.Rep_ClientCompletionItemOptionsKind
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.Rep_CompletionListCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.Rep_HoverClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.Rep_SignatureHelpClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.Rep_ClientSignatureInformationOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.Rep_ClientSignatureParameterInformationOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.Rep_DeclarationClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.Rep_DefinitionClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.Rep_TypeDefinitionClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.Rep_ImplementationClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.Rep_ReferenceClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.Rep_DocumentHighlightClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.Rep_DocumentSymbolClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.Rep_CodeActionClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.Rep_CodeActionKind
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.Rep_ClientCodeActionLiteralOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.Rep_ClientCodeActionKindOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.Rep_ClientCodeActionResolveOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.Rep_CodeLensClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.Rep_DocumentLinkClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.Rep_DocumentColorClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.Rep_DocumentFormattingClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.Rep_DocumentRangeFormattingClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.Rep_DocumentOnTypeFormattingClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.Rep_RenameClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.Rep_PrepareSupportDefaultBehavior
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.Rep_FoldingRangeClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.Rep_ClientFoldingRangeKindOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.Rep_FoldingRangeKind
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.Rep_ClientFoldingRangeOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.Rep_SelectionRangeClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.Rep_PublishDiagnosticsClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.Rep_DiagnosticTag
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.Rep_ClientDiagnosticsTagOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.Rep_SemanticTokensClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.Rep_ClientSemanticTokensRequestOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.Rep_TokenFormat
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.Rep_ClientSemanticTokensRequestFullDelta
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.Rep_LinkedEditingRangeClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.Rep_MonikerClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.Rep_TypeHierarchyClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.Rep_InlineValueClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.Rep_InlayHintClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.Rep_ClientInlayHintResolveOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.Rep_DiagnosticClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.Rep_NotebookDocumentClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.Rep_NotebookDocumentSyncClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.Rep_WindowClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.Rep_ShowMessageRequestClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.Rep_ClientShowMessageActionItemOptions
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.Rep_ShowDocumentClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.Rep_GeneralClientCapabilities
864.62 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.Rep_StaleRequestSupportOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.Rep_RegularExpressionsClientCapabilities
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.Rep_RegularExpressionEngineKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.Rep_MarkdownClientCapabilities
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.Rep_PositionEncodingKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.D:R:EnumBaseTypeCodeActionKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.D:R:EnumBaseTypeInsertTextMode
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.D:R:EnumBaseTypeMarkupKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.D:R:EnumBaseTypeCompletionItemTag
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.D:R:EnumBaseTypeCompletionItemKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.Rep_CompletionItemKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.D:R:EnumBaseTypeDiagnosticTag
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.D:R:EnumBaseTypeFoldingRangeKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInfo.Rep_ClientInfo
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeAction.Rep_CodeAction
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeDescription.Rep_CodeDescription
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.Rep_DiagnosticRelatedInformation
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.Rep_CodeActionDisabled
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Command.Rep_Command
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionContext.Rep_CodeActionContext
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.Rep_CodeActionTriggerKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.D:R:EnumBaseTypeCodeActionTriggerKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.Rep_CodeActionOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionParams.Rep_CodeActionParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.Rep_CodeActionRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLens.Rep_CodeLens
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.Rep_CodeLensOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensParams.Rep_CodeLensParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.Rep_CodeLensRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Color.Rep_Color
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorInformation.Rep_ColorInformation
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentation.Rep_ColorPresentation
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.Rep_ColorPresentationParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionContext.Rep_CompletionContext
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.Rep_CompletionTriggerKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.D:R:EnumBaseTypeCompletionTriggerKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItem.Rep_CompletionItem
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.Rep_CompletionItemLabelDetails
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupContent.Rep_MarkupContent
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.Rep_InsertTextFormat
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.Rep_InsertReplaceEdit
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.D:R:EnumBaseTypeInsertTextFormat
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.Rep_CompletionItemDefaults
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.Rep_EditRangeWithInsertReplace
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionList.Rep_CompletionList
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionOptions.Rep_CompletionOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.Rep_ServerCompletionItemOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionParams.Rep_CompletionParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.Rep_CompletionRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.Rep_ConfigurationItem
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.Rep_ConfigurationParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.Rep_CreateFilesParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileCreate.Rep_FileCreate
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Declaration.Rep_Declaration
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationLink.Rep_DeclarationLink
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationLink.Rep_LocationLink
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.Rep_DeclarationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationParams.Rep_DeclarationParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.Rep_DeclarationRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Definition.Rep_Definition
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionLink.Rep_DefinitionLink
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.Rep_DefinitionOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionParams.Rep_DefinitionParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.Rep_DefinitionRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.Rep_DeleteFilesParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileDelete.Rep_FileDelete
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.Rep_DiagnosticOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.Rep_DiagnosticRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.Rep_DiagnosticServerCancellationData
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.Rep_DidChangeConfigurationParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.Rep_DidChangeConfigurationRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.Rep_DidChangeNotebookDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.Rep_VersionedNotebookDocumentIdentifier
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.Rep_NotebookDocumentChangeEvent
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.Rep_NotebookDocumentCellChanges
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.Rep_NotebookDocumentCellChangeStructure
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.Rep_NotebookCellArrayChange
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCell.Rep_NotebookCell
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.Rep_NotebookCellKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.Rep_ExecutionSummary
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.Rep_TextDocumentItem
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.Rep_NotebookDocumentCellContentChanges
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.Rep_VersionedTextDocumentIdentifier
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.Rep_TextDocumentContentChangeEvent
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.Rep_TextDocumentContentChangePartial
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.Rep_TextDocumentContentChangeWholeDocument
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.Rep_DidChangeTextDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.Rep_DidChangeWatchedFilesParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileEvent.Rep_FileEvent
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.Rep_FileChangeType
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.Rep_DidChangeWatchedFilesRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.Rep_FileSystemWatcher
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.GlobPattern.Rep_GlobPattern
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Pattern.Rep_Pattern
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelativePattern.Rep_RelativePattern
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.Rep_WorkspaceFolder
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.Rep_WatchKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.Rep_DidChangeWorkspaceFoldersParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.Rep_WorkspaceFoldersChangeEvent
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.Rep_DidCloseNotebookDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.Rep_NotebookDocumentIdentifier
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.Rep_DidCloseTextDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.Rep_DidOpenNotebookDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocument.Rep_NotebookDocument
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.Rep_DidOpenTextDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.Rep_DidSaveNotebookDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.Rep_DidSaveTextDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.Rep_DocumentColorOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.Rep_DocumentColorParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.Rep_DocumentColorRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.Rep_DocumentDiagnosticParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.Rep_DocumentDiagnosticReport
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.Rep_RelatedFullDocumentDiagnosticReport
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.Rep_FullDocumentDiagnosticReport
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.Rep_UnchangedDocumentDiagnosticReport
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.Rep_RelatedUnchangedDocumentDiagnosticReport
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.D:R:EnumBaseTypeDocumentDiagnosticReportKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.Rep_DocumentDiagnosticReportKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.Rep_DocumentDiagnosticReportPartialResult
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.Rep_DocumentFormattingOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.Rep_DocumentFormattingParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FormattingOptions.Rep_FormattingOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.Rep_DocumentFormattingRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.Rep_DocumentHighlight
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.Rep_DocumentHighlightKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.D:R:EnumBaseTypeDocumentHighlightKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.Rep_DocumentHighlightOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.Rep_DocumentHighlightParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.Rep_DocumentHighlightRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLink.Rep_DocumentLink
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.Rep_DocumentLinkOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.Rep_DocumentLinkParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.Rep_DocumentLinkRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.Rep_DocumentOnTypeFormattingOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.Rep_DocumentOnTypeFormattingParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.Rep_DocumentOnTypeFormattingRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.Rep_DocumentRangeFormattingOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.Rep_DocumentRangeFormattingParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.Rep_DocumentRangeFormattingRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.Rep_DocumentSymbol
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.Rep_DocumentSymbolOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.Rep_DocumentSymbolParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.Rep_DocumentSymbolRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.D:R:EnumBaseTypeErrorCodes
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.Rep_ErrorCodes
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.Rep_ExecuteCommandOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.Rep_ExecuteCommandParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.Rep_ExecuteCommandRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.D:R:EnumBaseTypeFailureHandlingKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.D:R:EnumBaseTypeFileChangeType
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.Rep_FileOperationFilter
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.Rep_FileOperationPattern
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.Rep_FileOperationPatternKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.Rep_FileOperationPatternOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.Rep_FileOperationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.Rep_FileOperationRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.D:R:EnumBaseTypeFileOperationPatternKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileRename.Rep_FileRename
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.D:R:EnumBaseTypeWatchKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRange.Rep_FoldingRange
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.Rep_FoldingRangeOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.Rep_FoldingRangeParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.Rep_FoldingRangeRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.D:R:EnumBaseTypePositionEncodingKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Hover.Rep_Hover
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedString.Rep_MarkedString
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.Rep_MarkedStringWithLanguage
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverOptions.Rep_HoverOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverParams.Rep_HoverParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.Rep_HoverRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.Rep_ImplementationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationParams.Rep_ImplementationParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.Rep_ImplementationRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeError.Rep_InitializeError
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeParams.Rep_InitializeParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.Rep_TraceValue
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.D:R:EnumBaseTypeTraceValue
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeResult.Rep_InitializeResult
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.Rep_ServerCapabilities
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.Rep_TextDocumentSyncOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.Rep_TextDocumentSyncKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SaveOptions.Rep_SaveOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.Rep_NotebookDocumentSyncOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.Rep_NotebookDocumentFilterWithNotebook
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.Rep_NotebookCellLanguage
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.Rep_NotebookDocumentFilterWithCells
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.Rep_NotebookDocumentSyncRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.Rep_SignatureHelpOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.Rep_TypeDefinitionOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.Rep_TypeDefinitionRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.Rep_ReferenceOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.Rep_WorkspaceSymbolOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameOptions.Rep_RenameOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.Rep_SelectionRangeOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.Rep_SelectionRangeRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.Rep_LinkedEditingRangeOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.Rep_LinkedEditingRangeRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.Rep_SemanticTokensOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.Rep_SemanticTokensLegend
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.Rep_SemanticTokensFullDelta
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.Rep_SemanticTokensRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerOptions.Rep_MonikerOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.Rep_MonikerRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.Rep_TypeHierarchyOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.Rep_TypeHierarchyRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.Rep_InlineValueOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.Rep_InlineValueRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.Rep_InlayHintOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.Rep_InlayHintRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.Rep_WorkspaceOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.Rep_WorkspaceFoldersServerCapabilities
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerInfo.Rep_ServerInfo
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializedParams.Rep_InitializedParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHint.Rep_InlayHint
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.Rep_InlayHintLabelPart
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.Rep_InlayHintKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.D:R:EnumBaseTypeInlayHintKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintParams.Rep_InlayHintParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValue.Rep_InlineValue
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueText.Rep_InlineValueText
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.Rep_InlineValueVariableLookup
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.Rep_InlineValueEvaluatableExpression
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueContext.Rep_InlineValueContext
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueParams.Rep_InlineValueParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.D:R:EnumBaseTypeLSPErrorCodes
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.Rep_LSPErrorCodes
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.D:R:EnumBaseTypeLanguageKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.Rep_LanguageKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.Rep_LinkedEditingRangeParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.Rep_LinkedEditingRanges
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.Rep_LocationUriOnly
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogMessageParams.Rep_LogMessageParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.Rep_MessageType
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.D:R:EnumBaseTypeMessageType
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogTraceParams.Rep_LogTraceParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageActionItem.Rep_MessageActionItem
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Moniker.Rep_Moniker
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.Rep_UniquenessLevel
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.Rep_MonikerKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.D:R:EnumBaseTypeUniquenessLevel
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.D:R:EnumBaseTypeMonikerKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerParams.Rep_MonikerParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.D:R:EnumBaseTypeNotebookCellKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ParameterInformation.Rep_ParameterInformation
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PartialResultParams.Rep_PartialResultParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.Rep_PrepareRenameDefaultBehavior
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.Rep_PrepareRenameParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.Rep_PrepareRenamePlaceholder
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.Rep_PrepareRenameResult
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.D:R:EnumBaseTypePrepareSupportDefaultBehavior
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PreviousResultId.Rep_PreviousResultId
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressParams.Rep_ProgressParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.Rep_PublishDiagnosticsParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceContext.Rep_ReferenceContext
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceParams.Rep_ReferenceParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.Rep_ReferenceRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Registration.Rep_Registration
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegistrationParams.Rep_RegistrationParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.Rep_RenameFilesParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameParams.Rep_RenameParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.Rep_RenameRegistrationOptions
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperation.Rep_ResourceOperation
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.D:R:EnumBaseTypeResourceOperationKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRange.Rep_SelectionRange
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.Rep_SelectionRangeParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.D:R:EnumBaseTypeSemanticTokenModifiers
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.Rep_SemanticTokenModifiers
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.D:R:EnumBaseTypeSemanticTokenTypes
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.Rep_SemanticTokenTypes
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokens.Rep_SemanticTokens
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.D:R:EnumBaseTypeTokenFormat
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.Rep_SemanticTokensDelta
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.Rep_SemanticTokensEdit
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.Rep_SemanticTokensDeltaParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.Rep_SemanticTokensDeltaPartialResult
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.Rep_SemanticTokensParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.Rep_SemanticTokensPartialResult
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.Rep_SemanticTokensRangeParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.D:R:EnumBaseTypeTextDocumentSyncKind
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SetTraceParams.Rep_SetTraceParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.Rep_ShowDocumentParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.Rep_ShowDocumentResult
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.Rep_ShowMessageParams
864.63 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.Rep_ShowMessageRequestParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelp.Rep_SignatureHelp
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureInformation.Rep_SignatureInformation
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.Rep_SignatureHelpContext
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.Rep_SignatureHelpTriggerKind
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.D:R:EnumBaseTypeSignatureHelpTriggerKind
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.Rep_SignatureHelpParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.Rep_SignatureHelpRegistrationOptions
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.Rep_StaticRegistrationOptions
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolInformation.Rep_SymbolInformation
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.Rep_TextDocumentChangeRegistrationOptions
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.Rep_TextDocumentPositionParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.Rep_TextDocumentRegistrationOptions
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.D:R:EnumBaseTypeTextDocumentSaveReason
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.Rep_TextDocumentSaveReason
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.Rep_TextDocumentSaveRegistrationOptions
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.Rep_TypeDefinitionParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.Rep_TypeHierarchyItem
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.Rep_TypeHierarchyPrepareParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.Rep_TypeHierarchySubtypesParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.Rep_TypeHierarchySupertypesParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UInitializeParams.Rep_UInitializeParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Unregistration.Rep_Unregistration
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.Rep_UnregistrationParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.Rep_WillSaveTextDocumentParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.Rep_WorkDoneProgressBegin
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.Rep_WorkDoneProgressCancelParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.Rep_WorkDoneProgressCreateParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.Rep_WorkDoneProgressEnd
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.Rep_WorkDoneProgressOptions
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.Rep_WorkDoneProgressParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.Rep_WorkDoneProgressReport
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.Rep_WorkspaceDiagnosticParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.Rep_WorkspaceDiagnosticReport
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.Rep_WorkspaceDocumentDiagnosticReport
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.Rep_WorkspaceFullDocumentDiagnosticReport
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.Rep_WorkspaceUnchangedDocumentDiagnosticReport
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.Rep_WorkspaceDiagnosticReportPartialResult
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.Rep_WorkspaceFoldersInitializeParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.Rep_WorkspaceSymbol
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.Rep_WorkspaceSymbolParams
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.Rep_WorkspaceSymbolRegistrationOptions
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.LspId.Rep_LspId
864.64 s
[hls-test-utils] - Data.IxMap.IxOrd
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.LspId.D:R:BaseMethodLspId
864.64 s
[hls-test-utils] - Data.IxMap.Base
864.64 s
[hls-test-utils] - Data.IxMap.toBase
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TRegistration
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TUnregistration
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_NotificationMessage
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_RequestMessage
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseError
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseMessage
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TNotificationMessage
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TRequestMessage
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseError
864.64 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseMessage
864.64 s
[hls-test-utils] - Language.LSP.VFS.HasCharacter
864.64 s
[hls-test-utils] - Language.LSP.VFS.HasLine
864.64 s
[hls-test-utils] - Language.LSP.VFS.HasLsp_version
864.64 s
[hls-test-utils] - Language.LSP.VFS.HasVfsMap
864.64 s
[pandoc] #1: OK (0.02s)
864.65 s
[pandoc] #2: OK (0.02s)
864.68 s
[pandoc] #3: OK (0.02s)
864.68 s
[pandoc] 4235.md
864.69 s
[pandoc] #1: OK (0.03s)
864.69 s
[pandoc] 8863.md
864.70 s
[pandoc] #1: OK
864.70 s
[pandoc] 9358.md
864.71 s
[pandoc] #1: OK (0.02s)
864.72 s
[pandoc] 8281.md
864.73 s
[pandoc] #1: OK (0.01s)
864.73 s
[pandoc] 9777.md
864.74 s
[pandoc] #1: OK (0.02s)
864.74 s
[pandoc] 5700.md
864.76 s
[pandoc] #1: OK (0.02s)
864.76 s
[pandoc] figures-haddock.md
864.79 s
[pandoc] #1: OK (0.02s)
864.79 s
[pandoc] 6481.md
864.83 s
[pandoc] #1: OK (0.04s)
864.83 s
[pandoc] nested-table-to-asciidoc-6942.md
864.87 s
[pandoc] #1: OK (0.05s)
864.91 s
[pandoc] #2: OK (0.03s)
864.91 s
[pandoc] 5711.md
864.94 s
[pandoc] #1: OK (0.03s)
864.94 s
[pandoc] multiple-metadata-blocks.md
864.97 s
[pandoc] #1: OK (0.04s)
864.97 s
[pandoc] 3974.md
865.01 s
[pandoc] #1: OK (0.04s)
865.01 s
[pandoc] 7288.md
865.05 s
[pandoc] #1: OK (0.04s)
865.05 s
[pandoc] 4653.md
865.09 s
[pandoc] #1: OK (0.03s)
865.09 s
[pandoc] 1126.md
865.12 s
[pandoc] #1: OK (0.04s)
865.16 s
[pandoc] #2: OK (0.04s)
865.16 s
[pandoc] 4550.md
865.20 s
[pandoc] #1: OK (0.04s)
865.20 s
[pandoc] 3348.md
865.24 s
[pandoc] #1: OK (0.03s)
865.24 s
[pandoc] 8079.md
865.27 s
[pandoc] #1: OK (0.04s)
865.27 s
[pandoc] 9236.md
865.31 s
[pandoc] #1: OK (0.04s)
865.31 s
[pandoc] 3534.md
865.37 s
[pandoc] #1: OK (0.06s)
865.40 s
[pandoc] #2: OK (0.03s)
865.43 s
[pandoc] #3: OK (0.04s)
865.48 s
[pandoc] #4: OK (0.05s)
865.88 s
[pandoc] #5: OK (0.05s)
865.88 s
[pandoc] #6: OK (0.03s)
865.88 s
[pandoc] 9644.md
865.88 s
[pandoc] #1: OK (0.03s)
865.88 s
[pandoc] 10071.md
865.88 s
[pandoc] #1: OK (0.03s)
865.88 s
[pandoc] 6993.md
865.88 s
[pandoc] #1: OK (0.04s)
865.88 s
[pandoc] #2: OK (0.03s)
865.88 s
[pandoc] #3: OK (0.04s)
865.88 s
[pandoc] 6034.md
865.88 s
[pandoc] #1: OK (0.03s)
865.88 s
[pandoc] 3773.md
865.88 s
[pandoc] #1: OK (0.03s)
865.88 s
[pandoc] 3401.md
865.88 s
[pandoc] #1: OK (0.03s)
865.88 s
[pandoc] #2: OK (0.04s)
865.88 s
[pandoc] translations.md
865.91 s
[pandoc] #1: OK (0.04s)
865.96 s
[pandoc] #2: OK (0.05s)
866.00 s
[pandoc] #3: OK (0.04s)
866.04 s
[pandoc] #4: OK (0.04s)
866.04 s
[pandoc] 7894.md
866.08 s
[pandoc] #1: OK (0.04s)
866.08 s
[pandoc] 3539.md
866.11 s
[pandoc] #1: OK (0.03s)
866.20 s
[pandoc] #2: OK (0.03s)
866.20 s
[pandoc] #3: OK (0.03s)
866.21 s
[pandoc] #4: OK (0.04s)
866.24 s
[pandoc] #5: OK (0.03s)
866.28 s
[pandoc] #6: OK (0.04s)
866.28 s
[pandoc] 6549.md
866.32 s
[pandoc] #1: OK (0.04s)
866.32 s
[pandoc] lstlisting.md
866.33 s
[pandoc] #1: OK (0.01s)
866.36 s
[pandoc] #2: OK (0.03s)
866.36 s
[pandoc] 4848.md
866.40 s
[pandoc] #1: OK (0.03s)
866.42 s
[pandoc] #2: OK (0.03s)
866.46 s
[pandoc] #3: OK (0.04s)
866.49 s
[pandoc] #4: OK (0.04s)
866.54 s
[pandoc] #5: OK (0.04s)
866.57 s
[pandoc] #6: OK (0.04s)
866.57 s
[pandoc] 4746.md
866.61 s
[pandoc] #1: OK (0.04s)
866.61 s
[pandoc] 7129.md
866.65 s
[pandoc] #1: OK (0.03s)
866.65 s
[pandoc] 9038.md
866.69 s
[pandoc] #1: OK (0.03s)
866.69 s
[pandoc] 2118.md
866.72 s
[pandoc] #1: OK (0.03s)
866.72 s
[pandoc] 5705.md
866.74 s
[pandoc] #1: OK (0.02s)
866.74 s
[pandoc] 4748.md
866.76 s
[pandoc] #1: OK (0.02s)
866.76 s
[pandoc] 7632.md
866.79 s
[pandoc] #1: OK (0.04s)
866.83 s
[pandoc] #2: OK (0.03s)
866.85 s
[pandoc] #3: OK (0.03s)
866.85 s
[pandoc] 4016.md
866.89 s
[pandoc] #1: OK (0.04s)
866.89 s
[pandoc] 3792.md
866.92 s
[pandoc] #1: OK (0.03s)
866.92 s
[pandoc] 5795.md
866.95 s
[pandoc] #1: OK (0.03s)
867.00 s
[pandoc] #2: OK (0.04s)
867.03 s
[pandoc] #3: OK (0.04s)
867.03 s
[pandoc] 3708.md
867.06 s
[pandoc] #1: OK (0.03s)
867.06 s
[pandoc] 5410.md
867.09 s
[pandoc] #1: OK (0.03s)
867.09 s
[pandoc] toc.md
867.11 s
[pandoc] #1: OK (0.02s)
867.11 s
[pandoc] html-trim-definition-list-terms.md
867.13 s
[pandoc] #1: OK (0.02s)
867.13 s
[pandoc] 5813.md
867.17 s
[pandoc] #1: OK (0.05s)
867.17 s
[pandoc] tabularx.md
867.22 s
[pandoc] #1: OK (0.03s)
867.25 s
[pandoc] #2: OK (0.04s)
867.27 s
[pandoc] #3: OK (0.01s)
867.27 s
[pandoc] 4162.md
867.30 s
[pandoc] #1: OK (0.03s)
867.30 s
[pandoc] 3577.md
867.32 s
[pandoc] #1: OK (0.03s)
867.34 s
[pandoc] #2: OK (0.02s)
867.34 s
[pandoc] biblatex-knuth-ct-a.md
867.37 s
[pandoc] #1: OK (0.03s)
867.37 s
[pandoc] figures-rst.md
867.38 s
[pandoc] #1: OK
867.38 s
[pandoc] 5182.md
867.40 s
[pandoc] #1: OK (0.01s)
867.40 s
[pandoc] 4063.md
867.41 s
[pandoc] #1: OK (0.02s)
867.41 s
[pandoc] latex-command-comment.md
867.43 s
[pandoc] #1: OK (0.02s)
867.43 s
[pandoc] yaml-with-chomp.md
867.43 s
[pandoc] #1: OK
867.43 s
[pandoc] biblatex-loh.md
867.46 s
[pandoc] #1: OK (0.02s)
867.46 s
[pandoc] 4254.md
867.46 s
[pandoc] #1: OK
867.46 s
[pandoc] biblatex-maron.md
867.49 s
[pandoc] #1: OK (0.03s)
867.49 s
[pandoc] 1773.md
867.50 s
[pandoc] #1: OK
867.50 s
[pandoc] 6288.md
867.51 s
[pandoc] #1: OK
867.51 s
[pandoc] 5439.md
867.52 s
[pandoc] #1: OK
867.52 s
[pandoc] 9386.md
867.52 s
[pandoc] #1: OK
867.53 s
[pandoc] #2: OK
867.53 s
[pandoc] 4669.md
867.53 s
[pandoc] #1: OK
867.55 s
[pandoc] #2: OK (0.01s)
867.55 s
[pandoc] 6030.md
867.57 s
[pandoc] #1: OK (0.02s)
867.57 s
[pandoc] #2: OK
867.57 s
[pandoc] 3511.md
867.58 s
[pandoc] #1: OK
867.59 s
[pandoc] #2: OK
867.59 s
[pandoc] 3630.md
867.60 s
[pandoc] #1: OK
867.60 s
[pandoc] 6026.md
867.60 s
[pandoc] #1: OK
867.61 s
[pandoc] #2: OK
867.61 s
[pandoc] 3432a.md
867.62 s
[pandoc] #1: OK
867.62 s
[pandoc] 10093.md
867.63 s
[pandoc] #1: OK (0.01s)
867.64 s
[pandoc] #2: OK (0.01s)
867.64 s
[pandoc] 5177.md
867.65 s
[pandoc] #1: OK
867.65 s
[pandoc] biblatex-bertram.md
867.67 s
[pandoc] #1: OK (0.02s)
867.67 s
[pandoc] 3499.md
867.67 s
[pandoc] #1: OK
867.67 s
[pandoc] 5367.md
867.68 s
[pandoc] #1: OK
867.68 s
[pandoc] 1608.md
867.70 s
[pandoc] #1: OK (0.01s)
867.70 s
[pandoc] 8770-block.md
867.72 s
[pandoc] #1: OK (0.02s)
867.72 s
[pandoc] citeproc-87.md
867.76 s
[pandoc] #1: OK (0.04s)
867.79 s
[pandoc] #2: OK (0.03s)
867.82 s
[pandoc] #3: OK (0.03s)
867.82 s
[pandoc] 3968.md
867.82 s
[pandoc] #1: OK
867.82 s
[pandoc] biblatex-geer.md
867.84 s
[pandoc] #1: OK (0.02s)
867.84 s
[pandoc] 8689.md
867.86 s
[pandoc] #1: OK (0.01s)
867.86 s
[pandoc] 4637.md
867.87 s
[pandoc] #1: OK (0.01s)
867.87 s
[pandoc] 9171.md
867.88 s
[pandoc] #1: OK (0.01s)
867.90 s
[pandoc] #2: OK (0.02s)
867.91 s
[pandoc] #3: OK (0.01s)
867.91 s
[pandoc] 6992.md
867.92 s
[pandoc] #1: OK
867.92 s
[pandoc] 6719.md
867.93 s
[pandoc] #1: OK
867.93 s
[pandoc] #2: OK
867.93 s
[pandoc] 6119.md
867.96 s
[pandoc] #1: OK (0.02s)
867.96 s
[pandoc] 7181.md
867.98 s
[pandoc] #1: OK (0.03s)
867.98 s
[pandoc] biblatex-massa.md
868.01 s
[pandoc] #1: OK (0.03s)
868.01 s
[pandoc] pandoc-citeproc-338.md
868.07 s
[pandoc] #1: OK (0.06s)
868.07 s
[pandoc] biblatex-salam.md
868.10 s
[pandoc] #1: OK (0.03s)
868.10 s
[pandoc] 3971.md
868.12 s
[pandoc] #1: OK (0.02s)
868.12 s
[pandoc] 8236.md
868.16 s
[pandoc] #1: OK (0.02s)
868.16 s
[pandoc] pandoc-citeproc-213.md
868.21 s
[pandoc] #1: OK (0.06s)
868.21 s
[pandoc] 3983.md
868.24 s
[pandoc] #1: OK (0.02s)
868.25 s
[pandoc] #2: OK (0.02s)
868.28 s
[pandoc] #3: OK (0.02s)
868.28 s
[pandoc] 1745.md
868.31 s
[pandoc] #1: OK (0.03s)
868.31 s
[pandoc] 10145.md
868.34 s
[pandoc] #1: OK (0.03s)
868.34 s
[pandoc] citeproc-20.md
868.41 s
[pandoc] #1: OK (0.07s)
868.41 s
[pandoc] 4007.md
868.44 s
[pandoc] #1: OK (0.03s)
868.47 s
[pandoc] #2: OK (0.03s)
868.49 s
[pandoc] #3: OK (0.03s)
868.50 s
[pandoc] 6970.md
868.52 s
[pandoc] #1: OK (0.03s)
868.52 s
[pandoc] 4928.md
868.55 s
[pandoc] #1: OK (0.02s)
868.57 s
[pandoc] #2: OK (0.03s)
868.60 s
[pandoc] #3: OK (0.03s)
868.63 s
[pandoc] #4: OK (0.02s)
868.66 s
[pandoc] #5: OK (0.03s)
868.69 s
[pandoc] #6: OK (0.03s)
868.71 s
[pandoc] #7: OK (0.02s)
868.71 s
[pandoc] 9809.md
868.73 s
[pandoc] #1: OK (0.03s)
868.73 s
[pandoc] pandoc-citeproc-416.md
868.89 s
[pandoc] #1: OK (0.16s)
868.89 s
[pandoc] biblatex-augustine.md
868.93 s
[pandoc] #1: OK (0.04s)
868.93 s
[pandoc] bits-book-meta.md
869.00 s
[pandoc] #1: OK (0.07s)
869.00 s
[pandoc] 1166.md
869.05 s
[pandoc] #1: OK (0.05s)
869.05 s
[pandoc] 9777-b.md
869.09 s
[pandoc] #1: OK (0.04s)
869.09 s
[pandoc] 8179.md
869.11 s
[pandoc] #1: OK (0.03s)
869.11 s
[pandoc] 9585.md
869.15 s
[pandoc] #1: OK (0.03s)
869.15 s
[pandoc] figures-fb2.md
869.17 s
[pandoc] #1: OK (0.03s)
869.17 s
[pandoc] 5233.md
869.21 s
[pandoc] #1: OK (0.03s)
869.21 s
[pandoc] 5846.md
869.23 s
[pandoc] #1: OK (0.03s)
869.26 s
[pandoc] #2: OK (0.02s)
869.30 s
[pandoc] #3: OK (0.03s)
869.34 s
[pandoc] #4: OK (0.04s)
869.34 s
[pandoc] #5: OK (0.02s)
869.35 s
[pandoc] 5650.md
869.39 s
[pandoc] #1: OK (0.03s)
869.42 s
[pandoc] #2: OK (0.03s)
869.42 s
[pandoc] 9002.md
869.46 s
[pandoc] #1: OK (0.04s)
869.46 s
[pandoc] 7416.md
869.50 s
[pandoc] #1: OK (0.04s)
869.54 s
[pandoc] #2: OK (0.04s)
869.54 s
[pandoc] 8665.md
869.56 s
[pandoc] #1: OK (0.02s)
869.56 s
[pandoc] 6869.md
869.59 s
[pandoc] #1: OK (0.03s)
869.59 s
[pandoc] 9218.md
869.62 s
[pandoc] #1: OK (0.03s)
869.62 s
[pandoc] 6783.md
869.67 s
[pandoc] #1: OK (0.05s)
869.67 s
[pandoc] docbook-bibliography.md
869.69 s
[pandoc] #1: OK (0.03s)
869.69 s
[pandoc] pandoc-citeproc-292.md
869.87 s
[pandoc] #1: OK (0.18s)
869.87 s
[pandoc] vars-and-metadata.md
869.91 s
[pandoc] #1: OK (0.03s)
869.91 s
[pandoc] 10318.md
870.00 s
[pandoc] #1: OK (0.09s)
870.00 s
[pandoc] 4722.md
870.03 s
[pandoc] #1: OK (0.04s)
870.05 s
[pandoc] #2: OK (0.02s)
870.05 s
[pandoc] short-caption.md
870.10 s
[pandoc] #1: OK (0.04s)
870.10 s
[pandoc] 7321.md
870.18 s
[pandoc] #1: OK (0.08s)
870.18 s
[pandoc] latex-fontawesome.md
870.21 s
[pandoc] #1: OK (0.03s)
870.22 s
[pandoc] #2: OK (0.02s)
870.22 s
[pandoc] 5857.md
870.25 s
[pandoc] #1: OK (0.02s)
870.25 s
[pandoc] 3314.md
870.29 s
[pandoc] #1: OK (0.04s)
870.29 s
[pandoc] 9090.md
870.31 s
[pandoc] #1: OK (0.03s)
870.31 s
[pandoc] 8992.md
870.33 s
[pandoc] #1: OK (0.02s)
870.33 s
[pandoc] figures-markdown.md
870.36 s
[pandoc] #1: OK (0.03s)
870.36 s
[pandoc] biblatex-book-averroes.md
870.42 s
[pandoc] #1: OK (0.05s)
870.42 s
[pandoc] 3432.md
870.47 s
[pandoc] #1: OK (0.06s)
870.54 s
[pandoc] #2: OK (0.08s)
870.73 s
[pandoc] #3: OK (0.04s)
870.73 s
[pandoc] #4: OK (0.02s)
870.73 s
[pandoc] #5: OK (0.04s)
870.73 s
[pandoc] #6: OK (0.03s)
870.73 s
[pandoc] 8981.md
870.73 s
[pandoc] #1: OK (0.03s)
870.73 s
[pandoc] 9420.md
870.75 s
[pandoc] #1: OK (0.03s)
870.75 s
[pandoc] 3978.md
870.78 s
[pandoc] #1: OK (0.03s)
870.78 s
[pandoc] 8365.md
870.81 s
[pandoc] #1: OK (0.03s)
870.81 s
[pandoc] 3523.md
870.84 s
[pandoc] #1: OK (0.02s)
870.84 s
[pandoc] 5271.md
870.87 s
[pandoc] #1: OK (0.03s)
870.87 s
[pandoc] pandoc-citeproc-53.md
871.01 s
[pandoc] #1: OK (0.15s)
871.01 s
[pandoc] 7857.md
871.04 s
[pandoc] #1: OK (0.02s)
871.04 s
[pandoc] 4811.md
871.07 s
[pandoc] #1: OK (0.03s)
871.10 s
[pandoc] #2: OK (0.02s)
871.12 s
[pandoc] #3: OK (0.02s)
871.15 s
[pandoc] #4: OK (0.03s)
871.18 s
[pandoc] #5: OK (0.03s)
871.18 s
[pandoc] 2606.md
871.22 s
[pandoc] #1: OK (0.03s)
871.24 s
[pandoc] #2: OK (0.03s)
871.27 s
[pandoc] #3: OK (0.03s)
871.31 s
[pandoc] #4: OK (0.04s)
871.31 s
[pandoc] 8437.md
871.34 s
[pandoc] #1: OK (0.03s)
871.37 s
[pandoc] #2: OK (0.03s)
871.39 s
[pandoc] #3: OK (0.02s)
871.39 s
[pandoc] yaml-metadata-blocks.md
871.41 s
[pandoc] #1: OK (0.02s)
871.44 s
[pandoc] #2: OK (0.02s)
871.46 s
[pandoc] #3: OK (0.03s)
871.49 s
[pandoc] #4: OK (0.03s)
871.51 s
[pandoc] #5: OK (0.02s)
871.51 s
[pandoc] biblatex-book-vazques-de-parga.md
871.55 s
[pandoc] #1: OK (0.05s)
871.55 s
[pandoc] 1881.md
871.58 s
[pandoc] #1: OK (0.01s)
871.60 s
[pandoc] #2: OK (0.02s)
871.60 s
[pandoc] 3497.md
871.60 s
[pandoc] #1: OK
871.63 s
[pandoc] #2: OK (0.03s)
871.65 s
[pandoc] #3: OK (0.02s)
871.65 s
[pandoc] defaults-inheritance-1.md
871.68 s
[pandoc] #1: OK (0.04s)
871.68 s
[pandoc] 1718.md
871.70 s
[pandoc] #1: OK (0.01s)
871.70 s
[pandoc] adjacent_latex_blocks.md
871.71 s
[pandoc] #1: OK (0.02s)
871.71 s
[pandoc] 6739.md
871.73 s
[pandoc] #1: OK (0.02s)
871.75 s
[pandoc] #2: OK (0.01s)
871.75 s
[pandoc] section-divs.md
871.76 s
[pandoc] #1: OK (0.01s)
871.76 s
[pandoc] biblatex-westfahl-space.md
871.81 s
[pandoc] #1: OK (0.05s)
871.81 s
[pandoc] 2602.md
871.83 s
[pandoc] #1: OK (0.01s)
871.85 s
[pandoc] #2: OK (0.02s)
871.85 s
[pandoc] 5904.md
871.86 s
[pandoc] #1: OK (0.01s)
871.86 s
[pandoc] 8997.md
871.87 s
[pandoc] #1: OK (0.01s)
871.90 s
[pandoc] #2: OK (0.03s)
871.90 s
[pandoc] pandoc-citeproc-386.md
871.95 s
[pandoc] #1: OK (0.04s)
871.95 s
[pandoc] 8344.md
871.99 s
[pandoc] #1: OK (0.04s)
871.99 s
[pandoc] 7871.md
872.01 s
[pandoc] #1: OK (0.02s)
872.01 s
[pandoc] figures-jira.md
872.02 s
[pandoc] #1: OK (0.02s)
872.02 s
[pandoc] 6062.md
872.03 s
[pandoc] #1: OK (0.01s)
872.03 s
[pandoc] 7941.md
872.05 s
[pandoc] #1: OK (0.01s)
872.05 s
[pandoc] pandoc-citeproc-152.md
872.22 s
[pandoc] #1: OK (0.17s)
872.22 s
[pandoc] write18.md
872.25 s
[pandoc] #1: OK (0.03s)
872.28 s
[pandoc] #2: OK (0.03s)
872.28 s
[pandoc] 4715.md
872.31 s
[pandoc] #1: OK (0.02s)
872.31 s
[pandoc] pandoc-citeproc-82.md
872.37 s
[pandoc] #1: OK (0.07s)
872.37 s
[pandoc] 3531.md
872.40 s
[pandoc] #1: OK (0.02s)
872.40 s
[pandoc] 4919.md
872.42 s
[pandoc] #1: OK (0.03s)
872.42 s
[pandoc] 7282.md
872.44 s
[pandoc] #1: OK (0.02s)
872.44 s
[pandoc] 5241.md
872.47 s
[pandoc] #1: OK (0.03s)
872.47 s
[pandoc] 8948.md
872.49 s
[pandoc] #1: OK (0.02s)
872.52 s
[pandoc] #2: OK (0.02s)
872.55 s
[pandoc] #3: OK (0.03s)
872.55 s
[pandoc] 3123.md
872.57 s
[pandoc] #1: OK (0.03s)
872.60 s
[pandoc] #2: OK (0.02s)
872.60 s
[pandoc] 8182.md
872.63 s
[pandoc] #1: OK (0.03s)
872.63 s
[pandoc] 9639.md
872.67 s
[pandoc] #1: OK (0.03s)
872.67 s
[pandoc] 6033.md
872.68 s
[pandoc] #1: OK (0.02s)
872.68 s
[pandoc] 9616.md
872.73 s
[pandoc] #1: OK (0.04s)
872.73 s
[pandoc] 7473.md
872.74 s
[pandoc] #1: OK (0.02s)
872.74 s
[pandoc] 7067.md
872.76 s
[pandoc] #1: OK (0.02s)
872.78 s
[pandoc] #2: OK (0.02s)
872.82 s
[pandoc] #3: OK (0.03s)
872.82 s
[pandoc] pandoc-citeproc-322.md
872.86 s
[pandoc] #1: OK (0.05s)
872.86 s
[pandoc] 4860.md
872.89 s
[pandoc] #1: OK (0.03s)
872.89 s
[pandoc] 4553.md
872.91 s
[pandoc] #1: OK (0.02s)
872.93 s
[pandoc] #2: OK (0.02s)
872.93 s
[pandoc] pandoc-citeproc-437.md
872.98 s
[pandoc] #1: OK (0.04s)
872.98 s
[pandoc] 5072.md
872.99 s
[pandoc] #1: OK (0.02s)
872.99 s
[pandoc] 7064.md
873.02 s
[pandoc] #1: OK (0.02s)
873.02 s
[pandoc] biblatex-coleridge.md
873.07 s
[pandoc] #1: OK (0.05s)
873.07 s
[pandoc] pandoc-citeproc-119.md
873.20 s
[pandoc] #1: OK (0.13s)
873.20 s
[pandoc] 3752.md
873.35 s
[pandoc] #1: OK (0.15s)
873.41 s
[pandoc] #2: OK (0.06s)
873.44 s
[pandoc] #3: OK (0.03s)
873.44 s
[pandoc] biblatex-kowalik.md
873.49 s
[pandoc] #1: OK (0.05s)
873.49 s
[pandoc] biblatex-companion.md
873.56 s
[pandoc] #1: OK (0.07s)
873.56 s
[pandoc] 10236.md
873.56 s
[pandoc] #1: OK
873.58 s
[pandoc] #2: OK (0.01s)
873.61 s
[pandoc] #3: OK (0.02s)
873.63 s
[pandoc] #4: OK (0.03s)
873.63 s
[pandoc] biblatex-aksin.md
873.71 s
[pandoc] #1: OK (0.08s)
873.71 s
[pandoc] 8534.md
873.74 s
[pandoc] #1: OK (0.02s)
873.74 s
[pandoc] 4578.md
873.75 s
[pandoc] #1: OK (0.03s)
873.75 s
[pandoc] 9569.md
873.77 s
[pandoc] #1: OK (0.01s)
873.77 s
[pandoc] pandoc-citeproc-move-period-inside-quote.md
873.84 s
[pandoc] #1: OK (0.07s)
873.84 s
[pandoc] 8984.md
873.85 s
[pandoc] #1: OK
873.91 s
[pandoc] #2: OK (0.05s)
873.91 s
[pandoc] biblatex-inbook-title-booktitle-maintitle-series-2.md
873.94 s
[pandoc] #1: OK (0.03s)
873.94 s
[pandoc] biblatex-sigfridsson.md
873.99 s
[pandoc] #1: OK (0.05s)
873.99 s
[pandoc] 8487.md
874.00 s
[pandoc] #1: OK (0.02s)
874.00 s
[pandoc] man-defines.md
874.02 s
[pandoc] #1: OK (0.01s)
874.02 s
[pandoc] 6367.md
874.07 s
[pandoc] #1: OK (0.03s)
874.07 s
[pandoc] 9576.md
874.07 s
[pandoc] #1: OK (0.02s)
874.07 s
[pandoc] 4598.md
874.09 s
[pandoc] #1: OK (0.02s)
874.09 s
[pandoc] 9904.md
874.14 s
[pandoc] #1: OK (0.05s)
874.16 s
[pandoc] 8966.md
874.19 s
[pandoc] #1: OK (0.02s)
874.19 s
[pandoc] 8711.md
874.22 s
[pandoc] #1: OK (0.02s)
874.25 s
[pandoc] #2: OK (0.03s)
874.26 s
[pandoc] #3: OK (0.02s)
874.26 s
[pandoc] mdoc-Bd-unfilled.md
874.29 s
[pandoc] #1: OK (0.03s)
874.29 s
[pandoc] biblatex-nietzsche-ksa1.md
874.41 s
[pandoc] #1: OK (0.11s)
874.41 s
[pandoc] 3516.md
874.43 s
[pandoc] #1: OK (0.03s)
874.45 s
[pandoc] #2: OK (0.02s)
874.48 s
[pandoc] #3: OK (0.03s)
874.48 s
[pandoc] mdoc-An.md
874.53 s
[pandoc] #1: OK (0.03s)
874.53 s
[pandoc] biblatex-manual.md
874.64 s
[pandoc] #1: OK (0.11s)
874.64 s
[pandoc] biblatex-almendro.md
874.73 s
[pandoc] #1: OK (0.09s)
874.73 s
[pandoc] 9121.md
874.78 s
[pandoc] #1: OK (0.04s)
874.80 s
[pandoc] #2: OK (0.03s)
874.80 s
[pandoc] biblatex-herrmann.md
874.88 s
[pandoc] #1: OK (0.08s)
874.88 s
[pandoc] empty_paragraphs.md
875.04 s
[pandoc] #1: OK (0.16s)
875.15 s
[pandoc] #2: OK (0.10s)
875.25 s
[pandoc] #3: OK (0.11s)
875.35 s
[pandoc] #4: OK (0.10s)
875.40 s
[pandoc] #5: OK (0.05s)
875.43 s
[pandoc] #6: OK (0.03s)
875.46 s
[pandoc] #7: OK (0.02s)
875.48 s
[pandoc] #8: OK (0.03s)
875.51 s
[pandoc] #9: OK (0.04s)
875.53 s
[pandoc] #10: OK (0.01s)
875.53 s
[pandoc] 6951.md
875.70 s
[pandoc] #1: OK (0.17s)
875.70 s
[pandoc] 9209.md
875.80 s
[pandoc] #1: OK (0.04s)
875.80 s
[pandoc] biblatex-bibstring-resolution.md
875.80 s
[pandoc] #1: OK (0.03s)
875.80 s
[pandoc] 3450.md
875.83 s
[pandoc] #1: OK (0.05s)
875.86 s
[pandoc] #2: OK (0.03s)
875.86 s
[pandoc] 5014.md
875.90 s
[pandoc] #1: OK (0.02s)
875.90 s
[pandoc] 3947.md
875.92 s
[pandoc] #1: OK (0.03s)
875.92 s
[pandoc] 8513.md
875.95 s
[pandoc] #1: OK (0.02s)
875.98 s
[pandoc] #2: OK (0.03s)
876.01 s
[pandoc] #3: OK (0.03s)
876.01 s
[pandoc] 3619.md
876.03 s
[pandoc] #1: OK (0.03s)
876.07 s
[pandoc] #2: OK (0.03s)
876.08 s
[pandoc] #3: OK (0.02s)
876.08 s
[pandoc] 3529.md
876.12 s
[pandoc] #1: OK (0.03s)
876.12 s
[pandoc] 7615.md
876.15 s
[pandoc] #1: OK (0.03s)
876.15 s
[pandoc] alerts.md
876.18 s
[pandoc] #1: OK (0.02s)
876.20 s
[pandoc] #2: OK (0.03s)
876.39 s
[pandoc] #3: OK (0.19s)
876.42 s
[pandoc] #4: OK (0.03s)
876.45 s
[pandoc] #5: OK (0.03s)
876.45 s
[pandoc] 7692.md
876.48 s
[pandoc] #1: OK (0.03s)
876.56 s
[pandoc] #2: OK (0.08s)
876.56 s
[pandoc] bits-book-part-wrapper-meta.md
876.59 s
[pandoc] #1: OK (0.03s)
876.59 s
[pandoc] 9042.md
876.62 s
[pandoc] #1: OK (0.04s)
876.65 s
[pandoc] #2: OK (0.03s)
876.65 s
[pandoc] biblatex-wassenberg.md
876.71 s
[pandoc] #1: OK (0.05s)
876.71 s
[pandoc] biblatex-edtf-date.md
876.75 s
[pandoc] #1: OK (0.05s)
876.75 s
[pandoc] 6802.md
876.78 s
[pandoc] #1: OK (0.03s)
876.78 s
[pandoc] 3880.md
876.82 s
[pandoc] #1: OK (0.03s)
876.82 s
[pandoc] 4768.md
876.86 s
[pandoc] #1: OK (0.04s)
876.86 s
[pandoc] 6768.md
876.88 s
[pandoc] #1: OK (0.02s)
876.92 s
[pandoc] #2: OK (0.03s)
876.92 s
[pandoc] 5474-tables.md
876.95 s
[pandoc] #1: OK (0.04s)
876.95 s
[pandoc] 7339.md
876.97 s
[pandoc] #1: OK (0.01s)
876.97 s
[pandoc] biblatex-vangennep.md
877.01 s
[pandoc] #1: OK (0.04s)
877.01 s
[pandoc] biblatex-kant-kpv.md
877.15 s
[pandoc] #1: OK (0.14s)
877.15 s
[pandoc] 8011.md
877.16 s
[pandoc] #1: OK (0.03s)
877.17 s
[pandoc] 3771.md
877.20 s
[pandoc] #1: OK (0.03s)
877.20 s
[pandoc] 4172.md
877.26 s
[pandoc] #1: OK (0.06s)
877.31 s
[pandoc] #2: OK (0.05s)
877.31 s
[pandoc] 5819.md
877.38 s
[pandoc] #1: OK (0.07s)
877.38 s
[pandoc] defaults-inheritance-2.md
877.42 s
[pandoc] #1: OK (0.03s)
877.42 s
[pandoc] 7278.md
877.44 s
[pandoc] #1: OK (0.03s)
877.44 s
[pandoc] latex-color.md
877.54 s
[pandoc] #1: OK (0.03s)
877.57 s
[pandoc] #2: OK (0.10s)
877.59 s
[pandoc] #3: OK (0.02s)
877.62 s
[pandoc] #4: OK (0.03s)
877.66 s
[pandoc] #5: OK (0.04s)
877.68 s
[pandoc] #6: OK (0.02s)
877.71 s
[pandoc] #7: OK (0.03s)
877.74 s
[pandoc] #8: OK (0.03s)
877.78 s
[pandoc] #9: OK (0.04s)
877.81 s
[pandoc] #10: OK (0.02s)
877.84 s
[pandoc] #11: OK (0.04s)
877.88 s
[pandoc] #12: OK (0.03s)
877.88 s
[pandoc] biblatex-inbook-title-booktitle-maintitle-series.md
877.92 s
[pandoc] #1: OK (0.04s)
877.92 s
[pandoc] 3667.md
877.96 s
[pandoc] #1: OK (0.03s)
877.96 s
[pandoc] 853.md
877.99 s
[pandoc] #1: OK (0.04s)
877.99 s
[pandoc] 4499.md
878.03 s
[pandoc] #1: OK (0.03s)
878.05 s
[pandoc] #2: OK (0.03s)
878.07 s
[pandoc] #3: OK (0.03s)
878.11 s
[pandoc] #4: OK (0.02s)
878.15 s
[pandoc] #5: OK (0.04s)
878.17 s
[pandoc] #6: OK (0.04s)
878.23 s
[pandoc] #7: OK (0.04s)
878.26 s
[pandoc] #8: OK (0.04s)
878.30 s
[pandoc] #9: OK (0.03s)
878.31 s
[pandoc] #10: OK (0.02s)
878.34 s
[pandoc] #11: OK (0.02s)
878.37 s
[pandoc] #12: OK (0.03s)
878.37 s
[pandoc] 7376.md
878.43 s
[pandoc] #1: OK (0.05s)
878.43 s
[pandoc] citeproc-17.md
878.48 s
[pandoc] #1: OK (0.06s)
878.48 s
[pandoc] 6285.md
878.54 s
[pandoc] #1: OK (0.07s)
878.54 s
[pandoc] 7436.md
878.58 s
[pandoc] #1: OK (0.04s)
878.58 s
[pandoc] pandoc-citeproc-360.md
878.66 s
[pandoc] #1: OK (0.08s)
878.66 s
[pandoc] biblatex-vazques-de-parga.md
878.72 s
[pandoc] #1: OK (0.05s)
878.72 s
[pandoc] biblatex-springer.md
878.77 s
[pandoc] #1: OK (0.05s)
878.77 s
[pandoc] biblatex-murray.md
878.82 s
[pandoc] #1: OK (0.06s)
878.82 s
[pandoc] 8738.md
878.85 s
[pandoc] #1: OK (0.03s)
878.85 s
[pandoc] 5474-figures.md
878.87 s
[pandoc] #1: OK (0.03s)
878.87 s
[pandoc] 4442.md
878.91 s
[pandoc] #1: OK (0.03s)
878.91 s
[pandoc] 6541.md
878.96 s
[pandoc] #1: OK (0.05s)
878.96 s
[pandoc] 256.md
878.99 s
[pandoc] #1: OK (0.03s)
879.02 s
[pandoc] #2: OK (0.03s)
879.02 s
[pandoc] pandoc-citeproc-locators-integrated.md
879.10 s
[pandoc] #1: OK (0.08s)
879.10 s
[pandoc] 4240.md
879.13 s
[pandoc] #1: OK (0.04s)
879.13 s
[pandoc] pandoc-citeproc-351.md
879.19 s
[pandoc] #1: OK (0.06s)
879.19 s
[pandoc] 5845.md
879.21 s
[pandoc] #1: OK (0.03s)
879.34 s
[pandoc] #2: OK (0.08s)
879.34 s
[pandoc] macro-defs-in-preamble.md
879.37 s
[pandoc] #1: OK (0.03s)
879.37 s
[pandoc] 3570.md
879.39 s
[pandoc] #1: OK (0.02s)
879.39 s
[pandoc] 9088.md
879.42 s
[pandoc] #1: OK (0.02s)
879.42 s
[pandoc] 8110.md
879.44 s
[pandoc] #1: OK (0.03s)
879.44 s
[pandoc] biblatex-moore-related.md
879.49 s
[pandoc] #1: OK (0.04s)
879.49 s
[pandoc] 5121.md
879.53 s
[pandoc] #1: OK (0.04s)
879.53 s
[pandoc] 8745.md
879.55 s
[pandoc] #1: OK (0.03s)
879.55 s
[pandoc] 5627.md
879.60 s
[pandoc] #1: OK (0.05s)
879.68 s
[pandoc] #2: OK (0.07s)
879.70 s
[pandoc] #3: OK (0.03s)
879.70 s
[pandoc] pandoc-citeproc-chicago-fullnote-bibliography.md
879.88 s
[pandoc] #1: OK (0.19s)
879.88 s
[pandoc] 1592.md
879.91 s
[pandoc] #1: OK (0.02s)
879.94 s
[pandoc] #2: OK (0.04s)
879.98 s
[pandoc] #3: OK (0.03s)
880.04 s
[pandoc] #4: OK (0.06s)
880.06 s
[pandoc] #5: OK (0.03s)
880.10 s
[pandoc] #6: OK (0.03s)
880.11 s
[pandoc] #7: OK (0.01s)
880.13 s
[pandoc] #8: OK (0.02s)
880.17 s
[pandoc] #9: OK (0.05s)
880.20 s
[pandoc] #10: OK (0.03s)
880.20 s
[pandoc] 4513.md
880.21 s
[pandoc] #1: OK (0.01s)
880.21 s
[pandoc] 7520.md
880.21 s
[pandoc] #1: OK
880.21 s
[pandoc] biblatex-incollection-2.md
880.28 s
[pandoc] #1: OK (0.06s)
880.28 s
[pandoc] pandoc-citeproc-301.md
880.46 s
[pandoc] #1: OK (0.18s)
880.46 s
[pandoc] make-section-column-divs.md
880.49 s
[pandoc] #1: OK (0.03s)
880.49 s
[pandoc] 9807.md
880.53 s
[pandoc] #1: OK (0.04s)
880.53 s
[pandoc] csv.md
880.54 s
[pandoc] #1: OK (0.02s)
880.54 s
[pandoc] 4465.md
880.57 s
[pandoc] #1: OK (0.03s)
880.57 s
[pandoc] refs.md
880.64 s
[pandoc] #1: OK (0.06s)
880.68 s
[pandoc] #2: OK (0.04s)
880.70 s
[pandoc] #3: OK (0.02s)
880.72 s
[pandoc] #4: OK (0.03s)
880.85 s
[pandoc] #5: OK (0.03s)
880.85 s
[pandoc] #6: OK (0.04s)
880.86 s
[pandoc] #7: OK (0.05s)
880.88 s
[pandoc] #8: OK (0.03s)
880.88 s
[pandoc] setext-fenced-div.md
880.90 s
[pandoc] #1: OK (0.02s)
880.90 s
[pandoc] 5898.md
880.91 s
[pandoc] #1: OK (0.02s)
880.92 s
[pandoc] biblatex-baez-online.md
880.98 s
[pandoc] #1: OK (0.07s)
880.98 s
[pandoc] biblatex-options-url-false-doi-false.md
881.03 s
[pandoc] #1: OK (0.03s)
881.03 s
[pandoc] 9045.md
881.07 s
[pandoc] #1: OK (0.06s)
881.07 s
[pandoc] 8098.md
881.11 s
[pandoc] #1: OK (0.03s)
881.11 s
[pandoc] biblatex-jcg.md
881.19 s
[pandoc] #1: OK (0.09s)
881.21 s
[pandoc] 7208.md
881.24 s
[pandoc] #1: OK (0.02s)
881.24 s
[pandoc] 7723.md
881.25 s
[pandoc] #1: OK (0.02s)
881.25 s
[pandoc] 3422.md
881.26 s
[pandoc] #1: OK
881.26 s
[pandoc] 6133.md
881.29 s
[pandoc] #1: OK (0.02s)
881.29 s
[pandoc] 3958.md
881.32 s
[pandoc] #1: OK (0.03s)
881.35 s
[pandoc] #2: OK (0.03s)
881.37 s
[pandoc] #3: OK (0.02s)
881.37 s
[pandoc] 9388.md
881.41 s
[pandoc] #1: OK (0.03s)
881.41 s
[pandoc] biblatex-266.md
881.46 s
[pandoc] #1: OK (0.06s)
881.46 s
[pandoc] biblatex-malinowski.md
881.53 s
[pandoc] #1: OK (0.07s)
881.53 s
[pandoc] 7810.md
881.57 s
[pandoc] #1: OK (0.04s)
881.59 s
[pandoc] #2: OK (0.02s)
881.64 s
[pandoc] #3: OK (0.05s)
881.64 s
[pandoc] 7884.md
881.73 s
[pandoc] #1: OK (0.09s)
881.73 s
[pandoc] biblatex-iliad.md
881.79 s
[pandoc] #1: OK (0.06s)
881.79 s
[pandoc] 9905.md
881.82 s
[pandoc] #1: OK (0.03s)
881.85 s
[pandoc] #2: OK (0.03s)
881.85 s
[pandoc] pandoc-citeproc-87.md
882.00 s
[pandoc] #1: OK (0.13s)
882.00 s
[pandoc] biblatex-article.md
882.06 s
[pandoc] #1: OK (0.07s)
882.06 s
[pandoc] 5541-urlLink.md
882.08 s
[pandoc] #1: OK (0.04s)
882.09 s
[pandoc] 3916.md
882.11 s
[pandoc] #1: OK (0.01s)
882.11 s
[pandoc] lists-inside-definition.md
882.14 s
[pandoc] #1: OK (0.02s)
882.17 s
[pandoc] #2: OK (0.03s)
882.19 s
[pandoc] #3: OK (0.03s)
882.19 s
[pandoc] biblatex-patent.md
882.25 s
[pandoc] #1: OK (0.05s)
882.25 s
[pandoc] 5684.md
882.28 s
[pandoc] #1: OK (0.03s)
882.28 s
[pandoc] 6765.md
882.85 s
[pandoc] #1: OK (0.57s)
882.85 s
[pandoc] biblatex-sarfraz.md
882.89 s
[pandoc] #1: OK (0.04s)
882.89 s
[pandoc] 9878.md
882.92 s
[pandoc] #1: OK (0.03s)
882.92 s
[pandoc] 645.md
882.95 s
[pandoc] #1: OK (0.03s)
882.95 s
[pandoc] biblatex-moore.md
883.09 s
[pandoc] #1: OK (0.15s)
883.10 s
[pandoc] biblatex-incollection.md
883.33 s
[pandoc] #1: OK (0.22s)
883.33 s
[pandoc] 4019.md
883.37 s
[pandoc] #1: OK (0.04s)
883.37 s
[pandoc] biblatex-markey.md
883.46 s
[pandoc] #1: OK (0.08s)
883.46 s
[pandoc] tex-group.md
883.49 s
[pandoc] #1: OK (0.03s)
883.49 s
[pandoc] 5128.md
883.53 s
[pandoc] #1: OK (0.04s)
883.53 s
[pandoc] biblatex-nietzsche-ksa.md
883.59 s
[pandoc] #1: OK (0.06s)
883.59 s
[pandoc] 4677.md
883.63 s
[pandoc] #1: OK (0.05s)
883.63 s
[pandoc] 3675.md
883.67 s
[pandoc] #1: OK (0.03s)
883.67 s
[pandoc] 5620.md
883.71 s
[pandoc] #1: OK (0.06s)
883.71 s
[pandoc] 6796.md
883.75 s
[pandoc] #1: OK (0.02s)
883.75 s
[pandoc] 7080.md
883.78 s
[pandoc] #1: OK (0.03s)
883.78 s
[pandoc] 8150.md
883.81 s
[pandoc] #1: OK (0.03s)
883.83 s
[pandoc] #2: OK (0.03s)
883.86 s
[pandoc] #3: OK (0.02s)
883.86 s
[pandoc] 8257.md
883.89 s
[pandoc] #1: OK (0.04s)
883.89 s
[pandoc] 5107.md
883.91 s
[pandoc] #1: OK (0.03s)
884.03 s
[pandoc] #2: OK (0.02s)
884.03 s
[pandoc] 4639.md
884.05 s
[pandoc] #1: OK (0.11s)
884.05 s
[pandoc] 10105.md
884.14 s
[pandoc] #1: OK (0.09s)
884.14 s
[pandoc] 4193.md
884.16 s
[pandoc] #1: OK (0.02s)
884.17 s
[pandoc] pandoc-citeproc-25.md
884.25 s
[pandoc] #1: OK (0.08s)
884.25 s
[pandoc] 3840.md
884.28 s
[pandoc] #1: OK (0.03s)
884.31 s
[pandoc] #2: OK (0.03s)
884.31 s
[pandoc] 9517.md
884.33 s
[pandoc] #1: OK (0.02s)
884.33 s
[pandoc] 9797.md
884.37 s
[pandoc] #1: OK (0.03s)
884.37 s
[pandoc] biblatex-escapedquotes.md
884.43 s
[pandoc] #1: OK (0.07s)
884.43 s
[pandoc] biblatex-aristotle-physics.md
884.46 s
[pandoc] #1: OK (0.04s)
884.46 s
[pandoc] 7340.md
884.48 s
[pandoc] #1: OK (0.02s)
884.48 s
[pandoc] 9657.md
884.51 s
[pandoc] #1: OK (0.03s)
884.51 s
[pandoc] 3674.md
884.53 s
[pandoc] #1: OK (0.03s)
884.56 s
[pandoc] #2: OK (0.02s)
884.56 s
[pandoc] 4119.md
884.58 s
[pandoc] #1: OK (0.02s)
884.58 s
[pandoc] 6194.md
884.60 s
[pandoc] #1: OK (0.02s)
884.60 s
[pandoc] mmd-metadata.md
884.62 s
[pandoc] #1: OK (0.02s)
884.62 s
[pandoc] latex-center.md
884.66 s
[pandoc] #1: OK (0.04s)
884.66 s
[pandoc] 8088.md
884.69 s
[pandoc] #1: OK (0.03s)
884.69 s
[pandoc] 7738.md
884.73 s
[pandoc] #1: OK (0.03s)
884.73 s
[pandoc] bibtex-basic.md
884.84 s
[pandoc] #1: OK (0.12s)
884.84 s
[pandoc] 3475.md
884.87 s
[pandoc] #1: OK (0.03s)
884.93 s
[pandoc] #2: OK (0.05s)
884.97 s
[pandoc] #3: OK (0.05s)
885.03 s
[pandoc] #4: OK (0.05s)
885.03 s
[pandoc] 3715.md
885.06 s
[pandoc] #1: OK (0.03s)
885.06 s
[pandoc] pandoc-citeproc-page-range.md
885.30 s
[pandoc] #1: OK (0.26s)
885.31 s
[pandoc] 7494.md
885.35 s
[pandoc] #1: OK (0.03s)
885.37 s
[pandoc] #2: OK (0.04s)
885.49 s
[pandoc] #3: OK (0.01s)
885.51 s
[pandoc] #4: OK (0.12s)
885.54 s
[pandoc] #5: OK (0.02s)
885.54 s
[pandoc] sloppypar.md
885.57 s
[pandoc] #1: OK (0.03s)
885.61 s
[pandoc] #2: OK (0.04s)
885.61 s
[pandoc] 5420.md
885.63 s
[pandoc] #1: OK (0.03s)
885.63 s
[pandoc] shift-heading-level-by.md
885.68 s
[pandoc] #1: OK (0.03s)
885.71 s
[pandoc] #2: OK (0.05s)
885.72 s
[pandoc] 5619.md
885.75 s
[pandoc] #1: OK (0.03s)
885.75 s
[pandoc] 6925.md
885.87 s
[pandoc] #1: OK (0.04s)
885.87 s
[pandoc] 6858.md
885.87 s
[pandoc] #1: OK (0.04s)
885.87 s
[pandoc] #2: OK (0.02s)
885.87 s
[pandoc] 7861.md
885.87 s
[pandoc] #1: OK (0.04s)
885.87 s
[pandoc] 8653.md
885.99 s
[pandoc] #1: OK (0.04s)
886.02 s
[pandoc] #2: OK (0.03s)
886.02 s
[pandoc] dots.md
886.04 s
[pandoc] #1: OK (0.03s)
886.04 s
[pandoc] pandoc-citeproc-401.md
886.19 s
[pandoc] #1: OK (0.15s)
886.19 s
[pandoc] 7132.md
886.24 s
[pandoc] #1: OK (0.04s)
886.24 s
[pandoc] 4794.md
886.26 s
[pandoc] #1: OK (0.02s)
886.26 s
[pandoc] pandoc-citeproc-75.md
886.38 s
[pandoc] #1: OK (0.12s)
886.38 s
[pandoc] 5686.md
886.42 s
[pandoc] #1: OK (0.04s)
886.42 s
[pandoc] jats-figure-alt-text.md
886.45 s
[pandoc] #1: OK (0.03s)
886.45 s
[pandoc] 8661.md
886.48 s
[pandoc] #1: OK (0.03s)
886.48 s
[pandoc] pandoc-citeproc-361.md
886.62 s
[pandoc] #1: OK (0.15s)
886.62 s
[pandoc] 4933.md
886.65 s
[pandoc] #1: OK (0.03s)
886.65 s
[pandoc] 9021.md
886.78 s
[pandoc] #1: OK (0.12s)
886.78 s
[pandoc] 9452.md
886.81 s
[pandoc] #1: OK (0.04s)
886.82 s
[pandoc] biblatex-knuth-ct.md
886.88 s
[pandoc] #1: OK (0.06s)
886.88 s
[pandoc] html-writer-a-in-a.md
886.91 s
[pandoc] #1: OK (0.03s)
886.91 s
[pandoc] biblatex-issue288.md
886.95 s
[pandoc] #1: OK (0.03s)
886.95 s
[pandoc] 8178.md
886.98 s
[pandoc] #1: OK (0.03s)
887.01 s
[pandoc] #2: OK (0.03s)
887.06 s
[pandoc] #3: OK (0.05s)
887.06 s
[pandoc] 8254.md
887.09 s
[pandoc] #1: OK (0.03s)
887.09 s
[pandoc] 8402.md
887.12 s
[pandoc] #1: OK (0.03s)
887.12 s
[pandoc] 4842.md
887.16 s
[pandoc] #1: OK (0.03s)
887.16 s
[pandoc] 1905.md
887.18 s
[pandoc] #1: OK (0.03s)
887.20 s
[pandoc] #2: OK (0.02s)
887.23 s
[pandoc] #3: OK (0.03s)
887.23 s
[pandoc] latex-tabular-column-specs.md
887.27 s
[pandoc] #1: OK (0.03s)
887.27 s
[pandoc] 10057.md
887.30 s
[pandoc] #1: OK (0.04s)
887.30 s
[pandoc] 3568.md
887.33 s
[pandoc] #1: OK (0.03s)
887.33 s
[pandoc] 7668.md
887.43 s
[pandoc] #1: OK (0.10s)
887.43 s
[pandoc] 5543.md
887.46 s
[pandoc] #1: OK (0.02s)
887.46 s
[pandoc] 8243.md
887.49 s
[pandoc] #1: OK (0.03s)
887.49 s
[pandoc] biblatex-vazques-de-parga-mvbook.md
887.56 s
[pandoc] #1: OK (0.07s)
887.56 s
[pandoc] 4159.md
887.60 s
[pandoc] #1: OK (0.03s)
887.60 s
[pandoc] gfm.md
887.62 s
[pandoc] #1: OK (0.04s)
887.65 s
[pandoc] #2: OK (0.02s)
887.67 s
[pandoc] #3: OK (0.03s)
887.70 s
[pandoc] #4: OK (0.03s)
887.73 s
[pandoc] #5: OK (0.02s)
887.75 s
[pandoc] #6: OK (0.03s)
887.78 s
[pandoc] #7: OK (0.02s)
887.80 s
[pandoc] #8: OK (0.03s)
887.84 s
[pandoc] #9: OK (0.03s)
887.87 s
[pandoc] #10: OK (0.03s)
887.90 s
[pandoc] #11: OK (0.03s)
887.91 s
[pandoc] #12: OK (0.02s)
887.94 s
[pandoc] #13: OK (0.02s)
888.00 s
[pandoc] #14: OK (0.06s)
888.00 s
[pandoc] 2228.md
888.02 s
[pandoc] #1: OK (0.02s)
888.02 s
[pandoc] 4054.md
888.05 s
[pandoc] #1: OK (0.03s)
888.08 s
[pandoc] #2: OK (0.04s)
888.09 s
[pandoc] rst-links.md
888.12 s
[pandoc] #1: OK (0.03s)
888.15 s
[pandoc] #2: OK (0.03s)
888.15 s
[pandoc] 9193.md
888.18 s
[pandoc] #1: OK (0.02s)
888.18 s
[pandoc] bits-toc-elements.md
888.23 s
[pandoc] #1: OK (0.02s)
888.23 s
[pandoc] 4545.md
888.24 s
[pandoc] #1: OK (0.05s)
888.28 s
[pandoc] #2: OK (0.03s)
888.28 s
[pandoc] 4690.md
888.31 s
[pandoc] #1: OK (0.03s)
888.31 s
[pandoc] pandoc-citeproc-65.md
888.36 s
[pandoc] #1: OK (0.06s)
888.37 s
[pandoc] 1841.md
888.41 s
[pandoc] #1: OK (0.04s)
888.44 s
[pandoc] #2: OK (0.04s)
888.45 s
[pandoc] 5540.md
888.47 s
[pandoc] #1: OK (0.02s)
888.47 s
[pandoc] biblatex-reese.md
888.52 s
[pandoc] #1: OK (0.05s)
888.53 s
[pandoc] pandoc-citeproc-chicago-author-date.md
888.75 s
[pandoc] #1: OK (0.22s)
888.75 s
[pandoc] biblatex-hyman.md
888.83 s
[pandoc] #1: OK (0.07s)
888.83 s
[pandoc] biblatex-periodical.md
888.87 s
[pandoc] #1: OK (0.05s)
888.87 s
[pandoc] 8638.md
888.89 s
[pandoc] #1: OK (0.02s)
888.89 s
[pandoc] 8770-document.md
888.92 s
[pandoc] #1: OK (0.03s)
888.92 s
[pandoc] biblatex-doody.md
889.00 s
[pandoc] #1: OK (0.08s)
889.00 s
[pandoc] 9445.md
889.03 s
[pandoc] #1: OK (0.04s)
889.03 s
[pandoc] 7953.md
889.07 s
[pandoc] #1: OK (0.03s)
889.07 s
[pandoc] 4564.md
889.10 s
[pandoc] #1: OK (0.04s)
889.10 s
[pandoc] 7546.md
889.13 s
[pandoc] #1: OK (0.02s)
889.13 s
[pandoc] 9275.md
889.16 s
[pandoc] #1: OK (0.04s)
889.21 s
[pandoc] #2: OK (0.04s)
889.21 s
[pandoc] 8853.md
889.25 s
[pandoc] #1: OK (0.04s)
889.25 s
[pandoc] 5654.md
889.28 s
[pandoc] #1: OK (0.02s)
889.28 s
[pandoc] biblatex-gillies.md
889.33 s
[pandoc] #1: OK (0.06s)
889.34 s
[pandoc] 6836.md
889.35 s
[pandoc] #1: OK (0.03s)
889.36 s
[pandoc] 7930.md
889.39 s
[pandoc] #1: OK (0.04s)
889.40 s
[pandoc] hspace.md
889.43 s
[pandoc] #1: OK (0.03s)
889.48 s
[pandoc] #2: OK (0.05s)
889.53 s
[pandoc] #3: OK (0.05s)
889.57 s
[pandoc] #4: OK (0.04s)
889.57 s
[pandoc] 8364.md
889.65 s
[pandoc] #1: OK (0.08s)
889.65 s
[pandoc] 3530.md
889.69 s
[pandoc] #1: OK (0.04s)
889.72 s
[pandoc] #2: OK (0.03s)
889.72 s
[pandoc] pandoc-citeproc-250.md
889.77 s
[pandoc] #1: OK (0.06s)
889.77 s
[pandoc] 2549.md
889.80 s
[pandoc] #1: OK (0.03s)
889.83 s
[pandoc] #2: OK (0.02s)
889.86 s
[pandoc] #3: OK (0.03s)
889.89 s
[pandoc] #4: OK (0.03s)
889.89 s
[pandoc] 3324.md
889.93 s
[pandoc] #1: OK (0.03s)
889.93 s
[pandoc] 4280.md
889.96 s
[pandoc] #1: OK (0.03s)
889.96 s
[pandoc] 9481.md
889.99 s
[pandoc] #1: OK (0.03s)
889.99 s
[pandoc] bits-title-display-as.md
890.01 s
[pandoc] #1: OK (0.02s)
890.04 s
[pandoc] #2: OK (0.03s)
890.08 s
[pandoc] #3: OK (0.04s)
890.08 s
[pandoc] 3615.md
890.09 s
[pandoc] #1: OK (0.02s)
890.12 s
[pandoc] #2: OK (0.03s)
890.12 s
[pandoc] biblatex-title-and-shorttitle.md
890.20 s
[pandoc] #1: OK (0.09s)
890.20 s
[pandoc] 512.md
890.24 s
[pandoc] #1: OK (0.03s)
890.27 s
[pandoc] #2: OK (0.03s)
890.30 s
[pandoc] #3: OK (0.03s)
890.30 s
[pandoc] ascii.md
890.34 s
[pandoc] #1: OK (0.03s)
890.37 s
[pandoc] #2: OK (0.04s)
890.40 s
[pandoc] #3: OK (0.03s)
890.43 s
[pandoc] #4: OK (0.03s)
890.48 s
[pandoc] #5: OK (0.02s)
890.48 s
[pandoc] #6: OK (0.04s)
890.51 s
[pandoc] #7: OK (0.03s)
890.55 s
[pandoc] #8: OK (0.03s)
890.59 s
[pandoc] #9: OK (0.05s)
890.62 s
[pandoc] #10: OK (0.03s)
890.66 s
[pandoc] #11: OK (0.04s)
890.69 s
[pandoc] #12: OK (0.03s)
890.69 s
[pandoc] 3804.md
890.73 s
[pandoc] #1: OK (0.03s)
890.73 s
[pandoc] 4781.md
890.77 s
[pandoc] #1: OK (0.05s)
890.81 s
[pandoc] #2: OK (0.04s)
890.94 s
[pandoc] 3736.md
890.94 s
[pandoc] #1: OK (0.03s)
890.94 s
[pandoc] #2: OK (0.03s)
890.94 s
[pandoc] #3: OK (0.03s)
890.94 s
[pandoc] 6948.md
890.99 s
[pandoc] #1: OK (0.09s)
891.01 s
[pandoc] #2: OK (0.02s)
891.04 s
[pandoc] #3: OK (0.03s)
891.05 s
[pandoc] 9676.md
891.07 s
[pandoc] #1: OK (0.03s)
891.07 s
[pandoc] 9555.md
891.12 s
[pandoc] #1: OK (0.06s)
891.13 s
[pandoc] 5321.md
891.15 s
[pandoc] #1: OK (0.02s)
891.19 s
[pandoc] #2: OK (0.04s)
891.19 s
[pandoc] 6620.md
891.23 s
[pandoc] #1: OK (0.04s)
891.23 s
[pandoc] 2378.md
891.26 s
[pandoc] #1: OK (0.03s)
891.26 s
[pandoc] 4877.md
891.28 s
[pandoc] #1: OK (0.02s)
891.31 s
[pandoc] #2: OK (0.03s)
891.31 s
[pandoc] 5574.md
891.34 s
[pandoc] #1: OK (0.03s)
891.34 s
[pandoc] biblatex-nietzsche-historie.md
891.41 s
[pandoc] #1: OK (0.07s)
891.41 s
[pandoc] 4420.md
891.43 s
[pandoc] #1: OK (0.02s)
891.43 s
[pandoc] 7743.md
891.47 s
[pandoc] #1: OK (0.04s)
891.50 s
[pandoc] #2: OK (0.03s)
891.54 s
[pandoc] #3: OK (0.04s)
891.58 s
[pandoc] #4: OK (0.04s)
891.61 s
[pandoc] #5: OK (0.03s)
891.64 s
[pandoc] #6: OK (0.03s)
891.73 s
[pandoc] #7: OK (0.09s)
891.77 s
[pandoc] #8: OK (0.03s)
891.77 s
[pandoc] 7434.md
891.81 s
[pandoc] #1: OK (0.05s)
891.81 s
[pandoc] 4186.md
891.85 s
[pandoc] #1: OK (0.03s)
892.22 s
[hls-test-utils] Documentation created: dist/doc/html/hls-test-utils/,
892.22 s
[hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
892.34 s
[hls-test-utils] haddockPhase completed in 35 seconds
892.34 s
[hls-test-utils] Phase: installPhase
892.43 s
[pandoc] #2: OK (0.59s)
892.44 s
[pandoc] 7173.md
892.47 s
[pandoc] #1: OK (0.04s)
892.51 s
[pandoc] #2: OK (0.04s)
892.55 s
[pandoc] #3: OK (0.04s)
892.59 s
[pandoc] #4: OK (0.04s)
892.61 s
[hls-test-utils] Installing library in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
892.62 s
[pandoc] #5: OK (0.04s)
892.62 s
[pandoc] 3690.md
892.65 s
[pandoc] #1: OK (0.03s)
892.65 s
[pandoc] biblatex-vangennep-trans.md
892.69 s
[pandoc] #1: OK (0.04s)
892.69 s
[pandoc] bits-book-part-wrapper.md
892.72 s
[pandoc] #1: OK (0.03s)
892.72 s
[pandoc] 9478.md
892.74 s
[pandoc] #1: OK (0.03s)
892.74 s
[pandoc] pandoc-citeproc-320.md
892.89 s
[pandoc] #1: OK (0.14s)
892.90 s
[pandoc] 6009.md
892.93 s
[pandoc] #1: OK (0.03s)
892.93 s
[pandoc] biblatex-spiegelberg.md
892.99 s
[pandoc] #1: OK (0.06s)
892.99 s
[pandoc] 10271.md
893.01 s
[pandoc] #1: OK (0.03s)
893.06 s
[pandoc] #2: OK (0.04s)
893.08 s
[pandoc] #3: OK (0.03s)
893.10 s
[pandoc] #4: OK (0.03s)
893.10 s
[pandoc] 7920.md
893.15 s
[pandoc] #1: OK (0.02s)
893.16 s
[pandoc] #2: OK (0.02s)
893.20 s
[pandoc] #3: OK (0.03s)
893.20 s
[pandoc] 6675.md
893.24 s
[pandoc] #1: OK (0.04s)
893.24 s
[pandoc] 7525.md
893.26 s
[hls-test-utils] Phase: fixupPhase
893.27 s
[pandoc] #1: OK (0.03s)
893.29 s
[pandoc] #2: OK (0.02s)
893.31 s
[hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
893.32 s
[hls-test-utils] shrinking /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ-ghc9.10.1.so
893.32 s
[pandoc] #3: OK (0.03s)
893.32 s
[pandoc] biblatex-ctan.md
893.38 s
[pandoc] #1: OK (0.05s)
893.38 s
[pandoc] pandoc-citeproc-51.md
893.43 s
[hls-test-utils] checking for references to /build/ in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0...
893.46 s
[hls-test-utils] patching script interpreter paths in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
893.46 s
[hls-test-utils] stripping (with command strip and flags -S -p) in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib
893.51 s
[pandoc] #1: OK (0.14s)
893.51 s
[pandoc] 6308.md
893.54 s
[pandoc] #1: OK (0.03s)
893.54 s
[pandoc] 4281.md
893.56 s
[pandoc] #1: OK (0.02s)
893.56 s
[pandoc] 6384.md
893.61 s
[pandoc] #1: OK (0.04s)
893.61 s
[pandoc] biblatex-baez-article.md
893.64 s
[hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc
893.65 s
[pandoc] #1: OK (0.05s)
893.65 s
[pandoc] biblatex-test-case-conversion.md
893.65 s
[hls-test-utils] checking for references to /build/ in /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc...
893.68 s
[hls-test-utils] patching script interpreter paths in /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc
893.72 s
[pandoc] #1: OK (0.07s)
893.72 s
[pandoc] pandoc-citeproc-327.md
894.15 s
[hls-test-utils:post-build] Uploading to cachix cache "sellout": /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
895.25 s
[hls-test-utils:post-build] Pushing 2 paths (430 are already present) using zstd to cache sellout ⏳
895.25 s
[hls-test-utils:post-build]
895.62 s
[hls-test-utils:post-build] Pushing /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc (23.75 MiB)
895.80 s
[hls-test-utils:post-build] Pushing /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0 (6.22 MiB)
896.90 s
[hls-test-utils:post-build]
896.90 s
[hls-test-utils:post-build] All done.
897.02 s
[hls-test-utils:post-build] Uploading to the NixCI cache: /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
897.29 s
[hls-test-utils:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
897.58 s
[hls-test-utils:post-build] copying 2 paths...
897.58 s
[hls-test-utils:post-build] copying path '/nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
900.22 s
[hls-test-utils:post-build] copying path '/nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0' to 'https://cache.nix-ci.com'...
902.72 s
[hls-test-utils:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
903.18 s
[hls-test-utils:post-build] copying 9 paths...
903.21 s
[hls-test-utils:post-build] copying path '/nix/store/5i9g6k46dwlsn41x8825002x08a184g9-attoparsec-aeson-2.2.2.0.drv' to 'https://cache.nix-ci.com'...
903.22 s
[hls-test-utils:post-build] copying path '/nix/store/8inpw9vbmzichy8shardrx76n7wm1fkv-cmdargs-0.10.22.drv' to 'https://cache.nix-ci.com'...
903.22 s
[hls-test-utils:post-build] copying path '/nix/store/9hs0gsl3am38g9fg7k7m47xb3s89xdyk-conduit-parse-0.2.1.1.drv' to 'https://cache.nix-ci.com'...
903.22 s
[hls-test-utils:post-build] copying path '/nix/store/qnlb2qc7rb8qk199sr8xrsgm280r9ywi-neat-interpolation-0.5.1.4.drv' to 'https://cache.nix-ci.com'...
903.22 s
[hls-test-utils:post-build] copying path '/nix/store/gaxdlqdq1r74wqnp2w8syrld6ka8wi4l-unbounded-delays-0.1.1.1.drv' to 'https://cache.nix-ci.com'...
903.44 s
[hls-test-utils:post-build] copying path '/nix/store/is08bpf4z0vxd764z4q4hsjf6d6b5qj9-aeson-pretty-0.8.10.drv' to 'https://cache.nix-ci.com'...
903.46 s
[hls-test-utils:post-build] copying path '/nix/store/5514q3gc14bgqfahg91l7b053z3pav60-tasty-expected-failure-0.12.3.drv' to 'https://cache.nix-ci.com'...
903.67 s
[hls-test-utils:post-build] copying path '/nix/store/sljg6wfhz26zwv0k2lziy9ic37xsjxaw-lsp-test-0.17.1.1.drv' to 'https://cache.nix-ci.com'...
903.91 s
[hls-test-utils:post-build] copying path '/nix/store/jy3y7swjigclycjz2f1iphsgh1zymgpq-hls-test-utils-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
904.20 s
Progress: 19 of 32 built (1 building), 529 of 529 downloaded from cache
904.42 s
Building /nix/store/xrxdfy09va0xxb6psgm9qi27l5j0bng1-haskell-language-server-2.10.0.0.drv
904.42 s
[pandoc] #1: OK (0.06s)
904.42 s
[pandoc] 10279.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] 4960.md
904.42 s
[pandoc] #1: OK (0.03s)
904.42 s
[pandoc] #2: OK (0.04s)
904.42 s
[pandoc] #3: OK (0.03s)
904.42 s
[pandoc] 4880.md
904.42 s
[pandoc] #1: OK (0.05s)
904.42 s
[pandoc] dokuwiki-quote.md
904.42 s
[pandoc] #1: OK (0.03s)
904.42 s
[pandoc] citeproc-author-in-text-suffix.md
904.42 s
[pandoc] #1: OK (0.03s)
904.42 s
[pandoc] 5081.md
904.42 s
[pandoc] #1: OK (0.03s)
904.42 s
[pandoc] 7573.md
904.42 s
[pandoc] #1: OK (0.03s)
904.42 s
[pandoc] biblatex-britannica.md
904.42 s
[pandoc] #1: OK (0.05s)
904.42 s
[pandoc] 5050.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] biblatex-sorace.md
904.42 s
[pandoc] #1: OK (0.04s)
904.42 s
[pandoc] macros.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] #2: OK (0.02s)
904.42 s
[pandoc] #3: OK (0.02s)
904.42 s
[pandoc] #4: OK (0.02s)
904.42 s
[pandoc] #5: OK
904.42 s
[pandoc] #6: OK (0.02s)
904.42 s
[pandoc] #7: OK (0.04s)
904.42 s
[pandoc] #8: OK (0.03s)
904.42 s
[pandoc] #9: OK (0.02s)
904.42 s
[pandoc] #10: OK (0.02s)
904.42 s
[pandoc] #11: OK (0.03s)
904.42 s
[pandoc] #12: OK (0.04s)
904.42 s
[pandoc] 5876.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] #2: OK (0.03s)
904.42 s
[pandoc] #3: OK (0.04s)
904.42 s
[pandoc] #4: OK (0.03s)
904.42 s
[pandoc] pandoc-citeproc-locators-delimited.md
904.42 s
[pandoc] #1: OK (0.05s)
904.42 s
[pandoc] 3533-rst-csv-tables.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] #2: OK (0.07s)
904.42 s
[pandoc] #3: OK (0.04s)
904.42 s
[pandoc] pandoc-citeproc-371.md
904.42 s
[pandoc] #1: OK (0.06s)
904.42 s
[pandoc] 3309.md
904.42 s
[pandoc] #1: OK (0.04s)
904.42 s
[pandoc] #2: OK (0.03s)
904.42 s
[pandoc] #3: OK (0.02s)
904.42 s
[pandoc] 7847.md
904.42 s
[pandoc] #1: OK (0.05s)
904.42 s
[pandoc] #2: OK (0.02s)
904.42 s
[pandoc] #3: OK (0.03s)
904.42 s
[pandoc] 4253.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] 5986.md
904.42 s
[pandoc] #1: OK (0.06s)
904.42 s
[pandoc] 5753.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] 9196.md
904.42 s
[pandoc] #1: OK (0.03s)
904.42 s
[pandoc] 7713.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] 982.md
904.42 s
[pandoc] #1: OK (0.03s)
904.42 s
[pandoc] 4667.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] biblatex-averroes-hercz.md
904.42 s
[pandoc] #1: OK (0.05s)
904.42 s
[pandoc] 5079.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] 8028.md
904.42 s
[pandoc] #1: OK (0.04s)
904.42 s
[pandoc] 9159.md
904.42 s
[pandoc] #1: OK (0.03s)
904.42 s
[pandoc] duplicate_attributes.md
904.42 s
[pandoc] #1: OK (0.04s)
904.42 s
[pandoc] biblatex-laufenberg.md
904.42 s
[pandoc] #1: OK (0.04s)
904.42 s
[pandoc] 9632.md
904.42 s
[pandoc] #1: OK (0.02s)
904.42 s
[pandoc] 3587.md
904.42 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.02s)
904.43 s
[pandoc] #3: OK (0.03s)
904.43 s
[pandoc] #4: OK (0.02s)
904.43 s
[pandoc] #5: OK (0.02s)
904.43 s
[pandoc] #6: OK (0.02s)
904.43 s
[pandoc] #7: OK (0.03s)
904.43 s
[pandoc] #8: OK (0.02s)
904.43 s
[pandoc] #9: OK (0.04s)
904.43 s
[pandoc] #10: OK (0.03s)
904.43 s
[pandoc] #11: OK (0.03s)
904.43 s
[pandoc] #12: OK (0.02s)
904.43 s
[pandoc] #13: OK (0.02s)
904.43 s
[pandoc] #14: OK (0.02s)
904.43 s
[pandoc] #15: OK (0.03s)
904.43 s
[pandoc] #16: OK (0.03s)
904.43 s
[pandoc] #17: OK (0.04s)
904.43 s
[pandoc] #18: OK (0.05s)
904.43 s
[pandoc] #19: OK (0.03s)
904.43 s
[pandoc] 7397.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] pandoc-citeproc-no-author.md
904.43 s
[pandoc] #1: OK (0.18s)
904.43 s
[pandoc] 5368.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] 4742.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.04s)
904.43 s
[pandoc] #3: OK (0.04s)
904.43 s
[pandoc] biblatex-knuth-ct-e.md
904.43 s
[pandoc] #1: OK (0.06s)
904.43 s
[pandoc] 6265.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] 4156.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] 7272.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] 9293.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] 10094.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] biblatex-averroes-bland.md
904.43 s
[pandoc] #1: OK (0.06s)
904.43 s
[pandoc] 3681.md
904.43 s
[pandoc] #1: OK (0.01s)
904.43 s
[pandoc] #2: OK
904.43 s
[pandoc] #3: OK (0.01s)
904.43 s
[pandoc] 9017.md
904.43 s
[pandoc] #1: OK (0.05s)
904.43 s
[pandoc] 9987.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] 1629.md
904.43 s
[pandoc] #1: OK (0.01s)
904.43 s
[pandoc] wikilinks_title_after_pipe.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] #2: OK
904.43 s
[pandoc] #3: OK (0.03s)
904.43 s
[pandoc] #4: OK (0.02s)
904.43 s
[pandoc] 10062.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] 5655.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] 8681.md
904.43 s
[pandoc] #1: OK (0.01s)
904.43 s
[pandoc] biblatex-pines.md
904.43 s
[pandoc] #1: OK (0.05s)
904.43 s
[pandoc] pandoc-citeproc-76.md
904.43 s
[pandoc] #1: OK (0.12s)
904.43 s
[pandoc] typst-property-output.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] #2: OK (0.02s)
904.43 s
[pandoc] #3: OK (0.02s)
904.43 s
[pandoc] #4: OK (0.02s)
904.43 s
[pandoc] #5: OK (0.02s)
904.43 s
[pandoc] #6: OK
904.43 s
[pandoc] #7: OK (0.01s)
904.43 s
[pandoc] #8: OK (0.02s)
904.43 s
[pandoc] #9: OK (0.01s)
904.43 s
[pandoc] #10: OK (0.01s)
904.43 s
[pandoc] #11: OK (0.02s)
904.43 s
[pandoc] #12: OK (0.01s)
904.43 s
[pandoc] 3510.md
904.43 s
[pandoc] #1: OK (0.01s)
904.43 s
[pandoc] biblatex-crossref-inbook-mvbook.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] 6658.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] rst_block_subst.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] pandoc-citeproc-70.md
904.43 s
[pandoc] #1: OK (0.09s)
904.43 s
[pandoc] 4885.md
904.43 s
[pandoc] #1: OK
904.43 s
[pandoc] pandoc-citeproc-175.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] 4624.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] 5549.md
904.43 s
[pandoc] #1: OK (0.01s)
904.43 s
[pandoc] 6752.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] 7099.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.02s)
904.43 s
[pandoc] 262.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] #2: OK (0.04s)
904.43 s
[pandoc] biblatex-gonzalez.md
904.43 s
[pandoc] #1: OK (0.08s)
904.43 s
[pandoc] 5416.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] #2: OK (0.02s)
904.43 s
[pandoc] 3537.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] #3: OK (0.08s)
904.43 s
[pandoc] pandoc-citeproc-47.md
904.43 s
[pandoc] #1: OK (0.15s)
904.43 s
[pandoc] biblatex-jaffe.md
904.43 s
[pandoc] #1: OK (0.06s)
904.43 s
[pandoc] biblatex-crossref-nested.md
904.43 s
[pandoc] #1: OK (0.07s)
904.43 s
[pandoc] 5340.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] figures-html.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] #3: OK (0.03s)
904.43 s
[pandoc] #4: OK (0.04s)
904.43 s
[pandoc] #5: OK (0.03s)
904.43 s
[pandoc] #6: OK (0.03s)
904.43 s
[pandoc] 8256.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] biblatex-inbook.md
904.43 s
[pandoc] #1: OK (0.07s)
904.43 s
[pandoc] 9586.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] biblatex-averroes-hannes.md
904.43 s
[pandoc] #1: OK (0.06s)
904.43 s
[pandoc] 7112.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] 9792.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] 3407.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] 8204.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] #3: OK (0.04s)
904.43 s
[pandoc] biblatex-cotton.md
904.43 s
[pandoc] #1: OK (0.05s)
904.43 s
[pandoc] 3585.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.02s)
904.43 s
[pandoc] 4164.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.02s)
904.43 s
[pandoc] pandoc-citeproc-31.md
904.43 s
[pandoc] #1: OK (0.22s)
904.43 s
[pandoc] 9630.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] 7145.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] 8770-section.md
904.43 s
[pandoc] #1: OK (0.11s)
904.43 s
[pandoc] 5116.md
904.43 s
[pandoc] #1: OK (0.05s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] #3: OK (0.04s)
904.43 s
[pandoc] 5010.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] pandoc-citeproc-27.md
904.43 s
[pandoc] #1: OK (0.05s)
904.43 s
[pandoc] emoji.md
904.43 s
[pandoc] #1: OK (0.04s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] #3: OK (0.04s)
904.43 s
[pandoc] #4: OK (0.03s)
904.43 s
[pandoc] 9150.md
904.43 s
[pandoc] #1: OK (0.02s)
904.43 s
[pandoc] #2: OK (0.03s)
904.43 s
[pandoc] #3: OK (0.05s)
904.43 s
[pandoc] 8611.md
904.43 s
[pandoc] #1: OK (0.03s)
904.43 s
[pandoc] Old
904.43 s
[pandoc] markdown
904.43 s
[pandoc] writer
904.43 s
[pandoc] basic: OK (0.19s)
904.43 s
[pandoc] tables: OK (0.08s)
904.43 s
[pandoc] lhs to normal: OK (0.03s)
904.43 s
[pandoc] lhs to lhs: OK (0.05s)
904.43 s
[pandoc] reader
904.43 s
[pandoc] basic: OK (0.19s)
904.43 s
[pandoc] tables: OK (0.06s)
904.43 s
[pandoc] pipe tables: OK (0.06s)
904.43 s
[pandoc] more: OK (0.21s)
904.43 s
[pandoc] lhs: OK (0.03s)
904.43 s
[pandoc] citations
904.43 s
[pandoc] citations: OK (0.03s)
904.43 s
[pandoc] rst
904.43 s
[pandoc] writer
904.43 s
[pandoc] basic: OK (0.17s)
904.43 s
[pandoc] tables: OK (0.06s)
904.43 s
[pandoc] lhs to normal: OK (0.03s)
904.43 s
[pandoc] lhs to lhs: OK (0.03s)
904.43 s
[pandoc] reader
904.43 s
[pandoc] basic: OK (0.22s)
904.43 s
[pandoc] tables: OK (0.10s)
904.43 s
[pandoc] lhs: OK (0.03s)
904.43 s
[pandoc] latex
904.43 s
[pandoc] writer
904.43 s
[pandoc] basic: OK (0.17s)
904.43 s
[pandoc] tables: OK (0.08s)
904.43 s
[pandoc] planets table: OK (0.06s)
904.43 s
[pandoc] nordics table: OK (0.04s)
904.43 s
[pandoc] students table: OK (0.03s)
904.43 s
[pandoc] lhs to normal: OK (0.05s)
904.43 s
[pandoc] lhs to lhs: OK (0.04s)
904.43 s
[pandoc] reader
904.43 s
[pandoc] basic: OK (0.12s)
904.43 s
[pandoc] lhs: OK (0.02s)
904.43 s
[pandoc] html
904.43 s
[pandoc] writer
904.43 s
[pandoc] basic: OK (0.23s)
904.43 s
[pandoc] tables: OK (0.07s)
904.43 s
[pandoc] planets table: OK (0.06s)
904.43 s
[pandoc] nordics table: OK (0.05s)
904.43 s
[pandoc] students table: OK (0.03s)
904.43 s
[pandoc] basic: OK (0.15s)
904.43 s
[pandoc] tables: OK (0.06s)
904.43 s
[pandoc] planets table: OK (0.06s)
904.43 s
[pandoc] nordics table: OK (0.03s)
904.43 s
[pandoc] students table: OK (0.02s)
904.44 s
[pandoc] lhs to normal: OK (0.03s)
904.44 s
[pandoc] lhs to lhs: OK (0.22s)
904.44 s
[pandoc] reader: OK (0.17s)
904.44 s
[pandoc] s5
904.44 s
[pandoc] s5 writer (basic): OK (0.08s)
904.44 s
[pandoc] s5 writer (fancy): OK (0.05s)
904.44 s
[pandoc] html4 writer (fragment): OK (0.02s)
904.44 s
[pandoc] html4 writer (inserts): OK (0.06s)
904.44 s
[pandoc] textile
904.44 s
[pandoc] writer
904.44 s
[pandoc] basic: OK (0.12s)
904.44 s
[pandoc] tables: OK (0.06s)
904.44 s
[pandoc] reader: OK (0.07s)
904.44 s
[pandoc] djot
904.44 s
[pandoc] writer
904.44 s
[pandoc] basic: OK (0.12s)
904.44 s
[pandoc] tables: OK (0.06s)
904.44 s
[pandoc] reader: OK (0.06s)
904.44 s
[pandoc] docbook
904.44 s
[pandoc] writer
904.44 s
[pandoc] basic: OK (0.14s)
904.44 s
[pandoc] tables: OK (0.06s)
904.44 s
[pandoc] reader: OK (0.11s)
904.44 s
[pandoc] reader: OK (0.01s)
904.44 s
[pandoc] reader: OK (0.03s)
904.44 s
[pandoc] docbook5
904.44 s
[pandoc] writer
904.53 s
[pandoc] basic: OK (0.12s)
904.58 s
[pandoc] tables: OK (0.05s)
904.58 s
[pandoc] jats
904.58 s
[pandoc] writer
904.58 s
[pandoc] jats_archiving
904.76 s
[pandoc] basic: OK (0.18s)
904.82 s
[pandoc] tables: OK (0.06s)
904.86 s
[pandoc] planets table: OK (0.04s)
904.92 s
[pandoc] nordics table: OK (0.06s)
904.96 s
[pandoc] students table: OK (0.04s)
904.96 s
[pandoc] jats_articleauthoring
905.07 s
[pandoc] basic: OK (0.11s)
905.11 s
[pandoc] tables: OK (0.04s)
905.11 s
[pandoc] jats_publishing
905.22 s
[pandoc] basic: OK (0.12s)
905.26 s
[pandoc] tables: OK (0.04s)
905.36 s
[pandoc] reader: OK (0.10s)
905.36 s
[pandoc] jira
905.36 s
[pandoc] writer
905.45 s
[pandoc] basic: OK (0.09s)
905.48 s
[pandoc] tables: OK (0.03s)
905.50 s
[haskell-language-server] Phase: setupCompilerEnvironmentPhase
905.51 s
[haskell-language-server] Build with /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1.
905.51 s
[pandoc] reader: OK (0.03s)
905.51 s
[pandoc] native
905.51 s
[pandoc] writer
905.63 s
[pandoc] basic: OK (0.11s)
905.67 s
[pandoc] tables: OK (0.05s)
905.80 s
[pandoc] reader: OK (0.13s)
905.80 s
[pandoc] fb2
905.82 s
[pandoc] basic: OK (0.02s)
905.83 s
[pandoc] titles: OK (0.02s)
905.87 s
[pandoc] images: OK (0.04s)
905.90 s
[pandoc] images-embedded: OK (0.03s)
905.91 s
[pandoc] math: OK (0.01s)
905.91 s
[pandoc] meta: OK
905.97 s
[pandoc] tables: OK (0.05s)
906.07 s
[pandoc] testsuite: OK (0.10s)
906.07 s
[pandoc] mediawiki
906.07 s
[pandoc] writer
906.16 s
[pandoc] basic: OK (0.09s)
906.19 s
[pandoc] tables: OK (0.03s)
906.27 s
[pandoc] basic: OK (0.08s)
906.32 s
[pandoc] tables: OK (0.05s)
906.35 s
[pandoc] planets table: OK (0.03s)
906.37 s
[pandoc] nordics table: OK (0.02s)
906.38 s
[pandoc] students table: OK (0.01s)
906.44 s
[haskell-language-server] Phase: unpackPhase
906.44 s
[pandoc] reader: OK (0.06s)
906.44 s
[pandoc] vimwiki
906.44 s
[haskell-language-server] unpacking source archive /nix/store/7gkldzhsjcbsc7l8iqr94qkysmghxldi-haskell-language-server-2.10.0.0.tar.gz
906.49 s
[haskell-language-server] source root is haskell-language-server-2.10.0.0
906.54 s
[haskell-language-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-language-server-2.10.0.0/test/wrapper/Main.hs"
906.54 s
[pandoc] reader: OK (0.10s)
906.54 s
[pandoc] dokuwiki
906.54 s
[pandoc] writer
906.54 s
[haskell-language-server] Phase: patchPhase
906.55 s
[haskell-language-server] Phase: compileBuildDriverPhase
906.56 s
[haskell-language-server] setupCompileFlags: -package-db=/build/tmp.fxwjsK7FK7/setup-package.conf.d -threaded
906.64 s
[pandoc] basic: OK (0.10s)
906.66 s
[haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.fxwjsK7FK7/Main.o )
906.68 s
[pandoc] tables: OK (0.03s)
906.69 s
[pandoc] inline_formatting: OK (0.02s)
906.70 s
[pandoc] multiblock table: OK
906.71 s
[pandoc] external images: OK
906.71 s
[pandoc] opml
906.75 s
[haskell-language-server] [2 of 2] Linking Setup
906.83 s
[pandoc] basic: OK (0.11s)
906.85 s
[pandoc] reader: OK (0.03s)
906.85 s
[pandoc] haddock
906.85 s
[pandoc] writer
906.95 s
[pandoc] basic: OK (0.10s)
906.98 s
[pandoc] tables: OK (0.03s)
907.00 s
[pandoc] reader: OK (0.02s)
907.00 s
[pandoc] txt2tags
907.15 s
[pandoc] reader: OK (0.15s)
907.15 s
[pandoc] epub
907.26 s
[pandoc] features: OK (0.11s)
907.41 s
[pandoc] wasteland: OK (0.15s)
907.68 s
[pandoc] formatting: OK (0.27s)
907.68 s
[pandoc] twiki
907.73 s
[pandoc] reader: OK (0.05s)
907.73 s
[pandoc] tikiwiki
907.77 s
[pandoc] reader: OK (0.04s)
907.77 s
[pandoc] other writers
907.77 s
[pandoc] opendocument
907.89 s
[pandoc] basic: OK (0.12s)
907.93 s
[pandoc] tables: OK (0.04s)
907.93 s
[pandoc] context
908.02 s
[pandoc] basic: OK (0.09s)
908.06 s
[pandoc] tables: OK (0.04s)
908.06 s
[pandoc] texinfo
908.15 s
[pandoc] basic: OK (0.09s)
908.18 s
[pandoc] tables: OK (0.03s)
908.33 s
[pandoc] icml
908.44 s
[haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
908.45 s
[pandoc] basic: OK (0.27s)
908.47 s
[haskell-language-server] Phase: configurePhase
908.47 s
[haskell-language-server] configureFlags: --verbose --prefix=/nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.fxwjsK7FK7/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/haskell-language-server-2.10.0.0 --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --enable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping -f-stylishhaskel -f-hlint -f-retrie --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/lib
908.51 s
[pandoc] tables: OK (0.05s)
908.51 s
[pandoc] tei
908.53 s
[haskell-language-server] Using Parsec parser
908.53 s
[haskell-language-server] Configuring haskell-language-server-2.10.0.0...
908.62 s
[pandoc] basic: OK (0.11s)
908.66 s
[pandoc] tables: OK (0.04s)
908.66 s
[pandoc] man
908.76 s
[pandoc] basic: OK (0.10s)
908.79 s
[pandoc] tables: OK (0.03s)
908.79 s
[pandoc] plain
908.92 s
[pandoc] basic: OK (0.13s)
908.97 s
[pandoc] tables: OK (0.05s)
908.97 s
[pandoc] asciidoc
909.07 s
[pandoc] basic: OK (0.10s)
909.10 s
[pandoc] tables: OK (0.03s)
909.10 s
[pandoc] asciidoc_legacy
909.20 s
[pandoc] basic: OK (0.10s)
909.24 s
[pandoc] tables: OK (0.04s)
909.24 s
[pandoc] xwiki
909.33 s
[pandoc] basic: OK (0.09s)
909.37 s
[pandoc] tables: OK (0.03s)
909.37 s
[pandoc] zimwiki
909.40 s
[haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
909.40 s
[haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
909.40 s
[haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
909.40 s
[haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
909.40 s
[haskell-language-server] hlint=False, ignore-plugins-ghc-bounds=False, importlens=True,
909.40 s
[haskell-language-server] isolatecabalfmttests=False, isolatecabalgildtests=False, modulename=True,
909.41 s
[haskell-language-server] notes=True, ormolu=True, overloadedrecorddot=True, pedantic=False,
909.41 s
[haskell-language-server] pragmas=True, qualifyimportednames=True, refactor=True, rename=True,
909.41 s
[haskell-language-server] retrie=False, semantictokens=True, splice=True, stan=True,
909.41 s
[haskell-language-server] stylishhaskell=True, test-exe=True
909.46 s
[pandoc] basic: OK (0.09s)
909.49 s
[pandoc] tables: OK (0.03s)
909.49 s
[pandoc] writers-lang-and-dir
909.53 s
[pandoc] latex: OK (0.04s)
909.56 s
[pandoc] context: OK (0.03s)
909.56 s
[pandoc] muse
909.56 s
[pandoc] writer
909.66 s
[pandoc] basic: OK (0.10s)
909.69 s
[pandoc] tables: OK (0.03s)
909.69 s
[pandoc] ms
909.69 s
[pandoc] writer
909.78 s
[pandoc] basic: OK (0.09s)
909.81 s
[pandoc] tables: OK (0.03s)
909.81 s
[pandoc] typst
909.81 s
[pandoc] writer
909.90 s
[pandoc] basic: OK (0.09s)
909.92 s
[haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
909.92 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.92 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
909.92 s
[haskell-language-server] Dependency directory: using directory-1.3.8.3
909.92 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.92 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.92 s
[haskell-language-server] Dependency ghc: using ghc-9.10.1
909.92 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.92 s
[haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
909.92 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.92 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.92 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.92 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.92 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.92 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.92 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.92 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.92 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.92 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.92 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.92 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.92 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.92 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.92 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.92 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.92 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.92 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.92 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.92 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.92 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.92 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.92 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.92 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.92 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.92 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.92 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.92 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.92 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.92 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.92 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.92 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.92 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.92 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.92 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.92 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.92 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.92 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.92 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.92 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.92 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.92 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.92 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.92 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.92 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.92 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.92 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.92 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.92 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.92 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.92 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.92 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.92 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.92 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.92 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.92 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.92 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.92 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.92 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.92 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.92 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.92 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.92 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.92 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.92 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.92 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.92 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.92 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.92 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.92 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.92 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.92 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.92 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.92 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.93 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.93 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.93 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.93 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.93 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.93 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.93 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.93 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.93 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.93 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.94 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.94 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.94 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
909.94 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
909.94 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
909.94 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
909.94 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
909.94 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
909.94 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
909.94 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
909.94 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
909.94 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.94 s
[haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
909.94 s
[haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
909.94 s
[haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
909.94 s
[haskell-language-server] Dependency process: using process-1.6.19.0
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency directory: using directory-1.3.8.3
909.94 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.94 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.94 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.94 s
[haskell-language-server] Dependency process-extras: using process-extras-0.7.4
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency directory: using directory-1.3.8.3
909.94 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.94 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.94 s
[haskell-language-server] Dependency process-extras: using process-extras-0.7.4
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency Cabal: using Cabal-3.12.0.0
909.94 s
[haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.12.0.0
909.94 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
909.94 s
[haskell-language-server] Dependency cabal-add: using cabal-add-0.1
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.94 s
[haskell-language-server] Dependency directory: using directory-1.3.8.3
909.94 s
[haskell-language-server] Dependency extra >=1.7.4: using extra-1.7.16
909.94 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
909.94 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.94 s
[haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
909.94 s
[haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
909.94 s
[haskell-language-server] Dependency pretty: using pretty-1.1.3.6
909.94 s
[haskell-language-server] Dependency process: using process-1.6.19.0
909.94 s
[haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.3
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
909.94 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.94 s
[haskell-language-server] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
909.94 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.94 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.94 s
[haskell-language-server] Dependency ghc: using ghc-9.10.1
909.94 s
[haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.9.0.0
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.94 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.94 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.94 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.94 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
909.94 s
[haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency Diff >=0.5 && <0.6: using Diff-0.5
909.94 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.94 s
[haskell-language-server] Dependency dlist: using dlist-1.0
909.94 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.94 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.94 s
[haskell-language-server] Dependency ghc: using ghc-9.10.1
909.94 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.94 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.94 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.94 s
[haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.6.1
909.94 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.94 s
[haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
909.94 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.94 s
[haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
909.94 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
909.94 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.94 s
[haskell-language-server] Dependency ghc: using ghc-9.10.1
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.94 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.94 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
909.94 s
[haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
909.94 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.94 s
[haskell-language-server] Dependency hie-compat: using hie-compat-0.3.1.2
909.94 s
[haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.94 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.94 s
[haskell-language-server] Dependency mod: using mod-0.2.0.1
909.94 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.94 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.94 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.94 s
[haskell-language-server] Dependency directory: using directory-1.3.8.3
909.94 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
909.94 s
[haskell-language-server] Dependency hie-compat: using hie-compat-0.3.1.2
909.94 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.94 s
[haskell-language-server] Dependency stan >=0.1.2.0: using stan-0.2.0.0
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency trial: using trial-0.0.0.0
909.94 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
909.94 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
909.94 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.94 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.94 s
[haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.94 s
[haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
909.94 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.94 s
[haskell-language-server] Dependency text: using text-2.1.1
909.94 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.94 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.94 s
[haskell-language-server] Dependency containers: using containers-0.7
909.94 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.94 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
909.94 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
909.94 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.94 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.95 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
909.95 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency dlist: using dlist-1.0
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.95 s
[haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency vector: using vector-0.13.2.0
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.95 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
909.95 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency ghc: using ghc-9.10.1
909.95 s
[haskell-language-server] Dependency ghc-exactprint: using ghc-exactprint-1.9.0.0
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
909.95 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.95 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.95 s
[haskell-language-server] Dependency fourmolu >=0.14 && <0.17: using fourmolu-0.16.0.0
909.95 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.95 s
[haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency yaml: using yaml-0.11.11.2
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.95 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.95 s
[haskell-language-server] Dependency ormolu >=0.1.2 && <0.4 || >=0.5 && <0.8: using ormolu-0.7.7.0
909.95 s
[haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.95 s
[haskell-language-server] Dependency dlist: using dlist-1.0
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency ghc: using ghc-9.10.1
909.95 s
[haskell-language-server] Dependency ghc-boot: using ghc-boot-9.10.1
909.95 s
[haskell-language-server] Dependency ghc-exactprint <1 || >=1.4: using ghc-exactprint-1.9.0.0
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
909.95 s
[haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
909.95 s
[haskell-language-server] Dependency regex-applicative: using regex-applicative-0.3.4
909.95 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
909.95 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
909.95 s
[haskell-language-server] Dependency time: using time-1.12.2
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
909.95 s
[haskell-language-server] Dependency array: using array-0.5.7.0
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
909.95 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.95 s
[haskell-language-server] Dependency dlist: using dlist-1.0
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
909.95 s
[haskell-language-server] Dependency stm: using stm-2.5.3.1
909.95 s
[haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
909.95 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
909.95 s
[haskell-language-server] Dependency template-haskell: using template-haskell-2.22.0.0
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency array: using array-0.5.7.0
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
909.95 s
[haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.3
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
909.95 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
909.95 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.95 s
[haskell-language-server] Dependency async: using async-2.2.5
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency binary: using binary-0.8.9.2
909.95 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
909.95 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
909.95 s
[haskell-language-server] Dependency directory: using directory-1.3.8.3
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.95 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
909.95 s
[haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
909.95 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.95 s
[haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
909.95 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.95 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
909.95 s
[haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
909.95 s
[haskell-language-server] Dependency process: using process-1.6.19.0
909.95 s
[haskell-language-server] Dependency row-types: using row-types-1.0.1.2
909.95 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
909.95 s
[haskell-language-server] Dependency shake: using shake-0.19.8
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
909.95 s
[haskell-language-server] Dependency directory: using directory-1.3.8.3
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.95 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
909.95 s
[haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
909.95 s
[haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
909.95 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.95 s
[haskell-language-server] Dependency text: using text-2.1.1
909.95 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
909.95 s
[haskell-language-server] Dependency unix: using unix-2.8.5.1
909.95 s
[haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
909.95 s
[haskell-language-server] Dependency base >=4 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
909.95 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
909.95 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
909.95 s
[haskell-language-server] Dependency containers: using containers-0.7
909.95 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
909.95 s
[haskell-language-server] Dependency extra: using extra-1.7.16
909.95 s
[haskell-language-server] Dependency filepath: using filepath-1.5.2.0
909.95 s
[haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
909.95 s
[haskell-language-server] haskell-language-server-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
909.95 s
[haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
909.96 s
[haskell-language-server] Dependency lens: using lens-5.3.4
909.96 s
[haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
909.96 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
909.96 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
909.96 s
[haskell-language-server] Dependency process: using process-1.6.19.0
909.96 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
909.96 s
[haskell-language-server] Dependency shake: using shake-0.19.8
909.96 s
[haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
909.96 s
[haskell-language-server] Dependency text: using text-2.1.1
909.96 s
[haskell-language-server] Source component graph:
909.96 s
[haskell-language-server] component exe:ghcide-test-preprocessor
909.96 s
[haskell-language-server] component lib:hls-stan-plugin
909.96 s
[haskell-language-server] component lib:hls-semantic-tokens-plugin
909.96 s
[haskell-language-server] component lib:hls-refactor-plugin
909.96 s
[haskell-language-server] component lib:hls-rename-plugin dependency lib:hls-refactor-plugin
909.96 s
[haskell-language-server] component lib:hls-qualify-imported-names-plugin
909.96 s
[haskell-language-server] component lib:hls-pragmas-plugin
909.96 s
[haskell-language-server] component lib:hls-overloaded-record-dot-plugin
909.96 s
[haskell-language-server] component lib:hls-ormolu-plugin
909.96 s
[haskell-language-server] component lib:hls-notes-plugin
909.96 s
[haskell-language-server] component lib:hls-module-name-plugin
909.96 s
[haskell-language-server] component lib:hls-gadt-plugin dependency lib:hls-refactor-plugin
909.96 s
[haskell-language-server] component lib:hls-fourmolu-plugin
909.96 s
[haskell-language-server] component lib:hls-explicit-record-fields-plugin
909.96 s
[haskell-language-server] component lib:hls-explicit-imports-plugin
909.96 s
[haskell-language-server] component lib:hls-explicit-fixity-plugin
909.96 s
[haskell-language-server] component lib:hls-eval-plugin
909.96 s
[haskell-language-server] component lib:hls-code-range-plugin
909.96 s
[haskell-language-server] component lib:hls-class-plugin
909.96 s
[haskell-language-server] component lib:hls-change-type-signature-plugin
909.96 s
[haskell-language-server] component lib:hls-call-hierarchy-plugin
909.96 s
[haskell-language-server] component lib:hls-cabal-plugin
909.96 s
[haskell-language-server] component lib:hls-cabal-gild-plugin
909.96 s
[haskell-language-server] component lib:hls-cabal-fmt-plugin
909.96 s
[haskell-language-server] component lib:hls-alternate-number-format-plugin
909.96 s
[haskell-language-server] component lib:ghcide-bench-lib
909.96 s
[haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
909.96 s
[haskell-language-server] component lib
909.96 s
[haskell-language-server] dependency lib:hls-alternate-number-format-plugin
909.96 s
[haskell-language-server] dependency lib:hls-cabal-fmt-plugin
909.96 s
[haskell-language-server] dependency lib:hls-cabal-gild-plugin
909.96 s
[haskell-language-server] dependency lib:hls-cabal-plugin
909.96 s
[haskell-language-server] dependency lib:hls-call-hierarchy-plugin
909.96 s
[haskell-language-server] dependency lib:hls-change-type-signature-plugin
909.96 s
[haskell-language-server] dependency lib:hls-class-plugin
909.96 s
[haskell-language-server] dependency lib:hls-code-range-plugin
909.96 s
[haskell-language-server] dependency lib:hls-eval-plugin
909.96 s
[haskell-language-server] dependency lib:hls-explicit-fixity-plugin
909.96 s
[haskell-language-server] dependency lib:hls-explicit-imports-plugin
909.96 s
[haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
909.96 s
[haskell-language-server] dependency lib:hls-fourmolu-plugin
909.96 s
[haskell-language-server] dependency lib:hls-gadt-plugin
909.96 s
[haskell-language-server] dependency lib:hls-module-name-plugin
909.96 s
[haskell-language-server] dependency lib:hls-notes-plugin
909.96 s
[haskell-language-server] dependency lib:hls-ormolu-plugin
909.96 s
[haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
909.96 s
[haskell-language-server] dependency lib:hls-pragmas-plugin
909.96 s
[haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
909.96 s
[haskell-language-server] dependency lib:hls-refactor-plugin
909.96 s
[haskell-language-server] dependency lib:hls-rename-plugin
909.96 s
[haskell-language-server] dependency lib:hls-semantic-tokens-plugin
909.96 s
[haskell-language-server] dependency lib:hls-stan-plugin
909.96 s
[haskell-language-server] component exe:haskell-language-server dependency lib
909.96 s
[haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
909.96 s
[haskell-language-server] Configured component graph:
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-ChjzvdpFXad70P6OkgXnr-ghcide-test-preprocessor
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.96 s
[haskell-language-server] include directory-1.3.8.3-678a
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.96 s
[haskell-language-server] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.96 s
[haskell-language-server] include stan-0.2.0.0-65XjfPVea9GI8vJlPGFNZY
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include trial-0.0.0.0-7mzw1PCObxjCoqOMdFc6rj
909.96 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
909.96 s
[haskell-language-server] include array-0.5.7.0-78f3
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.96 s
[haskell-language-server] include containers-0.7-4cd1
909.96 s
[haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
909.96 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.96 s
[haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
909.96 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.96 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.96 s
[haskell-language-server] include mtl-2.3.1-8f33
909.96 s
[haskell-language-server] include stm-2.5.3.1-a30b
909.96 s
[haskell-language-server] include stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
909.96 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.96 s
[haskell-language-server] include template-haskell-2.22.0.0-5f29
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.96 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.96 s
[haskell-language-server] include containers-0.7-4cd1
909.96 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.96 s
[haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
909.96 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.96 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.96 s
[haskell-language-server] include ghc-boot-9.10.1-afa4
909.96 s
[haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.96 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.96 s
[haskell-language-server] include mtl-2.3.1-8f33
909.96 s
[haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
909.96 s
[haskell-language-server] include regex-applicative-0.3.4-4ubwq8jUZh2HqQp1vVpx9D
909.96 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.96 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.96 s
[haskell-language-server] include time-1.12.2-a16e
909.96 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.96 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include containers-0.7-4cd1
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.96 s
[haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
909.96 s
[haskell-language-server] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
909.96 s
[haskell-language-server] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.96 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.96 s
[haskell-language-server] include mod-0.2.0.1-9QaMELWnl2s7jsfD5fsTjA
909.96 s
[haskell-language-server] include mtl-2.3.1-8f33
909.96 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.96 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include containers-0.7-4cd1
909.96 s
[haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.96 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.96 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
909.96 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include containers-0.7-4cd1
909.96 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.96 s
[haskell-language-server] include fuzzy-0.1.1.0-B4dg1sTfQ7m9801mSCAEKJ
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.96 s
[haskell-language-server] include lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
909.96 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
909.96 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include containers-0.7-4cd1
909.96 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.96 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.96 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.96 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.96 s
[haskell-language-server] include ghc-boot-th-9.10.1-9814
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.96 s
[haskell-language-server] include mtl-2.3.1-8f33
909.96 s
[haskell-language-server] include ormolu-0.7.7.0-2OZxxnSpKNmDDk9o0UsDC1
909.96 s
[haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
909.96 s
[haskell-language-server] include array-0.5.7.0-78f3
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.96 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.96 s
[haskell-language-server] include mtl-2.3.1-8f33
909.96 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.96 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
909.96 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include containers-0.7-4cd1
909.96 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.96 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.96 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.96 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.96 s
[haskell-language-server] include text-2.1.1-f47e
909.96 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.96 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.96 s
[haskell-language-server] component haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
909.96 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.96 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.96 s
[haskell-language-server] include containers-0.7-4cd1
909.96 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.96 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.97 s
[haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.97 s
[haskell-language-server] include fourmolu-0.16.0.0-X9vJJVSuXeDg7hpUn2nTI
909.97 s
[haskell-language-server] include ghc-boot-th-9.10.1-9814
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] include yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
909.97 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
909.97 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.97 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
909.97 s
[haskell-language-server] include Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
909.97 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.97 s
[haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.97 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.97 s
[haskell-language-server] include ghc-boot-th-9.10.1-9814
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.97 s
[haskell-language-server] include megaparsec-9.6.1-AdKsncSfDT7ApMl6OGqoHs
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] include unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
909.97 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include semigroupoids-6.0.1-GiqvWQEUpevF4ZYraKTrYV
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] include vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
909.97 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.97 s
[haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.97 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.97 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
909.97 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
909.97 s
[haskell-language-server] include Cabal-3.12.0.0-84df
909.97 s
[haskell-language-server] include Cabal-syntax-3.12.0.0-286a
909.97 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.97 s
[haskell-language-server] include cabal-add-0.1-DY5ILjtxqQgJ4zzTkkegU8
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.97 s
[haskell-language-server] include directory-1.3.8.3-678a
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.97 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.97 s
[haskell-language-server] include pretty-1.1.3.6-18c6
909.97 s
[haskell-language-server] include process-1.6.19.0-9629
909.97 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.97 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.97 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include directory-1.3.8.3-678a
909.97 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include directory-1.3.8.3-678a
909.97 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include ghc-boot-th-9.10.1-9814
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.97 s
[haskell-language-server] include mtl-2.3.1-8f33
909.97 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.97 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
909.97 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.97 s
[haskell-language-server] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include binary-0.8.9.2-4928
909.97 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.97 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.97 s
[haskell-language-server] include directory-1.3.8.3-678a
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.97 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.97 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.97 s
[haskell-language-server] include hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
909.97 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.97 s
[haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
909.97 s
[haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
909.97 s
[haskell-language-server] include process-1.6.19.0-9629
909.97 s
[haskell-language-server] include row-types-1.0.1.2-L8ItrZBTtZ9HTsMetD9SkL
909.97 s
[haskell-language-server] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
909.97 s
[haskell-language-server] include shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
909.97 s
[haskell-language-server] include text-2.1.1-f47e
909.97 s
[haskell-language-server] component haskell-language-server-2.10.0.0-Gi5IWJWHHjH73MoVqqpctw-ghcide-bench
909.97 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.97 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.97 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.97 s
[haskell-language-server] include containers-0.7-4cd1
909.97 s
[haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
909.97 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.97 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.97 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
909.97 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.97 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.97 s
[haskell-language-server] include hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
909.97 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.97 s
[haskell-language-server] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
909.97 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.97 s
[haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
909.98 s
[haskell-language-server] include process-1.6.19.0-9629
909.98 s
[haskell-language-server] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
909.98 s
[haskell-language-server] include shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
909.98 s
[haskell-language-server] include tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] component haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
909.98 s
[haskell-language-server] include aeson-pretty-0.8.10-lIvpejPJ4VLnfTtFJx7JD
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
909.98 s
[haskell-language-server] include directory-1.3.8.3-678a
909.98 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.98 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.98 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include githash-0.1.7.0-FsuxdotLHtYD0x7A44veWH
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
909.98 s
[haskell-language-server] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
909.98 s
[haskell-language-server] include optparse-simple-0.1.1.4-3OGXobo7a0O93GsYR7rGLi
909.98 s
[haskell-language-server] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
909.98 s
[haskell-language-server] include process-1.6.19.0-9629
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] component haskell-language-server-2.10.0.0-CC6WLvA9X5e8q3hbWx67iH-haskell-language-server
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] component haskell-language-server-2.10.0.0-7FQ9v8TsO9u1kE6ryDV6GE-haskell-language-server-wrapper
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include containers-0.7-4cd1
909.98 s
[haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
909.98 s
[haskell-language-server] include directory-1.3.8.3-678a
909.98 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.98 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
909.98 s
[haskell-language-server] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.98 s
[haskell-language-server] include unix-2.8.5.1-2416
909.98 s
[haskell-language-server] include unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
909.98 s
[haskell-language-server] Linked component graph:
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-ChjzvdpFXad70P6OkgXnr-ghcide-test-preprocessor
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.98 s
[haskell-language-server] include directory-1.3.8.3-678a
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.98 s
[haskell-language-server] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.98 s
[haskell-language-server] include stan-0.2.0.0-65XjfPVea9GI8vJlPGFNZY
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include trial-0.0.0.0-7mzw1PCObxjCoqOMdFc6rj
909.98 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.98 s
[haskell-language-server] Ide.Plugin.Stan=haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin:Ide.Plugin.Stan
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
909.98 s
[haskell-language-server] include array-0.5.7.0-78f3
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.98 s
[haskell-language-server] include containers-0.7-4cd1
909.98 s
[haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
909.98 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.98 s
[haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
909.98 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include mtl-2.3.1-8f33
909.98 s
[haskell-language-server] include stm-2.5.3.1-a30b
909.98 s
[haskell-language-server] include stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
909.98 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.98 s
[haskell-language-server] include template-haskell-2.22.0.0-5f29
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.98 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.98 s
[haskell-language-server] Ide.Plugin.SemanticTokens=haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens,Ide.Plugin.SemanticTokens.Mappings=haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Mappings,Ide.Plugin.SemanticTokens.Types=haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Types
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.98 s
[haskell-language-server] include containers-0.7-4cd1
909.98 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.98 s
[haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
909.98 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.98 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.98 s
[haskell-language-server] include ghc-boot-9.10.1-afa4
909.98 s
[haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include mtl-2.3.1-8f33
909.98 s
[haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
909.98 s
[haskell-language-server] include regex-applicative-0.3.4-4ubwq8jUZh2HqQp1vVpx9D
909.98 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.98 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.98 s
[haskell-language-server] include time-1.12.2-a16e
909.98 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.98 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.98 s
[haskell-language-server] Development.IDE.GHC.Compat.ExactPrint=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.GHC.Compat.ExactPrint,Development.IDE.GHC.Dump=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.GHC.Dump,Development.IDE.GHC.ExactPrint=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.GHC.ExactPrint,Development.IDE.Plugin.CodeAction=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.Plugin.CodeAction,Development.IDE.Plugin.CodeAction.Util=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.Plugin.CodeAction.Util
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include containers-0.7-4cd1
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.98 s
[haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
909.98 s
[haskell-language-server] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
909.98 s
[haskell-language-server] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.98 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.98 s
[haskell-language-server] include mod-0.2.0.1-9QaMELWnl2s7jsfD5fsTjA
909.98 s
[haskell-language-server] include mtl-2.3.1-8f33
909.98 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.98 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.98 s
[haskell-language-server] Ide.Plugin.Rename=haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin:Ide.Plugin.Rename
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include containers-0.7-4cd1
909.98 s
[haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.98 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.98 s
[haskell-language-server] Ide.Plugin.QualifyImportedNames=haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin:Ide.Plugin.QualifyImportedNames
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
909.98 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include containers-0.7-4cd1
909.98 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.98 s
[haskell-language-server] include fuzzy-0.1.1.0-B4dg1sTfQ7m9801mSCAEKJ
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.98 s
[haskell-language-server] include lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.98 s
[haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin:Ide.Plugin.Pragmas
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
909.98 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include containers-0.7-4cd1
909.98 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.98 s
[haskell-language-server] Ide.Plugin.OverloadedRecordDot=haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin:Ide.Plugin.OverloadedRecordDot
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.98 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.98 s
[haskell-language-server] include ghc-boot-th-9.10.1-9814
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include mtl-2.3.1-8f33
909.98 s
[haskell-language-server] include ormolu-0.7.7.0-2OZxxnSpKNmDDk9o0UsDC1
909.98 s
[haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.98 s
[haskell-language-server] Ide.Plugin.Ormolu=haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin:Ide.Plugin.Ormolu
909.98 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
909.98 s
[haskell-language-server] include array-0.5.7.0-78f3
909.98 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.98 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.98 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.98 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.98 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.98 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.98 s
[haskell-language-server] include mtl-2.3.1-8f33
909.98 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.98 s
[haskell-language-server] include text-2.1.1-f47e
909.98 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.98 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.99 s
[haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin:Ide.Plugin.Notes
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
909.99 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin:Ide.Plugin.ModuleName
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
909.99 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.99 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.99 s
[haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include mtl-2.3.1-8f33
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] Ide.Plugin.GADT=haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin:Ide.Plugin.GADT
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.99 s
[haskell-language-server] include fourmolu-0.16.0.0-X9vJJVSuXeDg7hpUn2nTI
909.99 s
[haskell-language-server] include ghc-boot-th-9.10.1-9814
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include mtl-2.3.1-8f33
909.99 s
[haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] include yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
909.99 s
[haskell-language-server] Ide.Plugin.Fourmolu=haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin:Ide.Plugin.Fourmolu
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
909.99 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] Ide.Plugin.ExplicitFields=haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin:Ide.Plugin.ExplicitFields
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
909.99 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.99 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include mtl-2.3.1-8f33
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.99 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
909.99 s
[haskell-language-server] include Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
909.99 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.99 s
[haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
909.99 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.99 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.99 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.99 s
[haskell-language-server] include ghc-boot-th-9.10.1-9814
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.99 s
[haskell-language-server] include megaparsec-9.6.1-AdKsncSfDT7ApMl6OGqoHs
909.99 s
[haskell-language-server] include mtl-2.3.1-8f33
909.99 s
[haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] include unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
909.99 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.99 s
[haskell-language-server] Ide.Plugin.Eval=haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin:Ide.Plugin.Eval,Ide.Plugin.Eval.Types=haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin:Ide.Plugin.Eval.Types
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.99 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include mtl-2.3.1-8f33
909.99 s
[haskell-language-server] include semigroupoids-6.0.1-GiqvWQEUpevF4ZYraKTrYV
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] include vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
909.99 s
[haskell-language-server] Ide.Plugin.CodeRange=haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin:Ide.Plugin.CodeRange,Ide.Plugin.CodeRange.Rules=haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin:Ide.Plugin.CodeRange.Rules
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
909.99 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.99 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.99 s
[haskell-language-server] include ghc-9.10.1-c9f5
909.99 s
[haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include mtl-2.3.1-8f33
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin:Ide.Plugin.Class
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.99 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.99 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] Ide.Plugin.ChangeTypeSignature=haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin:Ide.Plugin.ChangeTypeSignature
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
909.99 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
909.99 s
[haskell-language-server] include Cabal-3.12.0.0-84df
909.99 s
[haskell-language-server] include Cabal-syntax-3.12.0.0-286a
909.99 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
909.99 s
[haskell-language-server] include cabal-add-0.1-DY5ILjtxqQgJ4zzTkkegU8
909.99 s
[haskell-language-server] include containers-0.7-4cd1
909.99 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
909.99 s
[haskell-language-server] include directory-1.3.8.3-678a
909.99 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
909.99 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
909.99 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
909.99 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.99 s
[haskell-language-server] include pretty-1.1.3.6-18c6
909.99 s
[haskell-language-server] include process-1.6.19.0-9629
909.99 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
909.99 s
[haskell-language-server] include transformers-0.6.1.1-3641
909.99 s
[haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
909.99 s
[haskell-language-server] Ide.Plugin.Cabal=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal,Ide.Plugin.Cabal.CabalAdd=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd,Ide.Plugin.Cabal.Completion.CabalFields=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.CabalFields,Ide.Plugin.Cabal.Completion.Completer.FilePath=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.FilePath,Ide.Plugin.Cabal.Completion.Completer.Module=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Module,Ide.Plugin.Cabal.Completion.Completer.Paths=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Paths,Ide.Plugin.Cabal.Completion.Completer.Simple=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Simple,Ide.Plugin.Cabal.Completion.Completer.Snippet=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Snippet,Ide.Plugin.Cabal.Completion.Completer.Types=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Types,Ide.Plugin.Cabal.Completion.Completions=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completions,Ide.Plugin.Cabal.Completion.Data=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Data,Ide.Plugin.Cabal.Completion.Types=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Types,Ide.Plugin.Cabal.Definition=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Definition,Ide.Plugin.Cabal.Diagnostics=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Diagnostics,Ide.Plugin.Cabal.FieldSuggest=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.FieldSuggest,Ide.Plugin.Cabal.LicenseSuggest=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.LicenseSuggest,Ide.Plugin.Cabal.Orphans=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Orphans,Ide.Plugin.Cabal.Outline=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Outline,Ide.Plugin.Cabal.Parse=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Parse
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include directory-1.3.8.3-678a
909.99 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.99 s
[haskell-language-server] include mtl-2.3.1-8f33
909.99 s
[haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] Ide.Plugin.CabalGild=haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin:Ide.Plugin.CabalGild
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include directory-1.3.8.3-678a
909.99 s
[haskell-language-server] include filepath-1.5.2.0-058d
909.99 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
909.99 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
909.99 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
909.99 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
909.99 s
[haskell-language-server] include mtl-2.3.1-8f33
909.99 s
[haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
909.99 s
[haskell-language-server] include text-2.1.1-f47e
909.99 s
[haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
909.99 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
909.99 s
[haskell-language-server] include base-4.20.0.0-d8e2
909.99 s
[haskell-language-server] include containers-0.7-4cd1
910.00 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] include ghc-boot-th-9.10.1-9814
910.00 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.00 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.00 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.00 s
[haskell-language-server] include mtl-2.3.1-8f33
910.00 s
[haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
910.00 s
[haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
910.00 s
[haskell-language-server] include text-2.1.1-f47e
910.00 s
[haskell-language-server] Ide.Plugin.AlternateNumberFormat=haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin:Ide.Plugin.AlternateNumberFormat,Ide.Plugin.Conversion=haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin:Ide.Plugin.Conversion
910.00 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
910.00 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.00 s
[haskell-language-server] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
910.00 s
[haskell-language-server] include base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] include binary-0.8.9.2-4928
910.00 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
910.00 s
[haskell-language-server] include deepseq-1.5.0.0-e78d
910.00 s
[haskell-language-server] include directory-1.3.8.3-678a
910.00 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] include filepath-1.5.2.0-058d
910.00 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
910.00 s
[haskell-language-server] include hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
910.00 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.00 s
[haskell-language-server] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
910.00 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.00 s
[haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
910.00 s
[haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
910.00 s
[haskell-language-server] include process-1.6.19.0-9629
910.00 s
[haskell-language-server] include row-types-1.0.1.2-L8ItrZBTtZ9HTsMetD9SkL
910.00 s
[haskell-language-server] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
910.00 s
[haskell-language-server] include shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
910.00 s
[haskell-language-server] include text-2.1.1-f47e
910.00 s
[haskell-language-server] Experiments=haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib:Experiments,Experiments.Types=haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib:Experiments.Types
910.00 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-Gi5IWJWHHjH73MoVqqpctw-ghcide-bench
910.00 s
[haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.00 s
[haskell-language-server] include base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] include bytestring-0.12.1.0-05ed
910.00 s
[haskell-language-server] include containers-0.7-4cd1
910.00 s
[haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
910.00 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] include filepath-1.5.2.0-058d
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
910.00 s
[haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.00 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] include hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
910.00 s
[haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.00 s
[haskell-language-server] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
910.00 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.00 s
[haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
910.00 s
[haskell-language-server] include process-1.6.19.0-9629
910.00 s
[haskell-language-server] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
910.00 s
[haskell-language-server] include shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
910.00 s
[haskell-language-server] include tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
910.00 s
[haskell-language-server] include text-2.1.1-f47e
910.00 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
910.00 s
[haskell-language-server] include aeson-pretty-0.8.10-lIvpejPJ4VLnfTtFJx7JD
910.00 s
[haskell-language-server] include base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
910.00 s
[haskell-language-server] include directory-1.3.8.3-678a
910.00 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] include filepath-1.5.2.0-058d
910.00 s
[haskell-language-server] include ghc-9.10.1-c9f5
910.00 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] include githash-0.1.7.0-FsuxdotLHtYD0x7A44veWH
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
910.00 s
[haskell-language-server] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
910.00 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
910.00 s
[haskell-language-server] include optparse-simple-0.1.1.4-3OGXobo7a0O93GsYR7rGLi
910.00 s
[haskell-language-server] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
910.00 s
[haskell-language-server] include process-1.6.19.0-9629
910.00 s
[haskell-language-server] include text-2.1.1-f47e
910.00 s
[haskell-language-server] HlsPlugins=haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II:HlsPlugins,Ide.Arguments=haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II:Ide.Arguments,Ide.Main=haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II:Ide.Main,Ide.Version=haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II:Ide.Version
910.00 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-CC6WLvA9X5e8q3hbWx67iH-haskell-language-server
910.00 s
[haskell-language-server] include base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
910.00 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.00 s
[haskell-language-server] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
910.00 s
[haskell-language-server] include text-2.1.1-f47e
910.00 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-7FQ9v8TsO9u1kE6ryDV6GE-haskell-language-server-wrapper
910.00 s
[haskell-language-server] include base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] include containers-0.7-4cd1
910.00 s
[haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
910.00 s
[haskell-language-server] include directory-1.3.8.3-678a
910.00 s
[haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] include filepath-1.5.2.0-058d
910.00 s
[haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] include haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
910.00 s
[haskell-language-server] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
910.00 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.00 s
[haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.00 s
[haskell-language-server] include text-2.1.1-f47e
910.00 s
[haskell-language-server] include transformers-0.6.1.1-3641
910.00 s
[haskell-language-server] include unix-2.8.5.1-2416
910.00 s
[haskell-language-server] include unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
910.00 s
[haskell-language-server] Ready component graph:
910.00 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
910.00 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] depends containers-0.7-4cd1
910.00 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.00 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
910.00 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.00 s
[haskell-language-server] depends text-2.1.1-f47e
910.00 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
910.00 s
[haskell-language-server] depends array-0.5.7.0-78f3
910.00 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.00 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.00 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.00 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.00 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
910.00 s
[haskell-language-server] depends text-2.1.1-f47e
910.00 s
[haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
910.00 s
[haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
910.00 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
910.00 s
[haskell-language-server] depends Cabal-3.12.0.0-84df
910.00 s
[haskell-language-server] depends Cabal-syntax-3.12.0.0-286a
910.00 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.00 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] depends bytestring-0.12.1.0-05ed
910.00 s
[haskell-language-server] depends cabal-add-0.1-DY5ILjtxqQgJ4zzTkkegU8
910.00 s
[haskell-language-server] depends containers-0.7-4cd1
910.00 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.00 s
[haskell-language-server] depends directory-1.3.8.3-678a
910.00 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.00 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
910.00 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.00 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.00 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.00 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.00 s
[haskell-language-server] depends pretty-1.1.3.6-18c6
910.00 s
[haskell-language-server] depends process-1.6.19.0-9629
910.00 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
910.00 s
[haskell-language-server] depends text-2.1.1-f47e
910.00 s
[haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
910.00 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.00 s
[haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
910.00 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
910.00 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.00 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] depends containers-0.7-4cd1
910.00 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] depends hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
910.00 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.00 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.00 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.00 s
[haskell-language-server] depends sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
910.00 s
[haskell-language-server] depends text-2.1.1-f47e
910.00 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
910.00 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.00 s
[haskell-language-server] depends async-2.2.5-OsR1e1gkP6LktdZycBlFT
910.00 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] depends binary-0.8.9.2-4928
910.00 s
[haskell-language-server] depends bytestring-0.12.1.0-05ed
910.00 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.00 s
[haskell-language-server] depends directory-1.3.8.3-678a
910.00 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.00 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.00 s
[haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
910.00 s
[haskell-language-server] depends hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
910.00 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.00 s
[haskell-language-server] depends lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
910.00 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.00 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
910.00 s
[haskell-language-server] depends parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
910.00 s
[haskell-language-server] depends process-1.6.19.0-9629
910.00 s
[haskell-language-server] depends row-types-1.0.1.2-L8ItrZBTtZ9HTsMetD9SkL
910.00 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
910.00 s
[haskell-language-server] depends shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
910.00 s
[haskell-language-server] depends text-2.1.1-f47e
910.00 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-Gi5IWJWHHjH73MoVqqpctw-ghcide-bench
910.00 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.00 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.00 s
[haskell-language-server] depends bytestring-0.12.1.0-05ed
910.00 s
[haskell-language-server] depends containers-0.7-4cd1
910.00 s
[haskell-language-server] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
910.00 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.00 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.00 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
910.00 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
910.01 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.01 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
910.01 s
[haskell-language-server] depends process-1.6.19.0-9629
910.01 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
910.01 s
[haskell-language-server] depends shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
910.01 s
[haskell-language-server] depends tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
910.01 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.01 s
[haskell-language-server] depends ghc-9.10.1-c9f5
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
910.01 s
[haskell-language-server] depends array-0.5.7.0-78f3
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends bytestring-0.12.1.0-05ed
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
910.01 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.01 s
[haskell-language-server] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
910.01 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends stm-2.5.3.1-a30b
910.01 s
[haskell-language-server] depends stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
910.01 s
[haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
910.01 s
[haskell-language-server] depends template-haskell-2.22.0.0-5f29
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
910.01 s
[haskell-language-server] depends Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
910.01 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends bytestring-0.12.1.0-05ed
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.01 s
[haskell-language-server] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
910.01 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.01 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.01 s
[haskell-language-server] depends ghc-9.10.1-c9f5
910.01 s
[haskell-language-server] depends ghc-boot-th-9.10.1-9814
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.01 s
[haskell-language-server] depends megaparsec-9.6.1-AdKsncSfDT7ApMl6OGqoHs
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] depends unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
910.01 s
[haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
910.01 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.01 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends semigroupoids-6.0.1-GiqvWQEUpevF4ZYraKTrYV
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] depends vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
910.01 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.01 s
[haskell-language-server] depends fuzzy-0.1.1.0-B4dg1sTfQ7m9801mSCAEKJ
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.01 s
[haskell-language-server] depends ghc-boot-th-9.10.1-9814
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
910.01 s
[haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-ChjzvdpFXad70P6OkgXnr-ghcide-test-preprocessor
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.01 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
910.01 s
[haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.01 s
[haskell-language-server] depends fourmolu-0.16.0.0-X9vJJVSuXeDg7hpUn2nTI
910.01 s
[haskell-language-server] depends ghc-boot-th-9.10.1-9814
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] depends yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends directory-1.3.8.3-678a
910.01 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends bytestring-0.12.1.0-05ed
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.01 s
[haskell-language-server] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
910.01 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.01 s
[haskell-language-server] depends ghc-9.10.1-c9f5
910.01 s
[haskell-language-server] depends ghc-boot-9.10.1-afa4
910.01 s
[haskell-language-server] depends ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
910.01 s
[haskell-language-server] depends regex-applicative-0.3.4-4ubwq8jUZh2HqQp1vVpx9D
910.01 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
910.01 s
[haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
910.01 s
[haskell-language-server] depends time-1.12.2-a16e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
910.01 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.01 s
[haskell-language-server] depends ghc-9.10.1-c9f5
910.01 s
[haskell-language-server] depends ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
910.01 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
910.01 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends containers-0.7-4cd1
910.01 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.01 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.01 s
[haskell-language-server] depends ghc-9.10.1-c9f5
910.01 s
[haskell-language-server] depends ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.01 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.01 s
[haskell-language-server] depends text-2.1.1-f47e
910.01 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.01 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
910.01 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.01 s
[haskell-language-server] depends directory-1.3.8.3-678a
910.01 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.01 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.01 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.01 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.01 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.02 s
[haskell-language-server] depends process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
910.02 s
[haskell-language-server] depends text-2.1.1-f47e
910.02 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
910.02 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.02 s
[haskell-language-server] depends deepseq-1.5.0.0-e78d
910.02 s
[haskell-language-server] depends directory-1.3.8.3-678a
910.02 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.02 s
[haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
910.02 s
[haskell-language-server] depends hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
910.02 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.02 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.02 s
[haskell-language-server] depends stan-0.2.0.0-65XjfPVea9GI8vJlPGFNZY
910.02 s
[haskell-language-server] depends text-2.1.1-f47e
910.02 s
[haskell-language-server] depends trial-0.0.0.0-7mzw1PCObxjCoqOMdFc6rj
910.02 s
[haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
910.02 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
910.02 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.02 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.02 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.02 s
[haskell-language-server] depends ghc-boot-th-9.10.1-9814
910.02 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.02 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.02 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.02 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.02 s
[haskell-language-server] depends ormolu-0.7.7.0-2OZxxnSpKNmDDk9o0UsDC1
910.02 s
[haskell-language-server] depends process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
910.02 s
[haskell-language-server] depends text-2.1.1-f47e
910.02 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.02 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
910.02 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.02 s
[haskell-language-server] depends containers-0.7-4cd1
910.02 s
[haskell-language-server] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
910.02 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.02 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.02 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.02 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.02 s
[haskell-language-server] depends text-2.1.1-f47e
910.02 s
[haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
910.02 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.02 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
910.02 s
[haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
910.02 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.02 s
[haskell-language-server] depends containers-0.7-4cd1
910.02 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.02 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.02 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.02 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.02 s
[haskell-language-server] depends text-2.1.1-f47e
910.02 s
[haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
910.02 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.02 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
910.02 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.02 s
[haskell-language-server] depends containers-0.7-4cd1
910.02 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.02 s
[haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
910.02 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
910.02 s
[haskell-language-server] depends hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
910.02 s
[haskell-language-server] depends hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
910.02 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.02 s
[haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
910.02 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.02 s
[haskell-language-server] depends mod-0.2.0.1-9QaMELWnl2s7jsfD5fsTjA
910.05 s
[haskell-language-server] depends mtl-2.3.1-8f33
910.05 s
[haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
910.05 s
[haskell-language-server] depends text-2.1.1-f47e
910.05 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.05 s
[haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
910.05 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
910.05 s
[haskell-language-server] depends aeson-pretty-0.8.10-lIvpejPJ4VLnfTtFJx7JD
910.05 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.05 s
[haskell-language-server] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
910.05 s
[haskell-language-server] depends directory-1.3.8.3-678a
910.05 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.05 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.05 s
[haskell-language-server] depends ghc-9.10.1-c9f5
910.05 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.05 s
[haskell-language-server] depends githash-0.1.7.0-FsuxdotLHtYD0x7A44veWH
910.05 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
910.05 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
910.06 s
[haskell-language-server] depends hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
910.06 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.06 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
910.06 s
[haskell-language-server] depends optparse-simple-0.1.1.4-3OGXobo7a0O93GsYR7rGLi
910.06 s
[haskell-language-server] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
910.06 s
[haskell-language-server] depends process-1.6.19.0-9629
910.06 s
[haskell-language-server] depends text-2.1.1-f47e
910.06 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-7FQ9v8TsO9u1kE6ryDV6GE-haskell-language-server-wrapper
910.06 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.06 s
[haskell-language-server] depends containers-0.7-4cd1
910.06 s
[haskell-language-server] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
910.06 s
[haskell-language-server] depends directory-1.3.8.3-678a
910.06 s
[haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
910.06 s
[haskell-language-server] depends filepath-1.5.2.0-058d
910.06 s
[haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
910.06 s
[haskell-language-server] depends hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
910.06 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.06 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.06 s
[haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
910.06 s
[haskell-language-server] depends text-2.1.1-f47e
910.06 s
[haskell-language-server] depends transformers-0.6.1.1-3641
910.06 s
[haskell-language-server] depends unix-2.8.5.1-2416
910.06 s
[haskell-language-server] depends unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
910.06 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-CC6WLvA9X5e8q3hbWx67iH-haskell-language-server
910.06 s
[haskell-language-server] depends base-4.20.0.0-d8e2
910.06 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
910.06 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
910.06 s
[haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
910.06 s
[haskell-language-server] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
910.06 s
[haskell-language-server] depends text-2.1.1-f47e
910.06 s
[haskell-language-server] Using Cabal-3.12.0.0 compiled by ghc-9.10
910.06 s
[haskell-language-server] Using compiler: ghc-9.10.1
910.06 s
[haskell-language-server] Using install prefix:
910.06 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
910.06 s
[haskell-language-server] Executables installed in:
910.06 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
910.06 s
[haskell-language-server] Libraries installed in:
910.06 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
910.06 s
[haskell-language-server] Dynamic Libraries installed in:
910.06 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5
910.06 s
[haskell-language-server] Private executables installed in:
910.06 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/libexec/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0
910.06 s
[haskell-language-server] Data files installed in:
910.06 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/share/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0
910.06 s
[haskell-language-server] Documentation installed in:
910.06 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/share/doc/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0
910.06 s
[haskell-language-server] Configuration files installed in:
910.06 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/etc
910.06 s
[haskell-language-server] No alex found
910.06 s
[haskell-language-server] Using ar found on system at:
910.06 s
[haskell-language-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
910.06 s
[haskell-language-server] No c2hs found
910.06 s
[haskell-language-server] No cpphs found
910.06 s
[haskell-language-server] No doctest found
910.06 s
[haskell-language-server] Using gcc version 14.3.0 given by user at:
910.06 s
[haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
910.06 s
[haskell-language-server] Using ghc version 9.10.1 found on system at:
910.06 s
[haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc
910.06 s
[haskell-language-server] Using ghc-pkg version 9.10.1 found on system at:
910.06 s
[haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc-pkg-9.10.1
910.06 s
[haskell-language-server] No ghcjs found
910.06 s
[haskell-language-server] No ghcjs-pkg found
910.06 s
[haskell-language-server] No greencard found
910.06 s
[haskell-language-server] Using haddock version 2.28.0 found on system at:
910.06 s
[haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/haddock-ghc-9.10.1
910.06 s
[haskell-language-server] No happy found
910.06 s
[haskell-language-server] Using haskell-suite found on system at: haskell-suite-dummy-location
910.06 s
[haskell-language-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
910.06 s
[haskell-language-server] No hmake found
910.06 s
[haskell-language-server] Using hpc version 0.69 found on system at:
910.06 s
[haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hpc-ghc-9.10.1
910.06 s
[haskell-language-server] Using hsc2hs version 0.68.10 found on system at:
910.06 s
[haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hsc2hs-ghc-9.10.1
910.06 s
[haskell-language-server] Using hscolour version 1.25 found on system at:
910.06 s
[haskell-language-server] /nix/store/c0gbcvjjvqzy92m9ycv6zcqiczs6bvyw-hscolour-1.25/bin/HsColour
910.06 s
[haskell-language-server] No jhc found
910.06 s
[haskell-language-server] Using ld found on system at:
910.06 s
[haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
910.06 s
[haskell-language-server] No pkg-config found
910.06 s
[haskell-language-server] Using runghc version 9.10.1 found on system at:
910.06 s
[haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/runghc-9.10.1
910.06 s
[haskell-language-server] Using strip version 2.44 found on system at:
910.06 s
[haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
910.06 s
[haskell-language-server] Using tar found on system at:
910.06 s
[haskell-language-server] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
910.06 s
[haskell-language-server] No uhc found
910.06 s
[pandoc] tables: OK (0.16s)
910.15 s
[pandoc] basic: OK (0.09s)
910.19 s
[pandoc] tables: OK (0.04s)
910.21 s
[pandoc] planets table: OK (0.03s)
910.22 s
[pandoc] nordics table: OK (0.01s)
910.24 s
[pandoc] students table: OK (0.01s)
910.24 s
[pandoc] reader
910.39 s
[haskell-language-server] Phase: buildPhase
910.53 s
[haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0...
910.53 s
[haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0...
910.66 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFixity ( plugins/hls-explicit-fixity-plugin/src/Ide/Plugin/ExplicitFixity.hs, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.o, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.dyn_o )
910.68 s
[pandoc] typst-reader: OK (0.45s)
910.68 s
[pandoc] creole
910.73 s
[pandoc] reader: OK (0.04s)
910.73 s
[pandoc] man
910.75 s
[pandoc] reader: OK (0.03s)
910.75 s
[pandoc] org
910.78 s
[pandoc] reader: OK (0.02s)
910.78 s
[pandoc] writer
910.85 s
[pandoc] basic: OK (0.08s)
910.88 s
[pandoc] tables: OK (0.03s)
910.88 s
[pandoc] rtf
910.88 s
[pandoc] writer
910.99 s
[pandoc] basic: OK (0.11s)
911.02 s
[pandoc] tables: OK (0.03s)
911.02 s
[pandoc] endnotexml
911.03 s
[pandoc] reader: OK (0.01s)
911.03 s
[pandoc] ipynb
911.06 s
[pandoc] reader: OK (0.02s)
911.08 s
[pandoc] writer: OK (0.02s)
911.09 s
[pandoc] reader: OK (0.01s)
911.10 s
[pandoc] writer: OK (0.02s)
911.13 s
[pandoc] reader: OK (0.02s)
911.13 s
[pandoc] markua
911.13 s
[pandoc] writer
911.21 s
[pandoc] basic: OK (0.09s)
911.25 s
[pandoc] tables: OK (0.04s)
911.25 s
[pandoc] ansi
911.29 s
[pandoc] ansi: OK (0.04s)
911.29 s
[pandoc] Shared
911.29 s
[pandoc] compactifyDL
911.30 s
[pandoc] compactifyDL with empty def: OK
911.30 s
[pandoc] collapseFilePath
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] collapse: OK
911.30 s
[pandoc] toLegacyTable
911.30 s
[pandoc] decomposes a table with head: OK
911.30 s
[pandoc] decomposes a table without head: OK
911.30 s
[pandoc] decomposes the table from issue 7683: OK
911.30 s
[pandoc] table of contents
911.30 s
[pandoc] empty case: OK
911.30 s
[pandoc] no headers: OK
911.30 s
[pandoc] unlinked header: OK
911.30 s
[pandoc] linked header: OK
911.30 s
[pandoc] nested headlines: OK
911.30 s
[pandoc] only referenced headers: OK
911.30 s
[pandoc] section id used as backup: OK
911.30 s
[pandoc] makeSections
911.53 s
[pandoc] makeSections is idempotent: OK (0.24s)
911.53 s
[pandoc] +++ OK, passed 100 tests.
911.53 s
[pandoc] makeSections is idempotent for test case: OK
911.53 s
[pandoc] MediaBag
911.54 s
[pandoc] test fillMediaBag & extractMedia: OK
911.54 s
[pandoc] Writers
911.54 s
[pandoc] Native
913.59 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFixity ( plugins/hls-explicit-fixity-plugin/src/Ide/Plugin/ExplicitFixity.hs, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.p_o )
913.91 s
[pandoc] p_write_rt: OK (2.10s)
913.91 s
[pandoc] +++ OK, passed 100 tests.
913.91 s
[pandoc] p_write_blocks_rt: OK (0.22s)
913.91 s
[pandoc] +++ OK, passed 100 tests.
913.91 s
[pandoc] ConTeXt
913.91 s
[pandoc] inline code
913.91 s
[pandoc] with '}': OK
913.91 s
[pandoc] without '}': OK
913.91 s
[pandoc] span with ID: OK
913.91 s
[pandoc] code property: OK
913.91 s
[pandoc] +++ OK, passed 100 tests.
913.91 s
[pandoc] headers
913.91 s
[pandoc] level 1: OK
913.91 s
[pandoc] Section as top-level: OK
913.91 s
[pandoc] bullet lists
913.91 s
[pandoc] nested: OK
913.91 s
[pandoc] natural tables
913.91 s
[pandoc] table with header and caption: OK
913.91 s
[pandoc] LaTeX
913.91 s
[pandoc] code blocks
913.91 s
[pandoc] in footnotes: OK
913.91 s
[pandoc] identifier: OK
913.91 s
[pandoc] no identifier: OK
913.91 s
[pandoc] definition lists
913.91 s
[pandoc] with internal link: OK
913.91 s
[pandoc] math
913.91 s
[pandoc] escape |: OK
913.91 s
[pandoc] headers
913.91 s
[pandoc] unnumbered header: OK
913.91 s
[pandoc] in list item: OK
913.91 s
[pandoc] in definition list item: OK
913.91 s
[pandoc] containing image: OK
913.91 s
[pandoc] inline code
913.91 s
[pandoc] struck out and highlighted: OK
913.91 s
[pandoc] struck out and not highlighted: OK
913.91 s
[pandoc] single quotes: OK
913.91 s
[pandoc] backtick: OK
913.91 s
[pandoc] inline note
913.91 s
[pandoc] Big note in emph: OK
913.91 s
[pandoc] Big note in strong: OK
913.91 s
[pandoc] Big note in underline: OK
913.91 s
[pandoc] Big note in strikeout: OK
913.91 s
[pandoc] Small note in emph: OK
913.91 s
[pandoc] Big note nested in emph and strong: OK
913.91 s
[pandoc] Two Big notes in emph: OK
913.91 s
[pandoc] writer options
913.91 s
[pandoc] top-level division
913.91 s
[pandoc] sections as top-level: OK
913.91 s
[pandoc] chapters as top-level: OK
913.91 s
[pandoc] parts as top-level: OK
913.91 s
[pandoc] default top-level: OK
913.91 s
[pandoc] sections as top-level in beamer: OK
913.91 s
[pandoc] chapters are as part in beamer: OK
913.91 s
[pandoc] parts as top-level in beamer: OK
913.91 s
[pandoc] default top-level in beamer: OK
913.91 s
[pandoc] part top-level, section not in toc: OK
913.91 s
[pandoc] HTML
913.91 s
[pandoc] inline code
913.91 s
[pandoc] basic: OK
913.91 s
[pandoc] haskell: OK
914.39 s
[pandoc] nolanguage: OK (0.53s)
914.39 s
[pandoc] images
914.39 s
[pandoc] alt with formatting: OK
914.39 s
[pandoc] blocks
914.39 s
[pandoc] definition list with empty <dt>: OK
914.39 s
[pandoc] heading with disallowed attributes: OK
914.39 s
[pandoc] quotes
914.39 s
[pandoc] quote with cite attribute (without q-tags): OK
914.39 s
[pandoc] quote with cite attribute (with q-tags): OK
914.39 s
[pandoc] code
914.39 s
[pandoc] code should be rendered correctly: OK
914.39 s
[pandoc] sample
914.39 s
[pandoc] sample should be rendered correctly: OK
914.39 s
[pandoc] variable
914.39 s
[pandoc] variable should be rendered correctly: OK
914.39 s
[pandoc] sample with style
914.39 s
[pandoc] samp should wrap highlighted code: OK
914.39 s
[pandoc] variable with style
914.39 s
[pandoc] var should wrap highlighted code: OK
914.39 s
[pandoc] footnotes
914.39 s
[pandoc] at the end of a document: OK
914.39 s
[pandoc] at the end of a block: OK
914.39 s
[pandoc] at the end of a section: OK
914.39 s
[pandoc] at the end of a section, with section divs: OK
914.40 s
[pandoc] JATS
914.40 s
[pandoc] inline code
914.40 s
[pandoc] basic: OK
914.40 s
[pandoc] block code
914.40 s
[pandoc] basic: OK
914.40 s
[pandoc] lang: OK
914.40 s
[pandoc] images
914.40 s
[pandoc] basic: OK
914.40 s
[pandoc] inlines
914.40 s
[pandoc] Emphasis: OK
914.40 s
[pandoc] footnote in articleauthoring tag set: OK
914.40 s
[pandoc] bullet list
914.40 s
[pandoc] plain items: OK
914.40 s
[pandoc] item with implicit figure: OK
914.40 s
[pandoc] definition lists
914.40 s
[pandoc] with internal link: OK
914.40 s
[pandoc] math
914.40 s
[pandoc] escape |: OK
914.40 s
[pandoc] headers
914.40 s
[pandoc] unnumbered header: OK
914.40 s
[pandoc] unnumbered sub header: OK
914.40 s
[pandoc] containing image: OK
914.40 s
[pandoc] ids
914.40 s
[pandoc] non-ASCII in header ID: OK
914.40 s
[pandoc] disallowed symbol in header id: OK
914.40 s
[pandoc] disallowed symbols in internal link target: OK
914.40 s
[pandoc] code id starting with a number: OK
914.40 s
[pandoc] spans
914.40 s
[pandoc] unwrapped if no attributes given: OK
914.40 s
[pandoc] converted to named-content element if class given: OK
914.40 s
[pandoc] unwrapped if styled-content element would have no at...: OK
914.40 s
[pandoc] use content-type attribute if present: OK
914.40 s
[pandoc] Jira
914.40 s
[pandoc] inlines
914.40 s
[pandoc] underlined text: OK
914.40 s
[pandoc] image with attributes: OK
914.40 s
[pandoc] links
914.40 s
[pandoc] external link: OK
914.40 s
[pandoc] external link without description: OK
914.40 s
[pandoc] email link: OK
914.40 s
[pandoc] email link without description: OK
914.40 s
[pandoc] attachment link: OK
914.40 s
[pandoc] attachment link without description: OK
914.41 s
[pandoc] user link: OK
914.41 s
[pandoc] user link with user as description: OK
914.41 s
[pandoc] 'smart' link: OK
914.41 s
[pandoc] 'smart' card: OK
914.41 s
[pandoc] spans
914.41 s
[pandoc] id is used as anchor: OK
914.41 s
[pandoc] use `color` attribute: OK
914.41 s
[pandoc] code
914.41 s
[pandoc] code block with known language: OK
914.41 s
[pandoc] code block without language: OK
914.41 s
[pandoc] blocks
914.41 s
[pandoc] div
914.41 s
[pandoc] empty attributes: OK
914.41 s
[pandoc] just identifier: OK
914.41 s
[pandoc] with class 'panel': OK
914.41 s
[pandoc] panel with id: OK
914.41 s
[pandoc] title attribute: OK
914.41 s
[pandoc] nested panels: OK
914.41 s
[pandoc] Docbook
914.41 s
[pandoc] inline elements
914.41 s
[pandoc] links
914.41 s
[pandoc] db4 external link: OK
914.41 s
[pandoc] db5 external link: OK
914.41 s
[pandoc] anchor: OK
914.41 s
[pandoc] automatic anchor: OK
914.41 s
[pandoc] line blocks
914.41 s
[pandoc] none: OK
914.41 s
[pandoc] basic: OK
914.41 s
[pandoc] blockquote: OK
914.41 s
[pandoc] footnote: OK
914.41 s
[pandoc] divs
914.41 s
[pandoc] admonition: OK
914.41 s
[pandoc] admonition-with-title: OK
914.41 s
[pandoc] admonition-with-title-in-para: OK
914.41 s
[pandoc] single-child: OK
914.41 s
[pandoc] single-literal-child: OK
914.41 s
[pandoc] multiple-children: OK
914.41 s
[pandoc] compact lists
914.41 s
[pandoc] bullet
914.41 s
[pandoc] compact: OK
914.41 s
[pandoc] loose: OK
914.41 s
[pandoc] ordered
914.41 s
[pandoc] compact: OK
914.41 s
[pandoc] loose: OK
914.41 s
[pandoc] definition
914.41 s
[pandoc] compact: OK
914.41 s
[pandoc] loose: OK
914.41 s
[pandoc] writer options
914.41 s
[pandoc] top-level division
914.41 s
[pandoc] sections as top-level: OK
914.41 s
[pandoc] chapters as top-level: OK
914.41 s
[pandoc] parts as top-level: OK
914.41 s
[pandoc] default top-level: OK
914.41 s
[pandoc] section attributes
914.41 s
[pandoc] sections with attributes (db5): OK
914.41 s
[pandoc] sections with attributes (db4): OK
914.41 s
[pandoc] Markdown
914.41 s
[pandoc] indented code after list: OK
914.41 s
[pandoc] list with tight sublist: OK
914.41 s
[pandoc] note and reference location
914.41 s
[pandoc] footnotes at the end of a document: OK
914.42 s
[pandoc] footnotes at the end of blocks: OK
914.42 s
[pandoc] footnotes and reference links at the end of blocks: OK
914.42 s
[pandoc] footnotes at the end of section: OK
914.42 s
[pandoc] Shortcut reference links
914.42 s
[pandoc] Simple link (shortcutable): OK
914.42 s
[pandoc] Followed by another link (unshortcutable): OK
914.42 s
[pandoc] Followed by space and another link (unshortcutable): OK
914.42 s
[pandoc] Reference link is used multiple times (unshortcutable): OK
914.42 s
[pandoc] Reference link is used multiple times (unshortcutable): OK
914.42 s
[pandoc] Reference link is followed by text in brackets: OK
914.42 s
[pandoc] Reference link is followed by space and text in brac...: OK
914.42 s
[pandoc] Reference link is followed by RawInline: OK
914.42 s
[pandoc] Reference link is followed by space and RawInline: OK
914.42 s
[pandoc] Reference link is followed by RawInline with space: OK
914.42 s
[pandoc] Reference link is followed by citation: OK
914.42 s
[pandoc] Reference link is followed by space and citation: OK
914.42 s
[pandoc] Org
914.42 s
[pandoc] links
914.42 s
[pandoc] simple link: OK
914.42 s
[pandoc] internal link to anchor: OK
914.42 s
[pandoc] lists
914.42 s
[pandoc] bullet task list: OK
914.42 s
[pandoc] ordered task list: OK
914.42 s
[pandoc] ordered task list with starting number: OK
914.42 s
[pandoc] bullet without task_lists: OK
914.42 s
[pandoc] code blocks
914.42 s
[pandoc] identifier: OK
914.42 s
[pandoc] attributes: OK
914.42 s
[pandoc] Plain
914.42 s
[pandoc] strongly emphasized text to uppercase: OK
914.42 s
[pandoc] AsciiDoc
914.42 s
[pandoc] emphasis
914.42 s
[pandoc] emph word before: OK
914.42 s
[pandoc] emph word after: OK
914.42 s
[pandoc] emph quoted: OK
914.42 s
[pandoc] strong word before: OK
914.42 s
[pandoc] strong word after: OK
914.42 s
[pandoc] strong quoted: OK
914.42 s
[pandoc] blocks
914.42 s
[pandoc] code block without line numbers: OK
914.42 s
[pandoc] code block with line numbers: OK
914.42 s
[pandoc] tables
914.42 s
[pandoc] empty cells: OK
914.42 s
[pandoc] multiblock cells: OK
914.42 s
[pandoc] lists
914.42 s
[pandoc] bullet task list: OK
914.43 s
[pandoc] Docx
914.43 s
[pandoc] inlines
914.54 s
[pandoc] font formatting: OK (0.11s)
914.61 s
[pandoc] hyperlinks: OK (0.09s)
914.72 s
[pandoc] inline image: OK (0.10s)
914.77 s
[pandoc] inline images: OK (0.05s)
914.86 s
[pandoc] handling unicode input: OK (0.10s)
915.04 s
[pandoc] inline code: OK (0.17s)
915.11 s
[pandoc] inline code in subscript and superscript: OK (0.08s)
915.11 s
[pandoc] blocks
915.20 s
[pandoc] headers: OK (0.08s)
915.28 s
[pandoc] nested anchor spans in header: OK (0.08s)
915.39 s
[pandoc] lists: OK (0.11s)
915.53 s
[pandoc] lists continuing after interruption: OK (0.13s)
915.62 s
[pandoc] lists restarting after interruption: OK (0.09s)
915.71 s
[pandoc] lists with multiple initial list levels: OK (0.09s)
915.79 s
[pandoc] lists with div bullets: OK (0.09s)
915.86 s
[pandoc] definition lists: OK (0.07s)
915.93 s
[pandoc] task lists: OK (0.07s)
916.01 s
[pandoc] issue 9994: OK (0.08s)
916.20 s
[pandoc] footnotes and endnotes: OK (0.19s)
916.31 s
[pandoc] links in footnotes and endnotes: OK (0.11s)
916.41 s
[pandoc] blockquotes: OK (0.10s)
916.49 s
[pandoc] tables: OK (0.07s)
916.56 s
[pandoc] tables without explicit column widths: OK (0.07s)
916.63 s
[pandoc] tables with lists in cells: OK (0.07s)
916.71 s
[pandoc] tables with one row: OK (0.07s)
916.80 s
[pandoc] tables separated with RawBlock: OK (0.09s)
916.91 s
[pandoc] code block: OK (0.11s)
917.01 s
[pandoc] raw OOXML blocks: OK (0.10s)
917.10 s
[pandoc] raw bookmark markers: OK (0.08s)
917.10 s
[pandoc] track changes
917.15 s
[pandoc] insertion: OK (0.05s)
917.27 s
[pandoc] deletion: OK (0.12s)
917.33 s
[pandoc] move text: OK (0.06s)
917.41 s
[pandoc] comments: OK (0.07s)
917.48 s
[pandoc] scrubbed metadata: OK (0.06s)
917.48 s
[pandoc] custom styles
917.55 s
[pandoc] custom styles without reference.docx: OK (0.07s)
917.62 s
[pandoc] custom styles with reference.docx: OK (0.06s)
917.70 s
[pandoc] suppress custom style for headers and blockquotes: OK (0.08s)
917.70 s
[pandoc] metadata
917.78 s
[pandoc] document properties (core, custom): OK (0.08s)
917.89 s
[pandoc] document properties (short description): OK (0.11s)
917.89 s
[pandoc] RST
917.89 s
[pandoc] rubrics
917.90 s
[pandoc] in list item: OK
917.90 s
[pandoc] in definition list item: OK
917.90 s
[pandoc] in block quote: OK
917.90 s
[pandoc] with id: OK
917.90 s
[pandoc] with id class: OK
917.90 s
[pandoc] ligatures
917.90 s
[pandoc] a list is closed by a comment before a quote: OK
917.90 s
[pandoc] flatten
917.90 s
[pandoc] emerges nested styles as expected: OK
917.90 s
[pandoc] could introduce trailing spaces: OK
917.90 s
[pandoc] preserves empty parents: OK
917.90 s
[pandoc] inlines
917.90 s
[pandoc] are removed when empty: OK
917.90 s
[pandoc] do not cause the introduction of extra spaces when r...: OK
917.90 s
[pandoc] spaces are stripped at beginning and end: OK
917.90 s
[pandoc] single space stripped: OK
917.90 s
[pandoc] give priority to strong style over emphasis: OK
917.90 s
[pandoc] links are not elided by outer style: OK
917.90 s
[pandoc] RST inlines cannot start nor end with spaces: OK
917.90 s
[pandoc] keeps quotes: OK
917.90 s
[pandoc] backslash inserted between str and code: OK
917.90 s
[pandoc] headings
917.90 s
[pandoc] normal heading: OK
917.90 s
[pandoc] heading levels: OK
917.90 s
[pandoc] minimal heading levels: OK
917.90 s
[pandoc] subtitle: OK
917.90 s
[pandoc] TEI
917.90 s
[pandoc] block elements
917.90 s
[pandoc] para: OK
917.90 s
[pandoc] inlines
917.90 s
[pandoc] Emphasis: OK
917.90 s
[pandoc] SingleQuoted: OK
917.90 s
[pandoc] DoubleQuoted: OK
917.90 s
[pandoc] NestedQuoted: OK
917.90 s
[pandoc] markua
917.90 s
[pandoc] simple blurb/aside
917.90 s
[pandoc] blurb: OK
917.90 s
[pandoc] aside: OK
917.90 s
[pandoc] multiclass blurb/aside
917.90 s
[pandoc] blurb: OK
917.90 s
[pandoc] aside: OK
917.90 s
[pandoc] Muse
917.90 s
[pandoc] block elements
917.90 s
[pandoc] plain: OK
917.90 s
[pandoc] paragraphs
917.90 s
[pandoc] single paragraph: OK
917.90 s
[pandoc] two paragraphs: OK
917.90 s
[pandoc] line block: OK
917.90 s
[pandoc] code block: OK
917.90 s
[pandoc] html raw block: OK
917.90 s
[pandoc] block quote: OK
917.90 s
[pandoc] lists
917.90 s
[pandoc] simple lists
917.90 s
[pandoc] ordered list: OK
917.90 s
[pandoc] ordered list with Roman numerals: OK
917.90 s
[pandoc] bullet list: OK
917.90 s
[pandoc] definition list: OK
917.90 s
[pandoc] definition list with multiple descriptions: OK
917.90 s
[pandoc] definition list with empty term: OK
917.90 s
[pandoc] definition list terms starting with space: OK
917.90 s
[pandoc] definition list terms starting with list markers: OK
917.90 s
[pandoc] sequential lists
917.90 s
[pandoc] bullet lists: OK
917.90 s
[pandoc] ordered lists of the same style: OK
917.90 s
[pandoc] ordered lists with equal styles: OK
917.90 s
[pandoc] bullet and ordered lists: OK
917.90 s
[pandoc] different style ordered lists: OK
917.90 s
[pandoc] nested lists
917.90 s
[pandoc] nested ordered list: OK
917.90 s
[pandoc] nested bullet lists: OK
917.90 s
[pandoc] nested definition lists: OK
917.90 s
[pandoc] list item starting with list: OK
917.90 s
[pandoc] List inside block quote: OK
917.90 s
[pandoc] headings
917.90 s
[pandoc] normal heading: OK
917.90 s
[pandoc] heading levels: OK
917.90 s
[pandoc] heading with ID: OK
917.90 s
[pandoc] empty heading: OK
917.90 s
[pandoc] horizontal rule: OK
917.90 s
[pandoc] escape horizontal rule: OK
917.90 s
[pandoc] escape long horizontal rule: OK
917.90 s
[pandoc] don't escape horizontal inside paragraph: OK
917.91 s
[pandoc] escape nonbreaking space: OK
917.91 s
[pandoc] escape > in the beginning of line: OK
917.91 s
[pandoc] escape string with > and space in the beginning of l...: OK
917.91 s
[pandoc] tables
917.91 s
[pandoc] table without header: OK
917.91 s
[pandoc] table with header: OK
917.91 s
[pandoc] table with header and caption: OK
917.91 s
[pandoc] table inside bullet list: OK
917.91 s
[pandoc] table with one column: OK
917.91 s
[pandoc] div with bullet list: OK
917.91 s
[pandoc] inline elements
917.91 s
[pandoc] string
917.91 s
[pandoc] string: OK
917.91 s
[pandoc] escape footnote: OK
917.91 s
[pandoc] escape secondary note: OK
917.91 s
[pandoc] do not escape brackets: OK
917.91 s
[pandoc] escape verbatim close tag: OK
917.91 s
[pandoc] escape link-like text: OK
917.91 s
[pandoc] escape pipe to avoid accidental tables: OK
917.91 s
[pandoc] escape hash to avoid accidental anchors: OK
917.91 s
[pandoc] escape definition list markers: OK
917.91 s
[pandoc] normalize strings before escaping: OK
917.91 s
[pandoc] do not escape colon: OK
917.91 s
[pandoc] escape - to avoid accidental unordered lists: OK
917.91 s
[pandoc] escape - inside a list to avoid accidental nested un...: OK
917.91 s
[pandoc] escape strings starting with - inside a list: OK
917.91 s
[pandoc] escape - inside a note: OK
917.91 s
[pandoc] escape - after softbreak in note: OK
917.91 s
[pandoc] escape ; to avoid accidental comments: OK
917.91 s
[pandoc] escape strings starting with ; and space: OK
917.91 s
[pandoc] escape ; after softbreak: OK
917.91 s
[pandoc] escape ; after linebreak: OK
917.91 s
[pandoc] do not escape ; inside paragraph: OK
917.91 s
[pandoc] escape newlines: OK
917.91 s
[pandoc] emphasis
917.91 s
[pandoc] emphasis: OK
917.91 s
[pandoc] emphasis inside word: OK
917.91 s
[pandoc] emphasis before comma: OK
917.91 s
[pandoc] emphasis before period: OK
917.91 s
[pandoc] empty emphasis: OK
917.91 s
[pandoc] empty strong: OK
917.91 s
[pandoc] empty strong emphasis: OK
917.91 s
[pandoc] empty emphasized strong: OK
917.91 s
[pandoc] emphasized empty string: OK
917.91 s
[pandoc] strong empty string: OK
917.91 s
[pandoc] strong emphasized empty string: OK
917.91 s
[pandoc] emphasized strong empty string: OK
917.91 s
[pandoc] emphasized string with space: OK
917.91 s
[pandoc] emphasized string ending with space: OK
917.91 s
[pandoc] emphasized string with tab: OK
917.91 s
[pandoc] emphasized space between empty strings: OK
917.91 s
[pandoc] strong: OK
917.91 s
[pandoc] strong inside word: OK
917.91 s
[pandoc] strong emphasis: OK
917.91 s
[pandoc] strong after emphasis: OK
917.91 s
[pandoc] strong emphasis after emphasis: OK
917.91 s
[pandoc] strong in the end of emphasis: OK
917.91 s
[pandoc] switch to lightweight markup after <em> tag: OK
917.91 s
[pandoc] strikeout: OK
917.91 s
[pandoc] space at the beginning of emphasis: OK
917.91 s
[pandoc] space at the end of emphasis: OK
917.91 s
[pandoc] space at the beginning of strong: OK
917.91 s
[pandoc] space at the end of strong: OK
917.91 s
[pandoc] space at the beginning of strong emphasis: OK
917.91 s
[pandoc] space at the end of strong emphasis: OK
917.91 s
[pandoc] space at the beginning of emphasiszed strong: OK
917.91 s
[pandoc] space at the end of emphasized strong: OK
917.91 s
[pandoc] superscript: OK
917.91 s
[pandoc] subscript: OK
917.91 s
[pandoc] smallcaps: OK
917.91 s
[pandoc] smallcaps near emphasis: OK
917.91 s
[pandoc] single quoted: OK
917.91 s
[pandoc] double quoted: OK
917.91 s
[pandoc] code
917.91 s
[pandoc] simple: OK
917.91 s
[pandoc] empty: OK
917.91 s
[pandoc] space: OK
917.91 s
[pandoc] space at the beginning: OK
917.91 s
[pandoc] space at the end: OK
917.91 s
[pandoc] use tags for =: OK
917.92 s
[pandoc] escape tag: OK
917.92 s
[pandoc] normalization with attributes: OK
917.92 s
[pandoc] code tag: OK
917.92 s
[pandoc] normalization: OK
917.92 s
[pandoc] normalization with empty string: OK
917.92 s
[pandoc] emphasized code: OK
917.92 s
[pandoc] strong code: OK
917.92 s
[pandoc] spaces
917.92 s
[pandoc] space: OK
917.92 s
[pandoc] soft break: OK
917.92 s
[pandoc] remove soft break: OK
917.92 s
[pandoc] line break: OK
917.92 s
[pandoc] line break at the end: OK
917.92 s
[pandoc] no newline after line break in header: OK
917.92 s
[pandoc] no softbreak in header: OK
917.92 s
[pandoc] math
917.92 s
[pandoc] inline math: OK
917.92 s
[pandoc] display math: OK
917.92 s
[pandoc] multiple letters in inline math: OK
917.92 s
[pandoc] expand math before normalization: OK
917.92 s
[pandoc] multiple math expressions inside one inline list: OK
917.92 s
[pandoc] raw inline: OK
917.92 s
[pandoc] links
917.92 s
[pandoc] link with description: OK
917.92 s
[pandoc] link without description: OK
917.92 s
[pandoc] link to anchor: OK
917.92 s
[pandoc] link to image with description: OK
917.92 s
[pandoc] link to image without description: OK
917.92 s
[pandoc] escape brackets in links
917.92 s
[pandoc] link with description: OK
917.92 s
[pandoc] link without description: OK
917.92 s
[pandoc] image link with description: OK
917.92 s
[pandoc] image link without description: OK
917.92 s
[pandoc] image: OK
917.92 s
[pandoc] image with width: OK
917.92 s
[pandoc] left-aligned image with width: OK
917.92 s
[pandoc] right-aligned image with width: OK
917.92 s
[pandoc] escape brackets in image title: OK
917.92 s
[pandoc] note: OK
917.92 s
[pandoc] note location
917.92 s
[pandoc] footnotes at the end of document: OK
917.92 s
[pandoc] footnotes at the end of block: OK
917.92 s
[pandoc] footnotes at the end of section: OK
917.92 s
[pandoc] span with class: OK
917.92 s
[pandoc] span without class: OK
917.92 s
[pandoc] span with anchor: OK
917.92 s
[pandoc] empty span with anchor: OK
917.92 s
[pandoc] empty span without class and anchor: OK
917.92 s
[pandoc] span with class and anchor: OK
917.92 s
[pandoc] adjacent spans: OK
917.92 s
[pandoc] RTL
917.92 s
[pandoc] RTL span: OK
917.92 s
[pandoc] LTR span: OK
917.92 s
[pandoc] RTL span with a class: OK
917.92 s
[pandoc] LTR span with a class: OK
917.92 s
[pandoc] Escape <<< and >>>: OK
917.92 s
[pandoc] combined
917.92 s
[pandoc] emph word before: OK
917.92 s
[pandoc] emph word after: OK
917.92 s
[pandoc] emph quoted: OK
917.92 s
[pandoc] strong word before: OK
917.92 s
[pandoc] strong word after: OK
917.92 s
[pandoc] strong quoted: OK
917.92 s
[pandoc] FB2
917.92 s
[pandoc] block elements
917.92 s
[pandoc] para: OK
917.92 s
[pandoc] inlines
917.92 s
[pandoc] Emphasis: OK
917.92 s
[pandoc] bullet list: OK
917.92 s
[pandoc] PowerPoint
917.92 s
[pandoc] Default slide formatting
918.00 s
[pandoc] Inline formatting: OK (0.07s)
918.07 s
[pandoc] Slide breaks (default slide-level): OK (0.07s)
918.13 s
[pandoc] slide breaks (slide-level set to 1): OK (0.06s)
918.19 s
[pandoc] lists: OK (0.06s)
918.25 s
[pandoc] start ordered list at specified num: OK (0.06s)
918.44 s
[pandoc] List continuation paragraph indentation: OK (0.19s)
918.57 s
[pandoc] tables: OK (0.13s)
918.63 s
[pandoc] table of contents: OK (0.06s)
918.69 s
[pandoc] end notes: OK (0.05s)
918.84 s
[pandoc] end notes, with table of contents: OK (0.07s)
918.84 s
[pandoc] images: OK (0.07s)
918.87 s
[pandoc] two-column layout: OK (0.05s)
918.94 s
[pandoc] two-column (not comparison): OK (0.07s)
919.00 s
[pandoc] speaker notes: OK (0.06s)
919.07 s
[pandoc] speaker notes after a separating block: OK (0.07s)
919.13 s
[pandoc] speaker notes after a separating header: OK (0.05s)
919.18 s
[pandoc] speaker notes after metadata: OK (0.05s)
919.26 s
[pandoc] remove empty slides: OK (0.08s)
919.31 s
[pandoc] raw ooxml: OK (0.05s)
919.37 s
[pandoc] metadata, custom properties: OK (0.06s)
919.45 s
[pandoc] metadata, short description: OK (0.08s)
919.57 s
[pandoc] inline code and code blocks: OK (0.12s)
919.64 s
[pandoc] inline code and code blocks, custom formatting: OK (0.07s)
919.64 s
[pandoc] Using slide level 0, if the first thing on a slide is
919.74 s
[pandoc] a h1 it's used as the slide title: OK (0.10s)
919.88 s
[pandoc] a h2 it's used as the slide title: OK (0.14s)
919.88 s
[pandoc] a heading it's used as the slide title
920.35 s
[pandoc] (works with a table): OK (0.47s)
920.41 s
[pandoc] (content with caption layout): OK (0.06s)
920.42 s
[pandoc] comparison layout
920.42 s
[pandoc] comparison layout is used...
920.49 s
[pandoc] when two columns contain text + non-text: OK (0.07s)
920.56 s
[pandoc] even when only one col contains text + non-text: OK (0.08s)
920.56 s
[pandoc] extra ... in one column gets overlaid
920.63 s
[pandoc] text: OK (0.06s)
920.73 s
[pandoc] image: OK (0.10s)
920.79 s
[pandoc] is not used if the non-text comes first: OK (0.06s)
920.79 s
[pandoc] Content with Caption layout is ...
920.84 s
[pandoc] used for heading, text, image on the same slide: OK (0.05s)
920.93 s
[pandoc] used for text and an image on the same slide: OK (0.09s)
920.99 s
[pandoc] not used if the image comes first: OK (0.06s)
920.99 s
[pandoc] The Blank layout is used if a slide contains only...
921.09 s
[pandoc] speaker notes: OK (0.10s)
921.16 s
[pandoc] an empty heading with a body of only NBSPs: OK (0.07s)
921.24 s
[pandoc] a heading containing only non-breaking spaces: OK (0.08s)
921.44 s
[pandoc] Incremental lists are supported: OK (0.21s)
921.58 s
[haskell-language-server] Preprocessing library 'hls-notes-plugin' for haskell-language-server-2.10.0.0...
921.58 s
[haskell-language-server] Building library 'hls-notes-plugin' for haskell-language-server-2.10.0.0...
921.61 s
[pandoc] One-off incremental lists are supported: OK (0.16s)
921.68 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Notes ( plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs, dist/build/hls-notes-plugin/Ide/Plugin/Notes.o, dist/build/hls-notes-plugin/Ide/Plugin/Notes.dyn_o )
921.73 s
[pandoc] Background images: OK (0.13s)
921.73 s
[pandoc] With `--reference-doc` pptx file
921.90 s
[pandoc] Inline formatting: OK (0.17s)
922.05 s
[pandoc] Slide breaks (default slide-level): OK (0.14s)
922.16 s
[pandoc] slide breaks (slide-level set to 1): OK (0.11s)
922.32 s
[pandoc] lists: OK (0.16s)
922.48 s
[pandoc] start ordered list at specified num: OK (0.16s)
922.59 s
[pandoc] List continuation paragraph indentation: OK (0.11s)
922.70 s
[pandoc] tables: OK (0.10s)
922.81 s
[pandoc] table of contents: OK (0.10s)
922.90 s
[pandoc] end notes: OK (0.10s)
923.02 s
[pandoc] end notes, with table of contents: OK (0.11s)
923.14 s
[pandoc] images: OK (0.13s)
923.25 s
[pandoc] two-column layout: OK (0.11s)
923.37 s
[pandoc] two-column (not comparison): OK (0.11s)
923.50 s
[pandoc] speaker notes: OK (0.13s)
923.61 s
[pandoc] speaker notes after a separating block: OK (0.11s)
923.72 s
[pandoc] speaker notes after a separating header: OK (0.11s)
923.83 s
[pandoc] speaker notes after metadata: OK (0.11s)
924.02 s
[pandoc] remove empty slides: OK (0.19s)
924.11 s
[pandoc] raw ooxml: OK (0.10s)
924.21 s
[pandoc] metadata, custom properties: OK (0.09s)
924.29 s
[pandoc] metadata, short description: OK (0.08s)
924.39 s
[pandoc] inline code and code blocks: OK (0.10s)
924.49 s
[pandoc] inline code and code blocks, custom formatting: OK (0.09s)
924.49 s
[pandoc] Using slide level 0, if the first thing on a slide is
924.55 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Notes ( plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs, dist/build/hls-notes-plugin/Ide/Plugin/Notes.p_o )
924.59 s
[pandoc] a h1 it's used as the slide title: OK (0.11s)
924.68 s
[pandoc] a h2 it's used as the slide title: OK (0.09s)
924.68 s
[pandoc] a heading it's used as the slide title
924.77 s
[pandoc] (works with a table): OK (0.09s)
924.88 s
[pandoc] (content with caption layout): OK (0.11s)
924.88 s
[pandoc] comparison layout
924.88 s
[pandoc] comparison layout is used...
925.02 s
[pandoc] when two columns contain text + non-text: OK (0.14s)
925.10 s
[pandoc] even when only one col contains text + non-text: OK (0.07s)
925.10 s
[pandoc] extra ... in one column gets overlaid
925.23 s
[pandoc] text: OK (0.13s)
925.41 s
[pandoc] image: OK (0.19s)
925.52 s
[pandoc] is not used if the non-text comes first: OK (0.10s)
925.52 s
[pandoc] Content with Caption layout is ...
925.59 s
[pandoc] used for heading, text, image on the same slide: OK (0.07s)
925.67 s
[pandoc] used for text and an image on the same slide: OK (0.08s)
925.75 s
[pandoc] not used if the image comes first: OK (0.08s)
925.75 s
[pandoc] The Blank layout is used if a slide contains only...
925.83 s
[pandoc] speaker notes: OK (0.08s)
925.92 s
[pandoc] an empty heading with a body of only NBSPs: OK (0.07s)
926.02 s
[pandoc] a heading containing only non-breaking spaces: OK (0.11s)
926.21 s
[pandoc] Incremental lists are supported: OK (0.17s)
926.51 s
[pandoc] One-off incremental lists are supported: OK (0.30s)
926.77 s
[pandoc] Background images: OK (0.27s)
927.05 s
[pandoc] Basic footer: OK (0.28s)
927.45 s
[pandoc] Footer with fixed date, replaced by meta block date: OK (0.40s)
927.74 s
[pandoc] Footer not shown on title slide: OK (0.29s)
928.03 s
[pandoc] Footer with slide number starting from 3: OK (0.28s)
928.22 s
[pandoc] Layouts can be moved around in reference doc: OK (0.19s)
928.33 s
[pandoc] Layouts can be missing from the reference doc: OK (0.11s)
928.33 s
[pandoc] Ms
928.33 s
[pandoc] code blocks
928.33 s
[pandoc] basic: OK
928.34 s
[pandoc] escape starting .: OK
928.34 s
[pandoc] AnnotatedTable
928.34 s
[pandoc] toTable
928.34 s
[pandoc] annotates a sample table properly: OK
929.31 s
[pandoc] normalizes like the table builder: OK (0.96s)
929.31 s
[pandoc] +++ OK, passed 50 tests.
929.32 s
[pandoc] has valid final cell columns: OK
929.37 s
[pandoc] +++ OK, passed 50 tests.
929.37 s
[pandoc] has valid first row column data: OK
929.37 s
[pandoc] +++ OK, passed 50 tests.
929.37 s
[pandoc] has valid all row column data: OK
929.37 s
[pandoc] +++ OK, passed 50 tests.
929.37 s
[pandoc] has valid cell column data lengths: OK
929.37 s
[pandoc] +++ OK, passed 50 tests.
929.37 s
[pandoc] Readers
929.37 s
[pandoc] LaTeX
929.37 s
[pandoc] basic
929.37 s
[pandoc] simple: OK
929.37 s
[pandoc] space: OK
929.37 s
[pandoc] emphasized: OK
929.37 s
[pandoc] headers
929.37 s
[pandoc] level 1: OK
929.37 s
[pandoc] level 2: OK
929.37 s
[pandoc] level 3: OK
929.37 s
[pandoc] emph: OK
929.37 s
[pandoc] link: OK
929.37 s
[pandoc] math
929.37 s
[pandoc] escaped $: OK
929.37 s
[pandoc] space and comments
929.37 s
[pandoc] blank lines + space at beginning: OK
929.37 s
[pandoc] blank lines + space + comments: OK
929.37 s
[pandoc] comment in paragraph: OK
929.37 s
[pandoc] code blocks
929.37 s
[pandoc] identifier: OK
929.37 s
[pandoc] no identifier: OK
929.37 s
[pandoc] tables
929.37 s
[pandoc] Single cell table: OK
929.37 s
[pandoc] Multi cell table: OK
929.37 s
[pandoc] Multi line table: OK
929.37 s
[pandoc] Empty table: OK
929.37 s
[pandoc] Table with fixed column width: OK
929.37 s
[pandoc] Table with empty column separators: OK
929.37 s
[pandoc] Table with custom column separators: OK
929.37 s
[pandoc] Table with vertical alignment argument: OK
929.37 s
[pandoc] Table with multicolumn item: OK
929.37 s
[pandoc] table with multicolumn item (#6596): OK
929.37 s
[pandoc] Table with multirow item: OK
929.37 s
[pandoc] Table with multirow item using full prototype: OK
929.37 s
[pandoc] Table with nested multirow/multicolumn item: OK
929.37 s
[pandoc] Table with multicolumn header: OK
929.37 s
[pandoc] Table with normal empty cells: OK
929.37 s
[pandoc] citations
929.37 s
[pandoc] natbib
929.37 s
[pandoc] citet: OK
929.37 s
[pandoc] suffix: OK
929.37 s
[pandoc] suffix long: OK
929.37 s
[pandoc] multiple: OK
929.37 s
[pandoc] group: OK
929.37 s
[pandoc] suffix and locator: OK
929.37 s
[pandoc] suffix only: OK
929.37 s
[pandoc] no author: OK
929.37 s
[pandoc] markup: OK
929.37 s
[pandoc] biblatex
929.37 s
[pandoc] textcite: OK
929.37 s
[pandoc] suffix: OK
929.37 s
[pandoc] suffix long: OK
929.37 s
[pandoc] multiple: OK
929.37 s
[pandoc] group: OK
929.37 s
[pandoc] suffix and locator: OK
929.37 s
[pandoc] suffix only: OK
929.37 s
[pandoc] no author: OK
929.37 s
[pandoc] markup: OK
929.37 s
[pandoc] parencite: OK
929.37 s
[pandoc] images
929.37 s
[pandoc] Basic image: OK
929.37 s
[pandoc] Basic image with blank options: OK
929.37 s
[pandoc] Image with both width and height: OK
929.37 s
[pandoc] Image with width and height and a bunch of other opt...: OK
929.37 s
[pandoc] Image with just width: OK
929.37 s
[pandoc] Image with just height: OK
929.37 s
[pandoc] Image width relative to textsize: OK
929.37 s
[pandoc] Image with options with spaces: OK
929.37 s
[pandoc] Character Escapes
929.37 s
[pandoc] Two-character escapes: OK
929.37 s
[pandoc] One-character escapes: OK
929.37 s
[pandoc] memoir scene breaks
929.37 s
[pandoc] plainbreak: OK
929.37 s
[pandoc] plainbreak*: OK
929.37 s
[pandoc] fancybreak: OK
929.37 s
[pandoc] fancybreak*: OK
929.37 s
[pandoc] plainfancybreak: OK
929.37 s
[pandoc] plainfancybreak*: OK
929.37 s
[pandoc] pfbreak: OK
929.37 s
[pandoc] pfbreak*: OK
929.37 s
[pandoc] biblatex roman numerals
929.37 s
[pandoc] upper: OK
929.37 s
[pandoc] lower: OK
929.37 s
[pandoc] leading zero: OK
929.37 s
[pandoc] surrounding spaces: OK
929.37 s
[pandoc] zero: OK
929.37 s
[pandoc] space then unbraced argument: OK
929.37 s
[pandoc] space before braced argument: OK
929.37 s
[pandoc] polyglossia language spans
929.37 s
[pandoc] french: OK
929.37 s
[pandoc] nested: OK
929.37 s
[pandoc] with formatting: OK
929.37 s
[pandoc] language options: OK
929.37 s
[pandoc] unknown option fallback: OK
929.37 s
[pandoc] Markdown
929.37 s
[pandoc] inline code
929.37 s
[pandoc] with attribute: OK
929.37 s
[pandoc] with attribute space: OK
929.37 s
[pandoc] inline code in lists (regression tests for #6284)
929.37 s
[pandoc] code with list marker in text in ordered list: OK
929.37 s
[pandoc] code with list marker at start in ordered list: OK
929.37 s
[pandoc] code with list marker at start in ordered list: OK
929.37 s
[pandoc] code with list marker after literal backticks in ord...: OK
929.37 s
[pandoc] code with list marker after literal backticks in ord...: OK
929.37 s
[pandoc] code with list marker in text in bullet list: OK
929.37 s
[pandoc] code with list marker at start in bullet list: OK
929.37 s
[pandoc] code with list marker at start in bullet list: OK
929.38 s
[pandoc] code with list marker after literal backticks in bul...: OK
929.38 s
[pandoc] code with list marker after literal backticks in bul...: OK
929.38 s
[pandoc] lists with newlines in backticks: OK
929.38 s
[pandoc] lists with newlines in backticks: OK
929.38 s
[pandoc] lists with newlines in backticks: OK
929.38 s
[pandoc] lists with newlines in backticks: OK
929.38 s
[pandoc] lists with newlines in backticks: OK
929.38 s
[pandoc] lists with newlines in backticks: OK
929.38 s
[pandoc] lists with newlines in backticks: OK
929.38 s
[pandoc] lists with newlines in backticks: OK
929.38 s
[pandoc] lists with newlines and indent in backticks: OK
929.38 s
[pandoc] lists with newlines and indent in backticks: OK
929.38 s
[pandoc] lists with newlines and indent in backticks: OK
929.38 s
[pandoc] lists with newlines and indent in backticks: OK
929.38 s
[pandoc] lists with newlines and indent in backticks: OK
929.38 s
[pandoc] lists with newlines and indent in backticks: OK
929.38 s
[pandoc] lists with newlines and indent in backticks: OK
929.38 s
[pandoc] lists with newlines and indent in backticks: OK
929.38 s
[pandoc] lists with blank lines and indent in backticks: OK
929.38 s
[pandoc] lists with blank lines and indent in backticks: OK
929.38 s
[pandoc] lists with blank lines and indent in backticks: OK
929.39 s
[pandoc] lists with blank lines and indent in backticks: OK
929.39 s
[pandoc] lists with blank lines and indent in backticks: OK
929.39 s
[pandoc] lists with blank lines and indent in backticks: OK
929.39 s
[pandoc] lists with blank lines and indent in backticks: OK
929.39 s
[pandoc] lists with blank lines and indent in backticks: OK
929.39 s
[pandoc] emph and strong
929.39 s
[pandoc] two strongs in emph: OK
929.39 s
[pandoc] emph and strong emph alternating: OK
929.39 s
[pandoc] emph with spaced strong: OK
929.39 s
[pandoc] intraword underscore with opening underscore (#1121): OK
929.39 s
[pandoc] raw LaTeX
929.39 s
[pandoc] in URL: OK
929.39 s
[pandoc] raw HTML
929.39 s
[pandoc] nesting (issue #1330): OK
929.39 s
[pandoc] invalid tag (issue #1820: OK
929.39 s
[pandoc] technically invalid comment: OK
929.39 s
[pandoc] issue 2469: OK
929.39 s
[pandoc] raw email addresses
929.39 s
[pandoc] issue 2940: OK
929.39 s
[pandoc] emoji
929.39 s
[pandoc] emoji symbols: OK
929.40 s
[pandoc] unbalanced brackets: OK
929.40 s
[pandoc] backslash escapes
929.40 s
[pandoc] in URL: OK
929.40 s
[pandoc] in title: OK
929.40 s
[pandoc] in reference link title: OK
929.40 s
[pandoc] in reference link URL: OK
929.40 s
[pandoc] bare URIs
929.40 s
[pandoc] http://google.com is a search engine.: OK
929.40 s
[pandoc] <a href="http://foo.bar.baz">http://foo.bar.baz</a>: OK
929.40 s
[pandoc] Try this query: http://google.com?search=fish&time=h...: OK
929.40 s
[pandoc] HTTPS://GOOGLE.COM,: OK
929.40 s
[pandoc] http://el.wikipedia.org/wiki/Τεχνολογία,: OK
929.40 s
[pandoc] doi:10.1000/182,: OK
929.40 s
[pandoc] git://github.com/foo/bar.git,: OK
929.40 s
[pandoc] file:///Users/joe/joe.txt, and: OK
929.40 s
[pandoc] mailto:someone@somedomain.com.: OK
929.40 s
[pandoc] Use http: this is not a link!: OK
929.40 s
[pandoc] (http://google.com).: OK
929.40 s
[pandoc] http://en.wikipedia.org/wiki/Sprite_(computer_graphi...: OK
929.40 s
[pandoc] http://en.wikipedia.org/wiki/Sprite_[computer_graphi...: OK
929.40 s
[pandoc] http://en.wikipedia.org/wiki/Sprite_{computer_graphi...: OK
929.40 s
[pandoc] http://example.com/Notification_Center-GitHub-201011...: OK
929.40 s
[pandoc] https://github.com/github/hubot/blob/master/scripts/...: OK
929.40 s
[pandoc] http://www.rubyonrails.com: OK
929.40 s
[pandoc] http://www.rubyonrails.com:80: OK
929.40 s
[pandoc] http://www.rubyonrails.com/~minam: OK
929.41 s
[pandoc] https://www.rubyonrails.com/~minam: OK
929.41 s
[pandoc] http://www.rubyonrails.com/~minam/url%20with%20spaces: OK
929.41 s
[pandoc] http://www.rubyonrails.com/foo.cgi?something=here: OK
929.41 s
[pandoc] http://www.rubyonrails.com/foo.cgi?something=here&an...: OK
929.41 s
[pandoc] http://www.rubyonrails.com/contact;new: OK
929.41 s
[pandoc] http://www.rubyonrails.com/contact;new%20with%20spaces: OK
929.41 s
[pandoc] http://www.rubyonrails.com/contact;new?with=query&st...: OK
929.41 s
[pandoc] http://www.rubyonrails.com/~minam/contact;new?with=q...: OK
929.41 s
[pandoc] http://en.wikipedia.org/wiki/Wikipedia:Today%27s_fea...: OK
929.41 s
[pandoc] http://www.mail-archive.com/rails@lists.rubyonrails....: OK
929.41 s
[pandoc] http://www.amazon.com/Testing-Equal-Sign-In-Path/ref...: OK
929.41 s
[pandoc] http://en.wikipedia.org/wiki/Texas_hold%27em: OK
929.41 s
[pandoc] https://www.google.com/doku.php?id=gps:resource:scs:...: OK
929.41 s
[pandoc] http://www.rubyonrails.com: OK
929.41 s
[pandoc] http://manuals.ruby-on-rails.com/read/chapter.need_a...: OK
929.41 s
[pandoc] http://foo.example.com/controller/action?parm=value&...: OK
929.41 s
[pandoc] http://foo.example.com:3000/controller/action: OK
929.41 s
[pandoc] http://foo.example.com:3000/controller/action+pack: OK
929.41 s
[pandoc] http://business.timesonline.co.uk/article/0,,9065-24...: OK
929.41 s
[pandoc] http://www.mail-archive.com/ruby-talk@ruby-lang.org/: OK
929.41 s
[pandoc] https://example.org/?anchor=lala-: OK
929.41 s
[pandoc] https://example.org/?anchor=-lala: OK
929.41 s
[pandoc] autolinks
929.41 s
[pandoc] with unicode dash following: OK
929.41 s
[pandoc] a partial URL (#2277): OK
929.41 s
[pandoc] with some attributes: OK
929.42 s
[pandoc] with some attributes and spaces: OK
929.42 s
[pandoc] links
929.42 s
[pandoc] no autolink inside link: OK
929.42 s
[pandoc] no inline link inside link: OK
929.42 s
[pandoc] no bare URI inside link: OK
929.42 s
[pandoc] Github wiki links
929.42 s
[pandoc] autolink: OK
929.42 s
[pandoc] link with title: OK
929.42 s
[pandoc] bad link with title: OK
929.42 s
[pandoc] autolink not being a link: OK
929.42 s
[pandoc] autolink not being a link with a square bracket: OK
929.42 s
[pandoc] link with inline start should be a link: OK
929.42 s
[pandoc] Headers
929.42 s
[pandoc] blank line before header: OK
929.42 s
[pandoc] bracketed text (#2062): OK
929.42 s
[pandoc] ATX header without trailing #s: OK
929.42 s
[pandoc] ATX header without trailing #s: OK
929.42 s
[pandoc] setext header: OK
929.42 s
[pandoc] Implicit header references
929.42 s
[pandoc] ATX header without trailing #s: OK
929.42 s
[pandoc] ATX header with trailing #s: OK
929.42 s
[pandoc] setext header: OK
929.42 s
[pandoc] smart punctuation
929.42 s
[pandoc] quote before ellipses: OK
929.42 s
[pandoc] apostrophe before emph: OK
929.43 s
[pandoc] apostrophe in French: OK
929.43 s
[pandoc] apostrophe after math: OK
929.43 s
[pandoc] unclosed double quote: OK
929.43 s
[pandoc] sub- and superscripts
929.43 s
[pandoc] normal subscript: OK
929.43 s
[pandoc] normal superscript: OK
929.43 s
[pandoc] short subscript delimited by space: OK
929.43 s
[pandoc] short subscript delimited by newline: OK
929.43 s
[pandoc] short subscript delimited by EOF: OK
929.43 s
[pandoc] short subscript delimited by punctuation: OK
929.43 s
[pandoc] short subscript delimited by emph: OK
929.43 s
[pandoc] no nesting in short subscripts: OK
929.43 s
[pandoc] short superscript delimited by space: OK
929.43 s
[pandoc] short superscript delimited by newline: OK
929.43 s
[pandoc] short superscript delimited by ExF: OK
929.43 s
[pandoc] short superscript delimited by punctuation: OK
929.43 s
[pandoc] short superscript delimited by emph: OK
929.43 s
[pandoc] no nesting in short superscripts: OK
929.43 s
[pandoc] footnotes
929.43 s
[pandoc] indent followed by newline and flush-left text: OK
929.43 s
[pandoc] indent followed by newline and indented text: OK
929.43 s
[pandoc] recursive note: OK
929.43 s
[pandoc] lhs
929.43 s
[pandoc] inverse bird tracks and html: OK
929.43 s
[pandoc] definition lists
929.43 s
[pandoc] no blank space: OK
929.43 s
[pandoc] blank space before first def: OK
929.43 s
[pandoc] blank space before second def: OK
929.43 s
[pandoc] laziness: OK
929.43 s
[pandoc] no blank space before first of two paragraphs: OK
929.43 s
[pandoc] first line not indented: OK
929.43 s
[pandoc] list in definition: OK
929.43 s
[pandoc] in div: OK
929.43 s
[pandoc] +compact_definition_lists
929.43 s
[pandoc] basic compact list: OK
929.43 s
[pandoc] lists
929.43 s
[pandoc] issue #1154: OK
929.44 s
[pandoc] issue #1636: OK
929.44 s
[pandoc] entities
929.44 s
[pandoc] character references: OK
929.44 s
[pandoc] numeric: OK
929.44 s
[pandoc] in link title: OK
929.44 s
[pandoc] citations
929.44 s
[pandoc] simple: OK
929.44 s
[pandoc] key starts with digit: OK
929.44 s
[pandoc] footnote/link following citation
929.44 s
[pandoc] footnote: OK
929.44 s
[pandoc] normal link: OK
929.44 s
[pandoc] reference link: OK
929.44 s
[pandoc] short reference link: OK
929.44 s
[pandoc] implicit header link: OK
929.44 s
[pandoc] regular citation: OK
929.44 s
[pandoc] HTML
929.44 s
[pandoc] base tag
929.44 s
[pandoc] simple: OK
929.44 s
[pandoc] slash at end of base: OK
929.44 s
[pandoc] slash at beginning of href: OK
929.44 s
[pandoc] absolute URL: OK
929.44 s
[pandoc] anchors
929.44 s
[pandoc] anchor without href: OK
929.44 s
[pandoc] img
929.44 s
[pandoc] data-external attribute: OK
929.44 s
[pandoc] title: OK
929.44 s
[pandoc] lang
929.44 s
[pandoc] lang on <html>: OK
929.44 s
[pandoc] xml:lang on <html>: OK
929.44 s
[pandoc] main
929.44 s
[pandoc] <main> contents are parsed: OK
929.44 s
[pandoc] <main role=X> becomes <div role=X>: OK
929.44 s
[pandoc] <main> has attributes preserved: OK
929.44 s
[pandoc] <main> closes <p>: OK
929.44 s
[pandoc] <main> followed by text: OK
929.44 s
[pandoc] code
929.44 s
[pandoc] inline code block: OK
929.44 s
[pandoc] tt
929.44 s
[pandoc] inline tt block: OK
929.44 s
[pandoc] samp
929.44 s
[pandoc] inline samp block: OK
929.44 s
[pandoc] var
929.44 s
[pandoc] inline var block: OK
929.44 s
[pandoc] header
929.44 s
[pandoc] <header> is parsed as a div: OK
929.44 s
[pandoc] code block
929.44 s
[pandoc] attributes in pre > code element: OK
929.44 s
[pandoc] attributes in pre take precedence: OK
929.57 s
[pandoc] Round trip: OK (0.12s)
929.57 s
[pandoc] +++ OK, passed 25 tests.
929.57 s
[pandoc] JATS
929.57 s
[pandoc] inline code
929.57 s
[pandoc] basic: OK
929.57 s
[pandoc] block code
929.57 s
[pandoc] basic: OK
929.57 s
[pandoc] lang: OK
929.57 s
[pandoc] images
929.57 s
[pandoc] basic: OK
929.57 s
[pandoc] alt-text: OK
929.57 s
[pandoc] bullet list: OK
929.57 s
[pandoc] definition lists
929.57 s
[pandoc] with internal link: OK
929.57 s
[pandoc] math
929.57 s
[pandoc] escape |: OK
929.57 s
[pandoc] tex-math only: OK
929.57 s
[pandoc] math ml only: OK
929.57 s
[pandoc] headers
929.57 s
[pandoc] unnumbered sub header: OK
929.57 s
[pandoc] containing image: OK
929.57 s
[pandoc] metadata
929.57 s
[pandoc] abstract: OK
929.57 s
[pandoc] Jira
929.57 s
[pandoc] para
929.57 s
[pandoc] Simple sentence: OK
929.57 s
[pandoc] leading blank lines: OK
929.57 s
[pandoc] header
929.57 s
[pandoc] header: OK
929.57 s
[pandoc] list
929.57 s
[pandoc] simple list: OK
929.57 s
[pandoc] list with minus as bullets: OK
929.57 s
[pandoc] ordered list / enumeration: OK
929.57 s
[pandoc] block quote
929.57 s
[pandoc] simple block quote: OK
929.57 s
[pandoc] block quote between paragraphs: OK
929.57 s
[pandoc] table
929.57 s
[pandoc] table without header: OK
929.57 s
[pandoc] table with header: OK
929.58 s
[pandoc] table with column header: OK
929.58 s
[pandoc] table after paragraph: OK
929.58 s
[pandoc] panel
929.58 s
[pandoc] simple panel: OK
929.58 s
[pandoc] inlines
929.58 s
[pandoc] emphasis: OK
929.58 s
[pandoc] deleted: OK
929.58 s
[pandoc] monospaced: OK
929.58 s
[pandoc] sub- and superscript: OK
929.58 s
[pandoc] citation: OK
929.58 s
[pandoc] color: OK
929.58 s
[pandoc] hexcolor: OK
929.58 s
[pandoc] linebreak: OK
929.58 s
[pandoc] links
929.58 s
[pandoc] external: OK
929.58 s
[pandoc] URL in alias: OK
929.58 s
[pandoc] email: OK
929.58 s
[pandoc] email with description: OK
929.58 s
[pandoc] attachment: OK
929.58 s
[pandoc] attachment with description: OK
929.58 s
[pandoc] user: OK
929.58 s
[pandoc] user with description: OK
929.58 s
[pandoc] 'smart' link: OK
929.58 s
[pandoc] 'smart' card: OK
929.58 s
[pandoc] image: OK
929.58 s
[pandoc] thumbnail image: OK
929.58 s
[pandoc] image with attributes: OK
929.58 s
[pandoc] inserted text: OK
929.58 s
[pandoc] HTML entity: OK
929.58 s
[pandoc] non-strikeout dashes: OK
929.58 s
[pandoc] Org
929.58 s
[pandoc] Inlines
929.58 s
[pandoc] Plain String: OK
929.58 s
[pandoc] Emphasis: OK
929.58 s
[pandoc] Strong: OK
929.58 s
[pandoc] Strong Emphasis: OK
929.58 s
[pandoc] Emphasized Strong preceded by space: OK
929.58 s
[pandoc] Underline: OK
929.58 s
[pandoc] Strikeout: OK
929.58 s
[pandoc] Verbatim: OK
929.58 s
[pandoc] Code: OK
929.58 s
[pandoc] Math $..$: OK
929.58 s
[pandoc] Math $$..$$: OK
929.58 s
[pandoc] Math \[..\]: OK
929.58 s
[pandoc] Math \(..\): OK
929.58 s
[pandoc] Symbol: OK
929.58 s
[pandoc] Superscript simple expression: OK
929.58 s
[pandoc] Superscript multi char: OK
929.58 s
[pandoc] Subscript simple expression: OK
929.58 s
[pandoc] Subscript multi char: OK
929.59 s
[pandoc] Linebreak: OK
929.59 s
[pandoc] Inline note: OK
929.59 s
[pandoc] By default, markup-chars not occurring on word break...: OK
929.59 s
[pandoc] No empty markup: OK
929.59 s
[pandoc] Adherence to Org's rules for markup borders: OK
929.59 s
[pandoc] Quotes are allowed border chars: OK
929.59 s
[pandoc] Spaces are forbidden border chars: OK
929.59 s
[pandoc] Zero width spaces are forbidden border chars: OK
929.59 s
[pandoc] Markup should work properly after a blank line: OK
929.59 s
[pandoc] Inline math must stay within three lines: OK
929.59 s
[pandoc] Single-character math: OK
929.59 s
[pandoc] Markup may not span more than two lines: OK
929.59 s
[pandoc] Sub- and superscript expressions: OK
929.59 s
[pandoc] Verbatim text can contain equal signs (=): OK
929.59 s
[pandoc] Images
929.59 s
[pandoc] Image: OK
929.59 s
[pandoc] Image with explicit file: prefix: OK
929.60 s
[pandoc] Multiple images within a paragraph: OK
929.60 s
[pandoc] Image with html attributes: OK
929.60 s
[pandoc] HTML attributes can have trailing spaces: OK
929.60 s
[pandoc] Uppercase extension: OK
929.60 s
[pandoc] Explicit link: OK
929.60 s
[pandoc] Self-link: OK
929.60 s
[pandoc] Internal self-link (reference): OK
929.60 s
[pandoc] Absolute file link: OK
929.60 s
[pandoc] Link to file in parent directory: OK
929.60 s
[pandoc] Empty link (for gitit interop): OK
929.60 s
[pandoc] Image link: OK
929.60 s
[pandoc] Image link with non-image target: OK
929.60 s
[pandoc] Link to image: OK
929.60 s
[pandoc] Plain link: OK
929.60 s
[pandoc] Angle link: OK
929.60 s
[pandoc] Absolute file link: OK
929.60 s
[pandoc] File link: OK
929.60 s
[pandoc] Anchor: OK
929.60 s
[pandoc] Inline code block: OK
929.60 s
[pandoc] Inline code block with arguments: OK
929.60 s
[pandoc] Inline code block with a blank argument array: OK
929.60 s
[pandoc] Inline code block with toggle: OK
929.60 s
[pandoc] Inline LaTeX symbol: OK
929.60 s
[pandoc] Inline LaTeX command: OK
929.60 s
[pandoc] Inline LaTeX command with spaces: OK
929.61 s
[pandoc] Inline math symbols: OK
929.61 s
[pandoc] Inline LaTeX math command: OK
929.61 s
[pandoc] Unknown inline LaTeX command: OK
929.61 s
[pandoc] Export snippet: OK
929.61 s
[pandoc] MathML symbol in LaTeX-style: OK
929.61 s
[pandoc] MathML symbol in LaTeX-style, including braces: OK
929.61 s
[pandoc] MathML copy sign: OK
929.61 s
[pandoc] MathML symbols, space separated: OK
929.61 s
[pandoc] Macro: OK
929.61 s
[pandoc] Macro duplicating its argument: OK
929.61 s
[pandoc] Macro called with too few arguments: OK
929.61 s
[pandoc] Macro called with an escaped comma: OK
929.61 s
[pandoc] Citations
929.61 s
[pandoc] Org-cite citations
929.61 s
[pandoc] Citation: OK
929.61 s
[pandoc] Citation containing text: OK
929.61 s
[pandoc] Author-in-text citation with locator and suffix: OK
929.62 s
[pandoc] org-ref citations
929.62 s
[pandoc] simple citation: OK
929.62 s
[pandoc] simple citation with underscores: OK
929.62 s
[pandoc] simple citation succeeded by comma: OK
929.62 s
[pandoc] simple citation succeeded by dot: OK
929.62 s
[pandoc] simple citation succeeded by colon: OK
929.62 s
[pandoc] simple citep citation: OK
929.62 s
[pandoc] multiple simple citations: OK
929.62 s
[pandoc] multiple simple citations succeeded by comma: OK
929.62 s
[pandoc] extended citation: OK
929.62 s
[pandoc] LaTeX citation: OK
929.62 s
[pandoc] Footnotes
929.62 s
[pandoc] Footnote: OK
929.62 s
[pandoc] Two footnotes: OK
929.62 s
[pandoc] Emphasized text before footnote: OK
929.62 s
[pandoc] Footnote that starts with emphasized text: OK
929.62 s
[pandoc] Footnote followed by header: OK
929.62 s
[pandoc] Footnote followed by two blank lines: OK
929.62 s
[pandoc] Smart punctuation
929.62 s
[pandoc] quote before ellipses: OK
929.62 s
[pandoc] apostrophe before emph: OK
929.62 s
[pandoc] apostrophe in French: OK
929.63 s
[pandoc] Quotes cannot occur at the end of emphasized text: OK
929.63 s
[pandoc] Dashes are allowed at the borders of emphasis': OK
929.63 s
[pandoc] Single quotes can be followed by emphasized text: OK
929.63 s
[pandoc] Double quotes can be followed by emphasized text: OK
929.63 s
[pandoc] Basic Blocks
929.63 s
[pandoc] Paragraph: OK
929.63 s
[pandoc] Paragraph starting with an asterisk: OK
929.63 s
[pandoc] Paragraph containing asterisk at beginning of line: OK
929.63 s
[pandoc] Example block: OK
929.63 s
[pandoc] Example block surrounded by text: OK
929.63 s
[pandoc] Horizontal Rule: OK
929.63 s
[pandoc] Not a Horizontal Rule: OK
929.63 s
[pandoc] Comments
929.63 s
[pandoc] Comment Block: OK
929.63 s
[pandoc] Comment line: OK
929.63 s
[pandoc] Empty comment line: OK
929.63 s
[pandoc] Blocks and fragments
929.63 s
[pandoc] HTML block: OK
929.63 s
[pandoc] Quote block: OK
929.63 s
[pandoc] Verse block: OK
929.63 s
[pandoc] Verse block with blank lines: OK
929.63 s
[pandoc] Verse block with varying indentation: OK
929.63 s
[pandoc] Raw block LaTeX: OK
929.63 s
[pandoc] Raw LaTeX line: OK
929.63 s
[pandoc] Raw Beamer line: OK
929.63 s
[pandoc] Raw HTML line: OK
929.63 s
[pandoc] Export block HTML: OK
929.63 s
[pandoc] LaTeX fragment: OK
929.63 s
[pandoc] One-line LaTeX fragment: OK
929.63 s
[pandoc] LaTeX fragment with more arguments: OK
929.63 s
[pandoc] Convert blank lines in blocks to single newlines: OK
929.64 s
[pandoc] Accept `attr_html` attributes for generic block: OK
929.64 s
[pandoc] Headers
929.64 s
[pandoc] First Level Header: OK
929.64 s
[pandoc] Third Level Header: OK
929.64 s
[pandoc] Compact Headers with Paragraph: OK
929.65 s
[pandoc] Separated Headers with Paragraph: OK
929.65 s
[pandoc] Headers not preceded by a blank line: OK
929.65 s
[pandoc] Todo keywords
929.65 s
[pandoc] Header with known todo keyword: OK
929.65 s
[pandoc] Header marked as done: OK
929.65 s
[pandoc] emphasis in first word: OK
929.66 s
[pandoc] Header with unknown todo keyword: OK
929.66 s
[pandoc] Custom todo keywords: OK
929.66 s
[pandoc] Custom todo keywords with multiple done-states: OK
929.67 s
[pandoc] Tagged headers: OK
929.67 s
[pandoc] Untagged header containing colons: OK
929.67 s
[pandoc] Untagged header time followed by colon: OK
929.67 s
[pandoc] tag followed by text: OK
929.67 s
[pandoc] Header starting with strokeout text: OK
929.68 s
[pandoc] Comment Trees: OK
929.68 s
[pandoc] Nothing but a COMMENT header: OK
929.68 s
[pandoc] Tree with :noexport:: OK
929.68 s
[pandoc] Subtree with :noexport:: OK
929.68 s
[pandoc] Preferences are treated as header attributes: OK
929.68 s
[pandoc] Headers marked with a unnumbered property get a clas...: OK
929.68 s
[pandoc] planning information
929.68 s
[pandoc] Planning info is not included in output: OK
929.68 s
[pandoc] Properties after planning info are recognized: OK
929.68 s
[pandoc] Planning info followed by test: OK
929.68 s
[pandoc] third and forth level headers: OK
929.68 s
[pandoc] Figures
929.68 s
[pandoc] Figure: OK
929.68 s
[pandoc] Figure with no name: OK
929.68 s
[pandoc] Figure with `fig:` prefix in name: OK
929.68 s
[pandoc] Figure with HTML attributes: OK
929.69 s
[pandoc] LaTeX attributes are ignored: OK
929.69 s
[pandoc] Labelled figure: OK
929.69 s
[pandoc] Figure with empty caption: OK
929.69 s
[pandoc] Lists
929.69 s
[pandoc] Simple Bullet Lists: OK
929.69 s
[pandoc] Simple Bullet List with Ignored Counter Cookie: OK
929.69 s
[pandoc] Indented Bullet Lists: OK
929.69 s
[pandoc] Unindented *: OK
929.69 s
[pandoc] Multi-line Bullet Lists: OK
929.69 s
[pandoc] Nested Bullet Lists: OK
929.69 s
[pandoc] Bullet List with Decreasing Indent: OK
929.69 s
[pandoc] Header follows Bullet List: OK
929.69 s
[pandoc] Bullet List Unindented with trailing Header: OK
929.69 s
[pandoc] Empty bullet points: OK
929.69 s
[pandoc] Task list: OK
929.69 s
[pandoc] Task List with Counter Cookies: OK
929.69 s
[pandoc] Task with alphabetical markers and counter cookie: OK
929.69 s
[pandoc] Simple Ordered List: OK
929.69 s
[pandoc] Simple Ordered List with fancy lists extension: OK
929.69 s
[pandoc] Simple Ordered List with lower alpha marker: OK
929.70 s
[pandoc] Simple Ordered List with upper and lower alpha markers: OK
929.70 s
[pandoc] Simple Ordered List with Counter Cookie: OK
929.70 s
[pandoc] Simple Ordered List with Alphabetical Counter Cookie: OK
929.70 s
[pandoc] Simple Ordered List with Ignored Counter Cookie: OK
929.70 s
[pandoc] Simple Ordered List with Parens: OK
929.70 s
[pandoc] Indented Ordered List: OK
929.70 s
[pandoc] Empty ordered list item: OK
929.70 s
[pandoc] Empty ordered list item with fancy lists extension: OK
929.70 s
[pandoc] Empty ordered list item with counter cookie: OK
929.70 s
[pandoc] Nested Ordered Lists: OK
929.70 s
[pandoc] Ordered List in Bullet List: OK
929.70 s
[pandoc] Bullet List in Ordered List: OK
929.70 s
[pandoc] Definition List: OK
929.70 s
[pandoc] Definition list with multi-word term: OK
929.70 s
[pandoc] Compact definition list: OK
929.70 s
[pandoc] Definition List With Trailing Header: OK
929.70 s
[pandoc] Definition lists double-colon markers must be surrou...: OK
929.70 s
[pandoc] Loose bullet list: OK
929.71 s
[pandoc] Recognize preceding paragraphs in non-list contexts: OK
929.71 s
[pandoc] Markup after header and list: OK
929.71 s
[pandoc] CodeBlocks
929.71 s
[pandoc] Source block: OK
929.71 s
[pandoc] Source block with indented code: OK
929.71 s
[pandoc] Source block with tab-indented code: OK
929.71 s
[pandoc] Empty source block: OK
929.71 s
[pandoc] Source block between paragraphs: OK
929.71 s
[pandoc] Source block with babel arguments: OK
929.71 s
[pandoc] Source block with results and :exports both: OK
929.71 s
[pandoc] Source block with results and :exports code: OK
929.71 s
[pandoc] Source block with results and :exports results: OK
929.71 s
[pandoc] Source block with results and :exports none: OK
929.71 s
[pandoc] Source block with toggling header arguments: OK
929.71 s
[pandoc] Source block with line number switch: OK
929.71 s
[pandoc] Source block with multi-word parameter values: OK
929.71 s
[pandoc] Example block: OK
929.71 s
[pandoc] Code block with caption: OK
929.71 s
[pandoc] Non-letter chars in source block parameters: OK
929.71 s
[pandoc] Tables
929.72 s
[pandoc] Single cell table: OK
929.72 s
[pandoc] Multi cell table: OK
929.72 s
[pandoc] Multi line table: OK
929.72 s
[pandoc] Empty table: OK
929.72 s
[pandoc] Glider Table: OK
929.72 s
[pandoc] Table between Paragraphs: OK
929.72 s
[pandoc] Table with Header: OK
929.72 s
[pandoc] Table with final hline: OK
929.73 s
[pandoc] Table in a box: OK
929.73 s
[pandoc] Table with empty cells: OK
929.73 s
[pandoc] Table with empty rows: OK
929.73 s
[pandoc] Table with alignment row: OK
929.73 s
[pandoc] Pipe within text doesn't start a table: OK
929.73 s
[pandoc] Missing pipe at end of row: OK
929.73 s
[pandoc] Table with differing row lengths: OK
929.73 s
[pandoc] Table with caption: OK
929.73 s
[pandoc] named table: OK
929.73 s
[pandoc] Meta Information
929.73 s
[pandoc] Comments
929.73 s
[pandoc] Comment: OK
929.73 s
[pandoc] Hash not followed by space is text: OK
929.74 s
[pandoc] Comment surrounded by Text: OK
929.74 s
[pandoc] Export settings
929.74 s
[pandoc] Title: OK
929.74 s
[pandoc] Author
929.74 s
[pandoc] sets 'author' field: OK
929.74 s
[pandoc] Multiple author lines: OK
929.74 s
[pandoc] Date: OK
929.74 s
[pandoc] Description
929.74 s
[pandoc] Single line: OK
929.74 s
[pandoc] Multiline: OK
929.74 s
[pandoc] Subtitle: OK
929.74 s
[pandoc] Keywords: OK
929.74 s
[pandoc] Institute: OK
929.74 s
[pandoc] Document language: OK
929.74 s
[pandoc] Todo sequences
929.74 s
[pandoc] not included in document: OK
929.74 s
[pandoc] can contain multiple pipe characters: OK
929.74 s
[pandoc] LaTeX
929.74 s
[pandoc] LATEX_HEADER: OK
929.74 s
[pandoc] LATEX_HEADER_EXTRA: OK
929.74 s
[pandoc] LaTeX_CLASS
929.74 s
[pandoc] stored as documentclass: OK
929.74 s
[pandoc] last definition takes precedence: OK
929.74 s
[pandoc] LATEX_CLASS_OPTIONS as classoption: OK
929.74 s
[pandoc] HTML
929.74 s
[pandoc] HTML_HEAD values are added to header-includes: OK
929.74 s
[pandoc] HTML_HEAD_EXTRA behaves like HTML_HEAD: OK
929.74 s
[pandoc] Non-export keywords
929.74 s
[pandoc] #+link
929.74 s
[pandoc] Link abbreviation: OK
929.74 s
[pandoc] Link abbreviation, defined after first use: OK
929.75 s
[pandoc] Link abbreviation, URL encoded arguments: OK
929.75 s
[pandoc] Link abbreviation, append arguments: OK
929.75 s
[pandoc] emphasis config
929.75 s
[pandoc] Changing pre chars for emphasis: OK
929.75 s
[pandoc] Changing post chars for emphasis: OK
929.75 s
[pandoc] setting an invalid value restores the default: OK
929.75 s
[pandoc] Unknown keyword: OK
929.75 s
[pandoc] Properties drawer: OK
929.75 s
[pandoc] Logbook drawer: OK
929.75 s
[pandoc] Drawer surrounded by text: OK
929.75 s
[pandoc] Drawer markers must be the only text in the line: OK
929.75 s
[pandoc] Drawers can be arbitrary: OK
929.75 s
[pandoc] Anchor reference: OK
929.75 s
[pandoc] Search links are read as emph: OK
929.75 s
[pandoc] Link to nonexistent anchor: OK
929.75 s
[pandoc] Directives
929.75 s
[pandoc] export options
929.75 s
[pandoc] disable simple sub/superscript syntax: OK
929.75 s
[pandoc] directly select drawers to be exported: OK
929.75 s
[pandoc] exclude drawers from being exported: OK
929.75 s
[pandoc] don't include archive trees: OK
929.76 s
[pandoc] include complete archive trees: OK
929.76 s
[pandoc] include archive tree header only: OK
929.76 s
[pandoc] limit headline depth: OK
929.76 s
[pandoc] turn all headlines into lists: OK
929.76 s
[pandoc] preserve linebreaks as hard breaks: OK
929.76 s
[pandoc] disable author export: OK
929.76 s
[pandoc] disable creator export: OK
929.76 s
[pandoc] disable email export: OK
929.76 s
[pandoc] disable MathML-like entities: OK
929.76 s
[pandoc] Option f
929.76 s
[pandoc] disable inline footnotes: OK
929.76 s
[pandoc] disable reference footnotes: OK
929.76 s
[pandoc] disable inclusion of todo keywords: OK
929.76 s
[pandoc] remove tags from headlines: OK
929.76 s
[pandoc] LaTeX
929.76 s
[pandoc] Include LaTeX fragments
929.76 s
[pandoc] Inline command: OK
929.77 s
[pandoc] Alpha: OK
929.77 s
[pandoc] equation environment: OK
929.77 s
[pandoc] Ignore LaTeX fragments
929.77 s
[pandoc] Inline command: OK
929.77 s
[pandoc] MathML symbol (alpha): OK
929.77 s
[pandoc] equation environment: OK
929.77 s
[pandoc] Verbatim LaTeX
929.77 s
[pandoc] Inline command: OK
929.77 s
[pandoc] MathML symbol (alpha): OK
929.77 s
[pandoc] equation environment: OK
929.77 s
[pandoc] planning information
929.77 s
[pandoc] include planning info after headlines: OK
929.77 s
[pandoc] empty planning info is not included: OK
929.77 s
[pandoc] Option |
929.77 s
[pandoc] disable export of tables: OK
929.77 s
[pandoc] unknown options
929.77 s
[pandoc] unknown options are ignored: OK
929.77 s
[pandoc] highlighting after unknown option: OK
929.77 s
[pandoc] unknown option interleaved with known: OK
929.77 s
[pandoc] Include
929.77 s
[pandoc] file inclusion: OK
929.77 s
[pandoc] Included file belongs to item: OK
929.77 s
[pandoc] Default include preserves level: OK
929.77 s
[pandoc] Minlevel shifts level leftward: OK
929.77 s
[pandoc] Minlevel shifts level rightward: OK
929.77 s
[pandoc] Include file as source code snippet: OK
929.77 s
[pandoc] Include file as export snippet: OK
929.77 s
[pandoc] include directive is limited to one line: OK
929.77 s
[pandoc] RST
929.78 s
[pandoc] line block with blank line: OK
929.78 s
[pandoc] field list
929.78 s
[pandoc] general: OK
929.78 s
[pandoc] metadata: OK
929.78 s
[pandoc] with inline markup: OK
929.78 s
[pandoc] URLs with following punctuation: OK
929.78 s
[pandoc] Reference names with special characters: OK
929.79 s
[pandoc] Code directive with class and number-lines: OK
929.79 s
[pandoc] Code directive with number-lines, no line specified: OK
929.79 s
[pandoc] literal / line / code blocks
929.79 s
[pandoc] indented literal block: OK
929.79 s
[pandoc] line block with 3 lines: OK
929.79 s
[pandoc] line blocks with blank lines: OK
929.79 s
[pandoc] quoted literal block using >: OK
929.79 s
[pandoc] quoted literal block using | (not a line block): OK
929.79 s
[pandoc] class directive with single paragraph: OK
929.79 s
[pandoc] class directive with two paragraphs: OK
929.79 s
[pandoc] class directive around literal block: OK
929.79 s
[pandoc] interpreted text roles
929.79 s
[pandoc] literal role prefix: OK
929.79 s
[pandoc] literal role postfix: OK
929.79 s
[pandoc] literal text: OK
929.79 s
[pandoc] code role: OK
929.79 s
[pandoc] inherited code role: OK
929.79 s
[pandoc] custom code role with language field: OK
929.79 s
[pandoc] custom role with class field: OK
929.79 s
[pandoc] custom role with class field containing multiple whi...: OK
929.79 s
[pandoc] custom role with inherited class field: OK
929.79 s
[pandoc] custom role with unspecified parent role: OK
929.79 s
[pandoc] role with recursive inheritance: OK
929.79 s
[pandoc] unknown role: OK
929.79 s
[pandoc] footnotes
929.79 s
[pandoc] remove space before note: OK
929.79 s
[pandoc] inlines
929.79 s
[pandoc] links can contain an URI without being parsed twice ...: OK
929.79 s
[pandoc] inline markup cannot be nested: OK
929.79 s
[pandoc] bare URI parsing disabled inside emphasis (#4561): OK
929.79 s
[pandoc] include newlines: OK
929.80 s
[pandoc] RTF
929.80 s
[pandoc] footnote: OK
929.80 s
[pandoc] accent: OK
929.80 s
[pandoc] unicode: OK
929.81 s
[pandoc] image: OK
929.81 s
[pandoc] link: OK
929.82 s
[pandoc] heading: OK (0.01s)
929.83 s
[pandoc] formatting: OK
929.83 s
[pandoc] list_simple: OK
929.85 s
[pandoc] list_complex: OK (0.02s)
929.85 s
[pandoc] bookmark: OK
929.85 s
[pandoc] table_simple: OK
929.86 s
[pandoc] table_error_codes: OK
929.86 s
[pandoc] Docx
929.86 s
[pandoc] document
929.86 s
[pandoc] allow different document.xml file as defined in _rel...: OK
929.86 s
[pandoc] inlines
929.86 s
[pandoc] font formatting: OK
929.86 s
[pandoc] font formatting with character styles: OK
929.86 s
[pandoc] hyperlinks: OK
929.86 s
[pandoc] hyperlinks in <w:instrText> tag: OK
929.86 s
[pandoc] nested fields with <w:instrText> tag: OK
929.86 s
[pandoc] empty fields with <w:instrText> tag: OK
929.87 s
[pandoc] pageref hyperlinks in <w:instrText> tag: OK
929.87 s
[pandoc] inline image: OK
929.87 s
[pandoc] VML image: OK
929.87 s
[pandoc] VML image as object: OK
929.87 s
[pandoc] inline image in links: OK
929.87 s
[pandoc] handling unicode input: OK
929.87 s
[pandoc] literal tabs: OK
929.87 s
[pandoc] special punctuation: OK
929.87 s
[pandoc] normalizing inlines: OK
929.87 s
[pandoc] normalizing inlines deep inside blocks: OK
929.87 s
[pandoc] move trailing spaces outside of formatting: OK
929.87 s
[pandoc] remove trailing spaces from last inline: OK
929.87 s
[pandoc] inline code (with VerbatimChar style): OK
929.87 s
[pandoc] inline code in subscript and superscript: OK
929.88 s
[pandoc] inlines inside of Structured Document Tags: OK
929.88 s
[pandoc] Structured Document Tags in footnotes: OK
929.89 s
[pandoc] nested Structured Document Tags: OK
929.89 s
[pandoc] nested Smart Tags: OK
929.89 s
[pandoc] remove anchor spans with nothing pointing to them: OK
929.89 s
[pandoc] collapse overlapping targets (anchor spans): OK
929.89 s
[pandoc] anchor in header after anchor: OK
929.89 s
[pandoc] text in shape format: OK
929.89 s
[pandoc] blocks
929.89 s
[pandoc] headers: OK
929.89 s
[pandoc] headers already having auto identifiers: OK
929.89 s
[pandoc] avoid zero-level headers: OK
929.90 s
[pandoc] nested anchor spans in header: OK
929.90 s
[pandoc] single numbered item not made into list: OK
929.90 s
[pandoc] enumerated headers not made into numbered list: OK
929.90 s
[pandoc] i18n blocks (headers and blockquotes): OK
929.90 s
[pandoc] lists: OK
929.90 s
[pandoc] compact lists: OK
929.90 s
[pandoc] lists with level overrides: OK
929.90 s
[pandoc] lists continuing after interruption: OK
929.90 s
[pandoc] lists restarting after interruption: OK
929.90 s
[pandoc] sublists reset numbering to 1: OK
929.90 s
[pandoc] definition lists: OK
929.90 s
[pandoc] task lists: OK
929.91 s
[pandoc] custom defined lists in styles: OK
929.91 s
[pandoc] user deletes bullet after list item (=> part of item...: OK
929.91 s
[pandoc] user deletes bullet after par (=> new par): OK
929.91 s
[pandoc] footnotes and endnotes: OK
929.91 s
[pandoc] links in footnotes and endnotes: OK
929.91 s
[pandoc] blockquotes (parsing indent as blockquote): OK
929.91 s
[pandoc] blockquotes (parsing indent relative to the indent o...: OK
929.91 s
[pandoc] hanging indents: OK
929.92 s
[pandoc] tables: OK
929.92 s
[pandoc] tables with lists in cells: OK
929.94 s
[pandoc] a table with a header which contains rowspans greate...: OK (0.02s)
929.95 s
[pandoc] tables with one row: OK
929.95 s
[pandoc] tables with just one row, which is a header: OK
929.95 s
[pandoc] tables with variable width: OK
929.95 s
[pandoc] tables with captions which contain a Table field: OK
929.96 s
[pandoc] tables with captions which don't contain a Table field: OK
929.96 s
[pandoc] code block: OK
929.96 s
[pandoc] combine adjacent code blocks: OK
929.96 s
[pandoc] dropcap paragraphs: OK
929.96 s
[pandoc] citations
929.96 s
[pandoc] zotero with -citations: OK
930.09 s
[pandoc] zotero with +citations: OK (0.10s)
930.09 s
[pandoc] mendeley with -citations: OK
930.09 s
[pandoc] mendeley with +citations: OK (0.02s)
930.09 s
[pandoc] track changes
930.09 s
[pandoc] insertion (default): OK
930.09 s
[pandoc] insert insertion (accept): OK
930.09 s
[pandoc] remove insertion (reject): OK
930.09 s
[pandoc] deletion (default): OK
930.09 s
[pandoc] remove deletion (accept): OK
930.09 s
[pandoc] insert deletion (reject): OK
930.09 s
[pandoc] keep insertion (all): OK
930.09 s
[pandoc] keep deletion (all): OK
930.09 s
[pandoc] move text (accept): OK
930.09 s
[pandoc] move text (reject): OK
930.09 s
[pandoc] move text (all): OK
930.09 s
[pandoc] comments (accept -- no comments): OK
930.09 s
[pandoc] comments (reject -- comments): OK
930.10 s
[pandoc] comments (all comments): OK
930.10 s
[pandoc] paragraph insertion/deletion (accept): OK
930.10 s
[pandoc] paragraph insertion/deletion (reject): OK
930.10 s
[pandoc] paragraph insertion/deletion (all): OK
930.10 s
[pandoc] paragraph insertion/deletion (all): OK
930.10 s
[pandoc] comment warnings (accept -- no warnings): OK
930.10 s
[pandoc] comment warnings (reject -- no warnings): OK
930.10 s
[pandoc] comment warnings (all): OK
930.10 s
[pandoc] media
930.10 s
[pandoc] image extraction: OK
930.10 s
[pandoc] custom styles
930.11 s
[pandoc] custom styles (`+styles`) not enabled (default): OK
930.11 s
[pandoc] custom styles (`+styles`) enabled: OK
930.12 s
[pandoc] custom styles (`+styles`): Compact style is removed ...: OK
930.12 s
[pandoc] metadata
930.12 s
[pandoc] metadata fields: OK
930.12 s
[pandoc] stop recording metadata with normal text: OK
930.12 s
[pandoc] ODT
930.12 s
[pandoc] blockquote2: OK
930.12 s
[pandoc] bold: OK
930.12 s
[pandoc] endnote: OK
930.12 s
[pandoc] externalLink: OK
930.12 s
[pandoc] footnote: OK
930.12 s
[pandoc] formula: OK
930.12 s
[pandoc] headers: OK
930.12 s
[pandoc] italic: OK
930.12 s
[pandoc] paragraph: OK
930.13 s
[pandoc] strikeout: OK
930.13 s
[pandoc] underlined: OK
930.13 s
[pandoc] blockquote: OK
930.13 s
[pandoc] image: OK
930.13 s
[pandoc] imageIndex: OK
930.14 s
[pandoc] imageWithCaption: OK
930.14 s
[pandoc] inlinedCode: OK
930.14 s
[pandoc] listContinueNumbering: OK
930.14 s
[pandoc] listContinueNumbering2: OK
930.15 s
[pandoc] orderedListMixed: OK
930.15 s
[pandoc] orderedListRoman: OK
930.16 s
[pandoc] orderedListSimple: OK
930.16 s
[pandoc] orderedListHeader: OK
930.16 s
[pandoc] referenceToChapter: OK
930.16 s
[pandoc] referenceToListItem: OK
930.16 s
[pandoc] referenceToText: OK
930.17 s
[pandoc] simpleTable: OK
930.17 s
[pandoc] simpleTableWithCaption: OK
930.17 s
[pandoc] tab: OK
930.17 s
[pandoc] textMixedStyles: OK
930.17 s
[pandoc] tableWithContents: OK
930.18 s
[pandoc] unicode: OK
930.18 s
[pandoc] unorderedList: OK
930.18 s
[pandoc] unorderedListHeader: OK
930.18 s
[pandoc] Txt2Tags
930.18 s
[pandoc] Inlines
930.18 s
[pandoc] Plain String: OK
930.18 s
[pandoc] Emphasis: OK
930.18 s
[pandoc] Strong: OK
930.18 s
[pandoc] Strong Emphasis: OK
930.18 s
[pandoc] Strikeout: OK
930.18 s
[pandoc] Verbatim: OK
930.18 s
[pandoc] Symbol: OK
930.18 s
[pandoc] No empty markup: OK
930.18 s
[pandoc] Inline markup is greedy: OK
930.18 s
[pandoc] Markup must be greedy: OK
930.18 s
[pandoc] Inlines must be glued: OK
930.18 s
[pandoc] Macros: Date: OK
930.18 s
[pandoc] Macros: Mod Time: OK
930.18 s
[pandoc] Macros: Infile: OK
930.18 s
[pandoc] Macros: Outfile: OK
930.18 s
[pandoc] Autolink: OK
930.18 s
[pandoc] JPEG Image: OK
930.18 s
[pandoc] PNG Image: OK
930.18 s
[pandoc] Link: OK
930.18 s
[pandoc] Image link: OK
930.18 s
[pandoc] Invalid link: No trailing space: OK
930.18 s
[pandoc] Basic Blocks
930.18 s
[pandoc] Paragraph, lines grouped together: OK
930.18 s
[pandoc] Paragraph, ignore leading and trailing spaces: OK
930.18 s
[pandoc] Comment line in paragraph: OK
930.18 s
[pandoc] Paragraph: OK
930.18 s
[pandoc] First Level Header: OK
930.18 s
[pandoc] Third Level Header: OK
930.18 s
[pandoc] Header with label: OK
930.18 s
[pandoc] Invalid header, mismatched delimiters: OK
930.18 s
[pandoc] Invalid header, spaces in label: OK
930.18 s
[pandoc] Invalid header, invalid label character: OK
930.18 s
[pandoc] Headers not preceded by a blank line: OK
930.19 s
[pandoc] Paragraph starting with an equals: OK
930.19 s
[pandoc] Paragraph containing asterisk at beginning of line: OK
930.19 s
[pandoc] Horizontal Rule: OK
930.19 s
[pandoc] Comment Block: OK
930.19 s
[pandoc] Lists
930.19 s
[pandoc] Simple Bullet Lists: OK
930.19 s
[pandoc] Indented Bullet Lists: OK
930.19 s
[pandoc] Nested Bullet Lists: OK
930.19 s
[pandoc] Simple Ordered List: OK
930.19 s
[pandoc] Indented Ordered List: OK
930.19 s
[pandoc] Nested Ordered Lists: OK
930.19 s
[pandoc] Ordered List in Bullet List: OK
930.19 s
[pandoc] Bullet List in Ordered List: OK
930.19 s
[pandoc] Definition List: OK
930.19 s
[pandoc] Loose bullet list: OK
930.19 s
[pandoc] Tables
930.19 s
[pandoc] Single cell table: OK
930.19 s
[pandoc] Multi cell table: OK
930.19 s
[pandoc] Multi line table: OK
930.19 s
[pandoc] Empty table: OK
930.20 s
[pandoc] Glider Table: OK
930.20 s
[pandoc] Table with Header: OK
930.20 s
[pandoc] Table alignment determined by spacing: OK
930.20 s
[pandoc] Pipe within text doesn't start a table: OK
930.20 s
[pandoc] Table with differing row lengths: OK
930.20 s
[pandoc] Blocks and fragments
930.20 s
[pandoc] Source block: OK
930.20 s
[pandoc] tagged block: OK
930.21 s
[pandoc] Quote block: OK
930.21 s
[pandoc] EPUB
930.21 s
[pandoc] EPUB Mediabag
930.21 s
[pandoc] features bag: OK
930.25 s
[pandoc] EPUB3 cover bag: OK (0.04s)
930.26 s
[pandoc] EPUB3 no cover bag: OK
930.26 s
[pandoc] EPUB2 picture bag: OK
930.26 s
[pandoc] EPUB2 cover bag: OK
930.26 s
[pandoc] EPUB2 no cover bag: OK
930.26 s
[pandoc] Muse
930.26 s
[pandoc] Inlines
930.26 s
[pandoc] Plain String: OK
930.26 s
[pandoc] Muse is not XML: OK
930.26 s
[pandoc] Emphasis: OK
930.26 s
[pandoc] Newline in the beginning of emphasis: OK
930.27 s
[pandoc] Newline in the end of emphasis: OK
930.27 s
[pandoc] Comma after closing *: OK
930.27 s
[pandoc] Letter after closing *: OK
930.27 s
[pandoc] Letter before opening *: OK
930.27 s
[pandoc] Digit after closing *: OK
930.27 s
[pandoc] Emphasis tag: OK
930.27 s
[pandoc] Strong: OK
930.27 s
[pandoc] Strong tag: OK
930.27 s
[pandoc] Strong Emphasis: OK
930.27 s
[pandoc] Strong inside emphasis: OK
930.27 s
[pandoc] Emphasis inside strong: OK
930.27 s
[pandoc] Opening asterisk can't be preceded by another one: OK
930.28 s
[pandoc] Asterisk between words does not terminate emphasis: OK
930.28 s
[pandoc] Two asterisks between words do not terminate emphasis: OK
930.28 s
[pandoc] Three asterisks between words do not terminate empha...: OK
930.28 s
[pandoc] Two asterisks between words do not terminate strong: OK
930.28 s
[pandoc] Three asterisks between words do not terminate strong: OK
930.28 s
[pandoc] Three asterisks between words do not terminate stron...: OK
930.28 s
[pandoc] Six asterisks between words do not terminate strong ...: OK
930.28 s
[pandoc] Underline: OK
930.28 s
[pandoc] Superscript tag: OK
930.28 s
[pandoc] Subscript tag: OK
930.28 s
[pandoc] Strikeout tag: OK
930.28 s
[pandoc] Opening inline tags: OK
930.28 s
[pandoc] Closing inline tags: OK
930.28 s
[pandoc] Tag soup: OK
930.28 s
[pandoc] No multiparagraph inline tags: OK
930.28 s
[pandoc] Linebreak: OK
930.29 s
[pandoc] Trailing whitespace inside paragraph: OK
930.29 s
[pandoc] Non-breaking space: OK
930.29 s
[pandoc] Single ~: OK
930.29 s
[pandoc] Code markup
930.29 s
[pandoc] Code: OK
930.29 s
[pandoc] Not code: OK
930.29 s
[pandoc] Not code if closing = is detached: OK
930.29 s
[pandoc] Not code if opening = is detached: OK
930.29 s
[pandoc] Code if followed by comma: OK
930.29 s
[pandoc] Not code if followed by digit: OK
930.29 s
[pandoc] One character code: OK
930.29 s
[pandoc] Code with equal sign: OK
930.29 s
[pandoc] Three = characters is not a code: OK
930.29 s
[pandoc] Multiline code markup: OK
930.29 s
[pandoc] No multiparagraph code: OK
930.29 s
[pandoc] Code at the beginning of paragraph but not first col...: OK
930.29 s
[pandoc] Code tag: OK
930.29 s
[pandoc] Math tag: OK
930.29 s
[pandoc] Verbatim tag: OK
930.29 s
[pandoc] Verbatim inside code: OK
930.29 s
[pandoc] Verbatim tag after text: OK
930.29 s
[pandoc] Verbatim tag escapes block level markup: OK
930.29 s
[pandoc] Class tag: OK
930.29 s
[pandoc] Class tag without name: OK
930.29 s
[pandoc] RTL: OK
930.29 s
[pandoc] LTR: OK
930.29 s
[pandoc] Nested "</em>" inside em tag: OK
930.29 s
[pandoc] Links
930.29 s
[pandoc] Link without description: OK
930.30 s
[pandoc] Link with description: OK
930.30 s
[pandoc] Link with empty description: OK
930.30 s
[pandoc] Image: OK
930.30 s
[pandoc] Closing bracket is not allowed in image filename: OK
930.30 s
[pandoc] Image with description: OK
930.30 s
[pandoc] Image with space in filename: OK
930.30 s
[pandoc] Image with width: OK
930.30 s
[pandoc] At least one space is required between image filenam...: OK
930.30 s
[pandoc] Left-aligned image with width: OK
930.30 s
[pandoc] Right-aligned image with width: OK
930.30 s
[pandoc] Image link: OK
930.30 s
[pandoc] Image link with description: OK
930.30 s
[pandoc] No implicit links: OK
930.30 s
[pandoc] Link with empty URL: OK
930.31 s
[pandoc] No footnotes inside links: OK
930.31 s
[pandoc] Image inside link: OK
930.31 s
[pandoc] Link inside image description: OK
930.31 s
[pandoc] Literal
930.31 s
[pandoc] Inline literal: OK
930.31 s
[pandoc] Single inline literal in paragraph: OK
930.31 s
[pandoc] Blocks
930.31 s
[pandoc] Block elements end paragraphs: OK
930.31 s
[pandoc] Horizontal rule
930.31 s
[pandoc] Less than 4 dashes is not a horizontal rule: OK
930.31 s
[pandoc] 4 dashes is a horizontal rule: OK
930.31 s
[pandoc] 5 dashes is a horizontal rule: OK
930.31 s
[pandoc] 4 dashes with spaces is a horizontal rule: OK
930.31 s
[pandoc] Page breaks
930.31 s
[pandoc] Page break: OK
930.31 s
[pandoc] Page break with trailing space: OK
930.31 s
[pandoc] Paragraphs
930.31 s
[pandoc] Simple paragraph: OK
930.31 s
[pandoc] Indented paragraph: OK
930.31 s
[pandoc] Indentation in the middle of paragraph: OK
930.31 s
[pandoc] Quote: OK
930.31 s
[pandoc] Indentation does not indicate quote inside quote tag: OK
930.32 s
[pandoc] Multiline quote: OK
930.32 s
[pandoc] Div
930.32 s
[pandoc] Div without id: OK
930.32 s
[pandoc] Div with id: OK
930.32 s
[pandoc] Biblio: OK
930.32 s
[pandoc] Play: OK
930.32 s
[pandoc] Verse: OK
930.32 s
[pandoc] Verse in list: OK
930.32 s
[pandoc] Verse line starting with emphasis: OK
930.32 s
[pandoc] Multiline verse in list: OK
930.32 s
[pandoc] Paragraph after verse in list: OK
930.32 s
[pandoc] Empty quote tag: OK
930.32 s
[pandoc] Quote tag: OK
930.32 s
[pandoc] Nested quote tag: OK
930.32 s
[pandoc] Indented quote inside list: OK
930.32 s
[pandoc] Verse tag: OK
930.32 s
[pandoc] Verse tag with empty line inside: OK
930.32 s
[pandoc] Verse tag with verbatim close tag inside: OK
930.32 s
[pandoc] Example
930.32 s
[pandoc] Braces on separate lines: OK
930.32 s
[pandoc] Spaces after opening braces: OK
930.32 s
[pandoc] One blank line in the beginning: OK
930.32 s
[pandoc] One blank line in the end: OK
930.32 s
[pandoc] Indented braces: OK
930.32 s
[pandoc] Tabs: OK
930.32 s
[pandoc] One line: OK
930.32 s
[pandoc] Example tag
930.32 s
[pandoc] Tags on separate lines: OK
930.32 s
[pandoc] One line: OK
930.32 s
[pandoc] One blank line in the beginning: OK
930.32 s
[pandoc] One blank line in the end: OK
930.32 s
[pandoc] Example inside list: OK
930.32 s
[pandoc] Empty example inside list: OK
930.32 s
[pandoc] Example inside list with empty lines: OK
930.32 s
[pandoc] Indented example inside list: OK
930.32 s
[pandoc] Example inside definition list: OK
930.32 s
[pandoc] Example inside list definition with empty lines: OK
930.32 s
[pandoc] Example inside note: OK
930.32 s
[pandoc] Literal blocks
930.32 s
[pandoc] Literal block: OK
930.32 s
[pandoc] Center: OK
930.32 s
[pandoc] Right: OK
930.32 s
[pandoc] Comments
930.32 s
[pandoc] Comment tag: OK
930.32 s
[pandoc] Line comment: OK
930.32 s
[pandoc] Empty comment: OK
930.32 s
[pandoc] Text after empty comment: OK
930.32 s
[pandoc] Not a comment (does not start with a semicolon): OK
930.33 s
[pandoc] Not a comment (has no space after semicolon): OK
930.33 s
[pandoc] Not a comment (semicolon not in the first column): OK
930.33 s
[pandoc] Headers
930.33 s
[pandoc] Part: OK
930.33 s
[pandoc] Chapter: OK
930.33 s
[pandoc] Section: OK
930.33 s
[pandoc] Subsection: OK
930.33 s
[pandoc] Subsubsection: OK
930.33 s
[pandoc] Whitespace is required after *: OK
930.33 s
[pandoc] No headers in footnotes: OK
930.33 s
[pandoc] No headers in quotes: OK
930.33 s
[pandoc] Headers consume anchors: OK
930.33 s
[pandoc] Headers don't consume anchors separated with a blank...: OK
930.33 s
[pandoc] Headers terminate paragraph: OK
930.33 s
[pandoc] Headers terminate lists: OK
930.33 s
[pandoc] Paragraphs terminate Emacs Muse headers: OK
930.33 s
[pandoc] Paragraphs don't terminate Text::Amuse headers: OK
930.33 s
[pandoc] Empty header: OK
930.33 s
[pandoc] Auto identifiers: OK
930.33 s
[pandoc] Directives
930.33 s
[pandoc] Title: OK
930.33 s
[pandoc] Disable tables: OK
930.33 s
[pandoc] Multiple directives: OK
930.33 s
[pandoc] Multiline directive: OK
930.33 s
[pandoc] Amusewiki's #cover is translated to pandoc's #cover-...: OK
930.33 s
[pandoc] Anchors
930.34 s
[pandoc] Anchor: OK
930.34 s
[pandoc] Anchor cannot start with a number: OK
930.34 s
[pandoc] Not anchor if starts with a space: OK
930.34 s
[pandoc] Anchor inside a paragraph: OK
930.34 s
[pandoc] Anchor with "-": OK
930.34 s
[pandoc] Footnotes
930.34 s
[pandoc] Simple footnote: OK
930.34 s
[pandoc] Simple secondary footnote: OK
930.34 s
[pandoc] Missing footnote: OK
930.34 s
[pandoc] Missing secondary note: OK
930.34 s
[pandoc] Wrong note type: OK
930.34 s
[pandoc] Recursive footnote: OK
930.34 s
[pandoc] Nested footnotes: OK
930.34 s
[pandoc] No zero footnotes: OK
930.34 s
[pandoc] Footnotes can't start with zero: OK
930.35 s
[pandoc] Multiparagraph footnotes
930.35 s
[pandoc] Amusewiki multiparagraph footnotes: OK
930.35 s
[pandoc] Note continuation with verse: OK
930.35 s
[pandoc] Footnote ending in self-terminating element and foll...: OK
930.35 s
[pandoc] Footnote starting with empty line: OK
930.35 s
[pandoc] Indentation in footnote starting with empty line: OK
930.35 s
[pandoc] Emacs multiparagraph footnotes: OK
930.35 s
[pandoc] Tables
930.35 s
[pandoc] Two cell table: OK
930.35 s
[pandoc] Table with multiple words: OK
930.35 s
[pandoc] Not a table: OK
930.35 s
[pandoc] Not a table again: OK
930.35 s
[pandoc] Two line table: OK
930.35 s
[pandoc] Table with one header: OK
930.36 s
[pandoc] Table with two headers: OK
930.36 s
[pandoc] Header and footer reordering: OK
930.36 s
[pandoc] Table with caption: OK
930.36 s
[pandoc] Table caption with +: OK
930.37 s
[pandoc] Caption without table: OK
930.37 s
[pandoc] Table indented with space: OK
930.37 s
[pandoc] Empty cells: OK
930.37 s
[pandoc] Empty cell in the middle: OK
930.37 s
[pandoc] Grid table: OK
930.37 s
[pandoc] Grid table inside list: OK
930.37 s
[pandoc] Grid table with two rows: OK
930.38 s
[pandoc] Grid table inside grid table: OK
930.38 s
[pandoc] Grid table with example: OK
930.38 s
[pandoc] Lists
930.38 s
[pandoc] Bullet list: OK
930.38 s
[pandoc] Ordered list: OK
930.38 s
[pandoc] Ordered list with implicit numbers: OK
930.38 s
[pandoc] Ordered list with roman numerals: OK
930.38 s
[pandoc] Bullet list with empty items: OK
930.38 s
[pandoc] Ordered list with empty items: OK
930.38 s
[pandoc] Bullet list with last item empty: OK
930.38 s
[pandoc] Nested lists
930.38 s
[pandoc] Nested bullet list: OK
930.38 s
[pandoc] Nested ordered list: OK
930.39 s
[pandoc] Mixed nested list: OK
930.39 s
[pandoc] Text::Amuse includes only one space in list marker: OK
930.39 s
[pandoc] List continuation: OK
930.39 s
[pandoc] List continuation after nested list: OK
930.39 s
[pandoc] Blank lines
930.39 s
[pandoc] Blank lines between list items are not required: OK
930.39 s
[pandoc] One blank line between list items is allowed: OK
930.39 s
[pandoc] Two blank lines separate lists: OK
930.39 s
[pandoc] No blank line after multiline first item: OK
930.39 s
[pandoc] One blank line after multiline first item: OK
930.39 s
[pandoc] Two blank lines after multiline first item: OK
930.39 s
[pandoc] No blank line after list continuation: OK
930.39 s
[pandoc] One blank line after list continuation: OK
930.39 s
[pandoc] Two blank lines after list continuation: OK
930.39 s
[pandoc] No blank line after blockquote: OK
930.39 s
[pandoc] One blank line after blockquote: OK
930.39 s
[pandoc] Two blank lines after blockquote: OK
930.39 s
[pandoc] No blank line after verse: OK
930.39 s
[pandoc] One blank line after verse: OK
930.40 s
[pandoc] Two blank lines after verse: OK
930.40 s
[pandoc] List ending in self-terminating element and followed...: OK
930.40 s
[pandoc] Not a definition list: OK
930.40 s
[pandoc] Emacs Muse definition list: OK
930.40 s
[pandoc] Definition list: OK
930.40 s
[pandoc] Definition list term cannot include newline: OK
930.40 s
[pandoc] One-line definition list: OK
930.40 s
[pandoc] Definition list term may include single colon: OK
930.40 s
[pandoc] Definition list term with emphasis: OK
930.40 s
[pandoc] Definition list term with :: inside code: OK
930.40 s
[pandoc] Multi-line definition lists: OK
930.40 s
[pandoc] Definition list with verse: OK
930.40 s
[pandoc] Definition list with table: OK
930.41 s
[pandoc] Definition list with table inside bullet list: OK
930.41 s
[pandoc] Multi-line definition lists from Emacs Muse manual: OK
930.41 s
[pandoc] Multi-line definition lists from Emacs Muse manual w...: OK
930.41 s
[pandoc] One-line nested definition list: OK
930.41 s
[pandoc] Nested definition list: OK
930.41 s
[pandoc] Definition lists with multiple descriptions
930.41 s
[pandoc] Correctly indented second description: OK
930.41 s
[pandoc] Incorrectly indented second description: OK
930.41 s
[pandoc] Two blank lines separate definition lists: OK
930.41 s
[pandoc] No headers in list continuation: OK
930.41 s
[pandoc] Bullet list inside a tag: OK
930.42 s
[pandoc] Ordered list inside a tag: OK
930.42 s
[pandoc] Do not consume whitespace while looking for end tag: OK
930.42 s
[pandoc] Unclosed quote tag: OK
930.42 s
[pandoc] Unclosed quote tag inside list: OK
930.42 s
[pandoc] No indented closing tags: OK
930.42 s
[pandoc] Creole
930.42 s
[pandoc] Basic Text Formatting
930.42 s
[pandoc] bold, single line, fully delimited: OK
930.42 s
[pandoc] italics, single line, fully delimited: OK
930.42 s
[pandoc] bold in italics, fully delimited: OK
930.42 s
[pandoc] italics in bold, fully delimited: OK
930.42 s
[pandoc] escape bold marker: OK
930.42 s
[pandoc] escape italics marker: OK
930.42 s
[pandoc] inline nowiki, simple: OK
930.42 s
[pandoc] inline nowiki, curly braces inside: OK
930.42 s
[pandoc] placeholder: OK
930.42 s
[pandoc] placeholder escaped: OK
930.42 s
[pandoc] Headers
930.42 s
[pandoc] header level 1, no space, no trailing =: OK
930.42 s
[pandoc] header level 1, leading space, trailing =: OK
930.42 s
[pandoc] header level 2, no space, no trailing =: OK
930.42 s
[pandoc] header level 2, leading space, no trailing =: OK
930.42 s
[pandoc] header level 3, no space, no trailing =: OK
930.42 s
[pandoc] header level 3, no space, > 3 trailing =: OK
930.42 s
[pandoc] header level 4, no space, no trailing =: OK
930.42 s
[pandoc] header level 4, no space, < 4 trailing =: OK
930.42 s
[pandoc] header level 5, no space, no trailing =: OK
930.42 s
[pandoc] header level 6, no space, no trailing =: OK
930.42 s
[pandoc] Paragraphs
930.42 s
[pandoc] paragraphs: multiple, one line: OK
930.42 s
[pandoc] Lists
930.42 s
[pandoc] unordered list, two entries, one separating space: OK
930.42 s
[pandoc] unordered list, three entries, one separating space: OK
930.42 s
[pandoc] para followed by, unordered list, two entries, one s...: OK
930.43 s
[pandoc] nested unordered list, one separating space: OK
930.43 s
[pandoc] nested many unordered lists, one separating space: OK
930.43 s
[pandoc] nested unordered list, mixed separating space: OK
930.43 s
[pandoc] nested unordered list, one separating space, trailin...: OK
930.43 s
[pandoc] ordered list, two entries, one separating space: OK
930.43 s
[pandoc] ordered list, three entries, one separating space: OK
930.43 s
[pandoc] para followed by, ordered list, two entries, one sep...: OK
930.43 s
[pandoc] nested ordered list, one separating space: OK
930.43 s
[pandoc] nested ordered list, one separating space, trailing ...: OK
930.44 s
[pandoc] nested many ordered lists, one separating space: OK
930.44 s
[pandoc] nested ordered list, mixed separating space: OK
930.44 s
[pandoc] mixed nested ordered and unordered lists, one separa...: OK
930.44 s
[pandoc] NoWiki
930.44 s
[pandoc] quoted block, simple: OK
930.44 s
[pandoc] quoted block, curly bracket exception: OK
930.44 s
[pandoc] forced line breaks: OK
930.44 s
[pandoc] quoted block, after trailing white space: OK
930.44 s
[pandoc] Images and Links
930.44 s
[pandoc] image simple: OK
930.44 s
[pandoc] image with alt text: OK
930.44 s
[pandoc] auto link: OK
930.44 s
[pandoc] escaped auto link: OK
930.44 s
[pandoc] wiki link simple: OK
930.44 s
[pandoc] wiki link with name: OK
930.45 s
[pandoc] image link: OK
930.45 s
[pandoc] Table
930.45 s
[pandoc] Table with Header: OK
930.45 s
[pandoc] Table without Header: OK
930.45 s
[pandoc] Table without Header, no markers at line ends: OK
930.45 s
[pandoc] Table with Header, with formatting: OK
930.45 s
[pandoc] Man
930.45 s
[pandoc] Macros
930.45 s
[pandoc] Bold: OK
930.45 s
[pandoc] Italic: OK
930.45 s
[pandoc] BoldItalic: OK
930.46 s
[pandoc] H1: OK
930.46 s
[pandoc] H2: OK
930.46 s
[pandoc] Macro args: OK
930.46 s
[pandoc] Argument from next line: OK
930.46 s
[pandoc] comment: OK
930.46 s
[pandoc] link: OK
930.46 s
[pandoc] Escapes
930.46 s
[pandoc] fonts: OK
930.46 s
[pandoc] nested fonts: OK
930.46 s
[pandoc] nested fonts 2: OK
930.46 s
[pandoc] skip: OK
930.46 s
[pandoc] replace: OK
930.46 s
[pandoc] replace2: OK
930.46 s
[pandoc] comment with \": OK
930.46 s
[pandoc] comment with \#: OK
930.46 s
[pandoc] two letter escapes: OK
930.46 s
[pandoc] bracketed escapes: OK
930.46 s
[pandoc] unicode escapes: OK
930.46 s
[pandoc] unicode escapes (combined): OK
930.46 s
[pandoc] unknown escape (#5034): OK
930.46 s
[pandoc] Lists
930.46 s
[pandoc] bullet: OK
930.46 s
[pandoc] ordered: OK
930.46 s
[pandoc] upper: OK
930.46 s
[pandoc] nested: OK
930.46 s
[pandoc] change in list style: OK
930.46 s
[pandoc] CodeBlocks
930.46 s
[pandoc] cb1: OK
930.46 s
[pandoc] Tables
930.46 s
[pandoc] t1: OK
930.46 s
[pandoc] longcell: OK
930.46 s
[pandoc] Mdoc
930.46 s
[pandoc] one-line enclosures
930.46 s
[pandoc] Dq: OK
930.46 s
[pandoc] Sq: OK
930.46 s
[pandoc] empty: OK
930.46 s
[pandoc] nested: OK
930.46 s
[pandoc] nested with closing delimiters: OK
930.47 s
[pandoc] nested multiline enclosure: OK
930.47 s
[pandoc] with inlines: OK
930.47 s
[pandoc] with text production: OK
930.47 s
[pandoc] with Ns: OK
930.47 s
[pandoc] ending with open delimiter: OK
930.47 s
[pandoc] multiline enclosures
930.47 s
[pandoc] nested multiline: OK
930.47 s
[pandoc] nested on one line: OK
930.47 s
[pandoc] with wacky delimiters: OK
930.47 s
[pandoc] simple inlines
930.47 s
[pandoc] Sy: OK
930.47 s
[pandoc] Em: OK
930.47 s
[pandoc] Ev: OK
930.47 s
[pandoc] Ar: OK
930.47 s
[pandoc] In: OK
930.47 s
[pandoc] Mt: OK
930.47 s
[pandoc] No: OK
930.47 s
[pandoc] empty Pa with closing punctuation: OK
930.47 s
[pandoc] delimiters: OK
930.47 s
[pandoc] multiple: OK
930.47 s
[pandoc] Fl
930.47 s
[pandoc] simple: OK
930.47 s
[pandoc] multiple: OK
930.47 s
[pandoc] empty with following macro: OK
930.47 s
[pandoc] enclosed with following macro: OK
930.47 s
[pandoc] enclosed with following delimiters: OK
930.47 s
[pandoc] following Ns: OK
930.47 s
[pandoc] GNU: OK
930.47 s
[pandoc] GNU escaped: OK
930.47 s
[pandoc] GNU Fl Fl: OK
930.47 s
[pandoc] punctuation: OK
930.47 s
[pandoc] middle close paren: OK
930.48 s
[pandoc] empty with close paren: OK
930.48 s
[pandoc] empty with pipe: OK
930.48 s
[pandoc] empty with parens: OK
930.48 s
[pandoc] links
930.48 s
[pandoc] basic: OK
930.48 s
[pandoc] complicated: OK
930.48 s
[pandoc] unnamed: OK
930.48 s
[pandoc] Ns macro
930.48 s
[pandoc] at the beginning of a macro line (mandoc delta): OK
930.48 s
[pandoc] after a block closing macro: OK
930.48 s
[pandoc] in the middle of a macro line: OK
930.48 s
[pandoc] before closing punctuation: OK
930.48 s
[pandoc] after closing punctuation: OK
930.48 s
[pandoc] at the end of a macro line: OK
930.48 s
[pandoc] at the end of a partial-implicit line: OK
930.48 s
[pandoc] normal words: OK
930.48 s
[pandoc] opening punctuation: OK
930.48 s
[pandoc] closing punctuation: OK
930.48 s
[pandoc] spacing mode
930.48 s
[pandoc] all text: OK
930.48 s
[pandoc] text around macro: OK
930.48 s
[pandoc] mulitple macros: OK
930.48 s
[pandoc] mulitple control lines: OK
930.48 s
[pandoc] mixed control and text lines: OK
930.48 s
[pandoc] delimiters: OK
930.48 s
[pandoc] Ap macro
930.48 s
[pandoc] in the middle of a macro line: OK
930.48 s
[pandoc] with punctuation and called macro: OK
930.48 s
[pandoc] Pf macro
930.48 s
[pandoc] closing punctuation: OK
930.48 s
[pandoc] double punctuation: OK
930.48 s
[pandoc] opening punctuation: OK
930.48 s
[pandoc] unparsed argument: OK
930.48 s
[pandoc] text production
930.48 s
[pandoc] early NetBSD versions: OK
930.48 s
[pandoc] with Ns: OK
930.48 s
[pandoc] with punctuation: OK
930.48 s
[pandoc] with argument and punctuation: OK
930.48 s
[pandoc] BSD alone: OK
930.48 s
[pandoc] BSD with macro: OK
930.48 s
[pandoc] BSD with version: OK
930.48 s
[pandoc] BSD with variant: OK
930.49 s
[pandoc] inline punctuation
930.49 s
[pandoc] leading punctuation
930.49 s
[pandoc] open paren: OK
930.49 s
[pandoc] open square bracket: OK
930.49 s
[pandoc] pipe: OK
930.49 s
[pandoc] period: OK
930.49 s
[pandoc] comma: OK
930.49 s
[pandoc] semicolon: OK
930.49 s
[pandoc] colon: OK
930.49 s
[pandoc] question mark: OK
930.49 s
[pandoc] exclamation: OK
930.49 s
[pandoc] close paren: OK
930.49 s
[pandoc] close square bracket: OK
930.49 s
[pandoc] trailing punctuation
930.49 s
[pandoc] open paren: OK
930.49 s
[pandoc] open square bracket: OK
930.49 s
[pandoc] pipe: OK
930.49 s
[pandoc] period: OK
930.49 s
[pandoc] comma: OK
930.49 s
[pandoc] semicolon: OK
930.49 s
[pandoc] colon: OK
930.49 s
[pandoc] question mark: OK
930.49 s
[pandoc] exclamation: OK
930.49 s
[pandoc] close parens: OK
930.49 s
[pandoc] close square bracket: OK
930.49 s
[pandoc] middle punctuation
930.49 s
[pandoc] open paren: OK
930.49 s
[pandoc] open square bracket: OK
930.49 s
[pandoc] pipe: OK
930.49 s
[pandoc] period: OK
930.49 s
[pandoc] comma: OK
930.49 s
[pandoc] semicolon: OK
930.49 s
[pandoc] colon: OK
930.49 s
[pandoc] question mark: OK
930.49 s
[pandoc] exclamation: OK
930.49 s
[pandoc] close paren: OK
930.49 s
[pandoc] close square bracket: OK
930.49 s
[pandoc] FB2
930.49 s
[pandoc] Emphasis: OK
930.49 s
[pandoc] Titles: OK
930.50 s
[pandoc] Epigraph: OK
930.50 s
[pandoc] Poem: OK
930.50 s
[pandoc] Meta: OK
930.50 s
[pandoc] Notes: OK
930.50 s
[pandoc] DokuWiki
930.50 s
[pandoc] inlines
930.50 s
[pandoc] Bold: OK
930.50 s
[pandoc] Italic: OK
930.50 s
[pandoc] Underlined: OK
930.50 s
[pandoc] Monospaced: OK
930.50 s
[pandoc] Monospaced with nowiki: OK
930.50 s
[pandoc] Combined: OK
930.50 s
[pandoc] Nowiki: OK
930.50 s
[pandoc] Percent: OK
930.50 s
[pandoc] Subscript: OK
930.50 s
[pandoc] Superscript: OK
930.50 s
[pandoc] Deleted: OK
930.50 s
[pandoc] Inline code: OK
930.50 s
[pandoc] Inline file: OK
930.50 s
[pandoc] Inline HTML: OK
930.50 s
[pandoc] Inline PHP: OK
930.50 s
[pandoc] Linebreak: OK
930.50 s
[pandoc] External links
930.50 s
[pandoc] Autolink: OK
930.50 s
[pandoc] Link without description: OK
930.50 s
[pandoc] Link with description: OK
930.50 s
[pandoc] Trim whitespace around link and description: OK
930.51 s
[pandoc] Email address: OK
930.51 s
[pandoc] Internal links
930.51 s
[pandoc] Current namespace: OK
930.51 s
[pandoc] Current namespace starting with dot: OK
930.51 s
[pandoc] Current namespace starting with dot and colon: OK
930.51 s
[pandoc] Root namespace: OK
930.51 s
[pandoc] Parent namespace: OK
930.51 s
[pandoc] Parent namespace with colon: OK
930.51 s
[pandoc] Beneath the root namespace: OK
930.51 s
[pandoc] Explicitly beneath the root namespace: OK
930.51 s
[pandoc] Interwiki links
930.51 s
[pandoc] Interwiki without description: OK
930.51 s
[pandoc] Interwiki link with description: OK
930.51 s
[pandoc] Footnote: OK
930.51 s
[pandoc] Images
930.51 s
[pandoc] Image: OK
930.51 s
[pandoc] Image with caption: OK
930.51 s
[pandoc] Image with } in caption: OK
930.51 s
[pandoc] Wiki namespace starting with dot: OK
930.51 s
[pandoc] Left aligned image: OK
930.51 s
[pandoc] Right aligned image: OK
930.51 s
[pandoc] Centered image: OK
930.51 s
[pandoc] Image with width: OK
930.51 s
[pandoc] Image with width and height: OK
930.51 s
[pandoc] Linkonly: OK
930.51 s
[pandoc] Ignore ~~NOTOC~~: OK
930.51 s
[pandoc] Ignore ~~NOCACHE~~: OK
930.51 s
[pandoc] Sectioning
930.51 s
[pandoc] Headline level 1: OK
930.51 s
[pandoc] Headline level 2: OK
930.51 s
[pandoc] Headline level 3: OK
930.51 s
[pandoc] Headline level 4: OK
930.51 s
[pandoc] Headline level 5: OK
930.51 s
[pandoc] Only two closing = are required: OK
930.51 s
[pandoc] One closing = is not enough: OK
930.51 s
[pandoc] One closing = is not enough: OK
930.52 s
[pandoc] Horizontal line: OK
930.52 s
[pandoc] Lists
930.52 s
[pandoc] Unordered list: OK
930.52 s
[pandoc] Ordered list: OK
930.52 s
[pandoc] Multiline list items: OK
930.52 s
[pandoc] Block HTML: OK
930.52 s
[pandoc] Block PHP: OK
930.52 s
[pandoc] Quote: OK
930.52 s
[pandoc] Code block: OK
930.52 s
[pandoc] Java code block: OK
930.52 s
[pandoc] File with filename and no language: OK
930.52 s
[pandoc] Table: OK
930.52 s
[pandoc] Table with header: OK
930.53 s
[pandoc] Table with alignment: OK
930.53 s
[pandoc] Table with colspan: OK
930.53 s
[pandoc] Indented code block: OK
930.53 s
[pandoc]
930.53 s
[pandoc] All 3501 tests passed (88.30s)
930.61 s
[pandoc] Test suite test-pandoc: PASS
930.61 s
[pandoc] Test suite logged to: dist/test/pandoc-3.6-test-pandoc.log
930.61 s
[pandoc] 1 of 1 test suites (1 of 1 test cases) passed.
930.63 s
[pandoc] checkPhase completed in 1 minutes 30 seconds
930.63 s
[pandoc] Phase: haddockPhase
930.64 s
[pandoc] Phase: installPhase
930.91 s
[pandoc] Installing internal library xml-light in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-3.6-DRiPwbUMAzgK6SpNBPmsiO-xml-light
930.99 s
[pandoc] Installing library in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
933.96 s
[haskell-language-server] Preprocessing library 'hls-cabal-plugin' for haskell-language-server-2.10.0.0...
933.96 s
[haskell-language-server] Building library 'hls-cabal-plugin' for haskell-language-server-2.10.0.0...
934.14 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
934.15 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
934.15 s
[haskell-language-server] but were not needed for compilation:
934.15 s
[haskell-language-server] - process-1.6.19.0 (exposed by flag -package-id process-1.6.19.0-9629)
934.15 s
[haskell-language-server]
934.17 s
[haskell-language-server] [ 1 of 19] Compiling Ide.Plugin.Cabal.Completion.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.dyn_o )
936.17 s
[haskell-language-server] [ 2 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.dyn_o )
936.44 s
[haskell-language-server] [ 3 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Paths ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Paths.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.dyn_o )
936.44 s
[haskell-language-server] [ 4 of 19] Compiling Ide.Plugin.Cabal.Completion.CabalFields ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.dyn_o )
936.48 s
[haskell-language-server] [ 5 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Simple ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Simple.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.dyn_o )
936.73 s
[haskell-language-server] [ 6 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Snippet ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Snippet.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.dyn_o )
937.08 s
[haskell-language-server] [ 7 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.FilePath ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/FilePath.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.dyn_o )
937.08 s
[haskell-language-server] [ 8 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Module ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Module.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.dyn_o )
937.18 s
[haskell-language-server] [ 9 of 19] Compiling Ide.Plugin.Cabal.Diagnostics ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.dyn_o )
937.18 s
[haskell-language-server] [10 of 19] Compiling Ide.Plugin.Cabal.FieldSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/FieldSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.dyn_o )
937.18 s
[haskell-language-server] [11 of 19] Compiling Ide.Plugin.Cabal.LicenseSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/LicenseSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.dyn_o )
937.18 s
[haskell-language-server] [12 of 19] Compiling Ide.Plugin.Cabal.Completion.Data ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.dyn_o )
937.95 s
[haskell-language-server] [13 of 19] Compiling Ide.Plugin.Cabal.Completion.Completions ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completions.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.dyn_o )
938.36 s
[haskell-language-server] [14 of 19] Compiling Ide.Plugin.Cabal.Orphans ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Orphans.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.dyn_o )
938.36 s
[haskell-language-server] [15 of 19] Compiling Ide.Plugin.Cabal.Definition ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Definition.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.dyn_o )
938.36 s
[haskell-language-server] [16 of 19] Compiling Ide.Plugin.Cabal.CabalAdd ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd.dyn_o )
938.36 s
[haskell-language-server] [17 of 19] Compiling Ide.Plugin.Cabal.Outline ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Outline.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.dyn_o )
938.36 s
[haskell-language-server] [18 of 19] Compiling Ide.Plugin.Cabal.Parse ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Parse.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.dyn_o )
938.36 s
[haskell-language-server] [19 of 19] Compiling Ide.Plugin.Cabal ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.dyn_o )
938.43 s
[pandoc] Phase: fixupPhase
938.46 s
[pandoc] shrinking RPATHs of ELF executables and libraries in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6
938.47 s
[pandoc] shrinking /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/libHSpandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC-ghc9.8.4.so
938.81 s
[pandoc] shrinking /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/libHSpandoc-3.6-DRiPwbUMAzgK6SpNBPmsiO-xml-light-ghc9.8.4.so
938.85 s
[pandoc] checking for references to /build/ in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6...
939.04 s
[pandoc] patching script interpreter paths in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6
939.05 s
[pandoc] stripping (with command strip and flags -S -p) in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib
940.60 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
940.60 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
940.60 s
[haskell-language-server] but were not needed for compilation:
940.60 s
[haskell-language-server] - process-1.6.19.0 (exposed by flag -package-id process-1.6.19.0-9629)
940.60 s
[haskell-language-server]
940.62 s
[haskell-language-server] [ 1 of 19] Compiling Ide.Plugin.Cabal.Completion.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.p_o )
942.37 s
[haskell-language-server] [ 2 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.p_o )
942.56 s
[haskell-language-server] [ 3 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Paths ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Paths.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.p_o )
942.63 s
[haskell-language-server] [ 4 of 19] Compiling Ide.Plugin.Cabal.Completion.CabalFields ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.p_o )
942.72 s
[haskell-language-server] [ 5 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Simple ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Simple.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.p_o )
943.13 s
[haskell-language-server] [ 6 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Snippet ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Snippet.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.p_o )
943.65 s
[haskell-language-server] [ 7 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.FilePath ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/FilePath.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.p_o )
943.65 s
[haskell-language-server] [ 8 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Module ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Module.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.p_o )
943.79 s
[haskell-language-server] [ 9 of 19] Compiling Ide.Plugin.Cabal.Diagnostics ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.p_o )
943.79 s
[haskell-language-server] [10 of 19] Compiling Ide.Plugin.Cabal.FieldSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/FieldSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.p_o )
943.79 s
[haskell-language-server] [11 of 19] Compiling Ide.Plugin.Cabal.LicenseSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/LicenseSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.p_o )
943.79 s
[haskell-language-server] [12 of 19] Compiling Ide.Plugin.Cabal.Completion.Data ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.p_o )
944.09 s
[pandoc] shrinking RPATHs of ELF executables and libraries in /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data
944.14 s
[pandoc] checking for references to /build/ in /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data...
944.20 s
[pandoc] patching script interpreter paths in /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data
945.10 s
[pandoc:post-build] Uploading to cachix cache "sellout": /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6
945.84 s
[pandoc:post-build] Pushing 2 paths (389 are already present) using zstd to cache sellout ⏳
945.84 s
[pandoc:post-build]
946.21 s
[pandoc:post-build] Pushing /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data (914.01 KiB)
946.30 s
[pandoc:post-build] Pushing /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6 (427.66 MiB)
951.62 s
[pandoc:post-build]
951.62 s
[pandoc:post-build] All done.
951.66 s
[pandoc:post-build] Uploading to the NixCI cache: /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6
951.71 s
[pandoc:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
951.94 s
[pandoc:post-build] copying 2 paths...
951.94 s
[pandoc:post-build] copying path '/nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data' to 'https://cache.nix-ci.com'...
952.32 s
[pandoc:post-build] copying path '/nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6' to 'https://cache.nix-ci.com'...
1150.31 s
[pandoc:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1150.59 s
[pandoc:post-build] copying 1 paths...
1150.62 s
[pandoc:post-build] copying path '/nix/store/k1s59zv3ssh8s3pcjsng1crg3k4qcrdz-pandoc-3.6.drv' to 'https://cache.nix-ci.com'...
1151.86 s
Progress: 20 of 32 built (1 building), 529 of 529 downloaded from cache
1151.95 s
Building /nix/store/4j1np6fikxgjv5rraai5ss2zi5yrsgqq-pandoc-lua-engine-0.4.1.1.drv
1152.02 s
Building /nix/store/53g05x68i138ixlrh92hc3733ah5ll54-pandoc-server-0.1.0.10.drv
1152.02 s
[haskell-language-server] [13 of 19] Compiling Ide.Plugin.Cabal.Completion.Completions ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completions.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.p_o )
1152.02 s
[haskell-language-server] [14 of 19] Compiling Ide.Plugin.Cabal.Orphans ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Orphans.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.p_o )
1152.02 s
[haskell-language-server] [15 of 19] Compiling Ide.Plugin.Cabal.Definition ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Definition.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.p_o )
1152.02 s
[haskell-language-server] [16 of 19] Compiling Ide.Plugin.Cabal.CabalAdd ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd.p_o )
1152.02 s
[haskell-language-server] [17 of 19] Compiling Ide.Plugin.Cabal.Outline ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Outline.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.p_o )
1152.02 s
[haskell-language-server] [18 of 19] Compiling Ide.Plugin.Cabal.Parse ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Parse.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.p_o )
1152.02 s
[haskell-language-server] [19 of 19] Compiling Ide.Plugin.Cabal ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.p_o )
1152.02 s
[haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] [1 of 4] Compiling Ide.Plugin.CallHierarchy.Types ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Types.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.dyn_o )
1152.02 s
[haskell-language-server] [2 of 4] Compiling Ide.Plugin.CallHierarchy.Query ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Query.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.dyn_o )
1152.02 s
[haskell-language-server] [3 of 4] Compiling Ide.Plugin.CallHierarchy.Internal ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.dyn_o )
1152.02 s
[haskell-language-server] [4 of 4] Compiling Ide.Plugin.CallHierarchy ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.dyn_o )
1152.02 s
[haskell-language-server] [1 of 4] Compiling Ide.Plugin.CallHierarchy.Types ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Types.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.p_o )
1152.02 s
[haskell-language-server] [2 of 4] Compiling Ide.Plugin.CallHierarchy.Query ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Query.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.p_o )
1152.02 s
[haskell-language-server] [3 of 4] Compiling Ide.Plugin.CallHierarchy.Internal ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.p_o )
1152.02 s
[haskell-language-server] [4 of 4] Compiling Ide.Plugin.CallHierarchy ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.p_o )
1152.02 s
[haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] [1 of 2] Compiling Experiments.Types ( ghcide-bench/src/Experiments/Types.hs, dist/build/ghcide-bench-lib/Experiments/Types.o, dist/build/ghcide-bench-lib/Experiments/Types.dyn_o )
1152.02 s
[haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.o, dist/build/ghcide-bench-lib/Experiments.dyn_o )
1152.02 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1152.02 s
[haskell-language-server] Pattern match(es) are non-exhaustive
1152.02 s
[haskell-language-server] In a pattern binding:
1152.02 s
[haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
1152.02 s
[haskell-language-server] Failure _
1152.02 s
[haskell-language-server] CompletionInvoked _
1152.02 s
[haskell-language-server] |
1152.02 s
[haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
1152.02 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1152.02 s
[haskell-language-server] Pattern match(es) are non-exhaustive
1152.02 s
[haskell-language-server] In a lambda abstraction:
1152.02 s
[haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
1152.02 s
[haskell-language-server] ‘ProcessHandle’ not matched:
1152.02 s
[haskell-language-server] Nothing _ _ _
1152.02 s
[haskell-language-server] (Just _) Nothing _ _
1152.02 s
[haskell-language-server] (Just _) (Just _) Nothing _
1152.02 s
[haskell-language-server] |
1152.02 s
[haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
1152.02 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning : [ GHC-63394 ] [ -Wx-partial ]
1152.02 s
[haskell-language-server] In the use of ‘head’
1152.02 s
[haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
1152.02 s
[haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
1152.02 s
[haskell-language-server] |
1152.02 s
[haskell-language-server] 630 | let DocumentPositions{..} = head docs
1152.02 s
[haskell-language-server] | ^^^^
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] [1 of 2] Compiling Experiments.Types ( ghcide-bench/src/Experiments/Types.hs, dist/build/ghcide-bench-lib/Experiments/Types.p_o )
1152.02 s
[haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
1152.02 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1152.02 s
[haskell-language-server] Pattern match(es) are non-exhaustive
1152.02 s
[haskell-language-server] In a pattern binding:
1152.02 s
[haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
1152.02 s
[haskell-language-server] Failure _
1152.02 s
[haskell-language-server] CompletionInvoked _
1152.02 s
[haskell-language-server] |
1152.02 s
[haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
1152.02 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1152.02 s
[haskell-language-server] Pattern match(es) are non-exhaustive
1152.02 s
[haskell-language-server] In a lambda abstraction:
1152.02 s
[haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
1152.02 s
[haskell-language-server] ‘ProcessHandle’ not matched:
1152.02 s
[haskell-language-server] Nothing _ _ _
1152.02 s
[haskell-language-server] (Just _) Nothing _ _
1152.02 s
[haskell-language-server] (Just _) (Just _) Nothing _
1152.02 s
[haskell-language-server] |
1152.02 s
[haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
1152.02 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning : [ GHC-63394 ] [ -Wx-partial ]
1152.02 s
[haskell-language-server] In the use of ‘head’
1152.02 s
[haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
1152.02 s
[haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
1152.02 s
[haskell-language-server] |
1152.02 s
[haskell-language-server] 630 | let DocumentPositions{..} = head docs
1152.02 s
[haskell-language-server] | ^^^^
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] Preprocessing executable 'ghcide-bench' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] Building executable 'ghcide-bench' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] [1 of 1] Compiling Main ( ghcide-bench/exe/Main.hs, dist/build/ghcide-bench/ghcide-bench-tmp/Main.dyn_o )
1152.02 s
[haskell-language-server] [2 of 2] Linking dist/build/ghcide-bench/ghcide-bench
1152.02 s
[haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1152.02 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1152.02 s
[haskell-language-server] but were not needed for compilation:
1152.02 s
[haskell-language-server] - ghc-9.10.1 (exposed by flag -package-id ghc-9.10.1-c9f5)
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitImports ( plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.o, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.dyn_o )
1152.02 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1152.02 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1152.02 s
[haskell-language-server] but were not needed for compilation:
1152.02 s
[haskell-language-server] - ghc-9.10.1 (exposed by flag -package-id ghc-9.10.1-c9f5)
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitImports ( plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.p_o )
1152.02 s
[haskell-language-server] Preprocessing library 'hls-semantic-tokens-plugin' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] Building library 'hls-semantic-tokens-plugin' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1152.02 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1152.02 s
[haskell-language-server] but were not needed for compilation:
1152.02 s
[haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke)
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] [1 of 8] Compiling Ide.Plugin.SemanticTokens.Types ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Types.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.dyn_o )
1152.02 s
[haskell-language-server] [2 of 8] Compiling Ide.Plugin.SemanticTokens.Tokenize ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Tokenize.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.dyn_o )
1152.02 s
[haskell-language-server] [3 of 8] Compiling Ide.Plugin.SemanticTokens.SemanticConfig ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.dyn_o )
1152.02 s
[haskell-language-server] [4 of 8] Compiling Ide.Plugin.SemanticTokens.Utils ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Utils.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.dyn_o )
1152.02 s
[haskell-language-server] [5 of 8] Compiling Ide.Plugin.SemanticTokens.Mappings ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Mappings.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.dyn_o )
1152.02 s
[haskell-language-server] [6 of 8] Compiling Ide.Plugin.SemanticTokens.Query ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Query.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.dyn_o )
1152.02 s
[haskell-language-server] [7 of 8] Compiling Ide.Plugin.SemanticTokens.Internal ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Internal.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.dyn_o )
1152.02 s
[haskell-language-server] [8 of 8] Compiling Ide.Plugin.SemanticTokens ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.dyn_o )
1152.02 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1152.02 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1152.02 s
[haskell-language-server] but were not needed for compilation:
1152.02 s
[haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke)
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] [1 of 8] Compiling Ide.Plugin.SemanticTokens.Types ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Types.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.p_o )
1152.02 s
[haskell-language-server] [2 of 8] Compiling Ide.Plugin.SemanticTokens.Tokenize ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Tokenize.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.p_o )
1152.02 s
[haskell-language-server] [3 of 8] Compiling Ide.Plugin.SemanticTokens.SemanticConfig ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.p_o )
1152.02 s
[haskell-language-server] [4 of 8] Compiling Ide.Plugin.SemanticTokens.Utils ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Utils.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.p_o )
1152.02 s
[haskell-language-server] [5 of 8] Compiling Ide.Plugin.SemanticTokens.Mappings ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Mappings.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.p_o )
1152.02 s
[haskell-language-server] [6 of 8] Compiling Ide.Plugin.SemanticTokens.Query ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Query.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.p_o )
1152.02 s
[haskell-language-server] [7 of 8] Compiling Ide.Plugin.SemanticTokens.Internal ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Internal.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.p_o )
1152.02 s
[haskell-language-server] [8 of 8] Compiling Ide.Plugin.SemanticTokens ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.p_o )
1152.02 s
[haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.10.0.0...
1152.02 s
[haskell-language-server] [ 1 of 10] Compiling Ide.Plugin.Eval.Config ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Config.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.dyn_o )
1152.02 s
[haskell-language-server] [ 2 of 10] Compiling Ide.Plugin.Eval.Parse.Option ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Option.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.dyn_o )
1152.02 s
[haskell-language-server] [ 3 of 10] Compiling Ide.Plugin.Eval.Util ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Util.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.dyn_o )
1152.02 s
[haskell-language-server] [ 4 of 10] Compiling Ide.Plugin.Eval.GHC ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/GHC.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.dyn_o )
1152.02 s
[haskell-language-server] [ 5 of 10] Compiling Ide.Plugin.Eval.Types ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Types.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.dyn_o )
1152.02 s
[haskell-language-server] [ 6 of 10] Compiling Ide.Plugin.Eval.Rules ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Rules.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.dyn_o )
1152.02 s
[haskell-language-server] [ 7 of 10] Compiling Ide.Plugin.Eval.Parse.Comments ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Comments.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.dyn_o )
1152.02 s
[haskell-language-server] [ 8 of 10] Compiling Ide.Plugin.Eval.Code ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.dyn_o )
1152.02 s
[haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning : [ GHC-63394 ] [ -Wx-partial ]
1152.02 s
[haskell-language-server] In the use of ‘head’
1152.02 s
[haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
1152.02 s
[haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
1152.02 s
[haskell-language-server] |
1152.02 s
[haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
1152.02 s
[haskell-language-server] | ^^^^
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.CodeLens ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.dyn_o )
1152.02 s
[haskell-language-server] [10 of 10] Compiling Ide.Plugin.Eval ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval.dyn_o )
1152.02 s
[haskell-language-server] [ 1 of 10] Compiling Ide.Plugin.Eval.Config ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Config.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.p_o )
1152.02 s
[haskell-language-server] [ 2 of 10] Compiling Ide.Plugin.Eval.Parse.Option ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Option.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.p_o )
1152.02 s
[haskell-language-server] [ 3 of 10] Compiling Ide.Plugin.Eval.Util ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Util.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.p_o )
1152.02 s
[haskell-language-server] [ 4 of 10] Compiling Ide.Plugin.Eval.GHC ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/GHC.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.p_o )
1152.02 s
[haskell-language-server] [ 5 of 10] Compiling Ide.Plugin.Eval.Types ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Types.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.p_o )
1152.02 s
[haskell-language-server] [ 6 of 10] Compiling Ide.Plugin.Eval.Rules ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Rules.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.p_o )
1152.02 s
[haskell-language-server] [ 7 of 10] Compiling Ide.Plugin.Eval.Parse.Comments ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Comments.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.p_o )
1152.02 s
[haskell-language-server] [ 8 of 10] Compiling Ide.Plugin.Eval.Code ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.p_o )
1152.02 s
[haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning : [ GHC-63394 ] [ -Wx-partial ]
1152.02 s
[haskell-language-server] In the use of ‘head’
1152.02 s
[haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
1152.02 s
[haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
1152.02 s
[haskell-language-server] |
1152.02 s
[haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
1152.02 s
[haskell-language-server] | ^^^^
1152.02 s
[haskell-language-server]
1152.02 s
[haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.CodeLens ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.p_o )
1152.02 s
[haskell-language-server] [10 of 10] Compiling Ide.Plugin.Eval ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval.p_o )
1152.63 s
[pandoc-lua-engine] Phase: setupCompilerEnvironmentPhase
1152.63 s
[pandoc-lua-engine] Build with /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4.
1152.65 s
[pandoc-server] Phase: setupCompilerEnvironmentPhase
1152.66 s
[pandoc-server] Build with /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4.
1153.22 s
[pandoc-lua-engine] Phase: unpackPhase
1153.23 s
[pandoc-lua-engine] unpacking source archive /nix/store/p80k2mmlzksl0mmny98gizijqmabc4d1-pandoc-lua-engine-0.4.1.1.tar.gz
1153.24 s
[pandoc-lua-engine] source root is pandoc-lua-engine-0.4.1.1
1153.24 s
[pandoc-lua-engine] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-lua-engine-0.4.1.1/test/writer-template.out.txt"
1153.25 s
[pandoc-lua-engine] Phase: patchPhase
1153.26 s
[pandoc-lua-engine] Phase: compileBuildDriverPhase
1153.26 s
[pandoc-lua-engine] setupCompileFlags: -package-db=/build/tmp.Z4U7plwBj8/setup-package.conf.d -threaded
1153.28 s
[pandoc-server] Phase: unpackPhase
1153.30 s
[pandoc-lua-engine] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Z4U7plwBj8/Main.o )
1153.43 s
[pandoc-server] unpacking source archive /nix/store/293n31ycq9m9rdwj8v1xwnch2zmzllv3-pandoc-server-0.1.0.10.tar.gz
1153.44 s
[pandoc-server] source root is pandoc-server-0.1.0.10
1153.44 s
[pandoc-lua-engine] [2 of 2] Linking Setup
1153.44 s
[pandoc-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-server-0.1.0.10/src/Text/Pandoc/Server.hs"
1153.45 s
[pandoc-server] Phase: patchPhase
1153.58 s
[pandoc-server] Phase: compileBuildDriverPhase
1153.58 s
[pandoc-server] setupCompileFlags: -package-db=/build/tmp.udYKW3KFbK/setup-package.conf.d -threaded
1153.61 s
[pandoc-server] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.udYKW3KFbK/Main.o )
1153.91 s
[pandoc-server] [2 of 2] Linking Setup
1155.03 s
[pandoc-lua-engine] Phase: updateAutotoolsGnuConfigScriptsPhase
1155.04 s
[pandoc-lua-engine] Phase: configurePhase
1155.04 s
[pandoc-lua-engine] configureFlags: --verbose --prefix=/nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc/share/doc/pandoc-lua-engine-0.4.1.1 --with-gcc=gcc --package-db=/build/tmp.Z4U7plwBj8/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
1155.05 s
[pandoc-lua-engine] Using Parsec parser
1155.05 s
[pandoc-lua-engine] Configuring pandoc-lua-engine-0.4.1.1...
1155.06 s
[pandoc-server] Phase: updateAutotoolsGnuConfigScriptsPhase
1155.07 s
[pandoc-server] Phase: configurePhase
1155.08 s
[pandoc-server] configureFlags: --verbose --prefix=/nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc/share/doc/pandoc-server-0.1.0.10 --with-gcc=gcc --package-db=/build/tmp.udYKW3KFbK/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
1155.08 s
[pandoc-server] Using Parsec parser
1155.08 s
[pandoc-server] Configuring pandoc-server-0.1.0.10...
1155.49 s
[pandoc-lua-engine] Dependency aeson: using aeson-2.2.3.0
1155.49 s
[pandoc-lua-engine] Dependency base >=4.12 && <5: using base-4.19.2.0
1155.49 s
[pandoc-lua-engine] Dependency bytestring >=0.9 && <0.13: using bytestring-0.12.1.0
1155.49 s
[pandoc-lua-engine] Dependency citeproc >=0.8 && <0.9: using citeproc-0.8.1.1
1155.49 s
[pandoc-lua-engine] Dependency containers >=0.6.0.1 && <0.9: using containers-0.6.8
1155.49 s
[pandoc-lua-engine] Dependency crypton >=0.30 && <1.1: using crypton-1.0.4
1155.49 s
[pandoc-lua-engine] Dependency data-default >=0.4 && <0.9: using data-default-0.7.1.3
1155.49 s
[pandoc-lua-engine] Dependency doclayout >=0.5 && <0.6: using doclayout-0.5
1155.49 s
[pandoc-lua-engine] Dependency doctemplates >=0.11 && <0.12: using doctemplates-0.11.0.1
1155.49 s
[pandoc-lua-engine] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.7
1155.49 s
[pandoc-lua-engine] Dependency hslua >=2.3 && <2.4: using hslua-2.3.1
1155.49 s
[pandoc-lua-engine] Dependency hslua-module-doclayout >=1.2 && <1.3: using
1155.49 s
[pandoc-lua-engine] hslua-module-doclayout-1.2.0
1155.49 s
[pandoc-lua-engine] Dependency hslua-module-path >=1.1 && <1.2: using hslua-module-path-1.1.1
1155.49 s
[pandoc-lua-engine] Dependency hslua-module-system >=1.1 && <1.2: using hslua-module-system-1.1.2
1155.49 s
[pandoc-lua-engine] Dependency hslua-module-text >=1.1 && <1.2: using hslua-module-text-1.1.1
1155.49 s
[pandoc-lua-engine] Dependency hslua-module-version >=1.1 && <1.2: using
1155.49 s
[pandoc-lua-engine] hslua-module-version-1.1.1
1155.49 s
[pandoc-lua-engine] Dependency hslua-module-zip >=1.1.3 && <1.2: using hslua-module-zip-1.1.3
1155.49 s
[pandoc-lua-engine] Dependency hslua-repl >=0.1.1 && <0.2: using hslua-repl-0.1.2
1155.49 s
[pandoc-lua-engine] Dependency lpeg >=1.1 && <1.2: using lpeg-1.1.0
1155.49 s
[pandoc-lua-engine] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
1155.49 s
[pandoc-lua-engine] Dependency pandoc >=3.6 && <3.7: using pandoc-3.6
1155.49 s
[pandoc-lua-engine] Dependency pandoc-lua-marshal >=0.3 && <0.4: using pandoc-lua-marshal-0.3.0
1155.49 s
[pandoc-lua-engine] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
1155.49 s
[pandoc-lua-engine] Dependency parsec >=3.1 && <3.2: using parsec-3.1.17.0
1155.49 s
[pandoc-lua-engine] Dependency text >=1.1.1 && <2.2: using text-2.1.1
1155.49 s
[pandoc-lua-engine] Dependency base >=4.12 && <5: using base-4.19.2.0
1155.49 s
[pandoc-lua-engine] Dependency bytestring: using bytestring-0.12.1.0
1155.49 s
[pandoc-lua-engine] Dependency data-default: using data-default-0.7.1.3
1155.49 s
[pandoc-lua-engine] Dependency directory: using directory-1.3.8.5
1155.49 s
[pandoc-lua-engine] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.7
1155.49 s
[pandoc-lua-engine] Dependency filepath: using filepath-1.4.301.0
1155.49 s
[pandoc-lua-engine] Dependency hslua >=2.3 && <2.4: using hslua-2.3.1
1155.49 s
[pandoc-lua-engine] Dependency pandoc: using pandoc-3.6
1155.49 s
[pandoc-lua-engine] Dependency pandoc-lua-engine: using pandoc-lua-engine-0.4.1.1
1155.49 s
[pandoc-lua-engine] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
1155.49 s
[pandoc-lua-engine] Dependency tasty: using tasty-1.5.3
1155.49 s
[pandoc-lua-engine] Dependency tasty-golden: using tasty-golden-2.3.5
1155.49 s
[pandoc-lua-engine] Dependency tasty-hunit: using tasty-hunit-0.10.2
1155.49 s
[pandoc-lua-engine] Dependency tasty-lua >=1.1 && <1.2: using tasty-lua-1.1.1
1155.49 s
[pandoc-lua-engine] Dependency text >=1.1.1 && <2.2: using text-2.1.1
1155.53 s
[pandoc-server] Dependency aeson >=2.0 && <2.3: using aeson-2.2.3.0
1155.53 s
[pandoc-server] Dependency base >=4.12 && <5: using base-4.19.2.0
1155.53 s
[pandoc-server] Dependency base64-bytestring >=0.1 && <1.3: using base64-bytestring-1.2.1.0
1155.53 s
[pandoc-server] Dependency bytestring >=0.9 && <0.13: using bytestring-0.12.1.0
1155.53 s
[pandoc-server] Dependency containers >=0.6.0.1 && <0.8: using containers-0.6.8
1155.53 s
[pandoc-server] Dependency data-default >=0.4 && <0.9: using data-default-0.7.1.3
1155.53 s
[pandoc-server] Dependency doctemplates >=0.11 && <0.12: using doctemplates-0.11.0.1
1155.53 s
[pandoc-server] Dependency pandoc >=3.5 && <3.7: using pandoc-3.6
1155.53 s
[pandoc-server] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
1155.53 s
[pandoc-server] Dependency servant-server >=0.19 && <0.21: using servant-server-0.20.2
1155.53 s
[pandoc-server] Dependency skylighting >=0.13 && <0.15: using skylighting-0.14.5
1155.53 s
[pandoc-server] Dependency text >=1.1.1.0 && <2.2: using text-2.1.1
1155.53 s
[pandoc-server] Dependency unicode-collation >=0.1.1 && <0.2: using unicode-collation-0.1.3.6
1155.53 s
[pandoc-server] Dependency wai >=3.2 && <3.3: using wai-3.2.4
1155.53 s
[pandoc-server] Dependency wai-cors >=0.2.7 && <0.3: using wai-cors-0.2.7
1155.89 s
[pandoc-lua-engine] Source component graph:
1155.89 s
[pandoc-lua-engine] component lib
1155.89 s
[pandoc-lua-engine] component test:test-pandoc-lua-engine dependency lib
1156.01 s
[pandoc-lua-engine] Configured component graph:
1156.01 s
[pandoc-lua-engine] component pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1156.01 s
[pandoc-lua-engine] include aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
1156.01 s
[pandoc-lua-engine] include base-4.19.2.0-0fde
1156.01 s
[pandoc-lua-engine] include bytestring-0.12.1.0-c522
1156.01 s
[pandoc-lua-engine] include citeproc-0.8.1.1-CaU3OrJ9jub2HaTUh82mWP
1156.01 s
[pandoc-lua-engine] include containers-0.6.8-ddec
1156.01 s
[pandoc-lua-engine] include crypton-1.0.4-DN4xaBpGokS4RzVPDykjqR
1156.01 s
[pandoc-lua-engine] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.01 s
[pandoc-lua-engine] include doclayout-0.5-FLPQsTV11H28vTPeFvkcd6
1156.01 s
[pandoc-lua-engine] include doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
1156.02 s
[pandoc-lua-engine] include exceptions-0.10.7-c2ae
1156.02 s
[pandoc-lua-engine] include hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
1156.02 s
[pandoc-lua-engine] include hslua-module-doclayout-1.2.0-HLTwqtFj782Aszav0SUtGh
1156.02 s
[pandoc-lua-engine] include hslua-module-path-1.1.1-6mZFbMROQ7JDqrqDjyG5Dp
1156.02 s
[pandoc-lua-engine] include hslua-module-system-1.1.2-9TiHCK7o2lwBcMMgMyUjtw
1156.02 s
[pandoc-lua-engine] include hslua-module-text-1.1.1-AKxkStvtgGp9OTj0vavBg5
1156.02 s
[pandoc-lua-engine] include hslua-module-version-1.1.1-1zNHWebKVUJ2FnbD1Ry9aA
1156.02 s
[pandoc-lua-engine] include hslua-module-zip-1.1.3-2sOzpXGbBHxPVypA5f874
1156.02 s
[pandoc-lua-engine] include hslua-repl-0.1.2-BxZIdeauZZlBPCRBFjfm5
1156.02 s
[pandoc-lua-engine] include lpeg-1.1.0-Ffvhx81vfdb1UBD5l4uRYl
1156.02 s
[pandoc-lua-engine] include mtl-2.3.1-5e32
1156.02 s
[pandoc-lua-engine] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-lua-engine] include pandoc-lua-marshal-0.3.0-CPefJLnKi5TGPJ9y37kQ9K
1156.02 s
[pandoc-lua-engine] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-lua-engine] include parsec-3.1.17.0-0c0a
1156.02 s
[pandoc-lua-engine] include text-2.1.1-fd6a
1156.02 s
[pandoc-lua-engine] component pandoc-lua-engine-0.4.1.1-IDG5za6CyCbFul2tMw7grJ-test-pandoc-lua-engine
1156.02 s
[pandoc-lua-engine] include base-4.19.2.0-0fde
1156.02 s
[pandoc-lua-engine] include bytestring-0.12.1.0-c522
1156.02 s
[pandoc-lua-engine] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.02 s
[pandoc-lua-engine] include directory-1.3.8.5-b132
1156.02 s
[pandoc-lua-engine] include exceptions-0.10.7-c2ae
1156.02 s
[pandoc-lua-engine] include filepath-1.4.301.0-c763
1156.02 s
[pandoc-lua-engine] include hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
1156.02 s
[pandoc-lua-engine] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-lua-engine] include pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1156.02 s
[pandoc-lua-engine] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-lua-engine] include tasty-1.5.3-QOpJMSxeF49XPb7Cb4i95
1156.02 s
[pandoc-lua-engine] include tasty-golden-2.3.5-1ureP3NU0nP1ei4sIVt7B5
1156.02 s
[pandoc-lua-engine] include tasty-hunit-0.10.2-GvqyVBRVmj03GFrvo7llW5
1156.02 s
[pandoc-lua-engine] include tasty-lua-1.1.1-59fghGCjCLdZUzx9RJb3V
1156.02 s
[pandoc-lua-engine] include text-2.1.1-fd6a
1156.02 s
[pandoc-lua-engine] Linked component graph:
1156.02 s
[pandoc-lua-engine] unit pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1156.02 s
[pandoc-lua-engine] include aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
1156.02 s
[pandoc-lua-engine] include base-4.19.2.0-0fde
1156.02 s
[pandoc-lua-engine] include bytestring-0.12.1.0-c522
1156.02 s
[pandoc-lua-engine] include citeproc-0.8.1.1-CaU3OrJ9jub2HaTUh82mWP
1156.02 s
[pandoc-lua-engine] include containers-0.6.8-ddec
1156.02 s
[pandoc-lua-engine] include crypton-1.0.4-DN4xaBpGokS4RzVPDykjqR
1156.02 s
[pandoc-lua-engine] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.02 s
[pandoc-lua-engine] include doclayout-0.5-FLPQsTV11H28vTPeFvkcd6
1156.02 s
[pandoc-lua-engine] include doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
1156.02 s
[pandoc-lua-engine] include exceptions-0.10.7-c2ae
1156.02 s
[pandoc-lua-engine] include hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
1156.02 s
[pandoc-lua-engine] include hslua-module-doclayout-1.2.0-HLTwqtFj782Aszav0SUtGh
1156.02 s
[pandoc-lua-engine] include hslua-module-path-1.1.1-6mZFbMROQ7JDqrqDjyG5Dp
1156.02 s
[pandoc-lua-engine] include hslua-module-system-1.1.2-9TiHCK7o2lwBcMMgMyUjtw
1156.02 s
[pandoc-lua-engine] include hslua-module-text-1.1.1-AKxkStvtgGp9OTj0vavBg5
1156.02 s
[pandoc-lua-engine] include hslua-module-version-1.1.1-1zNHWebKVUJ2FnbD1Ry9aA
1156.02 s
[pandoc-lua-engine] include hslua-module-zip-1.1.3-2sOzpXGbBHxPVypA5f874
1156.02 s
[pandoc-lua-engine] include hslua-repl-0.1.2-BxZIdeauZZlBPCRBFjfm5
1156.02 s
[pandoc-lua-engine] include lpeg-1.1.0-Ffvhx81vfdb1UBD5l4uRYl
1156.02 s
[pandoc-lua-engine] include mtl-2.3.1-5e32
1156.02 s
[pandoc-lua-engine] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-lua-engine] include pandoc-lua-marshal-0.3.0-CPefJLnKi5TGPJ9y37kQ9K
1156.02 s
[pandoc-lua-engine] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-lua-engine] include parsec-3.1.17.0-0c0a
1156.02 s
[pandoc-lua-engine] include text-2.1.1-fd6a
1156.02 s
[pandoc-lua-engine] Text.Pandoc.Lua=pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi:Text.Pandoc.Lua
1156.02 s
[pandoc-lua-engine] unit pandoc-lua-engine-0.4.1.1-IDG5za6CyCbFul2tMw7grJ-test-pandoc-lua-engine
1156.02 s
[pandoc-lua-engine] include base-4.19.2.0-0fde
1156.02 s
[pandoc-lua-engine] include bytestring-0.12.1.0-c522
1156.02 s
[pandoc-lua-engine] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.02 s
[pandoc-lua-engine] include directory-1.3.8.5-b132
1156.02 s
[pandoc-lua-engine] include exceptions-0.10.7-c2ae
1156.02 s
[pandoc-lua-engine] include filepath-1.4.301.0-c763
1156.02 s
[pandoc-lua-engine] include hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
1156.02 s
[pandoc-lua-engine] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-lua-engine] include pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1156.02 s
[pandoc-lua-engine] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-lua-engine] include tasty-1.5.3-QOpJMSxeF49XPb7Cb4i95
1156.02 s
[pandoc-lua-engine] include tasty-golden-2.3.5-1ureP3NU0nP1ei4sIVt7B5
1156.02 s
[pandoc-lua-engine] include tasty-hunit-0.10.2-GvqyVBRVmj03GFrvo7llW5
1156.02 s
[pandoc-lua-engine] include tasty-lua-1.1.1-59fghGCjCLdZUzx9RJb3V
1156.02 s
[pandoc-lua-engine] include text-2.1.1-fd6a
1156.02 s
[pandoc-lua-engine] Ready component graph:
1156.02 s
[pandoc-lua-engine] definite pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1156.02 s
[pandoc-lua-engine] depends aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
1156.02 s
[pandoc-lua-engine] depends base-4.19.2.0-0fde
1156.02 s
[pandoc-lua-engine] depends bytestring-0.12.1.0-c522
1156.02 s
[pandoc-lua-engine] depends citeproc-0.8.1.1-CaU3OrJ9jub2HaTUh82mWP
1156.02 s
[pandoc-lua-engine] depends containers-0.6.8-ddec
1156.02 s
[pandoc-lua-engine] depends crypton-1.0.4-DN4xaBpGokS4RzVPDykjqR
1156.02 s
[pandoc-lua-engine] depends data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.02 s
[pandoc-lua-engine] depends doclayout-0.5-FLPQsTV11H28vTPeFvkcd6
1156.02 s
[pandoc-lua-engine] depends doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
1156.02 s
[pandoc-lua-engine] depends exceptions-0.10.7-c2ae
1156.02 s
[pandoc-lua-engine] depends hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
1156.02 s
[pandoc-lua-engine] depends hslua-module-doclayout-1.2.0-HLTwqtFj782Aszav0SUtGh
1156.02 s
[pandoc-lua-engine] depends hslua-module-path-1.1.1-6mZFbMROQ7JDqrqDjyG5Dp
1156.02 s
[pandoc-lua-engine] depends hslua-module-system-1.1.2-9TiHCK7o2lwBcMMgMyUjtw
1156.02 s
[pandoc-lua-engine] depends hslua-module-text-1.1.1-AKxkStvtgGp9OTj0vavBg5
1156.02 s
[pandoc-lua-engine] depends hslua-module-version-1.1.1-1zNHWebKVUJ2FnbD1Ry9aA
1156.02 s
[pandoc-lua-engine] depends hslua-module-zip-1.1.3-2sOzpXGbBHxPVypA5f874
1156.02 s
[pandoc-lua-engine] depends hslua-repl-0.1.2-BxZIdeauZZlBPCRBFjfm5
1156.02 s
[pandoc-lua-engine] depends lpeg-1.1.0-Ffvhx81vfdb1UBD5l4uRYl
1156.02 s
[pandoc-lua-engine] depends mtl-2.3.1-5e32
1156.02 s
[pandoc-lua-engine] depends pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-lua-engine] depends pandoc-lua-marshal-0.3.0-CPefJLnKi5TGPJ9y37kQ9K
1156.02 s
[pandoc-lua-engine] depends pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-lua-engine] depends parsec-3.1.17.0-0c0a
1156.02 s
[pandoc-lua-engine] depends text-2.1.1-fd6a
1156.02 s
[pandoc-lua-engine] definite pandoc-lua-engine-0.4.1.1-IDG5za6CyCbFul2tMw7grJ-test-pandoc-lua-engine
1156.02 s
[pandoc-lua-engine] depends base-4.19.2.0-0fde
1156.02 s
[pandoc-lua-engine] depends bytestring-0.12.1.0-c522
1156.02 s
[pandoc-lua-engine] depends data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.02 s
[pandoc-lua-engine] depends directory-1.3.8.5-b132
1156.02 s
[pandoc-lua-engine] depends exceptions-0.10.7-c2ae
1156.02 s
[pandoc-lua-engine] depends filepath-1.4.301.0-c763
1156.02 s
[pandoc-lua-engine] depends hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
1156.02 s
[pandoc-lua-engine] depends pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-lua-engine] depends pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1156.02 s
[pandoc-lua-engine] depends pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-lua-engine] depends tasty-1.5.3-QOpJMSxeF49XPb7Cb4i95
1156.02 s
[pandoc-lua-engine] depends tasty-golden-2.3.5-1ureP3NU0nP1ei4sIVt7B5
1156.02 s
[pandoc-lua-engine] depends tasty-hunit-0.10.2-GvqyVBRVmj03GFrvo7llW5
1156.02 s
[pandoc-lua-engine] depends tasty-lua-1.1.1-59fghGCjCLdZUzx9RJb3V
1156.02 s
[pandoc-lua-engine] depends text-2.1.1-fd6a
1156.02 s
[pandoc-lua-engine] Using Cabal-3.10.3.0 compiled by ghc-9.8
1156.02 s
[pandoc-lua-engine] Using compiler: ghc-9.8.4
1156.02 s
[pandoc-lua-engine] Using install prefix:
1156.02 s
[pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1
1156.02 s
[pandoc-lua-engine] Executables installed in:
1156.02 s
[pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/bin
1156.02 s
[pandoc-lua-engine] Libraries installed in:
1156.02 s
[pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1156.02 s
[pandoc-lua-engine] Dynamic Libraries installed in:
1156.02 s
[pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4
1156.02 s
[pandoc-lua-engine] Private executables installed in:
1156.02 s
[pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/libexec/x86_64-linux-ghc-9.8.4/pandoc-lua-engine-0.4.1.1
1156.02 s
[pandoc-lua-engine] Data files installed in:
1156.02 s
[pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/share/x86_64-linux-ghc-9.8.4/pandoc-lua-engine-0.4.1.1
1156.02 s
[pandoc-lua-engine] Documentation installed in:
1156.02 s
[pandoc-lua-engine] /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc/share/doc/pandoc-lua-engine-0.4.1.1
1156.02 s
[pandoc-lua-engine] Configuration files installed in:
1156.02 s
[pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/etc
1156.02 s
[pandoc-lua-engine] No alex found
1156.02 s
[pandoc-lua-engine] Using ar found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1156.02 s
[pandoc-lua-engine] No c2hs found
1156.02 s
[pandoc-lua-engine] No cpphs found
1156.02 s
[pandoc-lua-engine] No doctest found
1156.02 s
[pandoc-lua-engine] Using gcc version 14.3.0 given by user at:
1156.02 s
[pandoc-lua-engine] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1156.02 s
[pandoc-lua-engine] Using ghc version 9.8.4 found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc
1156.02 s
[pandoc-lua-engine] Using ghc-pkg version 9.8.4 found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc-pkg-9.8.4
1156.02 s
[pandoc-lua-engine] No ghcjs found
1156.02 s
[pandoc-lua-engine] No ghcjs-pkg found
1156.02 s
[pandoc-lua-engine] No greencard found
1156.02 s
[pandoc-lua-engine] Using haddock version 2.30.0 found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/haddock-ghc-9.8.4
1156.02 s
[pandoc-lua-engine] No happy found
1156.02 s
[pandoc-lua-engine] Using haskell-suite found on system at: haskell-suite-dummy-location
1156.02 s
[pandoc-lua-engine] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1156.02 s
[pandoc-lua-engine] No hmake found
1156.02 s
[pandoc-lua-engine] Using hpc version 0.69 found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hpc-ghc-9.8.4
1156.02 s
[pandoc-lua-engine] Using hsc2hs version 0.68.10 found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hsc2hs-ghc-9.8.4
1156.02 s
[pandoc-lua-engine] Using hscolour version 1.25 found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/r9acd8dqp6xxbhlplifjikwk7bc6w7vf-hscolour-1.25/bin/HsColour
1156.02 s
[pandoc-lua-engine] No jhc found
1156.02 s
[pandoc-lua-engine] Using ld found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1156.02 s
[pandoc-lua-engine] No pkg-config found
1156.02 s
[pandoc-lua-engine] Using runghc version 9.8.4 found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/runghc-9.8.4
1156.02 s
[pandoc-lua-engine] Using strip version 2.44 found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1156.02 s
[pandoc-lua-engine] Using tar found on system at:
1156.02 s
[pandoc-lua-engine] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1156.02 s
[pandoc-lua-engine] No uhc found
1156.02 s
[pandoc-server] Source component graph: component lib
1156.02 s
[pandoc-server] Configured component graph:
1156.02 s
[pandoc-server] component pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
1156.02 s
[pandoc-server] include aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
1156.02 s
[pandoc-server] include base-4.19.2.0-0fde
1156.02 s
[pandoc-server] include base64-bytestring-1.2.1.0-A0Zaeo7G06LPsgdn2xg1v
1156.02 s
[pandoc-server] include bytestring-0.12.1.0-c522
1156.02 s
[pandoc-server] include containers-0.6.8-ddec
1156.02 s
[pandoc-server] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.02 s
[pandoc-server] include doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
1156.02 s
[pandoc-server] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-server] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-server] include servant-server-0.20.2-G0lLgkDsPodCW1U4UzqsFK
1156.02 s
[pandoc-server] include skylighting-0.14.5-LxS7pmvZB1J5rieQFn5Syy
1156.02 s
[pandoc-server] include text-2.1.1-fd6a
1156.02 s
[pandoc-server] include unicode-collation-0.1.3.6-Bc8T4jUByga8RJ9yOwLMUR
1156.02 s
[pandoc-server] include wai-3.2.4-F4kib8er8b66uIsZ4Qw3fj
1156.02 s
[pandoc-server] include wai-cors-0.2.7-LlfxRTWzkhsB4VS4V1ySHw
1156.02 s
[pandoc-server] Linked component graph:
1156.02 s
[pandoc-server] unit pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
1156.02 s
[pandoc-server] include aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
1156.02 s
[pandoc-server] include base-4.19.2.0-0fde
1156.02 s
[pandoc-server] include base64-bytestring-1.2.1.0-A0Zaeo7G06LPsgdn2xg1v
1156.02 s
[pandoc-server] include bytestring-0.12.1.0-c522
1156.02 s
[pandoc-server] include containers-0.6.8-ddec
1156.02 s
[pandoc-server] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.02 s
[pandoc-server] include doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
1156.02 s
[pandoc-server] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-server] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-server] include servant-server-0.20.2-G0lLgkDsPodCW1U4UzqsFK
1156.02 s
[pandoc-server] include skylighting-0.14.5-LxS7pmvZB1J5rieQFn5Syy
1156.02 s
[pandoc-server] include text-2.1.1-fd6a
1156.02 s
[pandoc-server] include unicode-collation-0.1.3.6-Bc8T4jUByga8RJ9yOwLMUR
1156.02 s
[pandoc-server] include wai-3.2.4-F4kib8er8b66uIsZ4Qw3fj
1156.02 s
[pandoc-server] include wai-cors-0.2.7-LlfxRTWzkhsB4VS4V1ySHw
1156.02 s
[pandoc-server] Text.Pandoc.Server=pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA:Text.Pandoc.Server
1156.02 s
[pandoc-server] Ready component graph:
1156.02 s
[pandoc-server] definite pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
1156.02 s
[pandoc-server] depends aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
1156.02 s
[pandoc-server] depends base-4.19.2.0-0fde
1156.02 s
[pandoc-server] depends base64-bytestring-1.2.1.0-A0Zaeo7G06LPsgdn2xg1v
1156.02 s
[pandoc-server] depends bytestring-0.12.1.0-c522
1156.02 s
[pandoc-server] depends containers-0.6.8-ddec
1156.02 s
[pandoc-server] depends data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
1156.02 s
[pandoc-server] depends doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
1156.02 s
[pandoc-server] depends pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1156.02 s
[pandoc-server] depends pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
1156.02 s
[pandoc-server] depends servant-server-0.20.2-G0lLgkDsPodCW1U4UzqsFK
1156.02 s
[pandoc-server] depends skylighting-0.14.5-LxS7pmvZB1J5rieQFn5Syy
1156.02 s
[pandoc-server] depends text-2.1.1-fd6a
1156.02 s
[pandoc-server] depends unicode-collation-0.1.3.6-Bc8T4jUByga8RJ9yOwLMUR
1156.02 s
[pandoc-server] depends wai-3.2.4-F4kib8er8b66uIsZ4Qw3fj
1156.02 s
[pandoc-server] depends wai-cors-0.2.7-LlfxRTWzkhsB4VS4V1ySHw
1156.02 s
[pandoc-server] Using Cabal-3.10.3.0 compiled by ghc-9.8
1156.02 s
[pandoc-server] Using compiler: ghc-9.8.4
1156.02 s
[pandoc-server] Using install prefix:
1156.02 s
[pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10
1156.02 s
[pandoc-server] Executables installed in:
1156.02 s
[pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/bin
1156.02 s
[pandoc-server] Libraries installed in:
1156.02 s
[pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
1156.02 s
[pandoc-server] Dynamic Libraries installed in:
1156.02 s
[pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4
1156.02 s
[pandoc-server] Private executables installed in:
1156.02 s
[pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/libexec/x86_64-linux-ghc-9.8.4/pandoc-server-0.1.0.10
1156.02 s
[pandoc-server] Data files installed in:
1156.02 s
[pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/share/x86_64-linux-ghc-9.8.4/pandoc-server-0.1.0.10
1156.02 s
[pandoc-server] Documentation installed in:
1156.02 s
[pandoc-server] /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc/share/doc/pandoc-server-0.1.0.10
1156.02 s
[pandoc-server] Configuration files installed in:
1156.02 s
[pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/etc
1156.02 s
[pandoc-server] No alex found
1156.02 s
[pandoc-server] Using ar found on system at:
1156.02 s
[pandoc-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1156.02 s
[pandoc-server] No c2hs found
1156.02 s
[pandoc-server] No cpphs found
1156.02 s
[pandoc-server] No doctest found
1156.02 s
[pandoc-server] Using gcc version 14.3.0 given by user at:
1156.02 s
[pandoc-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1156.02 s
[pandoc-server] Using ghc version 9.8.4 found on system at:
1156.02 s
[pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc
1156.02 s
[pandoc-server] Using ghc-pkg version 9.8.4 found on system at:
1156.02 s
[pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc-pkg-9.8.4
1156.02 s
[pandoc-server] No ghcjs found
1156.02 s
[pandoc-server] No ghcjs-pkg found
1156.02 s
[pandoc-server] No greencard found
1156.02 s
[pandoc-server] Using haddock version 2.30.0 found on system at:
1156.02 s
[pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/haddock-ghc-9.8.4
1156.02 s
[pandoc-server] No happy found
1156.02 s
[pandoc-server] Using haskell-suite found on system at: haskell-suite-dummy-location
1156.02 s
[pandoc-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1156.02 s
[pandoc-server] No hmake found
1156.02 s
[pandoc-server] Using hpc version 0.69 found on system at:
1156.02 s
[pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hpc-ghc-9.8.4
1156.02 s
[pandoc-server] Using hsc2hs version 0.68.10 found on system at:
1156.02 s
[pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hsc2hs-ghc-9.8.4
1156.02 s
[pandoc-server] Using hscolour version 1.25 found on system at:
1156.02 s
[pandoc-server] /nix/store/r9acd8dqp6xxbhlplifjikwk7bc6w7vf-hscolour-1.25/bin/HsColour
1156.02 s
[pandoc-server] No jhc found
1156.02 s
[pandoc-server] Using ld found on system at:
1156.02 s
[pandoc-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1156.02 s
[pandoc-server] No pkg-config found
1156.02 s
[pandoc-server] Using runghc version 9.8.4 found on system at:
1156.02 s
[pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/runghc-9.8.4
1156.02 s
[pandoc-server] Using strip version 2.44 found on system at:
1156.02 s
[pandoc-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1156.02 s
[pandoc-server] Using tar found on system at:
1156.02 s
[pandoc-server] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1156.02 s
[pandoc-server] No uhc found
1156.14 s
[pandoc-lua-engine] Phase: buildPhase
1156.14 s
[pandoc-server] Phase: buildPhase
1156.22 s
[pandoc-server] Preprocessing library for pandoc-server-0.1.0.10..
1156.22 s
[pandoc-server] Building library for pandoc-server-0.1.0.10..
1156.22 s
[pandoc-lua-engine] Preprocessing library for pandoc-lua-engine-0.4.1.1..
1156.23 s
[pandoc-lua-engine] Building library for pandoc-lua-engine-0.4.1.1..
1156.30 s
[pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
1156.44 s
[pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
1157.12 s
[pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
1157.12 s
[pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
1157.12 s
[pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
1157.12 s
[pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
1157.12 s
[pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
1157.12 s
[pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
1157.12 s
[pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
1157.12 s
[pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
1157.12 s
[pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
1157.25 s
[pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
1157.32 s
[pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
1157.33 s
[pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
1157.36 s
[haskell-language-server] Preprocessing library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.10.0.0...
1157.36 s
[haskell-language-server] Building library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.10.0.0...
1157.48 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFields ( plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.o, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.dyn_o )
1157.88 s
[pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
1157.88 s
[pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
1157.88 s
[pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
1158.00 s
[pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
1158.00 s
[pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
1158.00 s
[pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
1158.55 s
[pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
1159.21 s
[pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
1159.21 s
[pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
1159.21 s
[pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
1159.21 s
[pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
1159.21 s
[pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
1159.21 s
[pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
1159.21 s
[pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
1159.21 s
[pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
1159.21 s
[pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
1159.21 s
[pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
1159.21 s
[pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
1159.62 s
[pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
1160.06 s
[pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
1160.06 s
[pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
1160.06 s
[pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
1160.29 s
[pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
1160.35 s
[pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
1160.41 s
[pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
1160.61 s
[pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
1160.66 s
[pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
1160.80 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFields ( plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.p_o )
1161.11 s
[pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
1161.65 s
[pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
1161.77 s
[pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
1161.77 s
[pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
1161.77 s
[pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
1161.77 s
[pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
1161.77 s
[pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
1161.77 s
[pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
1161.77 s
[pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
1161.77 s
[pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
1161.99 s
[pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
1162.19 s
[pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
1162.21 s
[pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
1162.69 s
[pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
1162.69 s
[pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
1162.69 s
[pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
1162.89 s
[pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
1162.89 s
[pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
1162.89 s
[pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
1163.43 s
[pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
1164.08 s
[pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
1164.08 s
[pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
1164.08 s
[pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
1164.08 s
[pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
1164.08 s
[pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
1164.08 s
[pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
1164.08 s
[pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
1164.08 s
[pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
1164.08 s
[pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
1164.08 s
[pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
1164.08 s
[pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
1165.26 s
[pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
1165.26 s
[pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
1165.26 s
[pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
1165.55 s
[pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
1165.68 s
[pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
1165.83 s
[pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
1166.14 s
[pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
1166.27 s
[pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
1167.51 s
[pandoc-server] Phase: checkPhase
1167.58 s
[pandoc-server] Package has no test suites.
1167.58 s
[pandoc-server] Phase: haddockPhase
1167.73 s
[pandoc-server] Preprocessing library for pandoc-server-0.1.0.10..
1167.73 s
[pandoc-server] Running Haddock on library for pandoc-server-0.1.0.10..
1167.83 s
[pandoc-server] Warning: The documentation for the following packages are not installed. No
1167.83 s
[pandoc-server] links will be generated to these packages: attoparsec-0.14.4,
1167.83 s
[pandoc-server] attoparsec-0.14.4, libyaml-clib-0.2.5, pandoc-3.6, pandoc-3.6, vector-0.13.2.0
1167.93 s
[pandoc-server] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1168.37 s
[pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
1168.46 s
[haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0...
1168.46 s
[haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0...
1168.55 s
[haskell-language-server] [1 of 3] Compiling Ide.Plugin.CodeRange.ASTPreProcess ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/ASTPreProcess.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.dyn_o )
1169.71 s
[pandoc-server] Haddock coverage:
1169.71 s
[pandoc-server] 0% ( 0 / 7) in 'Text.Pandoc.Server'
1169.71 s
[pandoc-server] Missing documentation for:
1169.71 s
[pandoc-server] Module header
1169.71 s
[pandoc-server] app (src/Text/Pandoc/Server.hs:200)
1169.71 s
[pandoc-server] API (src/Text/Pandoc/Server.hs:186)
1169.71 s
[pandoc-server] ServerOpts (src/Text/Pandoc/Server.hs:55)
1169.71 s
[pandoc-server] Params (src/Text/Pandoc/Server.hs:125)
1169.71 s
[pandoc-server] Blob (src/Text/Pandoc/Server.hs:112)
1169.71 s
[pandoc-server] parseServerOptsFromArgs (src/Text/Pandoc/Server.hs:99)
1169.87 s
[haskell-language-server] [2 of 3] Compiling Ide.Plugin.CodeRange.Rules ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/Rules.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.dyn_o )
1171.13 s
[pandoc-server] Warning: Text.Pandoc.Server: could not find link destinations for:
1171.13 s
[pandoc-server] - Text.Pandoc.App.Opt.Opt
1171.13 s
[pandoc-server] - Text.Pandoc.Server.Output
1171.70 s
[haskell-language-server] [3 of 3] Compiling Ide.Plugin.CodeRange ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.dyn_o )
1172.14 s
[pandoc-lua-engine] Preprocessing test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.1.1..
1172.14 s
[pandoc-lua-engine] Building test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.1.1..
1172.24 s
[pandoc-lua-engine] [1 of 5] Compiling Tests.Lua
1172.33 s
[haskell-language-server] [1 of 3] Compiling Ide.Plugin.CodeRange.ASTPreProcess ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/ASTPreProcess.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.p_o )
1173.34 s
[haskell-language-server] [2 of 3] Compiling Ide.Plugin.CodeRange.Rules ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/Rules.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.p_o )
1173.38 s
[pandoc-lua-engine] [2 of 5] Compiling Tests.Lua.Module
1173.47 s
[pandoc-lua-engine] [3 of 5] Compiling Tests.Lua.Reader
1173.47 s
[pandoc-lua-engine] [4 of 5] Compiling Tests.Lua.Writer
1173.47 s
[pandoc-lua-engine] [5 of 5] Compiling Main
1173.83 s
[pandoc-lua-engine] [6 of 6] Linking dist/build/test-pandoc-lua-engine/test-pandoc-lua-engine
1174.75 s
[haskell-language-server] [3 of 3] Compiling Ide.Plugin.CodeRange ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.p_o )
1178.22 s
[pandoc-server] Documentation created: dist/doc/html/pandoc-server/,
1178.22 s
[pandoc-server] dist/doc/html/pandoc-server/pandoc-server.txt
1178.29 s
[pandoc-server] Phase: installPhase
1178.44 s
[pandoc-server] Installing library in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
1178.77 s
[pandoc-server] Phase: fixupPhase
1178.79 s
[pandoc-server] shrinking RPATHs of ELF executables and libraries in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10
1178.79 s
[pandoc-server] shrinking /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/libHSpandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA-ghc9.8.4.so
1178.93 s
[pandoc-server] checking for references to /build/ in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10...
1178.93 s
[pandoc-server] patching script interpreter paths in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10
1178.94 s
[pandoc-server] stripping (with command strip and flags -S -p) in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib
1179.00 s
[pandoc-server] shrinking RPATHs of ELF executables and libraries in /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc
1179.00 s
[pandoc-server] checking for references to /build/ in /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc...
1179.01 s
[pandoc-server] patching script interpreter paths in /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc
1179.20 s
[pandoc-server:post-build] Uploading to cachix cache "sellout": /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10 /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc
1180.07 s
[pandoc-server:post-build] Pushing 2 paths (468 are already present) using zstd to cache sellout ⏳
1180.07 s
[pandoc-server:post-build]
1180.45 s
[pandoc-server:post-build] Pushing /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc (453.05 KiB)
1180.50 s
[pandoc-server:post-build] Pushing /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10 (2.84 MiB)
1181.57 s
[pandoc-server:post-build]
1181.57 s
[pandoc-server:post-build] All done.
1181.60 s
[pandoc-server:post-build] Uploading to the NixCI cache: /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10 /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc
1181.65 s
[pandoc-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1181.90 s
[pandoc-server:post-build] copying 2 paths...
1181.90 s
[pandoc-server:post-build] copying path '/nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc' to 'https://cache.nix-ci.com'...
1182.64 s
[pandoc-server:post-build] copying path '/nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10' to 'https://cache.nix-ci.com'...
1184.15 s
[pandoc-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1184.40 s
[pandoc-server:post-build] copying 1 paths...
1184.45 s
[pandoc-server:post-build] copying path '/nix/store/53g05x68i138ixlrh92hc3733ah5ll54-pandoc-server-0.1.0.10.drv' to 'https://cache.nix-ci.com'...
1185.78 s
Progress: 21 of 32 built (2 building), 529 of 529 downloaded from cache
1185.78 s
[haskell-language-server] Preprocessing library 'hls-pragmas-plugin' for haskell-language-server-2.10.0.0...
1185.78 s
[haskell-language-server] Building library 'hls-pragmas-plugin' for haskell-language-server-2.10.0.0...
1185.78 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1185.78 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1185.78 s
[haskell-language-server] but were not needed for compilation:
1185.78 s
[haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I)
1185.78 s
[haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-3641)
1185.78 s
[haskell-language-server]
1185.78 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Pragmas ( plugins/hls-pragmas-plugin/src/Ide/Plugin/Pragmas.hs, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.o, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.dyn_o )
1185.78 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1185.78 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1185.78 s
[haskell-language-server] but were not needed for compilation:
1185.78 s
[haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I)
1185.78 s
[haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-3641)
1185.78 s
[haskell-language-server]
1185.78 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Pragmas ( plugins/hls-pragmas-plugin/src/Ide/Plugin/Pragmas.hs, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.p_o )
1185.78 s
[pandoc-lua-engine] Phase: checkPhase
1185.78 s
[pandoc-lua-engine] Running 1 test suites...
1185.78 s
[pandoc-lua-engine] Test suite test-pandoc-lua-engine: RUNNING...
1185.78 s
[pandoc-lua-engine] pandoc Lua engine
1185.78 s
[pandoc-lua-engine] Lua filters
1185.78 s
[pandoc-lua-engine] macro expansion via filter: OK
1185.78 s
[pandoc-lua-engine] convert all plains to paras: OK
1185.78 s
[pandoc-lua-engine] convert display math to inline math: OK (0.02s)
1185.78 s
[pandoc-lua-engine] make hello world document: OK
1185.78 s
[pandoc-lua-engine] implicit doc filter: OK
1185.78 s
[pandoc-lua-engine] parse raw markdown blocks: OK
1185.78 s
[pandoc-lua-engine] allow shorthand functions for quote types: OK
1185.78 s
[pandoc-lua-engine] Count inlines via metatable catch-all: OK
1185.78 s
[pandoc-lua-engine] Count blocks via Block-specific catch-all: OK
1185.78 s
[pandoc-lua-engine] Smart constructors: OK
1185.78 s
[pandoc-lua-engine] Convert header upper case: OK
1185.78 s
[pandoc-lua-engine] Attribute lists are convenient to use: OK
1185.78 s
[pandoc-lua-engine] Filter list of inlines: OK
1185.78 s
[pandoc-lua-engine] Filter list of blocks: OK
1185.78 s
[pandoc-lua-engine] Filter Meta: OK
1185.78 s
[pandoc-lua-engine] Script filename is set: OK
1185.78 s
[pandoc-lua-engine] Pandoc version is set: OK
1185.78 s
[pandoc-lua-engine] Pandoc types version is set: OK
1185.78 s
[pandoc-lua-engine] require file: OK
1185.78 s
[pandoc-lua-engine] Allow singleton inline in constructors: OK
1185.78 s
[pandoc-lua-engine] Elements with Attr have `attr` accessor: OK
1185.78 s
[pandoc-lua-engine] module `pandoc.system` is present: OK
1185.78 s
[pandoc-lua-engine] global modules
1185.78 s
[pandoc-lua-engine] module 'lpeg' is loaded into a global: OK
1185.78 s
[pandoc-lua-engine] module 're' is loaded into a global: OK
1185.78 s
[pandoc-lua-engine] module 'lpeg' is available via `require`: OK
1185.78 s
[pandoc-lua-engine] module 're' is available via `require`: OK
1185.78 s
[pandoc-lua-engine] informative error messages: OK
1185.78 s
[pandoc-lua-engine] Lua modules
1185.78 s
[pandoc-lua-engine] pandoc: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 72 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.List: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 22 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.format: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 3 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.image: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 6 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.json: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 21 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.log: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 8 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.mediabag: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 7 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.path: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 5 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.structure: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 11 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.template: OK (0.02s)
1185.78 s
[pandoc-lua-engine] +++ Success: 16 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.text: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 9 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.types: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 13 Lua tests passed
1185.78 s
[pandoc-lua-engine] pandoc.utils: OK
1185.78 s
[pandoc-lua-engine] +++ Success: 45 Lua tests passed
1185.78 s
[pandoc-lua-engine] globals: OK (0.02s)
1185.78 s
[pandoc-lua-engine] +++ Success: 42 Lua tests passed
1185.78 s
[pandoc-lua-engine] Custom writers
1185.78 s
[pandoc-lua-engine] default testsuite: OK (0.06s)
1185.78 s
[pandoc-lua-engine] tables testsuite: OK (0.03s)
1185.78 s
[pandoc-lua-engine] bytestring writer: OK
1185.78 s
[pandoc-lua-engine] template: OK
1185.78 s
[pandoc-lua-engine] preset extensions: OK
1185.78 s
[pandoc-lua-engine] modified extensions: OK
1185.78 s
[pandoc-lua-engine] Custom readers
1185.78 s
[pandoc-lua-engine] read binary to code block: OK
1185.78 s
[pandoc-lua-engine]
1185.78 s
[pandoc-lua-engine] All 48 tests passed (0.28s)
1185.78 s
[pandoc-lua-engine] Test suite test-pandoc-lua-engine: PASS
1185.78 s
[pandoc-lua-engine] Test suite logged to:
1185.78 s
[pandoc-lua-engine] dist/test/pandoc-lua-engine-0.4.1.1-test-pandoc-lua-engine.log
1185.78 s
[pandoc-lua-engine] 1 of 1 test suites (1 of 1 test cases) passed.
1185.78 s
[pandoc-lua-engine] Phase: haddockPhase
1185.78 s
[pandoc-lua-engine] Preprocessing library for pandoc-lua-engine-0.4.1.1..
1185.78 s
[pandoc-lua-engine] Running Haddock on library for pandoc-lua-engine-0.4.1.1..
1185.78 s
[pandoc-lua-engine] Warning: The documentation for the following packages are not installed. No
1185.78 s
[pandoc-lua-engine] links will be generated to these packages: attoparsec-0.14.4,
1185.78 s
[pandoc-lua-engine] attoparsec-0.14.4, libyaml-clib-0.2.5, pandoc-3.6, pandoc-3.6, vector-0.13.2.0
1185.78 s
[pandoc-lua-engine] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1185.78 s
[pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
1185.78 s
[pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
1185.78 s
[pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
1185.78 s
[pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
1185.78 s
[pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
1185.78 s
[pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
1185.78 s
[pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
1185.78 s
[pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
1185.78 s
[pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
1185.78 s
[pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
1185.78 s
[pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
1185.78 s
[pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
1185.78 s
[pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
1185.79 s
[pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
1185.79 s
[pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
1185.79 s
[pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
1185.79 s
[pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
1185.79 s
[pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
1185.79 s
[pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
1185.79 s
[pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
1185.79 s
[pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
1185.79 s
[pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
1185.79 s
[pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
1185.79 s
[pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
1185.79 s
[pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
1185.79 s
[pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
1185.79 s
[pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
1185.79 s
[pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
1185.79 s
[pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
1185.79 s
[pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
1185.79 s
[pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
1185.79 s
[pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
1185.79 s
[pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
1185.79 s
[pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
1185.79 s
[pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
1185.79 s
[pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
1185.79 s
[pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
1185.79 s
[pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
1185.79 s
[pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
1185.79 s
[pandoc-lua-engine] Haddock coverage:
1185.79 s
[pandoc-lua-engine] Warning: 'Chunk' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Chunks’
1185.79 s
[pandoc-lua-engine] Warning: 'ChunkedDoc' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Chunks’
1185.79 s
[pandoc-lua-engine] Warning: 'Reference' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] Warning: 'ItemId' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] Warning: 'Name' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] Warning: 'Date' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
1185.79 s
[pandoc-lua-engine] Warning: 'Sources' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Sources’
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Sources’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Sources’
1185.79 s
[pandoc-lua-engine] Warning: 'Lua' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘HsLua.Core.Error’
1185.79 s
[pandoc-lua-engine] * in ‘HsLua.Core.Types’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘HsLua.Core.Error’
1185.79 s
[pandoc-lua-engine] Warning: 'PandocLua' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:23
1185.79 s
[pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:1
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined at src/Text/Pandoc/Lua/PandocLua.hs:36:1
1185.79 s
[pandoc-lua-engine] Warning: 'ExtensionConfig' is out of scope.
1185.79 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1185.79 s
[pandoc-lua-engine] Warning: 'ExtensionsConfig' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Format’
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Format’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Format’
1185.79 s
[pandoc-lua-engine] Warning: 'enable' is out of scope.
1185.79 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1185.79 s
[pandoc-lua-engine] Warning: 'disable' is out of scope.
1185.79 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1185.79 s
[pandoc-lua-engine] Warning: 'WriterOptions' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Options’
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Options’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Options’
1185.79 s
[pandoc-lua-engine] Warning: 'Pandoc' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Definition’
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Definition’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Definition’
1185.79 s
[pandoc-lua-engine] Warning: 'Chunk' is out of scope.
1185.79 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1185.79 s
[pandoc-lua-engine] Warning: 'ReaderOptions' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Options’
1185.79 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Options’
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Options’
1185.79 s
[pandoc-lua-engine] Warning: 'PandocLua' is ambiguous. It is defined
1185.79 s
[pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:23
1185.79 s
[pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:1
1185.79 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1185.79 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1185.79 s
[pandoc-lua-engine] Defaulting to the one defined at src/Text/Pandoc/Lua/PandocLua.hs:36:1
1185.79 s
[pandoc-lua-engine] 100% ( 11 / 11) in 'Text.Pandoc.Lua'
1185.79 s
[pandoc-lua-engine] Warning: Text.Pandoc.Lua: could not find link destinations for:
1185.79 s
[pandoc-lua-engine] - Text.Pandoc.Options.WriterOptions
1185.79 s
[pandoc-lua-engine] - Text.Pandoc.Error.PandocError
1185.79 s
[pandoc-lua-engine] - Text.Pandoc.Options.ReaderOptions
1185.79 s
[pandoc-lua-engine] - Text.Pandoc.Class.CommonState.CommonState
1185.79 s
[pandoc-lua-engine] - Text.Pandoc.Class.PandocMonad.PandocMonad
1185.79 s
[pandoc-lua-engine] - Text.Pandoc.Scripting.ScriptingEngine
1185.79 s
[pandoc-lua-engine] - Text.Pandoc.Filter.Environment.Environment
1185.79 s
[pandoc-lua-engine] - Text.Pandoc.Scripting.CustomComponents
1190.10 s
[haskell-language-server] Preprocessing library 'hls-alternate-number-format-plugin' for haskell-language-server-2.10.0.0...
1190.18 s
[haskell-language-server] Building library 'hls-alternate-number-format-plugin' for haskell-language-server-2.10.0.0...
1190.24 s
[haskell-language-server] [1 of 3] Compiling Ide.Plugin.Literals ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Literals.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.dyn_o )
1191.47 s
[haskell-language-server] [2 of 3] Compiling Ide.Plugin.Conversion ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Conversion.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.dyn_o )
1192.01 s
[pandoc-lua-engine] Documentation created: dist/doc/html/pandoc-lua-engine/,
1192.01 s
[pandoc-lua-engine] dist/doc/html/pandoc-lua-engine/pandoc-lua-engine.txt
1192.06 s
[pandoc-lua-engine] Preprocessing test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.1.1..
1192.08 s
[pandoc-lua-engine] Phase: installPhase
1192.09 s
[haskell-language-server] [3 of 3] Compiling Ide.Plugin.AlternateNumberFormat ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.dyn_o )
1192.21 s
[pandoc-lua-engine] Installing library in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1193.13 s
[pandoc-lua-engine] Phase: fixupPhase
1193.16 s
[pandoc-lua-engine] shrinking RPATHs of ELF executables and libraries in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1
1193.19 s
[pandoc-lua-engine] shrinking /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/libHSpandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi-ghc9.8.4.so
1193.32 s
[pandoc-lua-engine] checking for references to /build/ in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1...
1193.35 s
[pandoc-lua-engine] patching script interpreter paths in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1
1193.36 s
[pandoc-lua-engine] stripping (with command strip and flags -S -p) in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib
1193.58 s
[haskell-language-server] [1 of 3] Compiling Ide.Plugin.Literals ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Literals.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.p_o )
1193.71 s
[pandoc-lua-engine] shrinking RPATHs of ELF executables and libraries in /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc
1193.72 s
[pandoc-lua-engine] checking for references to /build/ in /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc...
1193.74 s
[pandoc-lua-engine] patching script interpreter paths in /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc
1194.01 s
[pandoc-lua-engine:post-build] Uploading to cachix cache "sellout": /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1 /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc
1194.63 s
[pandoc-lua-engine:post-build] Pushing 2 paths (432 are already present) using zstd to cache sellout ⏳
1194.63 s
[pandoc-lua-engine:post-build]
1195.05 s
[pandoc-lua-engine:post-build] Pushing /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1 (25.24 MiB)
1195.07 s
[pandoc-lua-engine:post-build] Pushing /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc (2.71 MiB)
1196.37 s
[pandoc-lua-engine:post-build]
1196.37 s
[pandoc-lua-engine:post-build] All done.
1196.39 s
[pandoc-lua-engine:post-build] Uploading to the NixCI cache: /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1 /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc
1196.43 s
[pandoc-lua-engine:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1196.69 s
[pandoc-lua-engine:post-build] copying 2 paths...
1196.69 s
[pandoc-lua-engine:post-build] copying path '/nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc' to 'https://cache.nix-ci.com'...
1198.98 s
[pandoc-lua-engine:post-build] copying path '/nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1' to 'https://cache.nix-ci.com'...
1206.95 s
[pandoc-lua-engine:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1207.21 s
[pandoc-lua-engine:post-build] copying 1 paths...
1207.25 s
[pandoc-lua-engine:post-build] copying path '/nix/store/4j1np6fikxgjv5rraai5ss2zi5yrsgqq-pandoc-lua-engine-0.4.1.1.drv' to 'https://cache.nix-ci.com'...
1208.56 s
Progress: 22 of 32 built (1 building), 529 of 529 downloaded from cache
1208.65 s
Building /nix/store/k5hgihgqh5l6j3g1lgplj4qycvxjc7p9-pandoc-cli-3.6.drv
1208.65 s
[haskell-language-server] [2 of 3] Compiling Ide.Plugin.Conversion ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Conversion.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.p_o )
1208.65 s
[haskell-language-server] [3 of 3] Compiling Ide.Plugin.AlternateNumberFormat ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.p_o )
1208.65 s
[haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0...
1208.65 s
[haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0...
1208.65 s
[haskell-language-server] [1 of 1] Compiling Main ( ghcide-test/preprocessor/Main.hs, dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor-tmp/Main.dyn_o )
1208.65 s
[haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
1208.65 s
[haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0...
1208.65 s
[haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0...
1208.65 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.o, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.dyn_o )
1208.65 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.p_o )
1209.43 s
[pandoc-cli] Phase: setupCompilerEnvironmentPhase
1209.43 s
[pandoc-cli] Build with /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4.
1210.09 s
[pandoc-cli] Phase: unpackPhase
1210.10 s
[pandoc-cli] unpacking source archive /nix/store/gxgrsr7jb66nd5cflm4wjrgdqzk0ahns-pandoc-cli-3.6.tar.gz
1210.63 s
[pandoc-cli] source root is pandoc-cli-3.6
1210.63 s
[pandoc-cli] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-cli-3.6/src/pandoc.hs"
1210.64 s
[pandoc-cli] Phase: patchPhase
1210.65 s
[pandoc-cli] Phase: compileBuildDriverPhase
1210.65 s
[pandoc-cli] setupCompileFlags: -package-db=/build/tmp.YXpw0lFvh4/setup-package.conf.d -threaded
1210.69 s
[pandoc-cli] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.YXpw0lFvh4/Main.o )
1210.76 s
[pandoc-cli] [2 of 2] Linking Setup
1211.34 s
[haskell-language-server] Preprocessing library 'hls-fourmolu-plugin' for haskell-language-server-2.10.0.0...
1211.34 s
[haskell-language-server] Building library 'hls-fourmolu-plugin' for haskell-language-server-2.10.0.0...
1211.46 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.o, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.dyn_o )
1211.98 s
[pandoc-cli] Phase: updateAutotoolsGnuConfigScriptsPhase
1212.00 s
[pandoc-cli] Phase: configurePhase
1212.00 s
[pandoc-cli] configureFlags: --verbose --prefix=/nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.YXpw0lFvh4/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --disable-library-profiling --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping -fembed_data_files --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
1212.01 s
[pandoc-cli] Using Parsec parser
1212.01 s
[pandoc-cli] Configuring pandoc-cli-3.6...
1212.55 s
[pandoc-cli] Flags chosen: lua=True, nightly=False, server=True
1212.60 s
[pandoc-cli] Dependency base >=4.12 && <5: using base-4.19.2.0
1212.60 s
[pandoc-cli] Dependency hslua-cli >=1.4.1 && <1.5: using hslua-cli-1.4.3
1212.60 s
[pandoc-cli] Dependency pandoc ==3.6: using pandoc-3.6
1212.60 s
[pandoc-cli] Dependency pandoc-lua-engine >=0.4 && <0.5: using pandoc-lua-engine-0.4.1.1
1212.60 s
[pandoc-cli] Dependency pandoc-server >=0.1.0.9 && <0.2: using pandoc-server-0.1.0.10
1212.60 s
[pandoc-cli] Dependency safe: using safe-0.3.21
1212.60 s
[pandoc-cli] Dependency temporary >=1.1 && <1.4: using temporary-1.3
1212.60 s
[pandoc-cli] Dependency text: using text-2.1.1
1212.60 s
[pandoc-cli] Dependency wai-extra >=3.0.24: using wai-extra-3.1.16
1212.60 s
[pandoc-cli] Dependency warp: using warp-3.4.7
1212.81 s
[pandoc-cli] Source component graph: component exe:pandoc
1212.81 s
[pandoc-cli] Configured component graph:
1212.81 s
[pandoc-cli] component pandoc-cli-3.6-6w0vFlRgzUTDDKZY1FzVcj-pandoc
1212.81 s
[pandoc-cli] include base-4.19.2.0-0fde
1212.81 s
[pandoc-cli] include hslua-cli-1.4.3-C1yn1KCviZkIDB95mRmtbK
1212.81 s
[pandoc-cli] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1212.81 s
[pandoc-cli] include pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1212.81 s
[pandoc-cli] include pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
1212.81 s
[pandoc-cli] include safe-0.3.21-IO0BRf8Xbyu93FN475O0f8
1212.81 s
[pandoc-cli] include temporary-1.3-Ljua302D386KSvuHOfyRTO
1212.81 s
[pandoc-cli] include text-2.1.1-fd6a
1212.81 s
[pandoc-cli] include wai-extra-3.1.16-6tfsP6c717zARbbGY596x4
1212.81 s
[pandoc-cli] include warp-3.4.7-GB3V3ASyMgq9NHwzAFTNnC
1212.81 s
[pandoc-cli] Linked component graph:
1212.81 s
[pandoc-cli] unit pandoc-cli-3.6-6w0vFlRgzUTDDKZY1FzVcj-pandoc
1212.81 s
[pandoc-cli] include base-4.19.2.0-0fde
1212.81 s
[pandoc-cli] include hslua-cli-1.4.3-C1yn1KCviZkIDB95mRmtbK
1212.81 s
[pandoc-cli] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1212.81 s
[pandoc-cli] include pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1212.81 s
[pandoc-cli] include pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
1212.81 s
[pandoc-cli] include safe-0.3.21-IO0BRf8Xbyu93FN475O0f8
1212.81 s
[pandoc-cli] include temporary-1.3-Ljua302D386KSvuHOfyRTO
1212.81 s
[pandoc-cli] include text-2.1.1-fd6a
1212.81 s
[pandoc-cli] include wai-extra-3.1.16-6tfsP6c717zARbbGY596x4
1212.81 s
[pandoc-cli] include warp-3.4.7-GB3V3ASyMgq9NHwzAFTNnC
1212.81 s
[pandoc-cli] Ready component graph:
1212.81 s
[pandoc-cli] definite pandoc-cli-3.6-6w0vFlRgzUTDDKZY1FzVcj-pandoc
1212.81 s
[pandoc-cli] depends base-4.19.2.0-0fde
1212.81 s
[pandoc-cli] depends hslua-cli-1.4.3-C1yn1KCviZkIDB95mRmtbK
1212.81 s
[pandoc-cli] depends pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
1212.81 s
[pandoc-cli] depends pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
1212.81 s
[pandoc-cli] depends pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
1212.81 s
[pandoc-cli] depends safe-0.3.21-IO0BRf8Xbyu93FN475O0f8
1212.81 s
[pandoc-cli] depends temporary-1.3-Ljua302D386KSvuHOfyRTO
1212.81 s
[pandoc-cli] depends text-2.1.1-fd6a
1212.81 s
[pandoc-cli] depends wai-extra-3.1.16-6tfsP6c717zARbbGY596x4
1212.81 s
[pandoc-cli] depends warp-3.4.7-GB3V3ASyMgq9NHwzAFTNnC
1212.81 s
[pandoc-cli] Using Cabal-3.10.3.0 compiled by ghc-9.8
1212.81 s
[pandoc-cli] Using compiler: ghc-9.8.4
1212.81 s
[pandoc-cli] Using install prefix:
1212.81 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
1212.81 s
[pandoc-cli] Executables installed in:
1212.81 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin
1212.81 s
[pandoc-cli] Libraries installed in:
1212.81 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-cli-3.6
1212.81 s
[pandoc-cli] Dynamic Libraries installed in:
1212.81 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4
1212.81 s
[pandoc-cli] Private executables installed in:
1212.81 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/libexec/x86_64-linux-ghc-9.8.4/pandoc-cli-3.6
1212.81 s
[pandoc-cli] Data files installed in:
1212.81 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/share/x86_64-linux-ghc-9.8.4/pandoc-cli-3.6
1212.81 s
[pandoc-cli] Documentation installed in:
1212.81 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/share/doc/x86_64-linux-ghc-9.8.4/pandoc-cli-3.6
1212.81 s
[pandoc-cli] Configuration files installed in:
1212.81 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/etc
1212.81 s
[pandoc-cli] No alex found
1212.81 s
[pandoc-cli] Using ar found on system at:
1212.81 s
[pandoc-cli] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1212.81 s
[pandoc-cli] No c2hs found
1212.81 s
[pandoc-cli] No cpphs found
1212.81 s
[pandoc-cli] No doctest found
1212.81 s
[pandoc-cli] Using gcc version 14.3.0 given by user at:
1212.81 s
[pandoc-cli] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1212.81 s
[pandoc-cli] Using ghc version 9.8.4 found on system at:
1212.81 s
[pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc
1212.81 s
[pandoc-cli] Using ghc-pkg version 9.8.4 found on system at:
1212.81 s
[pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc-pkg-9.8.4
1212.81 s
[pandoc-cli] No ghcjs found
1212.81 s
[pandoc-cli] No ghcjs-pkg found
1212.81 s
[pandoc-cli] No greencard found
1212.81 s
[pandoc-cli] Using haddock version 2.30.0 found on system at:
1212.81 s
[pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/haddock-ghc-9.8.4
1212.81 s
[pandoc-cli] No happy found
1212.81 s
[pandoc-cli] Using haskell-suite found on system at: haskell-suite-dummy-location
1212.81 s
[pandoc-cli] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1212.81 s
[pandoc-cli] No hmake found
1212.81 s
[pandoc-cli] Using hpc version 0.69 found on system at:
1212.81 s
[pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hpc-ghc-9.8.4
1212.81 s
[pandoc-cli] Using hsc2hs version 0.68.10 found on system at:
1212.81 s
[pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hsc2hs-ghc-9.8.4
1212.81 s
[pandoc-cli] No hscolour found
1212.81 s
[pandoc-cli] No jhc found
1212.81 s
[pandoc-cli] Using ld found on system at:
1212.81 s
[pandoc-cli] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1212.81 s
[pandoc-cli] No pkg-config found
1212.81 s
[pandoc-cli] Using runghc version 9.8.4 found on system at:
1212.81 s
[pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/runghc-9.8.4
1212.81 s
[pandoc-cli] Using strip version 2.44 found on system at:
1212.81 s
[pandoc-cli] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1212.81 s
[pandoc-cli] Using tar found on system at:
1212.81 s
[pandoc-cli] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1212.81 s
[pandoc-cli] No uhc found
1213.04 s
[pandoc-cli] Phase: buildPhase
1213.14 s
[pandoc-cli] Preprocessing executable 'pandoc' for pandoc-cli-3.6..
1213.14 s
[pandoc-cli] Building executable 'pandoc' for pandoc-cli-3.6..
1213.31 s
[pandoc-cli] [1 of 3] Compiling PandocCLI.Lua
1213.72 s
[pandoc-cli] [2 of 3] Compiling PandocCLI.Server
1213.72 s
[pandoc-cli] [3 of 3] Compiling Main
1214.08 s
[pandoc-cli] [4 of 4] Linking dist/build/pandoc/pandoc
1214.66 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.p_o )
1223.10 s
[pandoc-cli] Phase: checkPhase
1223.17 s
[pandoc-cli] Package has no test suites.
1223.18 s
[pandoc-cli] Phase: haddockPhase
1223.18 s
[pandoc-cli] Phase: installPhase
1223.32 s
[pandoc-cli] Installing executable pandoc in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin
1223.32 s
[pandoc-cli] Warning: The directory
1223.32 s
[pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin is not in the
1223.32 s
[pandoc-cli] system search path.
1224.73 s
[haskell-language-server] Preprocessing library 'hls-cabal-fmt-plugin' for haskell-language-server-2.10.0.0...
1224.73 s
[haskell-language-server] Building library 'hls-cabal-fmt-plugin' for haskell-language-server-2.10.0.0...
1224.81 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalFmt ( plugins/hls-cabal-fmt-plugin/src/Ide/Plugin/CabalFmt.hs, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.o, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.dyn_o )
1226.59 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalFmt ( plugins/hls-cabal-fmt-plugin/src/Ide/Plugin/CabalFmt.hs, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.p_o )
1226.99 s
[pandoc-cli] Phase: fixupPhase
1227.00 s
[pandoc-cli] shrinking RPATHs of ELF executables and libraries in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
1227.00 s
[pandoc-cli] shrinking /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin/pandoc
1227.52 s
[pandoc-cli] checking for references to /build/ in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6...
1227.76 s
[pandoc-cli] gzipping man pages under /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/share/man/
1227.79 s
[pandoc-cli] patching script interpreter paths in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
1227.79 s
[pandoc-cli] stripping (with command strip and flags -S -p) in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin
1229.04 s
[pandoc-cli:post-build] Uploading to cachix cache "sellout": /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
1229.62 s
[pandoc-cli:post-build] Pushing 1 paths (28 are already present) using zstd to cache sellout ⏳
1229.62 s
[pandoc-cli:post-build]
1230.00 s
[pandoc-cli:post-build] Pushing /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6 (207.50 MiB)
1234.33 s
[pandoc-cli:post-build]
1234.33 s
[pandoc-cli:post-build] All done.
1234.36 s
[pandoc-cli:post-build] Uploading to the NixCI cache: /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
1234.41 s
[pandoc-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1234.42 s
[pandoc-cli:post-build] copying 1 paths...
1234.42 s
[pandoc-cli:post-build] copying path '/nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6' to 'https://cache.nix-ci.com'...
1293.08 s
[pandoc-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1293.35 s
[pandoc-cli:post-build] copying 1 paths...
1293.35 s
[pandoc-cli:post-build] copying path '/nix/store/k5hgihgqh5l6j3g1lgplj4qycvxjc7p9-pandoc-cli-3.6.drv' to 'https://cache.nix-ci.com'...
1293.70 s
Progress: 23 of 32 built (1 building), 529 of 529 downloaded from cache
1293.74 s
Building /nix/store/zq8bhx4wi4slmc4p7yq7ii5mkpvza412-shellcheck-0.10.0.drv
1293.74 s
[haskell-language-server] Preprocessing library 'hls-refactor-plugin' for haskell-language-server-2.10.0.0...
1293.74 s
[haskell-language-server] Building library 'hls-refactor-plugin' for haskell-language-server-2.10.0.0...
1293.74 s
[haskell-language-server] [ 1 of 13] Compiling Development.IDE.GHC.Compat.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Compat/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.dyn_o )
1293.74 s
[haskell-language-server] [ 2 of 13] Compiling Development.IDE.GHC.Dump ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.dyn_o )
1293.74 s
[haskell-language-server] [ 3 of 13] Compiling Development.IDE.GHC.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.dyn_o )
1293.74 s
[haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.dyn_o )
1293.74 s
[haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.dyn_o )
1293.74 s
[haskell-language-server] [ 6 of 13] Compiling Development.IDE.Plugin.CodeAction.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.dyn_o )
1293.74 s
[haskell-language-server] [ 7 of 13] Compiling Development.IDE.Plugin.CodeAction.Args ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.dyn_o )
1293.74 s
[haskell-language-server] [ 8 of 13] Compiling Development.IDE.Plugin.Plugins.Diagnostic ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/Diagnostic.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.dyn_o )
1293.74 s
[haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.dyn_o )
1293.74 s
[haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.dyn_o )
1293.74 s
[haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.dyn_o )
1293.74 s
[haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.dyn_o )
1293.74 s
[haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.dyn_o )
1293.74 s
[haskell-language-server] [ 1 of 13] Compiling Development.IDE.GHC.Compat.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Compat/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.p_o )
1293.74 s
[haskell-language-server] [ 2 of 13] Compiling Development.IDE.GHC.Dump ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.p_o )
1293.74 s
[haskell-language-server] [ 3 of 13] Compiling Development.IDE.GHC.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.p_o )
1293.74 s
[haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.p_o )
1293.74 s
[haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.p_o )
1293.74 s
[haskell-language-server] [ 6 of 13] Compiling Development.IDE.Plugin.CodeAction.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.p_o )
1293.74 s
[haskell-language-server] [ 7 of 13] Compiling Development.IDE.Plugin.CodeAction.Args ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.p_o )
1293.74 s
[haskell-language-server] [ 8 of 13] Compiling Development.IDE.Plugin.Plugins.Diagnostic ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/Diagnostic.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.p_o )
1293.74 s
[haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.p_o )
1293.74 s
[haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.p_o )
1293.74 s
[haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.p_o )
1293.74 s
[haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.p_o )
1293.74 s
[haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.p_o )
1293.74 s
[haskell-language-server] Preprocessing library 'hls-gadt-plugin' for haskell-language-server-2.10.0.0...
1293.74 s
[haskell-language-server] Building library 'hls-gadt-plugin' for haskell-language-server-2.10.0.0...
1293.74 s
[haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.o, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.dyn_o )
1293.74 s
[haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.o, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.dyn_o )
1293.74 s
[haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.p_o )
1293.74 s
[haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.p_o )
1293.74 s
[haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0...
1293.74 s
[haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0...
1293.74 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.o, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.dyn_o )
1293.74 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.p_o )
1293.79 s
[shellcheck] Phase: unpackPhase
1293.79 s
[shellcheck] unpacking source archive /nix/store/pvnb4wd2ib6di794f7j8r7515n1gbbb2-ShellCheck-0.10.0.tar.gz
1293.80 s
[shellcheck] source root is ShellCheck-0.10.0
1293.80 s
[shellcheck] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ShellCheck-0.10.0/test/shellcheck.hs"
1293.81 s
[shellcheck] Phase: patchPhase
1293.81 s
[shellcheck] Phase: updateAutotoolsGnuConfigScriptsPhase
1293.82 s
[shellcheck] Phase: configurePhase
1293.83 s
[shellcheck] no configure script, doing nothing
1293.84 s
[shellcheck] Phase: buildPhase
1293.88 s
[shellcheck] Phase: installPhase
1293.90 s
[shellcheck] Phase: fixupPhase
1293.92 s
[shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin
1293.92 s
[shellcheck] shrinking /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin/bin/shellcheck
1293.93 s
[shellcheck] checking for references to /build/ in /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin...
1293.94 s
[shellcheck] patching script interpreter paths in /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin
1293.94 s
[shellcheck] stripping (with command strip and flags -S -p) in /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin/bin
1293.96 s
[shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man
1293.97 s
[shellcheck] checking for references to /build/ in /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man...
1293.97 s
[shellcheck] gzipping man pages under /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man/share/man/
1293.98 s
[shellcheck] patching script interpreter paths in /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man
1293.98 s
[shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc
1293.98 s
[shellcheck] checking for references to /build/ in /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc...
1293.98 s
[shellcheck] patching script interpreter paths in /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc
1293.99 s
[shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0
1293.99 s
[shellcheck] checking for references to /build/ in /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0...
1293.99 s
[shellcheck] patching script interpreter paths in /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0
1294.05 s
[shellcheck:post-build] Uploading to cachix cache "sellout": /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0 /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin
1294.50 s
[shellcheck:post-build] Pushing 4 paths (24 are already present) using zstd to cache sellout ⏳
1294.50 s
[shellcheck:post-build]
1294.87 s
[shellcheck:post-build] Pushing /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin (7.40 MiB)
1294.93 s
[shellcheck:post-build] Pushing /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0 (544.00 B)
1294.93 s
[shellcheck:post-build] Pushing /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc (20.93 KiB)
1294.94 s
[shellcheck:post-build] Pushing /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man (6.50 KiB)
1295.92 s
[shellcheck:post-build]
1295.92 s
[shellcheck:post-build] All done.
1295.95 s
[shellcheck:post-build] Uploading to the NixCI cache: /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0 /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin
1295.99 s
[shellcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1296.36 s
[shellcheck:post-build] copying 4 paths...
1296.36 s
[shellcheck:post-build] copying path '/nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc' to 'https://cache.nix-ci.com'...
1296.36 s
[shellcheck:post-build] copying path '/nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man' to 'https://cache.nix-ci.com'...
1296.36 s
[shellcheck:post-build] copying path '/nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin' to 'https://cache.nix-ci.com'...
1298.49 s
[shellcheck:post-build] copying path '/nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0' to 'https://cache.nix-ci.com'...
1298.98 s
[shellcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1299.27 s
[shellcheck:post-build] copying 1 paths...
1299.27 s
[shellcheck:post-build] copying path '/nix/store/zq8bhx4wi4slmc4p7yq7ii5mkpvza412-shellcheck-0.10.0.drv' to 'https://cache.nix-ci.com'...
1299.62 s
Progress: 24 of 32 built (1 building), 529 of 529 downloaded from cache
1299.62 s
[haskell-language-server] Preprocessing library 'hls-class-plugin' for haskell-language-server-2.10.0.0...
1299.62 s
[haskell-language-server] Building library 'hls-class-plugin' for haskell-language-server-2.10.0.0...
1299.62 s
[haskell-language-server] [1 of 6] Compiling Ide.Plugin.Class.Utils ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Utils.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.dyn_o )
1299.62 s
[haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.dyn_o )
1299.62 s
[haskell-language-server] [3 of 6] Compiling Ide.Plugin.Class.ExactPrint ( plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.o, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.dyn_o )
1299.62 s
[haskell-language-server] [4 of 6] Compiling Ide.Plugin.Class.CodeLens ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.o, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.dyn_o )
1299.62 s
[haskell-language-server] [5 of 6] Compiling Ide.Plugin.Class.CodeAction ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.o, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.dyn_o )
1299.62 s
[haskell-language-server] [6 of 6] Compiling Ide.Plugin.Class ( plugins/hls-class-plugin/src/Ide/Plugin/Class.hs, dist/build/hls-class-plugin/Ide/Plugin/Class.o, dist/build/hls-class-plugin/Ide/Plugin/Class.dyn_o )
1299.96 s
[haskell-language-server] [1 of 6] Compiling Ide.Plugin.Class.Utils ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Utils.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.p_o )
1301.29 s
[haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.p_o )
1303.89 s
[haskell-language-server] [3 of 6] Compiling Ide.Plugin.Class.ExactPrint ( plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.p_o )
1304.16 s
[haskell-language-server] [4 of 6] Compiling Ide.Plugin.Class.CodeLens ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.p_o )
1304.32 s
[haskell-language-server] [5 of 6] Compiling Ide.Plugin.Class.CodeAction ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.p_o )
1304.69 s
[haskell-language-server] [6 of 6] Compiling Ide.Plugin.Class ( plugins/hls-class-plugin/src/Ide/Plugin/Class.hs, dist/build/hls-class-plugin/Ide/Plugin/Class.p_o )
1309.13 s
[haskell-language-server] Preprocessing library 'hls-cabal-gild-plugin' for haskell-language-server-2.10.0.0...
1309.13 s
[haskell-language-server] Building library 'hls-cabal-gild-plugin' for haskell-language-server-2.10.0.0...
1309.21 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalGild ( plugins/hls-cabal-gild-plugin/src/Ide/Plugin/CabalGild.hs, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.o, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.dyn_o )
1310.49 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalGild ( plugins/hls-cabal-gild-plugin/src/Ide/Plugin/CabalGild.hs, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.p_o )
1317.56 s
[haskell-language-server] Preprocessing library 'hls-stan-plugin' for haskell-language-server-2.10.0.0...
1317.56 s
[haskell-language-server] Building library 'hls-stan-plugin' for haskell-language-server-2.10.0.0...
1317.70 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.o, dist/build/hls-stan-plugin/Ide/Plugin/Stan.dyn_o )
1320.82 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.p_o )
1328.89 s
[haskell-language-server] Preprocessing library 'hls-ormolu-plugin' for haskell-language-server-2.10.0.0...
1328.89 s
[haskell-language-server] Building library 'hls-ormolu-plugin' for haskell-language-server-2.10.0.0...
1329.00 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Ormolu ( plugins/hls-ormolu-plugin/src/Ide/Plugin/Ormolu.hs, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.o, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.dyn_o )
1333.47 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Ormolu ( plugins/hls-ormolu-plugin/src/Ide/Plugin/Ormolu.hs, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.p_o )
1344.06 s
[haskell-language-server] Preprocessing library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.10.0.0...
1344.06 s
[haskell-language-server] Building library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.10.0.0...
1344.19 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.QualifyImportedNames ( plugins/hls-qualify-imported-names-plugin/src/Ide/Plugin/QualifyImportedNames.hs, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.o, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.dyn_o )
1346.85 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.QualifyImportedNames ( plugins/hls-qualify-imported-names-plugin/src/Ide/Plugin/QualifyImportedNames.hs, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.p_o )
1353.98 s
[haskell-language-server] Preprocessing library 'hls-module-name-plugin' for haskell-language-server-2.10.0.0...
1353.98 s
[haskell-language-server] Building library 'hls-module-name-plugin' for haskell-language-server-2.10.0.0...
1354.06 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ModuleName ( plugins/hls-module-name-plugin/src/Ide/Plugin/ModuleName.hs, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.o, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.dyn_o )
1356.29 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ModuleName ( plugins/hls-module-name-plugin/src/Ide/Plugin/ModuleName.hs, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.p_o )
1363.12 s
[haskell-language-server] Preprocessing library 'hls-rename-plugin' for haskell-language-server-2.10.0.0...
1363.12 s
[haskell-language-server] Building library 'hls-rename-plugin' for haskell-language-server-2.10.0.0...
1363.29 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.o, dist/build/hls-rename-plugin/Ide/Plugin/Rename.dyn_o )
1366.17 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.p_o )
1376.30 s
[haskell-language-server] Preprocessing library for haskell-language-server-2.10.0.0...
1376.30 s
[haskell-language-server] Building library for haskell-language-server-2.10.0.0...
1376.84 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1376.84 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1376.84 s
[haskell-language-server] but were not needed for compilation:
1376.84 s
[haskell-language-server] - ghc-9.10.1 (exposed by flag -package-id ghc-9.10.1-c9f5)
1376.84 s
[haskell-language-server]
1376.88 s
[haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.o, dist/build/HlsPlugins.dyn_o )
1380.35 s
[haskell-language-server] [2 of 5] Compiling Paths_haskell_language_server ( dist/build/autogen/Paths_haskell_language_server.hs, dist/build/Paths_haskell_language_server.o, dist/build/Paths_haskell_language_server.dyn_o )
1380.36 s
[haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.o, dist/build/Ide/Version.dyn_o )
1381.82 s
[haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.o, dist/build/Ide/Arguments.dyn_o )
1382.22 s
[haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.o, dist/build/Ide/Main.dyn_o )
1383.85 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1383.85 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1383.85 s
[haskell-language-server] but were not needed for compilation:
1383.85 s
[haskell-language-server] - ghc-9.10.1 (exposed by flag -package-id ghc-9.10.1-c9f5)
1383.85 s
[haskell-language-server]
1383.89 s
[haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.p_o )
1386.09 s
[haskell-language-server] [2 of 5] Compiling Paths_haskell_language_server ( dist/build/autogen/Paths_haskell_language_server.hs, dist/build/Paths_haskell_language_server.p_o )
1386.09 s
[haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.p_o )
1388.38 s
[haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.p_o )
1389.50 s
[haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.p_o )
1402.55 s
[haskell-language-server] Preprocessing executable 'haskell-language-server-wrapper' for haskell-language-server-2.10.0.0...
1402.59 s
[haskell-language-server] Building executable 'haskell-language-server-wrapper' for haskell-language-server-2.10.0.0...
1402.82 s
[haskell-language-server] [1 of 2] Compiling Main ( exe/Wrapper.hs, dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper-tmp/Main.dyn_o )
1404.46 s
[haskell-language-server] [2 of 2] Compiling Paths_haskell_language_server ( dist/build/haskell-language-server-wrapper/autogen/Paths_haskell_language_server.hs, dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper-tmp/Paths_haskell_language_server.dyn_o )
1405.14 s
[haskell-language-server] [3 of 3] Linking dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper
1407.33 s
[haskell-language-server] Preprocessing executable 'haskell-language-server' for haskell-language-server-2.10.0.0...
1407.33 s
[haskell-language-server] Building executable 'haskell-language-server' for haskell-language-server-2.10.0.0...
1407.47 s
[haskell-language-server] [1 of 1] Compiling Main ( exe/Main.hs, dist/build/haskell-language-server/haskell-language-server-tmp/Main.dyn_o )
1409.45 s
[haskell-language-server] [2 of 2] Linking dist/build/haskell-language-server/haskell-language-server
1411.52 s
[haskell-language-server] buildPhase completed in 8 minutes 21 seconds
1411.56 s
[haskell-language-server] Phase: haddockPhase
1411.56 s
[haskell-language-server] Phase: installPhase
1411.84 s
[haskell-language-server] Installing internal library hls-explicit-fixity-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
1411.92 s
[haskell-language-server] Installing internal library hls-notes-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
1412.02 s
[haskell-language-server] Installing internal library hls-cabal-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
1412.47 s
[haskell-language-server] Installing internal library hls-call-hierarchy-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
1412.55 s
[haskell-language-server] Installing internal library ghcide-bench-lib in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
1412.71 s
[haskell-language-server] Installing executable ghcide-bench in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1412.71 s
[haskell-language-server] Warning: The directory
1412.71 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1412.71 s
[haskell-language-server] is not in the system search path.
1412.72 s
[haskell-language-server] Installing internal library hls-explicit-imports-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
1412.83 s
[haskell-language-server] Installing internal library hls-semantic-tokens-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
1413.05 s
[haskell-language-server] Installing internal library hls-eval-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
1413.41 s
[haskell-language-server] Installing internal library hls-explicit-record-fields-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
1413.49 s
[haskell-language-server] Installing internal library hls-code-range-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
1413.60 s
[haskell-language-server] Installing internal library hls-pragmas-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
1413.67 s
[haskell-language-server] Installing internal library hls-alternate-number-format-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
1413.74 s
[haskell-language-server] Installing executable ghcide-test-preprocessor in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1413.74 s
[haskell-language-server] Warning: The directory
1413.74 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1413.74 s
[haskell-language-server] is not in the system search path.
1413.75 s
[haskell-language-server] Installing internal library hls-change-type-signature-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
1413.78 s
[haskell-language-server] Installing internal library hls-fourmolu-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
1413.82 s
[haskell-language-server] Installing internal library hls-cabal-fmt-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
1413.86 s
[haskell-language-server] Installing internal library hls-refactor-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
1414.31 s
[haskell-language-server] Installing internal library hls-gadt-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
1414.36 s
[haskell-language-server] Installing internal library hls-overloaded-record-dot-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
1414.41 s
[haskell-language-server] Installing internal library hls-class-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
1414.50 s
[haskell-language-server] Installing internal library hls-cabal-gild-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
1414.54 s
[haskell-language-server] Installing internal library hls-stan-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
1414.58 s
[haskell-language-server] Installing internal library hls-ormolu-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
1414.62 s
[haskell-language-server] Installing internal library hls-qualify-imported-names-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
1414.67 s
[haskell-language-server] Installing internal library hls-module-name-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
1414.70 s
[haskell-language-server] Installing internal library hls-rename-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
1414.73 s
[haskell-language-server] Installing library in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
1414.80 s
[haskell-language-server] Installing executable haskell-language-server-wrapper in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1414.80 s
[haskell-language-server] Warning: The directory
1414.80 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1414.80 s
[haskell-language-server] is not in the system search path.
1414.80 s
[haskell-language-server] Installing executable haskell-language-server in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1414.81 s
[haskell-language-server] Warning: The directory
1414.81 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1414.81 s
[haskell-language-server] is not in the system search path.
1418.03 s
[haskell-language-server] Phase: fixupPhase
1418.05 s
[haskell-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
1418.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin-ghc9.10.1.so
1418.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin-ghc9.10.1.so
1418.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin-ghc9.10.1.so
1418.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin-ghc9.10.1.so
1418.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin-ghc9.10.1.so
1418.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II-ghc9.10.1.so
1418.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin-ghc9.10.1.so
1418.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin-ghc9.10.1.so
1418.95 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin-ghc9.10.1.so
1419.06 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin-ghc9.10.1.so
1419.16 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin-ghc9.10.1.so
1419.26 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin-ghc9.10.1.so
1419.35 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin-ghc9.10.1.so
1419.44 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin-ghc9.10.1.so
1419.54 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin-ghc9.10.1.so
1419.63 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin-ghc9.10.1.so
1419.72 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib-ghc9.10.1.so
1419.83 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin-ghc9.10.1.so
1419.92 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin-ghc9.10.1.so
1420.01 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin-ghc9.10.1.so
1420.11 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin-ghc9.10.1.so
1420.20 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin-ghc9.10.1.so
1420.28 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin-ghc9.10.1.so
1420.37 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin-ghc9.10.1.so
1420.46 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin-ghc9.10.1.so
1420.55 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin-ghc9.10.1.so
1420.64 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/ghcide-bench
1420.75 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/ghcide-test-preprocessor
1420.76 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/haskell-language-server-wrapper
1420.89 s
[haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/.haskell-language-server-9.10.1-unwrapped
1421.01 s
[haskell-language-server] checking for references to /build/ in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0...
1421.22 s
[haskell-language-server] patching script interpreter paths in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
1421.23 s
[haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/haskell-language-server: interpreter directive changed from "#!/bin/sh" to "/nix/store/l9k32vj2aczxw62134j1x0dsh569jz2l-bash-5.2p37/bin/sh"
1421.25 s
[haskell-language-server] stripping (with command strip and flags -S -p) in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
1422.31 s
[haskell-language-server] rewriting symlink /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/haskell-language-server-9.10.1 to be relative to /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
1424.39 s
[haskell-language-server:post-build] Uploading to cachix cache "sellout": /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
1425.39 s
[haskell-language-server:post-build] Pushing 1 paths (552 are already present) using zstd to cache sellout ⏳
1425.39 s
[haskell-language-server:post-build]
1425.81 s
[haskell-language-server:post-build] Pushing /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0 (105.89 MiB)
1428.07 s
[haskell-language-server:post-build]
1428.07 s
[haskell-language-server:post-build] All done.
1428.10 s
[haskell-language-server:post-build] Uploading to the NixCI cache: /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
1428.14 s
[haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1428.20 s
[haskell-language-server:post-build] copying 7 paths...
1428.21 s
[haskell-language-server:post-build] copying path '/nix/store/2axkyxpb930028grrf5bhignh9ldiidi-cabal-add-0.1-doc' to 'https://cache.nix-ci.com'...
1428.21 s
[haskell-language-server:post-build] copying path '/nix/store/bl2dy7y9347r28isxpc1mp2kln2h40dy-binary-instances-1.0.6-doc' to 'https://cache.nix-ci.com'...
1428.75 s
[haskell-language-server:post-build] copying path '/nix/store/j2j2knb4raayr18nn8hnsmc8x1zmpdal-cabal-install-parsers-0.6.1.1-doc' to 'https://cache.nix-ci.com'...
1428.75 s
[haskell-language-server:post-build] copying path '/nix/store/ml94301l3i3fm1g5gbkgq38w6llpw4ak-binary-instances-1.0.6' to 'https://cache.nix-ci.com'...
1429.83 s
[haskell-language-server:post-build] copying path '/nix/store/f3dvj6fqnshnmb8d38vk9q6wpfn7lhj4-cabal-install-parsers-0.6.1.1' to 'https://cache.nix-ci.com'...
1432.12 s
[haskell-language-server:post-build] copying path '/nix/store/kjklp7463a8phbs4pn1n0g7z3riprqa3-cabal-add-0.1' to 'https://cache.nix-ci.com'...
1434.15 s
[haskell-language-server:post-build] copying path '/nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0' to 'https://cache.nix-ci.com'...
1463.90 s
[haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1465.21 s
[haskell-language-server:post-build] copying 72 paths...
1465.22 s
[haskell-language-server:post-build] copying path '/nix/store/02lnmck7a8kkkzxbq17y6hsj49dwc3vj-newtype-generics-0.6.2.drv' to 'https://cache.nix-ci.com'...
1465.22 s
[haskell-language-server:post-build] copying path '/nix/store/ac6qpwbkqr5mqzc2kvwjkl1zna5hk4ff-entropy-0.4.1.11.drv' to 'https://cache.nix-ci.com'...
1465.22 s
[haskell-language-server:post-build] copying path '/nix/store/042h81y8chggilfm3r9db8420z65851m-heaps-0.4.1.drv' to 'https://cache.nix-ci.com'...
1465.22 s
[haskell-language-server:post-build] copying path '/nix/store/b7j7mgg60mj1hhdkikmyvz5nirbll49v-dir-traverse-0.2.3.0.drv' to 'https://cache.nix-ci.com'...
1465.23 s
[haskell-language-server:post-build] copying path '/nix/store/24vdkbq0y432gbqzxshf9427776mkd00-psqueues-0.2.8.1.drv' to 'https://cache.nix-ci.com'...
1465.23 s
[haskell-language-server:post-build] copying path '/nix/store/31g3fkhhdh4f613lszpk165jq44fnqqy-refact-0.3.0.2.drv' to 'https://cache.nix-ci.com'...
1465.23 s
[haskell-language-server:post-build] copying path '/nix/store/8j65w83qnykyr1wz1031skr29aw8fg8v-tar-0.6.3.0.drv' to 'https://cache.nix-ci.com'...
1465.23 s
[haskell-language-server:post-build] copying path '/nix/store/3si78gj1hfvbqb4kz9rd61byzspj50n9-hspec-hedgehog-0.3.0.0.drv' to 'https://cache.nix-ci.com'...
1465.23 s
[haskell-language-server:post-build] copying path '/nix/store/87xcc52hgaq3fqb1afxvlgfzi4jgzmhb-colourista-0.1.0.2.drv' to 'https://cache.nix-ci.com'...
1465.24 s
[haskell-language-server:post-build] copying path '/nix/store/fpn0yimcffwzhw4w2s5d0ccdx86flzg7-clay-0.15.0.drv' to 'https://cache.nix-ci.com'...
1465.24 s
[haskell-language-server:post-build] copying path '/nix/store/1kb4pka115m6wbaqvqvydbfks4rpmmp9-cabal-doctest-1.0.11.drv' to 'https://cache.nix-ci.com'...
1465.24 s
[haskell-language-server:post-build] copying path '/nix/store/24jnq8ysavd5mml3hn3z76g2s2kl1zl0-pretty-simple-4.1.3.0.drv' to 'https://cache.nix-ci.com'...
1465.24 s
[haskell-language-server:post-build] copying path '/nix/store/1chgiqq5zgkn372dnxgbv4drnfgkfajx-commutative-semigroups-0.2.0.2.drv' to 'https://cache.nix-ci.com'...
1465.24 s
[haskell-language-server:post-build] copying path '/nix/store/a0xiswa21bnqskzji6yap97icraradn7-markdown-unlit-0.6.0.drv' to 'https://cache.nix-ci.com'...
1465.24 s
[haskell-language-server:post-build] copying path '/nix/store/08wmif7is949jnnpknc59xs3i2kki77p-choice-0.2.4.1.drv' to 'https://cache.nix-ci.com'...
1465.26 s
[haskell-language-server:post-build] copying path '/nix/store/f0k07caqjz4j65fazlfnrcc5pmyryx95-fail-4.9.0.0.drv' to 'https://cache.nix-ci.com'...
1465.61 s
[haskell-language-server:post-build] copying path '/nix/store/fyyka914kxm2b2b6a016pr6xkj3q9kjj-relude-1.2.2.0.drv' to 'https://cache.nix-ci.com'...
1465.61 s
[haskell-language-server:post-build] copying path '/nix/store/hb0agdf9j3hkxj24vg2paf2cwvffxn5w-binary-orphans-1.0.5.drv' to 'https://cache.nix-ci.com'...
1465.62 s
[haskell-language-server:post-build] copying path '/nix/store/i25wxbbj2av49gihmm1xjnzhr1s4d6ki-fmlist-0.9.4.drv' to 'https://cache.nix-ci.com'...
1465.66 s
[haskell-language-server:post-build] copying path '/nix/store/j0zj8z1b7wmxxdmq43c7qd8g23nlp3i8-filtrable-0.1.6.0.drv' to 'https://cache.nix-ci.com'...
1465.66 s
[haskell-language-server:post-build] copying path '/nix/store/n5dlm0yjr12v51pi4vkgxqlswkahfsrx-hspec-megaparsec-2.2.1.drv' to 'https://cache.nix-ci.com'...
1465.66 s
[haskell-language-server:post-build] copying path '/nix/store/n8d25l2nm0vzjjdr45bz8da0n1cw5q6w-primes-0.2.1.0.drv' to 'https://cache.nix-ci.com'...
1465.66 s
[haskell-language-server:post-build] copying path '/nix/store/nabmwzsdav4fkqmwc72zyj9gyyr6f9i8-uniplate-1.6.13.drv' to 'https://cache.nix-ci.com'...
1465.66 s
[haskell-language-server:post-build] copying path '/nix/store/nxhkl96npdj95c3z1s94ac2i4ingy2cq-string-qq-0.0.6.drv' to 'https://cache.nix-ci.com'...
1465.66 s
[haskell-language-server:post-build] copying path '/nix/store/p7x3y3bkiwp2f51n5zdqnc05h3jc4ywg-ghc-exactprint-1.9.0.0.drv' to 'https://cache.nix-ci.com'...
1465.83 s
[haskell-language-server:post-build] copying path '/nix/store/q8a6qg2nhs7zyc1kydcgqh5rqlw0726c-vector-binary-instances-0.2.5.2.drv' to 'https://cache.nix-ci.com'...
1465.83 s
[haskell-language-server:post-build] copying path '/nix/store/qjmhlqb9ik49lh3dlwhng776r56pkkaz-haskell-src-exts-1.23.1.drv' to 'https://cache.nix-ci.com'...
1465.84 s
[haskell-language-server:post-build] copying path '/nix/store/rzcw1qr13l79z0gnpihd9v61jwp0dz6r-cryptohash-sha256-0.11.102.1.drv' to 'https://cache.nix-ci.com'...
1465.84 s
[haskell-language-server:post-build] copying path '/nix/store/viv78czi8z7vpzv79pq5p6fn5g1gfn8q-microaeson-0.1.0.2.drv' to 'https://cache.nix-ci.com'...
1465.84 s
[haskell-language-server:post-build] copying path '/nix/store/wqfngivxpa88xk4n965jvghaadys0fxi-MemoTrie-0.6.11.drv' to 'https://cache.nix-ci.com'...
1465.84 s
[haskell-language-server:post-build] copying path '/nix/store/s2pz66pkaz58zhlfbzvp316sfq1d2i02-githash-0.1.7.0.drv' to 'https://cache.nix-ci.com'...
1465.84 s
[haskell-language-server:post-build] copying path '/nix/store/wrsf1xraslm6dglrpwmry3xlp9q9rmds-validation-selective-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
1466.09 s
[haskell-language-server:post-build] copying path '/nix/store/ya1b44p8gmhr8va3wxisy8fas00rbqf5-validity-0.12.1.0.drv' to 'https://cache.nix-ci.com'...
1466.09 s
[haskell-language-server:post-build] copying path '/nix/store/x93cgjg1hfffdmissv5xcknc1wmx3iaj-ghc-lib-parser-9.10.1.20250103.drv' to 'https://cache.nix-ci.com'...
1466.09 s
[haskell-language-server:post-build] copying path '/nix/store/wwgxjzrj0xg51nnhlx356yvx9wcyxj3a-vector-th-unbox-0.2.2.drv' to 'https://cache.nix-ci.com'...
1466.10 s
[haskell-language-server:post-build] copying path '/nix/store/z2pfiahfp19gkp4n96hc36ij7dm1jicq-dec-0.0.6.drv' to 'https://cache.nix-ci.com'...
1466.10 s
[haskell-language-server:post-build] copying path '/nix/store/bacvra22izwbzlqgswclr3z2c05yzrqr-slist-0.2.1.0.drv' to 'https://cache.nix-ci.com'...
1466.11 s
[haskell-language-server:post-build] copying path '/nix/store/cw67m0p33sdkbdgzxn5djbsxdf2zji3q-monad-dijkstra-0.1.1.5.drv' to 'https://cache.nix-ci.com'...
1466.11 s
[haskell-language-server:post-build] copying path '/nix/store/0z00zh21ynd1ib8sycxpc6xknmlrrgrd-shake-0.19.8.drv' to 'https://cache.nix-ci.com'...
1466.11 s
[haskell-language-server:post-build] copying path '/nix/store/4in7y86i0q1lpai0vnjbd0mxgp349v3k-th-env-0.1.1.drv' to 'https://cache.nix-ci.com'...
1466.11 s
[haskell-language-server:post-build] copying path '/nix/store/i01fjplrxymsky9n0a9vb984bdsbpcxy-pcg-random-0.1.4.0.drv' to 'https://cache.nix-ci.com'...
1466.31 s
[haskell-language-server:post-build] copying path '/nix/store/q25wplczkc3f02vmn02yaknpihi88klv-regex-applicative-0.3.4.drv' to 'https://cache.nix-ci.com'...
1466.32 s
[haskell-language-server:post-build] copying path '/nix/store/6mmvcfbrjck2hc0nw2wkd9xy7fmvz224-extensions-0.1.0.2.drv' to 'https://cache.nix-ci.com'...
1466.32 s
[haskell-language-server:post-build] copying path '/nix/store/kpxl8qf4k9j535qn0yf66cpmb57crivs-trial-0.0.0.0.drv' to 'https://cache.nix-ci.com'...
1466.32 s
[haskell-language-server:post-build] copying path '/nix/store/vkvr6i2bsqcvnkaay9sr84xyvl3wznwn-binary-instances-1.0.6.drv' to 'https://cache.nix-ci.com'...
1466.32 s
[haskell-language-server:post-build] copying path '/nix/store/mwr5vjxm33g1239zrsv2zdi51wj3rw7q-ListLike-4.7.8.3.drv' to 'https://cache.nix-ci.com'...
1466.32 s
[haskell-language-server:post-build] copying path '/nix/store/sb5rb695n19ma3azl8klw31kxxbji31l-monoid-subclasses-1.2.6.drv' to 'https://cache.nix-ci.com'...
1466.33 s
[haskell-language-server:post-build] copying path '/nix/store/0pycd3b158gi1vlk9z0a51df1k8kz49j-tomland-1.3.3.3.drv' to 'https://cache.nix-ci.com'...
1466.51 s
[haskell-language-server:post-build] copying path '/nix/store/ylw7b6wvbh40070xmxpcnc7d61d27ii8-ghc-lib-parser-ex-9.10.0.0.drv' to 'https://cache.nix-ci.com'...
1466.51 s
[haskell-language-server:post-build] copying path '/nix/store/p4rr3h1bxp656azlf0illhlf70378vvl-genvalidity-1.1.1.0.drv' to 'https://cache.nix-ci.com'...
1466.51 s
[haskell-language-server:post-build] copying path '/nix/store/rj88kq40rkzc7rmwa44vi0djnh6s6dli-floskell-0.11.1.drv' to 'https://cache.nix-ci.com'...
1466.51 s
[haskell-language-server:post-build] copying path '/nix/store/wx0q75srchndb19ng3gdmjy0fq135fk7-math-functions-0.3.4.4.drv' to 'https://cache.nix-ci.com'...
1466.52 s
[haskell-language-server:post-build] copying path '/nix/store/njpyybns8040pp05yfzmkz1ln5x80n74-optparse-simple-0.1.1.4.drv' to 'https://cache.nix-ci.com'...
1466.52 s
[haskell-language-server:post-build] copying path '/nix/store/s0nw61farwqrj225wjz4r7mndv60289q-singleton-bool-0.1.8.drv' to 'https://cache.nix-ci.com'...
1466.67 s
[haskell-language-server:post-build] copying path '/nix/store/b4qbcfmmpzsbmc2fd0yrlr1ipv1sjj3y-process-extras-0.7.4.drv' to 'https://cache.nix-ci.com'...
1466.67 s
[haskell-language-server:post-build] copying path '/nix/store/x7xcrcc78qn9d4849nqvfqs0nkqkkq1a-fuzzy-0.1.1.0.drv' to 'https://cache.nix-ci.com'...
1466.82 s
[haskell-language-server:post-build] copying path '/nix/store/fly5l64zi17yxzshk402qq3dqccj1a2j-trial-optparse-applicative-0.0.0.0.drv' to 'https://cache.nix-ci.com'...
1466.82 s
[haskell-language-server:post-build] copying path '/nix/store/ny941vapygcgpvcpqy4bhji2k7hw7921-trial-tomland-0.0.0.0.drv' to 'https://cache.nix-ci.com'...
1467.51 s
[haskell-language-server:post-build] copying path '/nix/store/4xd9k46fxqgljqrf179dayw5qsykkjh2-mwc-random-0.15.2.0.drv' to 'https://cache.nix-ci.com'...
1467.51 s
[haskell-language-server:post-build] copying path '/nix/store/3z3z44y698hcf346w566dpwjk1q47gvn-lukko-0.1.2.drv' to 'https://cache.nix-ci.com'...
1467.52 s
[haskell-language-server:post-build] copying path '/nix/store/60vjzdyh09sqbl762ysf4bmr9b25w14n-genvalidity-property-1.0.0.0.drv' to 'https://cache.nix-ci.com'...
1467.99 s
[haskell-language-server:post-build] copying path '/nix/store/hw9g66q8n49jpsms51j4j8zyvmwkw0w9-cabal-install-parsers-0.6.1.1.drv' to 'https://cache.nix-ci.com'...
1467.99 s
[haskell-language-server:post-build] copying path '/nix/store/3x9s3syznw1d4r9wy79g6084lnzwgg81-random-bytestring-0.1.4.drv' to 'https://cache.nix-ci.com'...
1467.99 s
[haskell-language-server:post-build] copying path '/nix/store/1c0cps59adfww6y859vni0dgs5113m7i-genvalidity-hspec-1.0.0.3.drv' to 'https://cache.nix-ci.com'...
1468.47 s
[haskell-language-server:post-build] copying path '/nix/store/y2jfcn10dyyyanm6giaa5iby7ashvsfw-cabal-add-0.1.drv' to 'https://cache.nix-ci.com'...
1468.47 s
[haskell-language-server:post-build] copying path '/nix/store/ma8pm84wp9xcmxq39y7pnk4wi32ib81w-path-0.9.5.drv' to 'https://cache.nix-ci.com'...
1468.47 s
[haskell-language-server:post-build] copying path '/nix/store/9xdx27fi7d7f596hfvapmkhxpwbqx98k-base64-1.0.drv' to 'https://cache.nix-ci.com'...
1468.96 s
[haskell-language-server:post-build] copying path '/nix/store/qqwyhr83s7cxqmymdhxsn6ymjc78i5i9-path-io-1.8.2.drv' to 'https://cache.nix-ci.com'...
1469.06 s
[haskell-language-server:post-build] copying path '/nix/store/xcllzbn6yrz50yfnp67qi0k8xgdiw2ii-stan-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
1469.39 s
[haskell-language-server:post-build] copying path '/nix/store/7z7xvdafa7vw91g84sa1srzfghgh0d3g-fourmolu-0.16.0.0.drv' to 'https://cache.nix-ci.com'...
1469.39 s
[haskell-language-server:post-build] copying path '/nix/store/pnw75m5vx6540n9l7gzdz29wb7yg00hf-ormolu-0.7.7.0.drv' to 'https://cache.nix-ci.com'...
1469.70 s
[haskell-language-server:post-build] copying path '/nix/store/xrxdfy09va0xxb6psgm9qi27l5j0bng1-haskell-language-server-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
1470.12 s
Progress: 25 of 32 built, 529 of 529 downloaded from cache
3063.05 s
Waiting for lock on pnpm
3068.09 s
Waiting for lock on pnpm-config-hook
3073.07 s
Waiting for lock on bash-language-server
3088.09 s
Waiting for lock on project-manager-path-for-duoids
3093.19 s
Building /nix/store/nz43faawlmvps1mysi13l348gbdb7x2j-ghc-shell-for-packages-0.drv
3094.04 s
[ghc-shell-for-packages:post-build] Uploading to cachix cache "sellout": /nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0
3094.98 s
[ghc-shell-for-packages:post-build] Pushing 1 paths (763 are already present) using zstd to cache sellout ⏳
3094.98 s
[ghc-shell-for-packages:post-build]
3095.34 s
[ghc-shell-for-packages:post-build] Pushing /nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0 (336.00 B)
3096.46 s
[ghc-shell-for-packages:post-build]
3096.46 s
[ghc-shell-for-packages:post-build] All done.
3096.48 s
[ghc-shell-for-packages:post-build] Uploading to the NixCI cache: /nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0
3096.51 s
[ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3096.57 s
[ghc-shell-for-packages:post-build] copying 1 paths...
3096.57 s
[ghc-shell-for-packages:post-build] copying path '/nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0' to 'https://cache.nix-ci.com'...
3097.71 s
[ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3098.06 s
[ghc-shell-for-packages:post-build] copying 1 paths...
3098.06 s
[ghc-shell-for-packages:post-build] copying path '/nix/store/nz43faawlmvps1mysi13l348gbdb7x2j-ghc-shell-for-packages-0.drv' to 'https://cache.nix-ci.com'...
3098.30 s
Progress: 26 of 27 built, 529 of 529 downloaded from cache
3098.31 s
Progress: 27 of 27 built, 529 of 529 downloaded from cache
3098.31 s
/nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0
3098.36 s
Build succeeded.