2636.43 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.43 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.43 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.43 s
[mono-traversable] • This will become an error in a future GHC release.
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1203 | default opoint :: (Applicative f, (f a) ~ mono, Element (f a) ~ a)
2636.43 s
[mono-traversable] | ^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] src/Data/MonoTraversable.hs:1354:15: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2636.43 s
[mono-traversable] Pattern match(es) are non-exhaustive
2636.43 s
[mono-traversable] In an irrefutable pattern:
2636.43 s
[mono-traversable] Patterns of type ‘ViewL a’ not matched: EmptyL
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1354 | oextract ~(x :< _) = x
2636.43 s
[mono-traversable] | ^^^^^^^^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] src/Data/MonoTraversable.hs:1356:19: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2636.43 s
[mono-traversable] Pattern match(es) are non-exhaustive
2636.43 s
[mono-traversable] In an irrefutable pattern:
2636.43 s
[mono-traversable] Patterns of type ‘ViewL a’ not matched: EmptyL
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1356 | oextend f w@(~(_ :< xxs) ) =
2636.43 s
[mono-traversable] | ^^^^^^^^^^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] src/Data/MonoTraversable.hs:1364:15: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2636.43 s
[mono-traversable] Pattern match(es) are non-exhaustive
2636.43 s
[mono-traversable] In an irrefutable pattern:
2636.43 s
[mono-traversable] Patterns of type ‘ViewR a’ not matched: EmptyR
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1364 | oextract ~(_ :> x) = x
2636.43 s
[mono-traversable] | ^^^^^^^^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] src/Data/MonoTraversable.hs:1366:19: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2636.43 s
[mono-traversable] Pattern match(es) are non-exhaustive
2636.43 s
[mono-traversable] In an irrefutable pattern:
2636.43 s
[mono-traversable] Patterns of type ‘ViewR a’ not matched: EmptyR
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1366 | oextend f w@(~(xxs :> _) ) =
2636.43 s
[mono-traversable] | ^^^^^^^^^^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] src/Data/MonoTraversable.hs:1461:33: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.43 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.43 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.43 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.43 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.43 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.43 s
[mono-traversable] • This will become an error in a future GHC release.
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1461 | WrappedMono :: Element mono ~ a => mono -> WrappedMono mono a
2636.43 s
[mono-traversable] | ^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] src/Data/MonoTraversable.hs:1530:42: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.43 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.43 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.43 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.43 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.43 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.43 s
[mono-traversable] • This will become an error in a future GHC release.
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1530 | instance (MonoPointed mono, Element mono ~ a) => MonoPointed (WrappedMono mono a) where
2636.43 s
[mono-traversable] | ^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] [2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, dist/build/Data/Containers.p_o )
2636.43 s
[mono-traversable] [3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, dist/build/Data/MonoTraversable/Unprefixed.p_o )
2636.43 s
[mono-traversable] [4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, dist/build/Data/Sequences.p_o )
2636.43 s
[mono-traversable] src/Data/Sequences.hs:1615:44: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.43 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.43 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.43 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.43 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.43 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.43 s
[mono-traversable] • This will become an error in a future GHC release.
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1615 | class (IsSequence t, IsString t, Element t ~ Char) => Textual t where
2636.43 s
[mono-traversable] | ^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] src/Data/Sequences.hs:1631:29: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.43 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.43 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.43 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.43 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.43 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.43 s
[mono-traversable] • This will become an error in a future GHC release.
2636.43 s
[mono-traversable] |
2636.43 s
[mono-traversable] 1631 | unwords :: (Element seq ~ t, MonoFoldable seq) => seq -> t
2636.43 s
[mono-traversable] | ^
2636.43 s
[mono-traversable]
2636.43 s
[mono-traversable] src/Data/Sequences.hs:1648:29: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.43 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.43 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.43 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.44 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.44 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.44 s
[mono-traversable] • This will become an error in a future GHC release.
2636.44 s
[mono-traversable] |
2636.44 s
[mono-traversable] 1648 | unlines :: (Element seq ~ t, MonoFoldable seq) => seq -> t
2636.44 s
[mono-traversable] | ^
2636.44 s
[mono-traversable]
2636.44 s
[mono-traversable] src/Data/Sequences.hs:1696:13: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.44 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.44 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.44 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.44 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.44 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.44 s
[mono-traversable] • This will become an error in a future GHC release.
2636.44 s
[mono-traversable] |
2636.44 s
[mono-traversable] 1696 | instance (c ~ Char) => Textual [c] where
2636.44 s
[mono-traversable] | ^
2636.44 s
[mono-traversable]
2636.44 s
[mono-traversable] src/Data/Sequences.hs:1749:37: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.44 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.44 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.44 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.44 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.44 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.44 s
[mono-traversable] • This will become an error in a future GHC release.
2636.44 s
[mono-traversable] |
2636.44 s
[mono-traversable] 1749 | Element (f (Maybe t)) ~ Maybe t)
2636.44 s
[mono-traversable] | ^
2636.44 s
[mono-traversable]
2636.44 s
[mono-traversable] src/Data/Sequences.hs:1800:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.44 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.44 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.44 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.44 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.44 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.44 s
[mono-traversable] • This will become an error in a future GHC release.
2636.44 s
[mono-traversable] |
2636.44 s
[mono-traversable] 1800 | repack :: (MonoFoldable a, IsSequence b, Element a ~ Element b) => a -> b
2636.44 s
[mono-traversable] | ^
2636.44 s
[mono-traversable]
2636.44 s
[mono-traversable] src/Data/Sequences.hs:1816:13: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.44 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.44 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.44 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.44 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.44 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.44 s
[mono-traversable] • This will become an error in a future GHC release.
2636.44 s
[mono-traversable] |
2636.44 s
[mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
2636.44 s
[mono-traversable] | ^
2636.44 s
[mono-traversable]
2636.44 s
[mono-traversable] src/Data/Sequences.hs:1816:23: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2636.44 s
[mono-traversable] • The ‘~’ operator is out of scope.
2636.44 s
[mono-traversable] Assuming it to stand for an equality constraint.
2636.44 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2636.44 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2636.44 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2636.44 s
[mono-traversable] • This will become an error in a future GHC release.
2636.44 s
[mono-traversable] |
2636.44 s
[mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
2636.44 s
[mono-traversable] | ^
2636.44 s
[mono-traversable]
2636.73 s
[hls-graph] Phase: setupCompilerEnvironmentPhase
2636.75 s
[hls-graph] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2637.63 s
[hls-graph] Phase: unpackPhase
2637.64 s
[hls-graph] unpacking source archive /nix/store/9hkpp2x1i45r5q42sghm33v1shx59ijb-hls-graph-2.10.0.0.tar.gz
2637.64 s
[hls-graph] source root is hls-graph-2.10.0.0
2637.66 s
[hls-graph] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-graph-2.10.0.0/test/Spec.hs"
2637.68 s
[hls-graph] Phase: patchPhase
2637.71 s
[hls-graph] Phase: compileBuildDriverPhase
2637.72 s
[hls-graph] setupCompileFlags: -package-db=/build/tmp.yr51nIbVso/setup-package.conf.d -threaded
2637.81 s
[hls-graph] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.yr51nIbVso/Main.o )
2637.88 s
[hls-graph] [2 of 2] Linking Setup
2639.59 s
[hls-graph] Phase: updateAutotoolsGnuConfigScriptsPhase
2639.62 s
[hls-graph] Phase: configurePhase
2639.63 s
[hls-graph] configureFlags: --verbose --prefix=/nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --datadir=/nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data/share/ghc-9.12.1 --docdir=/nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc/share/doc/hls-graph-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.yr51nIbVso/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
2639.66 s
[hls-graph] Using Parsec parser
2639.66 s
[hls-graph] Configuring hls-graph-2.10.0.0...
2639.68 s
[hls-graph] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2639.68 s
[hls-graph] 'ghc' version < 9.12):
2639.68 s
[hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2639.68 s
[hls-graph] 9.12.1
2640.25 s
[hls-graph] Flags chosen: embed-files=False, pedantic=False, stm-stats=False
2640.69 s
[hls-graph] Dependency aeson: using aeson-2.2.3.0
2640.69 s
[hls-graph] Dependency async >=2.0: using async-2.2.5
2640.69 s
[hls-graph] Dependency base >=4.12 && <5: using base-4.21.0.0
2640.69 s
[hls-graph] Dependency bytestring: using bytestring-0.12.2.0
2640.69 s
[hls-graph] Dependency containers: using containers-0.7
2640.69 s
[hls-graph] Dependency deepseq: using deepseq-1.5.1.0
2640.69 s
[hls-graph] Dependency directory: using directory-1.3.9.0
2640.69 s
[hls-graph] Dependency exceptions: using exceptions-0.10.9
2640.69 s
[hls-graph] Dependency extra: using extra-1.8
2640.69 s
[hls-graph] Dependency filepath: using filepath-1.5.4.0
2640.69 s
[hls-graph] Dependency focus >=1.0.3.2: using focus-1.0.3.2
2640.69 s
[hls-graph] Dependency hashable: using hashable-1.4.7.0
2640.69 s
[hls-graph] Dependency js-dgtable: using js-dgtable-0.5.2
2640.69 s
[hls-graph] Dependency js-flot: using js-flot-0.8.3
2640.69 s
[hls-graph] Dependency js-jquery: using js-jquery-3.3.1
2640.69 s
[hls-graph] Dependency list-t: using list-t-1.0.5.7
2640.69 s
[hls-graph] Dependency stm: using stm-2.5.3.1
2640.69 s
[hls-graph] Dependency stm-containers: using stm-containers-1.2.1.1
2640.69 s
[hls-graph] Dependency text: using text-2.1.2
2640.69 s
[hls-graph] Dependency time: using time-1.14
2640.69 s
[hls-graph] Dependency transformers: using transformers-0.6.1.2
2640.69 s
[hls-graph] Dependency unliftio: using unliftio-0.2.25.1
2640.69 s
[hls-graph] Dependency unordered-containers: using unordered-containers-0.2.20
2640.69 s
[hls-graph] Dependency base: using base-4.21.0.0
2640.69 s
[hls-graph] Dependency extra: using extra-1.8
2640.69 s
[hls-graph] Dependency hls-graph: using hls-graph-2.10.0.0
2640.69 s
[hls-graph] Dependency hspec: using hspec-2.11.12
2640.69 s
[hls-graph] Dependency stm: using stm-2.5.3.1
2640.69 s
[hls-graph] Dependency stm-containers: using stm-containers-1.2.1.1
2640.69 s
[hls-graph] Dependency tasty: using tasty-1.5.3
2640.69 s
[hls-graph] Dependency tasty-hspec >=1.2: using tasty-hspec-1.2.0.4
2640.69 s
[hls-graph] Dependency tasty-rerun: using tasty-rerun-1.1.20
2640.69 s
[hls-graph] Source component graph:
2640.69 s
[hls-graph] component lib
2640.69 s
[hls-graph] component test:tests dependency lib
2640.69 s
[hls-graph] Configured component graph:
2640.69 s
[hls-graph] component hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
2640.69 s
[hls-graph] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2640.69 s
[hls-graph] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2640.69 s
[hls-graph] include base-4.21.0.0-f068
2640.69 s
[hls-graph] include bytestring-0.12.2.0-be6d
2640.69 s
[hls-graph] include containers-0.7-647d
2640.69 s
[hls-graph] include deepseq-1.5.1.0-b096
2640.69 s
[hls-graph] include directory-1.3.9.0-9eff
2640.69 s
[hls-graph] include exceptions-0.10.9-5f69
2640.69 s
[hls-graph] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2640.69 s
[hls-graph] include filepath-1.5.4.0-7ce6
2640.69 s
[hls-graph] include focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
2640.69 s
[hls-graph] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
2640.69 s
[hls-graph] include js-dgtable-0.5.2-4mVlyNJHKnB4HcAScv5CdJ
2640.69 s
[hls-graph] include js-flot-0.8.3-EZhxMVNnIJ71YwvAza4bZv
2640.69 s
[hls-graph] include js-jquery-3.3.1-4R9FjaLCRZU4DgBjnREOTw
2640.69 s
[hls-graph] include list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
2640.69 s
[hls-graph] include stm-2.5.3.1-0481
2640.69 s
[hls-graph] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
2640.69 s
[hls-graph] include text-2.1.2-5eaa
2640.69 s
[hls-graph] include time-1.14-f7a8
2640.69 s
[hls-graph] include transformers-0.6.1.2-199f
2640.69 s
[hls-graph] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2640.69 s
[hls-graph] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2640.69 s
[hls-graph] component hls-graph-2.10.0.0-CqZpJSQueliEPHZB4mAHd1-tests
2640.70 s
[hls-graph] include base-4.21.0.0-f068
2640.70 s
[hls-graph] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2640.70 s
[hls-graph] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
2640.70 s
[hls-graph] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2640.70 s
[hls-graph] include stm-2.5.3.1-0481
2640.70 s
[hls-graph] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
2640.70 s
[hls-graph] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
2640.70 s
[hls-graph] include tasty-hspec-1.2.0.4-46RqwM6Pim9EsbGkyIu2g
2640.70 s
[hls-graph] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
2640.70 s
[hls-graph] Linked component graph:
2640.70 s
[hls-graph] unit hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
2640.70 s
[hls-graph] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2640.70 s
[hls-graph] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2640.70 s
[hls-graph] include base-4.21.0.0-f068
2640.70 s
[hls-graph] include bytestring-0.12.2.0-be6d
2640.70 s
[hls-graph] include containers-0.7-647d
2640.70 s
[hls-graph] include deepseq-1.5.1.0-b096
2640.70 s
[hls-graph] include directory-1.3.9.0-9eff
2640.70 s
[hls-graph] include exceptions-0.10.9-5f69
2640.70 s
[hls-graph] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2640.70 s
[hls-graph] include filepath-1.5.4.0-7ce6
2640.70 s
[hls-graph] include focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
2640.70 s
[hls-graph] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
2640.70 s
[hls-graph] include js-dgtable-0.5.2-4mVlyNJHKnB4HcAScv5CdJ
2640.70 s
[hls-graph] include js-flot-0.8.3-EZhxMVNnIJ71YwvAza4bZv
2640.70 s
[hls-graph] include js-jquery-3.3.1-4R9FjaLCRZU4DgBjnREOTw
2640.70 s
[hls-graph] include list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
2640.70 s
[hls-graph] include stm-2.5.3.1-0481
2640.70 s
[hls-graph] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
2640.70 s
[hls-graph] include text-2.1.2-5eaa
2640.70 s
[hls-graph] include time-1.14-f7a8
2640.70 s
[hls-graph] include transformers-0.6.1.2-199f
2640.70 s
[hls-graph] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2640.70 s
[hls-graph] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2640.70 s
[hls-graph] Control.Concurrent.STM.Stats=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Control.Concurrent.STM.Stats,Development.IDE.Graph=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph,Development.IDE.Graph.Classes=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Classes,Development.IDE.Graph.Database=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Database,Development.IDE.Graph.Internal.Action=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Internal.Action,Development.IDE.Graph.Internal.Database=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Internal.Database,Development.IDE.Graph.Internal.Key=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Internal.Key,Development.IDE.Graph.Internal.Options=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Internal.Options,Development.IDE.Graph.Internal.Paths=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Internal.Paths,Development.IDE.Graph.Internal.Profile=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Internal.Profile,Development.IDE.Graph.Internal.Rules=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Internal.Rules,Development.IDE.Graph.Internal.Types=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Internal.Types,Development.IDE.Graph.KeyMap=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.KeyMap,Development.IDE.Graph.KeySet=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.KeySet,Development.IDE.Graph.Rule=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Development.IDE.Graph.Rule,Paths_hls_graph=hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD:Paths_hls_graph
2640.70 s
[hls-graph] unit hls-graph-2.10.0.0-CqZpJSQueliEPHZB4mAHd1-tests
2640.70 s
[hls-graph] include base-4.21.0.0-f068
2640.70 s
[hls-graph] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2640.70 s
[hls-graph] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
2640.70 s
[hls-graph] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2640.70 s
[hls-graph] include stm-2.5.3.1-0481
2640.70 s
[hls-graph] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
2640.70 s
[hls-graph] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
2640.70 s
[hls-graph] include tasty-hspec-1.2.0.4-46RqwM6Pim9EsbGkyIu2g
2640.70 s
[hls-graph] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
2640.70 s
[hls-graph] Ready component graph:
2640.70 s
[hls-graph] definite hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
2640.70 s
[hls-graph] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2640.70 s
[hls-graph] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2640.70 s
[hls-graph] depends base-4.21.0.0-f068
2640.70 s
[hls-graph] depends bytestring-0.12.2.0-be6d
2640.70 s
[hls-graph] depends containers-0.7-647d
2640.70 s
[hls-graph] depends deepseq-1.5.1.0-b096
2640.70 s
[hls-graph] depends directory-1.3.9.0-9eff
2640.70 s
[hls-graph] depends exceptions-0.10.9-5f69
2640.70 s
[hls-graph] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2640.70 s
[hls-graph] depends filepath-1.5.4.0-7ce6
2640.70 s
[hls-graph] depends focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
2640.70 s
[hls-graph] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
2640.70 s
[hls-graph] depends js-dgtable-0.5.2-4mVlyNJHKnB4HcAScv5CdJ
2640.70 s
[hls-graph] depends js-flot-0.8.3-EZhxMVNnIJ71YwvAza4bZv
2640.70 s
[hls-graph] depends js-jquery-3.3.1-4R9FjaLCRZU4DgBjnREOTw
2640.70 s
[hls-graph] depends list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
2640.70 s
[hls-graph] depends stm-2.5.3.1-0481
2640.70 s
[hls-graph] depends stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
2640.70 s
[hls-graph] depends text-2.1.2-5eaa
2640.70 s
[hls-graph] depends time-1.14-f7a8
2640.70 s
[hls-graph] depends transformers-0.6.1.2-199f
2640.70 s
[hls-graph] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2640.70 s
[hls-graph] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2640.70 s
[hls-graph] definite hls-graph-2.10.0.0-CqZpJSQueliEPHZB4mAHd1-tests
2640.70 s
[hls-graph] depends base-4.21.0.0-f068
2640.70 s
[hls-graph] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2640.70 s
[hls-graph] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
2640.70 s
[hls-graph] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2640.70 s
[hls-graph] depends stm-2.5.3.1-0481
2640.70 s
[hls-graph] depends stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
2640.70 s
[hls-graph] depends tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
2640.70 s
[hls-graph] depends tasty-hspec-1.2.0.4-46RqwM6Pim9EsbGkyIu2g
2640.79 s
[hls-graph] depends tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
2640.79 s
[hls-graph] Using Cabal-3.14.1.0 compiled by ghc-9.12
2640.79 s
[hls-graph] Using compiler: ghc-9.12.1
2640.79 s
[hls-graph] Using install prefix:
2640.79 s
[hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0
2640.79 s
[hls-graph] Executables installed in:
2640.79 s
[hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/bin
2640.79 s
[hls-graph] Libraries installed in:
2640.79 s
[hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
2640.79 s
[hls-graph] Dynamic Libraries installed in:
2640.79 s
[hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2640.79 s
[hls-graph] Private executables installed in:
2640.79 s
[hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/libexec/x86_64-linux-ghc-9.12.1-f739/hls-graph-2.10.0.0
2640.79 s
[hls-graph] Data files installed in:
2640.79 s
[hls-graph] /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data/share/ghc-9.12.1/x86_64-linux-ghc-9.12.1-f739/hls-graph-2.10.0.0
2640.79 s
[hls-graph] Documentation installed in:
2640.79 s
[hls-graph] /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc/share/doc/hls-graph-2.10.0.0
2640.79 s
[hls-graph] Configuration files installed in:
2640.79 s
[hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/etc
2640.79 s
[hls-graph] No alex found
2640.79 s
[hls-graph] Using ar found on system at:
2640.79 s
[hls-graph] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2640.79 s
[hls-graph] No c2hs found
2640.79 s
[hls-graph] No cpphs found
2640.79 s
[hls-graph] No doctest found
2640.79 s
[hls-graph] Using gcc version 14.3.0 given by user at:
2640.79 s
[hls-graph] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2640.79 s
[hls-graph] Using ghc version 9.12.1 found on system at:
2640.79 s
[hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2640.79 s
[hls-graph] Using ghc-pkg version 9.12.1 found on system at:
2640.79 s
[hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2640.79 s
[hls-graph] No ghcjs found
2640.79 s
[hls-graph] No ghcjs-pkg found
2640.79 s
[hls-graph] No greencard found
2640.79 s
[hls-graph] Using haddock version 2.30.0 found on system at:
2640.79 s
[hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2640.79 s
[hls-graph] No happy found
2640.79 s
[hls-graph] No haskell-suite found
2640.79 s
[hls-graph] No haskell-suite-pkg found
2640.79 s
[hls-graph] No hmake found
2640.79 s
[hls-graph] Using hpc version 0.69 found on system at:
2640.79 s
[hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2640.79 s
[hls-graph] Using hsc2hs version 0.68.10 found on system at:
2640.79 s
[hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2640.79 s
[hls-graph] Using hscolour version 1.25 found on system at:
2640.79 s
[hls-graph] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2640.79 s
[hls-graph] No jhc found
2640.79 s
[hls-graph] Using ld found on system at:
2640.79 s
[hls-graph] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2640.79 s
[hls-graph] No pkg-config found
2640.79 s
[hls-graph] Using runghc version 9.12.1 found on system at:
2640.79 s
[hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2640.79 s
[hls-graph] Using strip version 2.44 found on system at:
2640.79 s
[hls-graph] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2640.79 s
[hls-graph] Using tar found on system at:
2640.79 s
[hls-graph] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2640.79 s
[hls-graph] No uhc found
2641.11 s
[hls-graph] Phase: buildPhase
2641.27 s
[hls-graph] Preprocessing library for hls-graph-2.10.0.0...
2641.27 s
[hls-graph] Building library for hls-graph-2.10.0.0...
2641.62 s
[hls-graph] [ 1 of 16] Compiling Control.Concurrent.STM.Stats ( src/Control/Concurrent/STM/Stats.hs, dist/build/Control/Concurrent/STM/Stats.o, dist/build/Control/Concurrent/STM/Stats.dyn_o )
2641.81 s
[hls-graph] [ 2 of 16] Compiling Development.IDE.Graph.Classes ( src/Development/IDE/Graph/Classes.hs, dist/build/Development/IDE/Graph/Classes.o, dist/build/Development/IDE/Graph/Classes.dyn_o )
2641.81 s
[hls-graph] [ 3 of 16] Compiling Development.IDE.Graph.Internal.Key ( src/Development/IDE/Graph/Internal/Key.hs, dist/build/Development/IDE/Graph/Internal/Key.o, dist/build/Development/IDE/Graph/Internal/Key.dyn_o )
2642.68 s
[hls-graph] [ 4 of 16] Compiling Development.IDE.Graph.Internal.Types ( src/Development/IDE/Graph/Internal/Types.hs, dist/build/Development/IDE/Graph/Internal/Types.o, dist/build/Development/IDE/Graph/Internal/Types.dyn_o )
2644.59 s
[hls-graph] [ 5 of 16] Compiling Development.IDE.Graph.Internal.Rules ( src/Development/IDE/Graph/Internal/Rules.hs, dist/build/Development/IDE/Graph/Internal/Rules.o, dist/build/Development/IDE/Graph/Internal/Rules.dyn_o )
2644.84 s
[hls-graph] [ 6 of 16] Compiling Development.IDE.Graph.Internal.Options ( src/Development/IDE/Graph/Internal/Options.hs, dist/build/Development/IDE/Graph/Internal/Options.o, dist/build/Development/IDE/Graph/Internal/Options.dyn_o )
2644.88 s
[hls-graph] [ 7 of 16] Compiling Development.IDE.Graph.Internal.Database ( src/Development/IDE/Graph/Internal/Database.hs, dist/build/Development/IDE/Graph/Internal/Database.o, dist/build/Development/IDE/Graph/Internal/Database.dyn_o )
2645.21 s
[mono-traversable] [5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, dist/build/Data/NonNull.p_o )
2645.27 s
[mono-traversable] src/Data/NonNull.hs:54:51: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2645.27 s
[mono-traversable] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2645.27 s
[mono-traversable] • In the data declaration for ‘NullError’
2645.27 s
[mono-traversable] |
2645.27 s
[mono-traversable] 54 | data NullError = NullError String deriving (Show, Typeable )
2645.27 s
[mono-traversable] | ^^^^^^^^
2645.27 s
[mono-traversable]
2645.28 s
[mono-traversable] src/Data/NonNull.hs:62:42: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2645.28 s
[mono-traversable] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2645.28 s
[mono-traversable] • In the newtype declaration for ‘NonNull’
2645.28 s
[mono-traversable] |
2645.28 s
[mono-traversable] 62 | deriving (Eq, Ord, Read, Show, Data, Typeable )
2645.28 s
[mono-traversable] | ^^^^^^^^
2645.28 s
[mono-traversable]
2645.69 s
[hls-graph] [ 8 of 16] Compiling Development.IDE.Graph.Internal.Action ( src/Development/IDE/Graph/Internal/Action.hs, dist/build/Development/IDE/Graph/Internal/Action.o, dist/build/Development/IDE/Graph/Internal/Action.dyn_o )
2645.81 s
[mono-traversable] [6 of 6] Compiling Paths_mono_traversable ( dist/build/autogen/Paths_mono_traversable.hs, dist/build/Paths_mono_traversable.p_o )
2645.86 s
[hls-graph] [ 9 of 16] Compiling Development.IDE.Graph.KeyMap ( src/Development/IDE/Graph/KeyMap.hs, dist/build/Development/IDE/Graph/KeyMap.o, dist/build/Development/IDE/Graph/KeyMap.dyn_o )
2645.86 s
[hls-graph] [10 of 16] Compiling Development.IDE.Graph.KeySet ( src/Development/IDE/Graph/KeySet.hs, dist/build/Development/IDE/Graph/KeySet.o, dist/build/Development/IDE/Graph/KeySet.dyn_o )
2645.87 s
[hls-graph] [11 of 16] Compiling Development.IDE.Graph.Rule ( src/Development/IDE/Graph/Rule.hs, dist/build/Development/IDE/Graph/Rule.o, dist/build/Development/IDE/Graph/Rule.dyn_o )
2645.92 s
[hls-graph] [12 of 16] Compiling Paths_hls_graph ( dist/build/autogen/Paths_hls_graph.hs, dist/build/Paths_hls_graph.o, dist/build/Paths_hls_graph.dyn_o )
2645.92 s
[hls-graph] [13 of 16] Compiling Development.IDE.Graph.Internal.Paths ( src/Development/IDE/Graph/Internal/Paths.hs, dist/build/Development/IDE/Graph/Internal/Paths.o, dist/build/Development/IDE/Graph/Internal/Paths.dyn_o )
2645.92 s
[hls-graph] [14 of 16] Compiling Development.IDE.Graph.Internal.Profile ( src/Development/IDE/Graph/Internal/Profile.hs, dist/build/Development/IDE/Graph/Internal/Profile.o, dist/build/Development/IDE/Graph/Internal/Profile.dyn_o )
2646.33 s
[hls-graph] [15 of 16] Compiling Development.IDE.Graph.Database ( src/Development/IDE/Graph/Database.hs, dist/build/Development/IDE/Graph/Database.o, dist/build/Development/IDE/Graph/Database.dyn_o )
2646.52 s
[hls-graph] [16 of 16] Compiling Development.IDE.Graph ( src/Development/IDE/Graph.hs, dist/build/Development/IDE/Graph.o, dist/build/Development/IDE/Graph.dyn_o )
2647.28 s
[hls-graph] [ 1 of 16] Compiling Control.Concurrent.STM.Stats ( src/Control/Concurrent/STM/Stats.hs, dist/build/Control/Concurrent/STM/Stats.p_o )
2647.68 s
[hls-graph] [ 2 of 16] Compiling Development.IDE.Graph.Classes ( src/Development/IDE/Graph/Classes.hs, dist/build/Development/IDE/Graph/Classes.p_o )
2647.68 s
[hls-graph] [ 3 of 16] Compiling Development.IDE.Graph.Internal.Key ( src/Development/IDE/Graph/Internal/Key.hs, dist/build/Development/IDE/Graph/Internal/Key.p_o )
2647.73 s
[mono-traversable] Preprocessing test suite 'test' for mono-traversable-1.0.21.0...
2647.73 s
[mono-traversable] Building test suite 'test' for mono-traversable-1.0.21.0...
2647.90 s
[mono-traversable] [1 of 2] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o )
2648.27 s
[lsp-types] [416 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyItem ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.dyn_o )
2648.27 s
[lsp-types] [417 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.dyn_o )
2648.27 s
[lsp-types] [418 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.dyn_o )
2648.27 s
[lsp-types] [419 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.dyn_o )
2648.27 s
[lsp-types] [420 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.dyn_o )
2648.27 s
[lsp-types] [421 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.dyn_o )
2648.27 s
[lsp-types] [422 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.dyn_o )
2648.27 s
[lsp-types] [423 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCapabilities.dyn_o )
2648.27 s
[lsp-types] [424 of 452] Compiling Language.LSP.Protocol.Internal.Types.UInitializeParams ( generated/Language/LSP/Protocol/Internal/Types/UInitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/UInitializeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/UInitializeParams.dyn_o )
2648.27 s
[lsp-types] [425 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeParams ( generated/Language/LSP/Protocol/Internal/Types/InitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/InitializeParams.dyn_o )
2648.27 s
[lsp-types] [426 of 452] Compiling Language.LSP.Protocol.Internal.Types.BaseSymbolInformation ( generated/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.o, dist/build/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.dyn_o )
2648.27 s
[lsp-types] [427 of 452] Compiling Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult ( generated/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.o, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.dyn_o )
2648.27 s
[lsp-types] [428 of 452] Compiling Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit ( generated/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.dyn_o )
2648.27 s
[lsp-types] [429 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentEdit ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.dyn_o )
2648.27 s
[lsp-types] [430 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceEdit ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.dyn_o )
2648.27 s
[lsp-types] [431 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeAction ( generated/Language/LSP/Protocol/Internal/Types/CodeAction.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeAction.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeAction.dyn_o )
2648.27 s
[lsp-types] [432 of 452] Compiling Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams ( generated/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.dyn_o )
2648.27 s
[lsp-types] [433 of 452] Compiling Language.LSP.Protocol.Internal.Method ( generated/Language/LSP/Protocol/Internal/Method.hs, dist/build/Language/LSP/Protocol/Internal/Method.o, dist/build/Language/LSP/Protocol/Internal/Method.dyn_o )
2648.43 s
[hls-graph] [ 4 of 16] Compiling Development.IDE.Graph.Internal.Types ( src/Development/IDE/Graph/Internal/Types.hs, dist/build/Development/IDE/Graph/Internal/Types.p_o )
2649.81 s
[mono-traversable] [2 of 2] Compiling Paths_mono_traversable ( dist/build/test/autogen/Paths_mono_traversable.hs, dist/build/test/test-tmp/Paths_mono_traversable.o )
2650.17 s
[lsp-types] [434 of 452] Compiling Language.LSP.Protocol.Message.Method ( src/Language/LSP/Protocol/Message/Method.hs, dist/build/Language/LSP/Protocol/Message/Method.o, dist/build/Language/LSP/Protocol/Message/Method.dyn_o )
2650.37 s
[mono-traversable] [3 of 3] Linking dist/build/test/test
2650.86 s
[hls-graph] [ 5 of 16] Compiling Development.IDE.Graph.Internal.Rules ( src/Development/IDE/Graph/Internal/Rules.hs, dist/build/Development/IDE/Graph/Internal/Rules.p_o )
2651.28 s
[hls-graph] [ 6 of 16] Compiling Development.IDE.Graph.Internal.Options ( src/Development/IDE/Graph/Internal/Options.hs, dist/build/Development/IDE/Graph/Internal/Options.p_o )
2651.28 s
[hls-graph] [ 7 of 16] Compiling Development.IDE.Graph.Internal.Database ( src/Development/IDE/Graph/Internal/Database.hs, dist/build/Development/IDE/Graph/Internal/Database.p_o )
2651.83 s
[mono-traversable] buildPhase completed in 1 minutes 14 seconds
2651.83 s
[mono-traversable] Phase: checkPhase
2652.09 s
[hls-graph] [ 8 of 16] Compiling Development.IDE.Graph.Internal.Action ( src/Development/IDE/Graph/Internal/Action.hs, dist/build/Development/IDE/Graph/Internal/Action.p_o )
2652.32 s
[mono-traversable] Running 1 test suites...
2652.32 s
[mono-traversable] Test suite test: RUNNING...
2652.33 s
[mono-traversable]
2652.33 s
[mono-traversable] onull
2652.33 s
[mono-traversable] works on empty lists [✔]
2652.33 s
[mono-traversable] works on non-empty lists [✔]
2652.33 s
[mono-traversable] works on empty texts [✔]
2652.33 s
[mono-traversable] works on non-empty texts [✔]
2652.33 s
[mono-traversable] osum
2652.34 s
[mono-traversable] works on lists [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests; 80 discarded.
2652.34 s
[mono-traversable] oproduct
2652.34 s
[mono-traversable] works on lists [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests; 121 discarded.
2652.34 s
[mono-traversable] olength
2652.34 s
[mono-traversable] works on lists [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests.
2652.34 s
[mono-traversable] works on texts [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests.
2652.34 s
[mono-traversable] works on lazy bytestrings [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests.
2652.34 s
[mono-traversable] omap
2652.34 s
[mono-traversable] works on lists [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests.
2652.34 s
[mono-traversable] works on lazy bytestrings [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests.
2652.34 s
[mono-traversable] works on texts [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests.
2652.34 s
[mono-traversable] oconcatMap
2652.34 s
[mono-traversable] works on lists [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests.
2652.34 s
[mono-traversable] ocompareLength
2652.34 s
[mono-traversable] works on lists [✔]
2652.34 s
[mono-traversable] +++ OK, passed 100 tests.
2652.34 s
[mono-traversable] groupBy
2652.40 s
[mono-traversable] works on lists [✔]
2652.40 s
[mono-traversable] +++ OK, passed 100 tests.
2652.44 s
[mono-traversable] works on texts [✔]
2652.44 s
[mono-traversable] +++ OK, passed 100 tests.
2652.47 s
[mono-traversable] works on strict bytestrings [✔]
2652.47 s
[mono-traversable] +++ OK, passed 100 tests.
2652.49 s
[mono-traversable] works on lazy bytestrings [✔]
2652.49 s
[mono-traversable] +++ OK, passed 100 tests.
2652.54 s
[mono-traversable] works on Vector [✔]
2652.54 s
[mono-traversable] +++ OK, passed 100 tests.
2652.55 s
[hls-graph] [ 9 of 16] Compiling Development.IDE.Graph.KeyMap ( src/Development/IDE/Graph/KeyMap.hs, dist/build/Development/IDE/Graph/KeyMap.p_o )
2652.55 s
[hls-graph] [10 of 16] Compiling Development.IDE.Graph.KeySet ( src/Development/IDE/Graph/KeySet.hs, dist/build/Development/IDE/Graph/KeySet.p_o )
2652.55 s
[hls-graph] [11 of 16] Compiling Development.IDE.Graph.Rule ( src/Development/IDE/Graph/Rule.hs, dist/build/Development/IDE/Graph/Rule.p_o )
2652.59 s
[mono-traversable] works on SVector [✔]
2652.59 s
[mono-traversable] +++ OK, passed 100 tests.
2652.64 s
[mono-traversable] works on StrictVector [✔]
2652.64 s
[mono-traversable] +++ OK, passed 100 tests.
2652.70 s
[mono-traversable] works on UVector [✔]
2652.70 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on Seq [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] groupAll
2652.75 s
[mono-traversable] works on lists [✔]
2652.75 s
[mono-traversable] works on texts [✔]
2652.75 s
[mono-traversable] unsnoc
2652.75 s
[mono-traversable] works on lists [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on texts [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on lazy bytestrings [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] index
2652.75 s
[mono-traversable] works on lists [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on strict texts [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on lazy texts [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on strict bytestrings [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on lazy bytestrings [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on Vector [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.75 s
[mono-traversable] works on SVector [✔]
2652.75 s
[mono-traversable] +++ OK, passed 100 tests.
2652.76 s
[mono-traversable] works on StrictVector [✔]
2652.76 s
[mono-traversable] +++ OK, passed 100 tests.
2652.76 s
[mono-traversable] works on UVector [✔]
2652.76 s
[mono-traversable] +++ OK, passed 100 tests.
2652.76 s
[mono-traversable] works on Seq [✔]
2652.76 s
[mono-traversable] +++ OK, passed 100 tests.
2652.76 s
[mono-traversable] groupAllOn
2652.76 s
[mono-traversable] works on lists [✔]
2652.76 s
[mono-traversable] breakWord
2652.76 s
[mono-traversable] ("hello world","hello","world") [✔]
2652.76 s
[mono-traversable] ("hello world","hello","world") [✔]
2652.76 s
[mono-traversable] ("hello\r\nworld","hello","world") [✔]
2652.76 s
[mono-traversable] ("hello there world","hello","there world") [✔]
2652.76 s
[mono-traversable] ("","","") [✔]
2652.76 s
[mono-traversable] ("hello \n\r\t","hello","") [✔]
2652.76 s
[mono-traversable] breakLine
2652.76 s
[mono-traversable] ("hello world","hello world","") [✔]
2652.76 s
[mono-traversable] ("hello\r\n world","hello"," world") [✔]
2652.76 s
[mono-traversable] ("hello\n world","hello"," world") [✔]
2652.76 s
[mono-traversable] ("hello\r world","hello\r world","") [✔]
2652.76 s
[mono-traversable] ("hello\r\nworld","hello","world") [✔]
2652.76 s
[mono-traversable] ("hello\r\nthere\nworld","hello","there\nworld") [✔]
2652.76 s
[mono-traversable] ("hello\n\r\nworld","hello","\r\nworld") [✔]
2652.76 s
[mono-traversable] ("","","") [✔]
2652.76 s
[mono-traversable] omapM_
2652.76 s
[mono-traversable] works on strict bytestrings [✔]
2652.76 s
[mono-traversable] +++ OK, passed 100 tests.
2652.76 s
[mono-traversable] works on lazy bytestrings [✔]
2652.76 s
[mono-traversable] +++ OK, passed 100 tests.
2652.76 s
[hls-graph] [12 of 16] Compiling Paths_hls_graph ( dist/build/autogen/Paths_hls_graph.hs, dist/build/Paths_hls_graph.p_o )
2652.76 s
[hls-graph] [13 of 16] Compiling Development.IDE.Graph.Internal.Paths ( src/Development/IDE/Graph/Internal/Paths.hs, dist/build/Development/IDE/Graph/Internal/Paths.p_o )
2652.76 s
[hls-graph] [14 of 16] Compiling Development.IDE.Graph.Internal.Profile ( src/Development/IDE/Graph/Internal/Profile.hs, dist/build/Development/IDE/Graph/Internal/Profile.p_o )
2652.76 s
[mono-traversable] works on strict texts [✔]
2652.76 s
[mono-traversable] +++ OK, passed 100 tests.
2652.76 s
[mono-traversable] works on lazy texts [✔]
2652.76 s
[mono-traversable] +++ OK, passed 100 tests.
2652.76 s
[mono-traversable] inits
2652.76 s
[mono-traversable] String
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] StrictBytestring
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] LazyBytestring
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] StrictText
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] LazyText
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Seq
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Unboxed Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Storable Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Strict Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] tails
2652.76 s
[mono-traversable] String
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] StrictBytestring
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] LazyBytestring
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] StrictText
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] LazyText
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Seq
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Unboxed Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Storable Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Strict Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] initTails
2652.76 s
[mono-traversable] String
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] StrictBytestring
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] LazyBytestring
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] StrictText
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] LazyText
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Seq
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Unboxed Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Storable Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.76 s
[mono-traversable] two elements [✔]
2652.76 s
[mono-traversable] Strict Vector
2652.76 s
[mono-traversable] empty [✔]
2652.76 s
[mono-traversable] one element [✔]
2652.77 s
[mono-traversable] two elements [✔]
2652.77 s
[mono-traversable] NonNull
2652.77 s
[mono-traversable] fromNonEmpty
2652.77 s
[mono-traversable] toMinList [✔]
2652.77 s
[mono-traversable] +++ OK, passed 100 tests.
2652.77 s
[mono-traversable] toNonEmpty
2652.77 s
[mono-traversable] converts nonnull to nonempty [✔]
2652.77 s
[mono-traversable] mapNonNull
2652.77 s
[mono-traversable] mapNonNull id == id [✔]
2652.77 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] mapNonNull (f . g) == mapNonNull f . mapNonNull g [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] Strict ByteString
2652.78 s
[mono-traversable] head [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] tail [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] last [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] init [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] maximum [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] maximumBy [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] minimum [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] minimumBy [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] ofoldMap1 [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] ofoldr1 [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] ofoldl1' [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] Lazy ByteString
2652.78 s
[mono-traversable] head [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] tail [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] last [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] init [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.78 s
[mono-traversable] maximum [✔]
2652.78 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] maximumBy [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] minimum [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] minimumBy [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] ofoldMap1 [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] ofoldr1 [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] ofoldl1' [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] Strict Text
2652.79 s
[mono-traversable] head [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] tail [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] last [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] init [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] maximum [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] maximumBy [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] minimum [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] minimumBy [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] ofoldMap1 [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] ofoldr1 [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] ofoldl1' [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.79 s
[mono-traversable] Lazy Text
2652.79 s
[mono-traversable] head [✔]
2652.79 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] tail [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] last [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] init [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] maximum [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] maximumBy [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] minimum [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] minimumBy [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] ofoldMap1 [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] ofoldr1 [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] ofoldl1' [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] Vector
2652.80 s
[mono-traversable] head [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] tail [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] last [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] init [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] maximum [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] maximumBy [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] minimum [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] minimumBy [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] ofoldMap1 [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] ofoldr1 [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.80 s
[mono-traversable] ofoldl1' [✔]
2652.80 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] Unboxed Vector
2652.81 s
[mono-traversable] head [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] tail [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] last [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] init [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] maximum [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] maximumBy [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] minimum [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] minimumBy [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] ofoldMap1 [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] ofoldr1 [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] ofoldl1' [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] Storable Vector
2652.81 s
[mono-traversable] head [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] tail [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] last [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.81 s
[mono-traversable] init [✔]
2652.81 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] maximum [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] maximumBy [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] minimum [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] minimumBy [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] ofoldMap1 [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] ofoldr1 [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] ofoldl1' [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] Strict Vector
2652.82 s
[mono-traversable] head [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] tail [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] last [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] init [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] maximum [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] maximumBy [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.82 s
[mono-traversable] minimum [✔]
2652.82 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] minimumBy [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] ofoldMap1 [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] ofoldr1 [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] ofoldl1' [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] List
2652.83 s
[mono-traversable] head [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] tail [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] last [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] init [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] maximum [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] maximumBy [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] minimum [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] minimumBy [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] ofoldMap1 [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] ofoldr1 [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] ofoldl1' [✔]
2652.83 s
[mono-traversable] +++ OK, passed 100 tests.
2652.83 s
[mono-traversable] Containers
2652.83 s
[mono-traversable] Data.Map
2652.84 s
[mono-traversable] difference [✔]
2652.84 s
[mono-traversable] +++ OK, passed 100 tests.
2652.84 s
[mono-traversable] lookup [✔]
2652.84 s
[mono-traversable] +++ OK, passed 100 tests.
2652.84 s
[mono-traversable] insert [✔]
2652.84 s
[mono-traversable] +++ OK, passed 100 tests.
2652.84 s
[mono-traversable] delete [✔]
2652.84 s
[mono-traversable] +++ OK, passed 100 tests.
2652.84 s
[mono-traversable] singletonMap [✔]
2652.84 s
[mono-traversable] +++ OK, passed 100 tests.
2652.84 s
[mono-traversable] findWithDefault [✔]
2652.84 s
[mono-traversable] +++ OK, passed 100 tests.
2652.85 s
[mono-traversable] insertWith [✔]
2652.85 s
[mono-traversable] +++ OK, passed 100 tests.
2652.85 s
[mono-traversable] insertWithKey [✔]
2652.85 s
[mono-traversable] +++ OK, passed 100 tests.
2652.85 s
[mono-traversable] insertLookupWithKey [✔]
2652.85 s
[mono-traversable] +++ OK, passed 100 tests.
2652.85 s
[mono-traversable] adjustMap [✔]
2652.85 s
[mono-traversable] +++ OK, passed 100 tests.
2652.85 s
[mono-traversable] adjustWithKey [✔]
2652.85 s
[mono-traversable] +++ OK, passed 100 tests.
2652.85 s
[mono-traversable] updateMap [✔]
2652.85 s
[mono-traversable] +++ OK, passed 100 tests.
2652.85 s
[mono-traversable] updateWithKey [✔]
2652.85 s
[mono-traversable] +++ OK, passed 100 tests.
2652.85 s
[mono-traversable] updateLookupWithKey [✔]
2652.85 s
[mono-traversable] +++ OK, passed 100 tests.
2652.86 s
[mono-traversable] alter [✔]
2652.86 s
[mono-traversable] +++ OK, passed 100 tests.
2652.86 s
[mono-traversable] unionWith [✔]
2652.86 s
[mono-traversable] +++ OK, passed 100 tests.
2652.87 s
[mono-traversable] unionWithKey [✔]
2652.87 s
[mono-traversable] +++ OK, passed 100 tests.
2652.92 s
[mono-traversable] unionsWith [✔]
2652.92 s
[mono-traversable] +++ OK, passed 100 tests.
2652.92 s
[mono-traversable] mapWithKey [✔]
2652.92 s
[mono-traversable] +++ OK, passed 100 tests.
2652.92 s
[mono-traversable] omapKeysWith [✔]
2652.92 s
[mono-traversable] +++ OK, passed 100 tests.
2652.92 s
[mono-traversable] Data.IntMap
2652.92 s
[mono-traversable] difference [✔]
2652.92 s
[mono-traversable] +++ OK, passed 100 tests.
2652.92 s
[mono-traversable] lookup [✔]
2652.92 s
[mono-traversable] +++ OK, passed 100 tests.
2652.93 s
[mono-traversable] insert [✔]
2652.93 s
[mono-traversable] +++ OK, passed 100 tests.
2652.93 s
[mono-traversable] delete [✔]
2652.93 s
[mono-traversable] +++ OK, passed 100 tests.
2652.93 s
[mono-traversable] singletonMap [✔]
2652.93 s
[mono-traversable] +++ OK, passed 100 tests.
2652.93 s
[mono-traversable] findWithDefault [✔]
2652.93 s
[mono-traversable] +++ OK, passed 100 tests.
2652.93 s
[mono-traversable] insertWith [✔]
2652.93 s
[mono-traversable] +++ OK, passed 100 tests.
2652.93 s
[mono-traversable] insertWithKey [✔]
2652.93 s
[mono-traversable] +++ OK, passed 100 tests.
2652.93 s
[mono-traversable] insertLookupWithKey [✔]
2652.93 s
[mono-traversable] +++ OK, passed 100 tests.
2652.94 s
[mono-traversable] adjustMap [✔]
2652.94 s
[mono-traversable] +++ OK, passed 100 tests.
2652.94 s
[mono-traversable] adjustWithKey [✔]
2652.94 s
[mono-traversable] +++ OK, passed 100 tests.
2652.94 s
[mono-traversable] updateMap [✔]
2652.94 s
[mono-traversable] +++ OK, passed 100 tests.
2652.94 s
[mono-traversable] updateWithKey [✔]
2652.94 s
[mono-traversable] +++ OK, passed 100 tests.
2652.94 s
[mono-traversable] updateLookupWithKey [✔]
2652.94 s
[mono-traversable] +++ OK, passed 100 tests.
2652.94 s
[mono-traversable] alter [✔]
2652.94 s
[mono-traversable] +++ OK, passed 100 tests.
2652.95 s
[mono-traversable] unionWith [✔]
2652.95 s
[mono-traversable] +++ OK, passed 100 tests.
2652.95 s
[mono-traversable] unionWithKey [✔]
2652.95 s
[mono-traversable] +++ OK, passed 100 tests.
2652.99 s
[mono-traversable] unionsWith [✔]
2652.99 s
[mono-traversable] +++ OK, passed 100 tests.
2653.00 s
[mono-traversable] mapWithKey [✔]
2653.00 s
[mono-traversable] +++ OK, passed 100 tests.
2653.00 s
[mono-traversable] omapKeysWith [✔]
2653.00 s
[mono-traversable] +++ OK, passed 100 tests.
2653.00 s
[mono-traversable] Data.HashMap
2653.00 s
[mono-traversable] difference [✔]
2653.00 s
[mono-traversable] +++ OK, passed 100 tests.
2653.00 s
[mono-traversable] lookup [✔]
2653.00 s
[mono-traversable] +++ OK, passed 100 tests.
2653.00 s
[mono-traversable] insert [✔]
2653.00 s
[mono-traversable] +++ OK, passed 100 tests.
2653.01 s
[mono-traversable] delete [✔]
2653.01 s
[mono-traversable] +++ OK, passed 100 tests.
2653.01 s
[mono-traversable] singletonMap [✔]
2653.01 s
[mono-traversable] +++ OK, passed 100 tests.
2653.01 s
[mono-traversable] findWithDefault [✔]
2653.01 s
[mono-traversable] +++ OK, passed 100 tests.
2653.01 s
[mono-traversable] insertWith [✔]
2653.01 s
[mono-traversable] +++ OK, passed 100 tests.
2653.01 s
[mono-traversable] insertWithKey [✔]
2653.01 s
[mono-traversable] +++ OK, passed 100 tests.
2653.01 s
[mono-traversable] insertLookupWithKey [✔]
2653.01 s
[mono-traversable] +++ OK, passed 100 tests.
2653.01 s
[mono-traversable] adjustMap [✔]
2653.01 s
[mono-traversable] +++ OK, passed 100 tests.
2653.01 s
[mono-traversable] adjustWithKey [✔]
2653.01 s
[mono-traversable] +++ OK, passed 100 tests.
2653.02 s
[mono-traversable] updateMap [✔]
2653.02 s
[mono-traversable] +++ OK, passed 100 tests.
2653.02 s
[mono-traversable] updateWithKey [✔]
2653.02 s
[mono-traversable] +++ OK, passed 100 tests.
2653.02 s
[mono-traversable] updateLookupWithKey [✔]
2653.02 s
[mono-traversable] +++ OK, passed 100 tests.
2653.02 s
[mono-traversable] alter [✔]
2653.02 s
[mono-traversable] +++ OK, passed 100 tests.
2653.02 s
[mono-traversable] unionWith [✔]
2653.02 s
[mono-traversable] +++ OK, passed 100 tests.
2653.03 s
[mono-traversable] unionWithKey [✔]
2653.03 s
[mono-traversable] +++ OK, passed 100 tests.
2653.07 s
[mono-traversable] unionsWith [✔]
2653.07 s
[mono-traversable] +++ OK, passed 100 tests.
2653.08 s
[mono-traversable] mapWithKey [✔]
2653.08 s
[mono-traversable] +++ OK, passed 100 tests.
2653.08 s
[mono-traversable] omapKeysWith [✔]
2653.08 s
[mono-traversable] +++ OK, passed 100 tests.
2653.08 s
[mono-traversable] Foldl Integration
2653.08 s
[mono-traversable] vector [✔]
2653.08 s
[mono-traversable] +++ OK, passed 100 tests.
2653.08 s
[mono-traversable] length [✔]
2653.08 s
[mono-traversable] +++ OK, passed 100 tests.
2653.08 s
[mono-traversable] Replacing
2653.08 s
[mono-traversable] List
2653.08 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.08 s
[mono-traversable] +++ OK, passed 100 tests.
2653.08 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.08 s
[mono-traversable] +++ OK, passed 100 tests.
2653.08 s
[mono-traversable] replaceSeq old old === id [✔]
2653.08 s
[mono-traversable] +++ OK, passed 100 tests.
2653.08 s
[mono-traversable] Vector
2653.08 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.08 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] replaceSeq old old === id [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] Storable Vector
2653.09 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] replaceSeq old old === id [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] Unboxed Vector
2653.09 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] replaceSeq old old === id [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] Strict Vector
2653.09 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.09 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.09 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] replaceSeq old old === id [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] Strict ByteString
2653.10 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] replaceSeq old old === id [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] Lazy ByteString
2653.10 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] replaceSeq old old === id [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] Strict Text
2653.10 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] replaceSeq old old === id [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] Lazy Text
2653.10 s
[mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.10 s
[mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
2653.10 s
[mono-traversable] +++ OK, passed 100 tests.
2653.11 s
[mono-traversable] replaceSeq old old === id [✔]
2653.11 s
[mono-traversable] +++ OK, passed 100 tests.
2653.11 s
[mono-traversable] Sorting
2653.11 s
[mono-traversable] List
2653.11 s
[mono-traversable] sortBy [✔]
2653.11 s
[mono-traversable] +++ OK, passed 100 tests.
2653.11 s
[hls-graph] [15 of 16] Compiling Development.IDE.Graph.Database ( src/Development/IDE/Graph/Database.hs, dist/build/Development/IDE/Graph/Database.p_o )
2653.11 s
[mono-traversable] sort [✔]
2653.11 s
[mono-traversable] +++ OK, passed 100 tests.
2653.11 s
[mono-traversable] Vector
2653.11 s
[mono-traversable] sortBy [✔]
2653.11 s
[mono-traversable] +++ OK, passed 100 tests.
2653.11 s
[mono-traversable] sort [✔]
2653.11 s
[mono-traversable] +++ OK, passed 100 tests.
2653.11 s
[mono-traversable] Storable Vector
2653.11 s
[mono-traversable] sortBy [✔]
2653.11 s
[mono-traversable] +++ OK, passed 100 tests.
2653.11 s
[mono-traversable] sort [✔]
2653.11 s
[mono-traversable] +++ OK, passed 100 tests.
2653.11 s
[mono-traversable] Unboxed Vector
2653.12 s
[mono-traversable] sortBy [✔]
2653.12 s
[mono-traversable] +++ OK, passed 100 tests.
2653.12 s
[mono-traversable] sort [✔]
2653.12 s
[mono-traversable] +++ OK, passed 100 tests.
2653.12 s
[mono-traversable] Strict Vector
2653.12 s
[mono-traversable] sortBy [✔]
2653.12 s
[mono-traversable] +++ OK, passed 100 tests.
2653.12 s
[mono-traversable] sort [✔]
2653.12 s
[mono-traversable] +++ OK, passed 100 tests.
2653.12 s
[mono-traversable] Strict ByteString
2653.12 s
[mono-traversable] sortBy [✔]
2653.12 s
[mono-traversable] +++ OK, passed 100 tests.
2653.12 s
[mono-traversable] sort [✔]
2653.12 s
[mono-traversable] +++ OK, passed 100 tests.
2653.12 s
[mono-traversable] Lazy ByteString
2653.12 s
[mono-traversable] sortBy [✔]
2653.12 s
[mono-traversable] +++ OK, passed 100 tests.
2653.13 s
[mono-traversable] sort [✔]
2653.13 s
[mono-traversable] +++ OK, passed 100 tests.
2653.13 s
[mono-traversable] Strict Text
2653.13 s
[mono-traversable] sortBy [✔]
2653.13 s
[mono-traversable] +++ OK, passed 100 tests.
2653.13 s
[mono-traversable] sort [✔]
2653.13 s
[mono-traversable] +++ OK, passed 100 tests.
2653.13 s
[mono-traversable] Lazy Text
2653.13 s
[mono-traversable] sortBy [✔]
2653.13 s
[mono-traversable] +++ OK, passed 100 tests.
2653.13 s
[mono-traversable] sort [✔]
2653.13 s
[mono-traversable] +++ OK, passed 100 tests.
2653.13 s
[mono-traversable] Intercalate
2653.13 s
[mono-traversable] List
2653.14 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.14 s
[mono-traversable] +++ OK, passed 100 tests.
2653.14 s
[mono-traversable] Vector
2653.15 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.15 s
[mono-traversable] +++ OK, passed 100 tests.
2653.15 s
[mono-traversable] Storable Vector
2653.17 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.17 s
[mono-traversable] +++ OK, passed 100 tests.
2653.17 s
[mono-traversable] Unboxed Vector
2653.19 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.19 s
[mono-traversable] +++ OK, passed 100 tests.
2653.19 s
[mono-traversable] Strict Vector
2653.20 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.20 s
[mono-traversable] +++ OK, passed 100 tests.
2653.20 s
[mono-traversable] Strict ByteString
2653.22 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.22 s
[mono-traversable] +++ OK, passed 100 tests.
2653.22 s
[mono-traversable] Lazy ByteString
2653.24 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.24 s
[mono-traversable] +++ OK, passed 100 tests.
2653.24 s
[mono-traversable] Strict Text
2653.25 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.25 s
[mono-traversable] +++ OK, passed 100 tests.
2653.25 s
[mono-traversable] Lazy Text
2653.26 s
[mono-traversable] intercalate === defaultIntercalate [✔]
2653.26 s
[mono-traversable] +++ OK, passed 100 tests.
2653.26 s
[mono-traversable] Splitting
2653.26 s
[mono-traversable] List
2653.27 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.27 s
[mono-traversable] +++ OK, passed 100 tests.
2653.27 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.27 s
[mono-traversable] +++ OK, passed 100 tests.
2653.27 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.27 s
[mono-traversable] +++ OK, passed 100 tests.
2653.28 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.28 s
[mono-traversable] +++ OK, passed 100 tests.
2653.28 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.28 s
[mono-traversable] +++ OK, passed 100 tests.
2653.28 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.28 s
[mono-traversable] +++ OK, passed 100 tests.
2653.28 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.28 s
[mono-traversable] +++ OK, passed 100 tests.
2653.28 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.28 s
[mono-traversable] +++ OK, passed 100 tests.
2653.28 s
[mono-traversable] Vector
2653.29 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.29 s
[mono-traversable] +++ OK, passed 100 tests.
2653.29 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.29 s
[mono-traversable] +++ OK, passed 100 tests.
2653.29 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.29 s
[mono-traversable] +++ OK, passed 100 tests.
2653.29 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.29 s
[mono-traversable] +++ OK, passed 100 tests.
2653.30 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.30 s
[mono-traversable] +++ OK, passed 100 tests.
2653.30 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.30 s
[mono-traversable] +++ OK, passed 100 tests.
2653.30 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.30 s
[mono-traversable] +++ OK, passed 100 tests.
2653.30 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.30 s
[mono-traversable] +++ OK, passed 100 tests.
2653.30 s
[mono-traversable] Storable Vector
2653.31 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.31 s
[mono-traversable] +++ OK, passed 100 tests.
2653.31 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.31 s
[mono-traversable] +++ OK, passed 100 tests.
2653.31 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.31 s
[mono-traversable] +++ OK, passed 100 tests.
2653.31 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.31 s
[mono-traversable] +++ OK, passed 100 tests.
2653.31 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.31 s
[mono-traversable] +++ OK, passed 100 tests.
2653.31 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.31 s
[mono-traversable] +++ OK, passed 100 tests.
2653.31 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.31 s
[mono-traversable] +++ OK, passed 100 tests.
2653.32 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.32 s
[mono-traversable] +++ OK, passed 100 tests.
2653.32 s
[mono-traversable] Unboxed Vector
2653.34 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.34 s
[mono-traversable] +++ OK, passed 100 tests.
2653.34 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.34 s
[mono-traversable] +++ OK, passed 100 tests.
2653.34 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.34 s
[mono-traversable] +++ OK, passed 100 tests.
2653.34 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.34 s
[mono-traversable] +++ OK, passed 100 tests.
2653.34 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.34 s
[mono-traversable] +++ OK, passed 100 tests.
2653.34 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.34 s
[mono-traversable] +++ OK, passed 100 tests.
2653.34 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.34 s
[mono-traversable] +++ OK, passed 100 tests.
2653.34 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.34 s
[mono-traversable] +++ OK, passed 100 tests.
2653.34 s
[mono-traversable] Strict Vector
2653.35 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.35 s
[mono-traversable] +++ OK, passed 100 tests.
2653.35 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.35 s
[mono-traversable] +++ OK, passed 100 tests.
2653.35 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.35 s
[mono-traversable] +++ OK, passed 100 tests.
2653.35 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.35 s
[mono-traversable] +++ OK, passed 100 tests.
2653.35 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.35 s
[mono-traversable] +++ OK, passed 100 tests.
2653.35 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.36 s
[mono-traversable] +++ OK, passed 100 tests.
2653.36 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.36 s
[mono-traversable] +++ OK, passed 100 tests.
2653.36 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.36 s
[mono-traversable] +++ OK, passed 100 tests.
2653.36 s
[mono-traversable] Strict ByteString
2653.37 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.37 s
[mono-traversable] +++ OK, passed 100 tests.
2653.37 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.37 s
[mono-traversable] +++ OK, passed 100 tests.
2653.37 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.37 s
[mono-traversable] +++ OK, passed 100 tests.
2653.37 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.37 s
[mono-traversable] +++ OK, passed 100 tests.
2653.37 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.37 s
[mono-traversable] +++ OK, passed 100 tests.
2653.37 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.37 s
[mono-traversable] +++ OK, passed 100 tests.
2653.38 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.38 s
[mono-traversable] +++ OK, passed 100 tests.
2653.38 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.38 s
[mono-traversable] +++ OK, passed 100 tests.
2653.38 s
[mono-traversable] Lazy ByteString
2653.39 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.39 s
[mono-traversable] +++ OK, passed 100 tests.
2653.39 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.39 s
[mono-traversable] +++ OK, passed 100 tests.
2653.39 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.39 s
[mono-traversable] +++ OK, passed 100 tests.
2653.39 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.39 s
[mono-traversable] +++ OK, passed 100 tests.
2653.39 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.39 s
[mono-traversable] +++ OK, passed 100 tests.
2653.39 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.39 s
[mono-traversable] +++ OK, passed 100 tests.
2653.39 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.39 s
[mono-traversable] +++ OK, passed 100 tests.
2653.39 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.39 s
[mono-traversable] +++ OK, passed 100 tests.
2653.39 s
[mono-traversable] Strict Text
2653.41 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.41 s
[mono-traversable] +++ OK, passed 100 tests.
2653.41 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.41 s
[mono-traversable] +++ OK, passed 100 tests.
2653.41 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.41 s
[mono-traversable] +++ OK, passed 100 tests.
2653.41 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.41 s
[mono-traversable] +++ OK, passed 100 tests.
2653.41 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.41 s
[mono-traversable] +++ OK, passed 100 tests.
2653.41 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.41 s
[mono-traversable] +++ OK, passed 100 tests.
2653.41 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.41 s
[mono-traversable] +++ OK, passed 100 tests.
2653.41 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.41 s
[mono-traversable] +++ OK, passed 100 tests.
2653.41 s
[mono-traversable] Lazy Text
2653.43 s
[mono-traversable] intercalate sep . splitSeq sep === id [✔]
2653.43 s
[mono-traversable] +++ OK, passed 100 tests.
2653.43 s
[mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
2653.43 s
[mono-traversable] +++ OK, passed 100 tests.
2653.43 s
[mono-traversable] splitSeq _ mempty == [mempty] [✔]
2653.43 s
[mono-traversable] +++ OK, passed 100 tests.
2653.43 s
[mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
2653.43 s
[mono-traversable] +++ OK, passed 100 tests.
2653.43 s
[mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
2653.43 s
[mono-traversable] +++ OK, passed 100 tests.
2653.43 s
[mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
2653.43 s
[mono-traversable] +++ OK, passed 100 tests.
2653.43 s
[mono-traversable] splitElem sep === splitWhen (== sep) [✔]
2653.43 s
[mono-traversable] +++ OK, passed 100 tests.
2653.43 s
[mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
2653.43 s
[mono-traversable] +++ OK, passed 100 tests.
2653.43 s
[mono-traversable] Other Issues
2653.43 s
[mono-traversable] #26 headEx on a list works [✔]
2653.43 s
[mono-traversable] #31 find doesn't infinitely loop on NonEmpty [✔]
2653.43 s
[mono-traversable] #83 head on Seq works correctly [✔]
2653.43 s
[mono-traversable]
2653.43 s
[mono-traversable] Finished in 1.0980 seconds
2653.43 s
[mono-traversable] 441 examples, 0 failures
2653.43 s
[mono-traversable] Test suite test: PASS
2653.43 s
[mono-traversable] Test suite logged to: dist/test/mono-traversable-1.0.21.0-test.log
2653.43 s
[mono-traversable] 1 of 1 test suites (1 of 1 test cases) passed.
2653.44 s
[mono-traversable] Phase: haddockPhase
2653.48 s
[hls-graph] [16 of 16] Compiling Development.IDE.Graph ( src/Development/IDE/Graph.hs, dist/build/Development/IDE/Graph.p_o )
2654.26 s
[mono-traversable] Preprocessing library for mono-traversable-1.0.21.0...
2654.26 s
[mono-traversable] Running Haddock on library for mono-traversable-1.0.21.0...
2654.26 s
[mono-traversable] Warning: The documentation for the following packages are not installed. No
2654.26 s
[mono-traversable] links will be generated to these packages: vector-0.13.2.0
2654.77 s
[mono-traversable] [1 of 6] Compiling Data.MonoTraversable ( src/Data/MonoTraversable.hs, nothing ) [HIE file is missing]
2656.02 s
[hls-graph] Preprocessing test suite 'tests' for hls-graph-2.10.0.0...
2656.11 s
[hls-graph] Building test suite 'tests' for hls-graph-2.10.0.0...
2656.17 s
[hls-graph] [1 of 6] Compiling Example ( test/Example.hs, dist/build/tests/tests-tmp/Example.o )
2656.78 s
[mono-traversable] src/Data/MonoTraversable.hs:188:47: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.78 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.78 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.78 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.78 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.78 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.78 s
[mono-traversable] • This will become an error in a future GHC release.
2656.78 s
[mono-traversable] |
2656.78 s
[mono-traversable] 188 | default omap :: (Functor f, Element (f a) ~ a, f a ~ mono)
2656.78 s
[mono-traversable] | ^
2656.78 s
[mono-traversable]
2656.78 s
[mono-traversable] src/Data/MonoTraversable.hs:188:56: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.78 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.78 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.78 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.78 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.78 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.78 s
[mono-traversable] • This will become an error in a future GHC release.
2656.78 s
[mono-traversable] |
2656.78 s
[mono-traversable] 188 | default omap :: (Functor f, Element (f a) ~ a, f a ~ mono)
2656.78 s
[mono-traversable] | ^
2656.78 s
[mono-traversable]
2656.78 s
[mono-traversable] src/Data/MonoTraversable.hs:298:30: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.78 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.78 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.78 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.78 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.78 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.78 s
[mono-traversable] • This will become an error in a future GHC release.
2656.78 s
[mono-traversable] |
2656.78 s
[mono-traversable] 298 | default ofoldMap :: (t a ~ mono, a ~ Element (t a), F.Foldable t, Monoid m) => (Element mono -> m) -> mono -> m
2656.78 s
[mono-traversable] | ^
2656.78 s
[mono-traversable]
2656.78 s
[mono-traversable] src/Data/MonoTraversable.hs:298:40: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.78 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.78 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.78 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.78 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.78 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.78 s
[mono-traversable] • This will become an error in a future GHC release.
2656.78 s
[mono-traversable] |
2656.78 s
[mono-traversable] 298 | default ofoldMap :: (t a ~ mono, a ~ Element (t a), F.Foldable t, Monoid m) => (Element mono -> m) -> mono -> m
2656.78 s
[mono-traversable] | ^
2656.78 s
[mono-traversable]
2656.78 s
[mono-traversable] src/Data/MonoTraversable.hs:304:28: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.78 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.78 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.79 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.79 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.79 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.79 s
[mono-traversable] • This will become an error in a future GHC release.
2656.79 s
[mono-traversable] |
2656.79 s
[mono-traversable] 304 | default ofoldr :: (t a ~ mono, a ~ Element (t a), F.Foldable t) => (Element mono -> b -> b) -> b -> mono -> b
2656.79 s
[mono-traversable] | ^
2656.79 s
[mono-traversable]
2656.79 s
[mono-traversable] src/Data/MonoTraversable.hs:304:38: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.79 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.79 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.79 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.79 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.79 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.79 s
[mono-traversable] • This will become an error in a future GHC release.
2656.79 s
[mono-traversable] |
2656.79 s
[mono-traversable] 304 | default ofoldr :: (t a ~ mono, a ~ Element (t a), F.Foldable t) => (Element mono -> b -> b) -> b -> mono -> b
2656.79 s
[mono-traversable] | ^
2656.79 s
[mono-traversable]
2656.79 s
[mono-traversable] src/Data/MonoTraversable.hs:310:29: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.79 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.79 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.79 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.79 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.79 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.79 s
[mono-traversable] • This will become an error in a future GHC release.
2656.79 s
[mono-traversable] |
2656.79 s
[mono-traversable] 310 | default ofoldl' :: (t b ~ mono, b ~ Element (t b), F.Foldable t) => (a -> Element mono -> a) -> a -> mono -> a
2656.79 s
[mono-traversable] | ^
2656.79 s
[mono-traversable]
2656.79 s
[mono-traversable] src/Data/MonoTraversable.hs:310:39: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.79 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.79 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.79 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.79 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.79 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.79 s
[mono-traversable] • This will become an error in a future GHC release.
2656.79 s
[mono-traversable] |
2656.79 s
[mono-traversable] 310 | default ofoldl' :: (t b ~ mono, b ~ Element (t b), F.Foldable t) => (a -> Element mono -> a) -> a -> mono -> a
2656.79 s
[mono-traversable] | ^
2656.79 s
[mono-traversable]
2656.79 s
[mono-traversable] src/Data/MonoTraversable.hs:400:31: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.79 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.79 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.79 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.79 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.79 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.79 s
[mono-traversable] • This will become an error in a future GHC release.
2656.79 s
[mono-traversable] |
2656.79 s
[mono-traversable] 400 | default ofoldr1Ex :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
2656.79 s
[mono-traversable] | ^
2656.79 s
[mono-traversable]
2656.79 s
[mono-traversable] src/Data/MonoTraversable.hs:400:41: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.79 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.79 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.79 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.79 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.79 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.79 s
[mono-traversable] • This will become an error in a future GHC release.
2656.79 s
[mono-traversable] |
2656.79 s
[mono-traversable] 400 | default ofoldr1Ex :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
2656.79 s
[mono-traversable] | ^
2656.80 s
[mono-traversable]
2656.80 s
[mono-traversable] src/Data/MonoTraversable.hs:413:32: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.80 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.80 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.80 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.80 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.80 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.80 s
[mono-traversable] • This will become an error in a future GHC release.
2656.80 s
[mono-traversable] |
2656.80 s
[mono-traversable] 413 | default ofoldl1Ex' :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
2656.80 s
[mono-traversable] | ^
2656.80 s
[mono-traversable]
2656.80 s
[mono-traversable] src/Data/MonoTraversable.hs:413:42: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.80 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.80 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.80 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.80 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.80 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.80 s
[mono-traversable] • This will become an error in a future GHC release.
2656.80 s
[mono-traversable] |
2656.80 s
[mono-traversable] 413 | default ofoldl1Ex' :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
2656.80 s
[mono-traversable] | ^
2656.80 s
[mono-traversable]
2656.80 s
[mono-traversable] src/Data/MonoTraversable.hs:919:23: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.80 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.80 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.80 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.80 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.80 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.80 s
[mono-traversable] • This will become an error in a future GHC release.
2656.80 s
[mono-traversable] |
2656.80 s
[mono-traversable] 919 | oand :: (Element mono ~ Bool, MonoFoldable mono) => mono -> Bool
2656.80 s
[mono-traversable] | ^
2656.80 s
[mono-traversable]
2656.80 s
[mono-traversable] src/Data/MonoTraversable.hs:926:22: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.80 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.80 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.80 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.80 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.80 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.80 s
[mono-traversable] • This will become an error in a future GHC release.
2656.80 s
[mono-traversable] |
2656.80 s
[mono-traversable] 926 | oor :: (Element mono ~ Bool, MonoFoldable mono) => mono -> Bool
2656.80 s
[mono-traversable] | ^
2656.80 s
[mono-traversable]
2656.80 s
[mono-traversable] src/Data/MonoTraversable.hs:960:63: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.80 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.80 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.80 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.80 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.80 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.80 s
[mono-traversable] • This will become an error in a future GHC release.
2656.80 s
[mono-traversable] |
2656.80 s
[mono-traversable] 960 | osequence_ :: (Applicative m, MonoFoldable mono, Element mono ~ (m ())) => mono -> m ()
2656.80 s
[mono-traversable] | ^
2656.80 s
[mono-traversable]
2656.80 s
[mono-traversable] src/Data/MonoTraversable.hs:1060:47: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.80 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.80 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.80 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.80 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.80 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.80 s
[mono-traversable] • This will become an error in a future GHC release.
2656.80 s
[mono-traversable] |
2656.80 s
[mono-traversable] 1060 | default otraverse :: (Traversable t, mono ~ t a, a ~ Element mono, Applicative f) => (Element mono -> f (Element mono)) -> mono -> f mono
2656.80 s
[mono-traversable] | ^
2656.80 s
[mono-traversable]
2656.80 s
[mono-traversable] src/Data/MonoTraversable.hs:1060:56: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.80 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.80 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.80 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.80 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.80 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.80 s
[mono-traversable] • This will become an error in a future GHC release.
2656.80 s
[mono-traversable] |
2656.81 s
[mono-traversable] 1060 | default otraverse :: (Traversable t, mono ~ t a, a ~ Element mono, Applicative f) => (Element mono -> f (Element mono)) -> mono -> f mono
2656.81 s
[mono-traversable] | ^
2656.81 s
[mono-traversable]
2656.81 s
[mono-traversable] src/Data/MonoTraversable.hs:1203:45: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.81 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.81 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.81 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.81 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.81 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.81 s
[mono-traversable] • This will become an error in a future GHC release.
2656.81 s
[mono-traversable] |
2656.81 s
[mono-traversable] 1203 | default opoint :: (Applicative f, (f a) ~ mono, Element (f a) ~ a)
2656.81 s
[mono-traversable] | ^
2656.81 s
[mono-traversable]
2656.81 s
[mono-traversable] src/Data/MonoTraversable.hs:1203:67: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.81 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.81 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.81 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.81 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.81 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.81 s
[mono-traversable] • This will become an error in a future GHC release.
2656.81 s
[mono-traversable] |
2656.81 s
[mono-traversable] 1203 | default opoint :: (Applicative f, (f a) ~ mono, Element (f a) ~ a)
2656.81 s
[mono-traversable] | ^
2656.81 s
[mono-traversable]
2656.81 s
[mono-traversable] src/Data/MonoTraversable.hs:1461:33: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.81 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.81 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.81 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.81 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.81 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.81 s
[mono-traversable] • This will become an error in a future GHC release.
2656.81 s
[mono-traversable] |
2656.81 s
[mono-traversable] 1461 | WrappedMono :: Element mono ~ a => mono -> WrappedMono mono a
2656.81 s
[mono-traversable] | ^
2656.81 s
[mono-traversable]
2656.81 s
[mono-traversable] src/Data/MonoTraversable.hs:1530:42: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2656.81 s
[mono-traversable] • The ‘~’ operator is out of scope.
2656.81 s
[mono-traversable] Assuming it to stand for an equality constraint.
2656.81 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2656.81 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2656.81 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2656.81 s
[mono-traversable] • This will become an error in a future GHC release.
2656.81 s
[mono-traversable] |
2656.81 s
[mono-traversable] 1530 | instance (MonoPointed mono, Element mono ~ a) => MonoPointed (WrappedMono mono a) where
2656.81 s
[mono-traversable] | ^
2656.81 s
[mono-traversable]
2656.85 s
[mono-traversable] [2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, nothing ) [HIE file is missing]
2657.11 s
[mono-traversable] [3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, nothing ) [HIE file is missing]
2657.15 s
[mono-traversable] [4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, nothing ) [HIE file is missing]
2657.28 s
[hls-graph] [2 of 6] Compiling DatabaseSpec ( test/DatabaseSpec.hs, dist/build/tests/tests-tmp/DatabaseSpec.o )
2657.53 s
[hls-graph] [3 of 6] Compiling ActionSpec ( test/ActionSpec.hs, dist/build/tests/tests-tmp/ActionSpec.o )
2657.84 s
[hls-graph] [4 of 6] Compiling RulesSpec ( test/RulesSpec.hs, dist/build/tests/tests-tmp/RulesSpec.o )
2657.85 s
[hls-graph] [5 of 6] Compiling Spec ( test/Spec.hs, dist/build/tests/tests-tmp/Spec.o )
2657.92 s
[hls-graph] [6 of 6] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
2657.95 s
[mono-traversable] src/Data/Sequences.hs:1615:44: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2657.95 s
[mono-traversable] • The ‘~’ operator is out of scope.
2657.95 s
[mono-traversable] Assuming it to stand for an equality constraint.
2657.95 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2657.95 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2657.95 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2657.95 s
[mono-traversable] • This will become an error in a future GHC release.
2657.95 s
[mono-traversable] |
2657.95 s
[mono-traversable] 1615 | class (IsSequence t, IsString t, Element t ~ Char) => Textual t where
2657.95 s
[mono-traversable] | ^
2657.95 s
[mono-traversable]
2657.95 s
[mono-traversable] src/Data/Sequences.hs:1631:29: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2657.96 s
[mono-traversable] • The ‘~’ operator is out of scope.
2657.96 s
[mono-traversable] Assuming it to stand for an equality constraint.
2657.96 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2657.96 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2657.96 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2657.96 s
[mono-traversable] • This will become an error in a future GHC release.
2657.96 s
[mono-traversable] |
2657.96 s
[mono-traversable] 1631 | unwords :: (Element seq ~ t, MonoFoldable seq) => seq -> t
2657.96 s
[mono-traversable] | ^
2657.96 s
[mono-traversable]
2657.96 s
[mono-traversable] src/Data/Sequences.hs:1648:29: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2657.96 s
[mono-traversable] • The ‘~’ operator is out of scope.
2657.96 s
[mono-traversable] Assuming it to stand for an equality constraint.
2657.96 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2657.96 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2657.96 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2657.96 s
[mono-traversable] • This will become an error in a future GHC release.
2657.96 s
[mono-traversable] |
2657.96 s
[mono-traversable] 1648 | unlines :: (Element seq ~ t, MonoFoldable seq) => seq -> t
2657.96 s
[mono-traversable] | ^
2657.96 s
[mono-traversable]
2657.96 s
[mono-traversable] src/Data/Sequences.hs:1696:13: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2657.96 s
[mono-traversable] • The ‘~’ operator is out of scope.
2657.96 s
[mono-traversable] Assuming it to stand for an equality constraint.
2657.96 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2657.96 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2657.96 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2657.96 s
[mono-traversable] • This will become an error in a future GHC release.
2657.96 s
[mono-traversable] |
2657.96 s
[mono-traversable] 1696 | instance (c ~ Char) => Textual [c] where
2657.96 s
[mono-traversable] | ^
2657.96 s
[mono-traversable]
2657.96 s
[mono-traversable] src/Data/Sequences.hs:1749:37: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2657.96 s
[mono-traversable] • The ‘~’ operator is out of scope.
2657.96 s
[mono-traversable] Assuming it to stand for an equality constraint.
2657.97 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2657.97 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2657.97 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2657.97 s
[mono-traversable] • This will become an error in a future GHC release.
2657.97 s
[mono-traversable] |
2657.97 s
[lsp-types] [435 of 452] Compiling Language.LSP.Protocol.Message.LspId ( src/Language/LSP/Protocol/Message/LspId.hs, dist/build/Language/LSP/Protocol/Message/LspId.o, dist/build/Language/LSP/Protocol/Message/LspId.dyn_o )
2657.97 s
[lsp-types] [436 of 452] Compiling Language.LSP.Protocol.Internal.Types ( generated/Language/LSP/Protocol/Internal/Types.hs, dist/build/Language/LSP/Protocol/Internal/Types.o, dist/build/Language/LSP/Protocol/Internal/Types.dyn_o )
2657.97 s
[lsp-types] [437 of 452] Compiling Language.LSP.Protocol.Types.WatchKinds ( src/Language/LSP/Protocol/Types/WatchKinds.hs, dist/build/Language/LSP/Protocol/Types/WatchKinds.o, dist/build/Language/LSP/Protocol/Types/WatchKinds.dyn_o )
2657.97 s
[lsp-types] [438 of 452] Compiling Language.LSP.Protocol.Types.Orphans ( src/Language/LSP/Protocol/Types/Orphans.hs, dist/build/Language/LSP/Protocol/Types/Orphans.o, dist/build/Language/LSP/Protocol/Types/Orphans.dyn_o )
2657.97 s
[lsp-types] [439 of 452] Compiling Language.LSP.Protocol.Types.Edit ( src/Language/LSP/Protocol/Types/Edit.hs, dist/build/Language/LSP/Protocol/Types/Edit.o, dist/build/Language/LSP/Protocol/Types/Edit.dyn_o )
2657.97 s
[lsp-types] [440 of 452] Compiling Language.LSP.Protocol.Types.CodeAction ( src/Language/LSP/Protocol/Types/CodeAction.hs, dist/build/Language/LSP/Protocol/Types/CodeAction.o, dist/build/Language/LSP/Protocol/Types/CodeAction.dyn_o )
2657.97 s
[lsp-types] [441 of 452] Compiling Language.LSP.Protocol.Types ( src/Language/LSP/Protocol/Types.hs, dist/build/Language/LSP/Protocol/Types.o, dist/build/Language/LSP/Protocol/Types.dyn_o )
2657.97 s
[lsp-types] [442 of 452] Compiling Language.LSP.Protocol.Message.Types ( src/Language/LSP/Protocol/Message/Types.hs, dist/build/Language/LSP/Protocol/Message/Types.o, dist/build/Language/LSP/Protocol/Message/Types.dyn_o )
2657.97 s
[mono-traversable] 1749 | Element (f (Maybe t)) ~ Maybe t)
2657.97 s
[mono-traversable] | ^
2657.97 s
[mono-traversable]
2657.97 s
[mono-traversable] src/Data/Sequences.hs:1800:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2657.97 s
[mono-traversable] • The ‘~’ operator is out of scope.
2657.97 s
[mono-traversable] Assuming it to stand for an equality constraint.
2657.97 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2657.97 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2657.97 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2657.98 s
[mono-traversable] • This will become an error in a future GHC release.
2657.98 s
[mono-traversable] |
2657.98 s
[mono-traversable] 1800 | repack :: (MonoFoldable a, IsSequence b, Element a ~ Element b) => a -> b
2657.98 s
[mono-traversable] | ^
2657.98 s
[mono-traversable]
2657.98 s
[mono-traversable] src/Data/Sequences.hs:1816:13: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2657.98 s
[mono-traversable] • The ‘~’ operator is out of scope.
2657.98 s
[mono-traversable] Assuming it to stand for an equality constraint.
2657.98 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2657.98 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2657.98 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2657.98 s
[mono-traversable] • This will become an error in a future GHC release.
2657.98 s
[mono-traversable] |
2657.98 s
[mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
2657.98 s
[mono-traversable] | ^
2657.98 s
[mono-traversable]
2657.98 s
[mono-traversable] src/Data/Sequences.hs:1816:23: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2657.98 s
[mono-traversable] • The ‘~’ operator is out of scope.
2657.98 s
[mono-traversable] Assuming it to stand for an equality constraint.
2657.98 s
[mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2657.98 s
[mono-traversable] exported from Data.Type.Equality and Prelude.
2657.98 s
[mono-traversable] If you are using a custom Prelude, consider re-exporting it.
2657.98 s
[mono-traversable] • This will become an error in a future GHC release.
2657.98 s
[mono-traversable] |
2657.98 s
[mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
2657.98 s
[mono-traversable] | ^
2657.98 s
[mono-traversable]
2657.99 s
[mono-traversable] [5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, nothing ) [HIE file is missing]
2658.14 s
[mono-traversable] src/Data/NonNull.hs:54:51: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2658.14 s
[mono-traversable] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2658.14 s
[mono-traversable] • In the data declaration for ‘NullError’
2658.15 s
[mono-traversable] |
2658.15 s
[mono-traversable] 54 | data NullError = NullError String deriving (Show, Typeable )
2658.15 s
[mono-traversable] | ^^^^^^^^
2658.15 s
[mono-traversable]
2658.15 s
[mono-traversable] src/Data/NonNull.hs:62:42: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2658.15 s
[mono-traversable] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2658.15 s
[mono-traversable] • In the newtype declaration for ‘NonNull’
2658.15 s
[mono-traversable] |
2658.15 s
[mono-traversable] 62 | deriving (Eq, Ord, Read, Show, Data, Typeable )
2658.15 s
[mono-traversable] | ^^^^^^^^
2658.15 s
[mono-traversable]
2658.15 s
[mono-traversable] [6 of 6] Compiling Paths_mono_traversable ( dist/build/autogen/Paths_mono_traversable.hs, nothing ) [HIE file is missing]
2658.18 s
[mono-traversable] Haddock coverage:
2658.18 s
[mono-traversable] Warning: 'ByteString' is out of scope.
2658.18 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.18 s
[mono-traversable] Warning: 'Text' is out of scope.
2658.18 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.18 s
[mono-traversable] Warning: 'Foldable' is out of scope.
2658.18 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.18 s
[mono-traversable] Warning: 'foldlUnwrap' is out of scope.
2658.18 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.18 s
[mono-traversable] Warning: 'intercalate' is out of scope.
2658.18 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.18 s
[mono-traversable] Warning: 'WrappedMono' is ambiguous. It is defined
2658.18 s
[mono-traversable] * at src/Data/MonoTraversable.hs:1461:5
2658.18 s
[mono-traversable] * at src/Data/MonoTraversable.hs:1460:1
2658.18 s
[mono-traversable] You may be able to disambiguate the identifier by qualifying it or
2658.18 s
[mono-traversable] by specifying the type/value namespace explicitly.
2658.19 s
[mono-traversable] Defaulting to the one defined at src/Data/MonoTraversable.hs:1460:1
2658.29 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
2658.29 s
[lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
2658.29 s
[lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
2658.29 s
[lsp-types] Consider disambiguating using module qualification instead.
2658.29 s
[lsp-types] |
2658.29 s
[lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n) }
2658.29 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2658.29 s
[lsp-types]
2658.29 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
2658.29 s
[lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
2658.29 s
[lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
2658.29 s
[lsp-types] Consider disambiguating using module qualification instead.
2658.29 s
[lsp-types] |
2658.29 s
[lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n) }
2658.29 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2658.29 s
[lsp-types]
2658.36 s
[mono-traversable] 94% ( 34 / 36) in 'Data.MonoTraversable'
2658.36 s
[mono-traversable] Missing documentation for:
2658.36 s
[mono-traversable] replaceElemStrictText (src/Data/MonoTraversable.hs:287)
2658.36 s
[mono-traversable] replaceElemLazyText (src/Data/MonoTraversable.hs:290)
2658.37 s
[mono-traversable] 87% ( 7 / 8) in 'Data.Containers'
2658.37 s
[mono-traversable] Missing documentation for:
2658.37 s
[mono-traversable] Module header
2658.38 s
[mono-traversable] 100% ( 32 / 32) in 'Data.MonoTraversable.Unprefixed'
2658.38 s
[mono-traversable] Warning: 'true' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'a' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'String' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'Vector' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'intercalate' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'not' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'z' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'Text' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'b' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'c' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.38 s
[mono-traversable] Warning: 'seq' is out of scope.
2658.38 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.39 s
[mono-traversable] Warning: 'NonNull' is out of scope.
2658.39 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.39 s
[mono-traversable] Warning: 'SemiGroup' is out of scope.
2658.39 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.39 s
[mono-traversable] Warning: 'NonEmpty' is out of scope.
2658.39 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.39 s
[mono-traversable] Warning: 'nfilter' is out of scope.
2658.39 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.39 s
[mono-traversable] 80% ( 40 / 50) in 'Data.Sequences'
2658.39 s
[mono-traversable] Missing documentation for:
2658.39 s
[mono-traversable] splitElemStrictBS (src/Data/Sequences.hs:1525)
2658.39 s
[mono-traversable] stripPrefixStrictBS (src/Data/Sequences.hs:1530)
2658.39 s
[mono-traversable] stripSuffixStrictBS (src/Data/Sequences.hs:1535)
2658.39 s
[mono-traversable] splitSeqLazyBS (src/Data/Sequences.hs:1547)
2658.39 s
[mono-traversable] stripPrefixLazyBS (src/Data/Sequences.hs:1552)
2658.39 s
[mono-traversable] stripSuffixLazyBS (src/Data/Sequences.hs:1557)
2658.39 s
[mono-traversable] splitSeqStrictText (src/Data/Sequences.hs:1571)
2658.39 s
[mono-traversable] replaceSeqStrictText (src/Data/Sequences.hs:1576)
2658.39 s
[mono-traversable] splitSeqLazyText (src/Data/Sequences.hs:1590)
2658.39 s
[mono-traversable] replaceSeqLazyText (src/Data/Sequences.hs:1595)
2658.39 s
[mono-traversable] Warning: 'NonNull' is ambiguous. It is defined
2658.39 s
[mono-traversable] * at src/Data/NonNull.hs:58:24
2658.39 s
[mono-traversable] * at src/Data/NonNull.hs:58:1
2658.39 s
[mono-traversable] You may be able to disambiguate the identifier by qualifying it or
2658.39 s
[mono-traversable] by specifying the type/value namespace explicitly.
2658.39 s
[mono-traversable] Defaulting to the one defined at src/Data/NonNull.hs:58:1
2658.39 s
[mono-traversable] Warning: 'NonEmpty' is out of scope.
2658.39 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.39 s
[mono-traversable] Warning: 'foldl1'' is out of scope.
2658.39 s
[mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
2658.40 s
[mono-traversable] 100% ( 30 / 30) in 'Data.NonNull'
2658.63 s
[hls-graph] [7 of 7] Linking dist/build/tests/tests
2659.07 s
[mono-traversable] Warning: Data.MonoTraversable: could not find link destinations for:
2659.07 s
[mono-traversable] - Data.Vector.Strict.Vector
2659.07 s
[mono-traversable] - Data.Vector.Storable.Vector
2659.07 s
[mono-traversable] - Data.Vector.Vector
2659.07 s
[mono-traversable] - Data.Vector.Unboxed.Base.Unbox
2659.08 s
[mono-traversable] Warning: Data.Containers: could not find link destinations for:
2659.08 s
[mono-traversable] - Data.Containers.D:R:MapValueList
2659.08 s
[mono-traversable] - Data.Containers.D:R:ContainerKeyList
2659.08 s
[mono-traversable] - Data.Containers.D:R:BPMKeyConstraintHashMapkey
2659.08 s
[mono-traversable] - Data.Containers.D:R:BPMKeyConstraintMapkey
2659.08 s
[mono-traversable] - Data.Containers.D:R:KeySetIntMap
2659.08 s
[mono-traversable] - Data.Containers.D:R:KeySetMap
2659.08 s
[mono-traversable] - Data.Containers.D:R:ContainerKeyHashMap
2659.08 s
[mono-traversable] - Data.Containers.D:R:MapValueHashMap
2659.08 s
[mono-traversable] - Data.Containers.D:R:ContainerKeyIntMap
2659.08 s
[mono-traversable] - Data.Containers.D:R:MapValueIntMap
2659.08 s
[mono-traversable] - Data.Containers.D:R:ContainerKeyMap
2659.08 s
[mono-traversable] - Data.Containers.D:R:MapValueMap
2659.08 s
[mono-traversable] - Data.Containers.D:R:ContainerKeyHashSet
2659.08 s
[mono-traversable] - Data.Containers.D:R:ContainerKeyIntSet
2659.08 s
[mono-traversable] - Data.Containers.D:R:ContainerKeySet
2659.08 s
[mono-traversable] - Data.Containers.D:R:KeySetHashMap
2659.10 s
[mono-traversable] Warning: Data.Sequences: could not find link destinations for:
2659.10 s
[mono-traversable] - Data.Vector.Strict.Vector
2659.10 s
[mono-traversable] - Data.Vector.Storable.Vector
2659.10 s
[mono-traversable] - Data.Vector.Vector
2659.10 s
[mono-traversable] - Data.Vector.Unboxed.Base.Unbox
2659.10 s
[mono-traversable] - Data.Vector.Generic.Base.Vector
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexByteString
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexByteString0
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexList
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexSeq
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexText
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexText0
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexVector
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexVector0
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexVector1
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexVector2
2659.10 s
[mono-traversable] - Data.Sequences.D:R:IndexNonEmpty
2659.10 s
[mono-traversable] - Data.NonNull.D:R:IndexNonNull
2659.11 s
[mono-traversable] Warning: Data.NonNull: could not find link destinations for:
2659.11 s
[mono-traversable] - Data.Vector.Strict.Vector
2659.11 s
[mono-traversable] - Data.Vector.Storable.Vector
2659.11 s
[mono-traversable] - Data.Vector.Vector
2659.11 s
[mono-traversable] - Data.Vector.Unboxed.Base.Unbox
2659.11 s
[mono-traversable] - Data.NonNull.D:R:IndexNonNull
2660.14 s
[hls-graph] Phase: checkPhase
2660.65 s
[hls-graph] Running 1 test suites...
2660.65 s
[hls-graph] Test suite tests: RUNNING...
2660.70 s
[hls-graph] tactics
2660.70 s
[hls-graph] Action
2660.70 s
[hls-graph] apply1
2660.70 s
[hls-graph] Test build update, Buggy dirty mechanism in hls-graph #4237: OK
2660.70 s
[hls-graph] apply1
2660.70 s
[hls-graph] computes a rule with no dependencies: OK
2660.71 s
[hls-graph] computes a rule with one dependency: OK (0.01s)
2660.71 s
[hls-graph] tracks direct dependencies: OK (0.01s)
2660.71 s
[hls-graph] tracks reverse dependencies: OK (0.01s)
2660.71 s
[hls-graph] rethrows exceptions: OK (0.01s)
2660.71 s
[hls-graph] computes a rule with branching dependencies does not invoke phantom dependencies #3423: OK (0.01s)
2660.71 s
[hls-graph] applyWithoutDependency
2660.71 s
[hls-graph] does not track dependencies: OK
2660.71 s
[hls-graph] Database
2660.71 s
[hls-graph] Evaluation
2660.72 s
[hls-graph] detects cycles: OK (0.02s)
2660.72 s
[hls-graph] compute
2660.72 s
[hls-graph] build step and changed step updated correctly: OK
2660.72 s
[hls-graph]
2660.72 s
[hls-graph] All 10 tests passed (0.02s)
2660.73 s
[hls-graph] Test suite tests: PASS
2660.73 s
[hls-graph] Test suite logged to: dist/test/hls-graph-2.10.0.0-tests.log
2660.73 s
[hls-graph] 1 of 1 test suites (1 of 1 test cases) passed.
2660.74 s
[hls-graph] Phase: haddockPhase
2661.67 s
[hls-graph] Preprocessing library for hls-graph-2.10.0.0...
2661.68 s
[hls-graph] Running Haddock on library for hls-graph-2.10.0.0...
2661.73 s
[hls-graph] Warning: The documentation for the following packages are not installed. No
2661.73 s
[hls-graph] links will be generated to these packages: vector-0.13.2.0
2662.07 s
[lsp-types] [443 of 452] Compiling Language.LSP.Protocol.Message.Parsing ( src/Language/LSP/Protocol/Message/Parsing.hs, dist/build/Language/LSP/Protocol/Message/Parsing.o, dist/build/Language/LSP/Protocol/Message/Parsing.dyn_o )
2662.35 s
[hls-graph] [ 1 of 16] Compiling Control.Concurrent.STM.Stats ( src/Control/Concurrent/STM/Stats.hs, /build/ghc947_tmp_0/ghc_tmp_14.o, /build/ghc947_tmp_0/ghc_tmp_14.dyn_o )
2662.44 s
[hls-graph] [ 2 of 16] Compiling Development.IDE.Graph.Classes ( src/Development/IDE/Graph/Classes.hs, /build/ghc947_tmp_0/ghc_tmp_16.o, /build/ghc947_tmp_0/ghc_tmp_16.dyn_o )
2662.49 s
[hls-graph] [ 3 of 16] Compiling Development.IDE.Graph.Internal.Key ( src/Development/IDE/Graph/Internal/Key.hs, /build/ghc947_tmp_0/ghc_tmp_20.o, /build/ghc947_tmp_0/ghc_tmp_20.dyn_o )
2662.78 s
[hls-graph] [ 4 of 16] Compiling Development.IDE.Graph.Internal.Types ( src/Development/IDE/Graph/Internal/Types.hs, /build/ghc947_tmp_0/ghc_tmp_26.o, /build/ghc947_tmp_0/ghc_tmp_26.dyn_o )
2664.12 s
[hls-graph] [ 5 of 16] Compiling Development.IDE.Graph.Internal.Rules ( src/Development/IDE/Graph/Internal/Rules.hs, /build/ghc947_tmp_0/ghc_tmp_24.o, /build/ghc947_tmp_0/ghc_tmp_24.dyn_o )
2664.24 s
[hls-graph] [ 6 of 16] Compiling Development.IDE.Graph.Internal.Options ( src/Development/IDE/Graph/Internal/Options.hs, nothing ) [HIE file is missing]
2664.25 s
[hls-graph] [ 7 of 16] Compiling Development.IDE.Graph.Internal.Database ( src/Development/IDE/Graph/Internal/Database.hs, /build/ghc947_tmp_0/ghc_tmp_18.o, /build/ghc947_tmp_0/ghc_tmp_18.dyn_o )
2664.78 s
[hls-graph] [ 8 of 16] Compiling Development.IDE.Graph.Internal.Action ( src/Development/IDE/Graph/Internal/Action.hs, nothing ) [HIE file is missing]
2664.83 s
[hls-graph] [ 9 of 16] Compiling Development.IDE.Graph.KeyMap ( src/Development/IDE/Graph/KeyMap.hs, nothing ) [HIE file is missing]
2664.84 s
[hls-graph] [10 of 16] Compiling Development.IDE.Graph.KeySet ( src/Development/IDE/Graph/KeySet.hs, nothing ) [HIE file is missing]
2664.84 s
[hls-graph] [11 of 16] Compiling Development.IDE.Graph.Rule ( src/Development/IDE/Graph/Rule.hs, nothing ) [HIE file is missing]
2664.84 s
[hls-graph] [12 of 16] Compiling Paths_hls_graph ( dist/build/autogen/Paths_hls_graph.hs, /build/ghc947_tmp_0/ghc_tmp_28.o, /build/ghc947_tmp_0/ghc_tmp_28.dyn_o )
2664.91 s
[hls-graph] [13 of 16] Compiling Development.IDE.Graph.Internal.Paths ( src/Development/IDE/Graph/Internal/Paths.hs, /build/ghc947_tmp_0/ghc_tmp_22.o, /build/ghc947_tmp_0/ghc_tmp_22.dyn_o )
2664.98 s
[hls-graph] [14 of 16] Compiling Development.IDE.Graph.Internal.Profile ( src/Development/IDE/Graph/Internal/Profile.hs, nothing ) [HIE file is missing]
2665.10 s
[hls-graph] [15 of 16] Compiling Development.IDE.Graph.Database ( src/Development/IDE/Graph/Database.hs, nothing ) [HIE file is missing]
2665.13 s
[hls-graph] [16 of 16] Compiling Development.IDE.Graph ( src/Development/IDE/Graph.hs, nothing ) [HIE file is missing]
2665.13 s
[hls-graph] Haddock coverage:
2665.45 s
[hls-graph] 93% ( 73 / 78) in 'Control.Concurrent.STM.Stats'
2665.45 s
[hls-graph] Missing documentation for:
2665.45 s
[hls-graph] Module header
2665.45 s
[hls-graph] atomicallyNamed (src/Control/Concurrent/STM/Stats.hs:37)
2665.45 s
[hls-graph] atomically (src/Control/Concurrent/STM/Stats.hs:39)
2665.45 s
[hls-graph] getSTMStats (src/Control/Concurrent/STM/Stats.hs:36)
2665.45 s
[hls-graph] dumpSTMStats (src/Control/Concurrent/STM/Stats.hs:38)
2665.45 s
[hls-graph] 83% ( 5 / 6) in 'Development.IDE.Graph.Classes'
2665.45 s
[hls-graph] Missing documentation for:
2665.45 s
[hls-graph] Module header
2665.45 s
[hls-graph] 6% ( 2 / 29) in 'Development.IDE.Graph.Internal.Key'
2665.45 s
[hls-graph] Missing documentation for:
2665.45 s
[hls-graph] Module header
2665.45 s
[hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:52)
2665.45 s
[hls-graph] KeyValue (src/Development/IDE/Graph/Internal/Key.hs:58)
2665.45 s
[hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:55)
2665.45 s
[hls-graph] newKey (src/Development/IDE/Graph/Internal/Key.hs:75)
2665.45 s
[hls-graph] renderKey (src/Development/IDE/Graph/Internal/Key.hs:101)
2665.45 s
[hls-graph] KeyMap (src/Development/IDE/Graph/Internal/Key.hs:141)
2665.45 s
[hls-graph] mapKeyMap (src/Development/IDE/Graph/Internal/Key.hs:150)
2665.45 s
[hls-graph] insertKeyMap (src/Development/IDE/Graph/Internal/Key.hs:153)
2665.45 s
[hls-graph] lookupKeyMap (src/Development/IDE/Graph/Internal/Key.hs:156)
2665.45 s
[hls-graph] lookupDefaultKeyMap (src/Development/IDE/Graph/Internal/Key.hs:159)
2665.45 s
[hls-graph] fromListKeyMap (src/Development/IDE/Graph/Internal/Key.hs:162)
2665.45 s
[hls-graph] fromListWithKeyMap (src/Development/IDE/Graph/Internal/Key.hs:165)
2665.45 s
[hls-graph] toListKeyMap (src/Development/IDE/Graph/Internal/Key.hs:168)
2665.45 s
[hls-graph] elemsKeyMap (src/Development/IDE/Graph/Internal/Key.hs:171)
2665.45 s
[hls-graph] restrictKeysKeyMap (src/Development/IDE/Graph/Internal/Key.hs:174)
2665.45 s
[hls-graph] KeySet (src/Development/IDE/Graph/Internal/Key.hs:103)
2665.45 s
[hls-graph] nullKeySet (src/Development/IDE/Graph/Internal/Key.hs:121)
2665.45 s
[hls-graph] insertKeySet (src/Development/IDE/Graph/Internal/Key.hs:112)
2665.45 s
[hls-graph] memberKeySet (src/Development/IDE/Graph/Internal/Key.hs:115)
2665.45 s
[hls-graph] toListKeySet (src/Development/IDE/Graph/Internal/Key.hs:118)
2665.45 s
[hls-graph] lengthKeySet (src/Development/IDE/Graph/Internal/Key.hs:139)
2665.45 s
[hls-graph] filterKeySet (src/Development/IDE/Graph/Internal/Key.hs:136)
2665.45 s
[hls-graph] singletonKeySet (src/Development/IDE/Graph/Internal/Key.hs:133)
2665.45 s
[hls-graph] fromListKeySet (src/Development/IDE/Graph/Internal/Key.hs:130)
2665.45 s
[hls-graph] deleteKeySet (src/Development/IDE/Graph/Internal/Key.hs:127)
2665.45 s
[hls-graph] differenceKeySet (src/Development/IDE/Graph/Internal/Key.hs:124)
2665.45 s
[hls-graph] Warning: 'BuiltinRun' is out of scope.
2665.45 s
[hls-graph] If you qualify the identifier, haddock can try to link it anyway.
2665.45 s
[hls-graph] Warning: 'RunResult' is ambiguous. It is defined
2665.45 s
[hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:210:24
2665.45 s
[hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:210:1
2665.45 s
[hls-graph] You may be able to disambiguate the identifier by qualifying it or
2665.45 s
[hls-graph] by specifying the type/value namespace explicitly.
2665.45 s
[hls-graph] Defaulting to the one defined at src/Development/IDE/Graph/Internal/Types.hs:210:1
2665.45 s
[hls-graph] Warning: 'Rule' is out of scope.
2665.45 s
[hls-graph] If you qualify the identifier, haddock can try to link it anyway.
2665.45 s
[hls-graph] Warning: 'Action' is ambiguous. It is defined
2665.45 s
[hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:70:20
2665.45 s
[hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:70:1
2665.45 s
[hls-graph] You may be able to disambiguate the identifier by qualifying it or
2665.45 s
[hls-graph] by specifying the type/value namespace explicitly.
2665.45 s
[hls-graph] Defaulting to the one defined at src/Development/IDE/Graph/Internal/Types.hs:70:1
2665.45 s
[hls-graph] Warning: 'IOException' is out of scope.
2665.45 s
[hls-graph] If you qualify the identifier, haddock can try to link it anyway.
2665.45 s
[hls-graph] Warning: 'Rules' is ambiguous. It is defined
2665.45 s
[hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:52:19
2665.45 s
[hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:52:1
2665.45 s
[hls-graph] You may be able to disambiguate the identifier by qualifying it or
2665.45 s
[hls-graph] by specifying the type/value namespace explicitly.
2665.46 s
[hls-graph] Defaulting to the one defined at src/Development/IDE/Graph/Internal/Types.hs:52:1
2665.46 s
[hls-graph] 17% ( 6 / 35) in 'Development.IDE.Graph.Internal.Types'
2665.46 s
[hls-graph] Missing documentation for:
2665.46 s
[hls-graph] Module header
2665.46 s
[hls-graph] unwrapDynamic (src/Development/IDE/Graph/Internal/Types.hs:38)
2665.46 s
[hls-graph] TheRules (src/Development/IDE/Graph/Internal/Types.hs:45)
2665.46 s
[hls-graph] SRules (src/Development/IDE/Graph/Internal/Types.hs:55)
2665.46 s
[hls-graph] SAction (src/Development/IDE/Graph/Internal/Types.hs:73)
2665.46 s
[hls-graph] getDatabase (src/Development/IDE/Graph/Internal/Types.hs:80)
2665.46 s
[hls-graph] ShakeDatabase (src/Development/IDE/Graph/Internal/Types.hs:89)
2665.46 s
[hls-graph] Step (src/Development/IDE/Graph/Internal/Types.hs:91)
2665.46 s
[hls-graph] Value (src/Development/IDE/Graph/Internal/Types.hs:100)
2665.46 s
[hls-graph] KeyDetails (src/Development/IDE/Graph/Internal/Types.hs:102)
2665.46 s
[hls-graph] onKeyReverseDeps (src/Development/IDE/Graph/Internal/Types.hs:108)
2665.46 s
[hls-graph] Database (src/Development/IDE/Graph/Internal/Types.hs:111)
2665.46 s
[hls-graph] waitForDatabaseRunningKeys (src/Development/IDE/Graph/Internal/Types.hs:119)
2665.46 s
[hls-graph] getDatabaseValues (src/Development/IDE/Graph/Internal/Types.hs:122)
2665.46 s
[hls-graph] Status (src/Development/IDE/Graph/Internal/Types.hs:128)
2665.46 s
[hls-graph] viewDirty (src/Development/IDE/Graph/Internal/Types.hs:139)
2665.46 s
[hls-graph] getResult (src/Development/IDE/Graph/Internal/Types.hs:143)
2665.46 s
[hls-graph] waitRunning (src/Development/IDE/Graph/Internal/Types.hs:148)
2665.46 s
[hls-graph] Result (src/Development/IDE/Graph/Internal/Types.hs:151)
2665.46 s
[hls-graph] ResultDeps (src/Development/IDE/Graph/Internal/Types.hs:165)
2665.46 s
[hls-graph] getResultDepsDefault (src/Development/IDE/Graph/Internal/Types.hs:169)
2665.46 s
[hls-graph] mapResultDeps (src/Development/IDE/Graph/Internal/Types.hs:174)
2665.46 s
[hls-graph] GraphException (src/Development/IDE/Graph/Internal/Types.hs:225)
2665.46 s
[hls-graph] fromGraphException (src/Development/IDE/Graph/Internal/Types.hs:239)
2665.46 s
[hls-graph] Stack (src/Development/IDE/Graph/Internal/Types.hs:246)
2665.46 s
[hls-graph] StackException (src/Development/IDE/Graph/Internal/Types.hs:251)
2665.46 s
[hls-graph] addStack (src/Development/IDE/Graph/Internal/Types.hs:260)
2665.46 s
[hls-graph] memberStack (src/Development/IDE/Graph/Internal/Types.hs:266)
2665.46 s
[hls-graph] emptyStack (src/Development/IDE/Graph/Internal/Types.hs:269)
2665.46 s
[hls-graph] 16% ( 1 / 6) in 'Development.IDE.Graph.Internal.Rules'
2665.46 s
[hls-graph] Missing documentation for:
2665.46 s
[hls-graph] Module header
2665.46 s
[hls-graph] action (src/Development/IDE/Graph/Internal/Rules.hs:27)
2665.46 s
[hls-graph] addRule (src/Development/IDE/Graph/Internal/Rules.hs:36)
2665.46 s
[hls-graph] runRule (src/Development/IDE/Graph/Internal/Rules.hs:48)
2665.46 s
[hls-graph] runRules (src/Development/IDE/Graph/Internal/Rules.hs:53)
2665.46 s
[hls-graph] 0% ( 0 / 6) in 'Development.IDE.Graph.Internal.Options'
2665.46 s
[hls-graph] Missing documentation for:
2665.46 s
[hls-graph] Module header
2665.46 s
[hls-graph] ShakeOptions (src/Development/IDE/Graph/Internal/Options.hs:7)
2665.46 s
[hls-graph] shakeOptions (src/Development/IDE/Graph/Internal/Options.hs:14)
2665.46 s
[hls-graph] getShakeExtra (src/Development/IDE/Graph/Internal/Options.hs:17)
2665.46 s
[hls-graph] getShakeExtraRules (src/Development/IDE/Graph/Internal/Options.hs:22)
2665.46 s
[hls-graph] newShakeExtra (src/Development/IDE/Graph/Internal/Options.hs:27)
2665.46 s
[hls-graph] 71% ( 5 / 7) in 'Development.IDE.Graph.Internal.Database'
2665.46 s
[hls-graph] Missing documentation for:
2665.46 s
[hls-graph] Module header
2665.46 s
[hls-graph] newDatabase (src/Development/IDE/Graph/Internal/Database.hs:53)
2665.46 s
[hls-graph] 21% ( 3 / 14) in 'Development.IDE.Graph.Internal.Action'
2665.46 s
[hls-graph] Missing documentation for:
2665.46 s
[hls-graph] Module header
2665.46 s
[hls-graph] ShakeValue (src/Development/IDE/Graph/Internal/Action.hs:35)
2665.46 s
[hls-graph] actionFork (src/Development/IDE/Graph/Internal/Action.hs:70)
2665.46 s
[hls-graph] actionBracket (src/Development/IDE/Graph/Internal/Action.hs:101)
2665.46 s
[hls-graph] actionCatch (src/Development/IDE/Graph/Internal/Action.hs:91)
2665.46 s
[hls-graph] actionFinally (src/Development/IDE/Graph/Internal/Action.hs:106)
2665.46 s
[hls-graph] apply1 (src/Development/IDE/Graph/Internal/Action.hs:111)
2665.46 s
[hls-graph] apply (src/Development/IDE/Graph/Internal/Action.hs:114)
2665.46 s
[hls-graph] parallel (src/Development/IDE/Graph/Internal/Action.hs:44)
2665.46 s
[hls-graph] runActions (src/Development/IDE/Graph/Internal/Action.hs:132)
2665.46 s
[hls-graph] getKeysAndVisitedAge (src/Development/IDE/Graph/Internal/Action.hs:143)
2665.46 s
[hls-graph] 0% ( 0 / 12) in 'Development.IDE.Graph.KeyMap'
2665.46 s
[hls-graph] Missing documentation for:
2665.46 s
[hls-graph] Module header
2665.46 s
[hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:52)
2665.46 s
[hls-graph] KeyMap (src/Development/IDE/Graph/Internal/Key.hs:141)
2665.46 s
[hls-graph] mapKeyMap (src/Development/IDE/Graph/Internal/Key.hs:150)
2665.46 s
[hls-graph] insertKeyMap (src/Development/IDE/Graph/Internal/Key.hs:153)
2665.46 s
[hls-graph] lookupKeyMap (src/Development/IDE/Graph/Internal/Key.hs:156)
2665.46 s
[hls-graph] lookupDefaultKeyMap (src/Development/IDE/Graph/Internal/Key.hs:159)
2665.46 s
[hls-graph] fromListKeyMap (src/Development/IDE/Graph/Internal/Key.hs:162)
2665.46 s
[hls-graph] fromListWithKeyMap (src/Development/IDE/Graph/Internal/Key.hs:165)
2665.46 s
[hls-graph] toListKeyMap (src/Development/IDE/Graph/Internal/Key.hs:168)
2665.46 s
[hls-graph] elemsKeyMap (src/Development/IDE/Graph/Internal/Key.hs:171)
2665.46 s
[hls-graph] restrictKeysKeyMap (src/Development/IDE/Graph/Internal/Key.hs:174)
2665.46 s
[hls-graph] 0% ( 0 / 13) in 'Development.IDE.Graph.KeySet'
2665.46 s
[hls-graph] Missing documentation for:
2665.46 s
[hls-graph] Module header
2665.46 s
[hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:52)
2665.46 s
[hls-graph] KeySet (src/Development/IDE/Graph/Internal/Key.hs:103)
2665.46 s
[hls-graph] insertKeySet (src/Development/IDE/Graph/Internal/Key.hs:112)
2665.46 s
[hls-graph] memberKeySet (src/Development/IDE/Graph/Internal/Key.hs:115)
2665.46 s
[hls-graph] toListKeySet (src/Development/IDE/Graph/Internal/Key.hs:118)
2665.46 s
[hls-graph] nullKeySet (src/Development/IDE/Graph/Internal/Key.hs:121)
2665.46 s
[hls-graph] differenceKeySet (src/Development/IDE/Graph/Internal/Key.hs:124)
2665.46 s
[hls-graph] deleteKeySet (src/Development/IDE/Graph/Internal/Key.hs:127)
2665.46 s
[hls-graph] fromListKeySet (src/Development/IDE/Graph/Internal/Key.hs:130)
2665.46 s
[hls-graph] singletonKeySet (src/Development/IDE/Graph/Internal/Key.hs:133)
2665.46 s
[hls-graph] filterKeySet (src/Development/IDE/Graph/Internal/Key.hs:136)
2665.46 s
[hls-graph] lengthKeySet (src/Development/IDE/Graph/Internal/Key.hs:139)
2665.46 s
[hls-graph] 66% ( 8 / 12) in 'Development.IDE.Graph.Rule'
2665.46 s
[hls-graph] Missing documentation for:
2665.46 s
[hls-graph] Module header
2665.46 s
[hls-graph] addRule (src/Development/IDE/Graph/Internal/Rules.hs:36)
2665.46 s
[hls-graph] apply (src/Development/IDE/Graph/Internal/Action.hs:114)
2665.46 s
[hls-graph] apply1 (src/Development/IDE/Graph/Internal/Action.hs:111)
2665.46 s
[hls-graph] 0% ( 0 / 9) in 'Paths_hls_graph'
2665.46 s
[hls-graph] Missing documentation for:
2665.47 s
[hls-graph] Module header
2665.47 s
[hls-graph] version (dist/build/autogen/Paths_hls_graph.hs:36)
2665.47 s
[hls-graph] getBinDir (dist/build/autogen/Paths_hls_graph.hs:56)
2665.47 s
[hls-graph] getLibDir (dist/build/autogen/Paths_hls_graph.hs:57)
2665.47 s
[hls-graph] getDynLibDir (dist/build/autogen/Paths_hls_graph.hs:58)
2665.47 s
[hls-graph] getDataDir (dist/build/autogen/Paths_hls_graph.hs:59)
2665.47 s
[hls-graph] getLibexecDir (dist/build/autogen/Paths_hls_graph.hs:60)
2665.47 s
[hls-graph] getDataFileName (dist/build/autogen/Paths_hls_graph.hs:39)
2665.47 s
[hls-graph] getSysconfDir (dist/build/autogen/Paths_hls_graph.hs:61)
2665.47 s
[hls-graph] 0% ( 0 / 2) in 'Development.IDE.Graph.Internal.Paths'
2665.47 s
[hls-graph] Missing documentation for:
2665.47 s
[hls-graph] Module header
2665.47 s
[hls-graph] readDataFileHTML (src/Development/IDE/Graph/Internal/Paths.hs:61)
2665.47 s
[hls-graph] 50% ( 1 / 2) in 'Development.IDE.Graph.Internal.Profile'
2665.47 s
[hls-graph] Missing documentation for:
2665.47 s
[hls-graph] Module header
2665.47 s
[hls-graph] Warning: 'ShakeDatabase' is ambiguous. It is defined
2665.47 s
[hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:89:22
2665.47 s
[hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:89:1
2665.47 s
[hls-graph] You may be able to disambiguate the identifier by qualifying it or
2665.47 s
[hls-graph] by specifying the type/value namespace explicitly.
2665.47 s
[hls-graph] Defaulting to the one defined at src/Development/IDE/Graph/Internal/Types.hs:89:1
2665.47 s
[hls-graph] 58% ( 7 / 12) in 'Development.IDE.Graph.Database'
2665.47 s
[hls-graph] Missing documentation for:
2665.47 s
[hls-graph] Module header
2665.47 s
[hls-graph] ShakeDatabase (src/Development/IDE/Graph/Internal/Types.hs:89)
2665.47 s
[hls-graph] ShakeValue (src/Development/IDE/Graph/Internal/Action.hs:35)
2665.47 s
[hls-graph] shakeNewDatabase (src/Development/IDE/Graph/Database.hs:30)
2665.47 s
[hls-graph] shakeRunDatabase (src/Development/IDE/Graph/Database.hs:37)
2665.47 s
[hls-graph] 41% ( 12 / 29) in 'Development.IDE.Graph'
2665.47 s
[hls-graph] Missing documentation for:
2665.47 s
[hls-graph] Module header
2665.47 s
[hls-graph] shakeOptions (src/Development/IDE/Graph/Internal/Options.hs:14)
2665.47 s
[hls-graph] action (src/Development/IDE/Graph/Internal/Rules.hs:27)
2665.47 s
[hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:55)
2665.47 s
[hls-graph] newKey (src/Development/IDE/Graph/Internal/Key.hs:75)
2665.47 s
[hls-graph] renderKey (src/Development/IDE/Graph/Internal/Key.hs:101)
2665.47 s
[hls-graph] actionFinally (src/Development/IDE/Graph/Internal/Action.hs:106)
2665.47 s
[hls-graph] actionBracket (src/Development/IDE/Graph/Internal/Action.hs:101)
2665.47 s
[hls-graph] actionCatch (src/Development/IDE/Graph/Internal/Action.hs:91)
2665.47 s
[hls-graph] actionFork (src/Development/IDE/Graph/Internal/Action.hs:70)
2665.47 s
[hls-graph] ShakeOptions (src/Development/IDE/Graph/Internal/Options.hs:7)
2665.47 s
[hls-graph] getShakeExtra (src/Development/IDE/Graph/Internal/Options.hs:17)
2665.47 s
[hls-graph] getShakeExtraRules (src/Development/IDE/Graph/Internal/Options.hs:22)
2665.47 s
[hls-graph] newShakeExtra (src/Development/IDE/Graph/Internal/Options.hs:27)
2665.47 s
[hls-graph] parallel (src/Development/IDE/Graph/Internal/Action.hs:44)
2665.47 s
[hls-graph] ShakeValue (src/Development/IDE/Graph/Internal/Action.hs:35)
2665.47 s
[hls-graph] getKeysAndVisitedAge (src/Development/IDE/Graph/Internal/Action.hs:143)
2666.40 s
[hls-graph] Warning: Control.Concurrent.STM.Stats: could not find link destinations for:
2666.40 s
[hls-graph] - System.Random.Stateful.D:R:MutableGenTGenSTM
2666.40 s
[hls-graph] - Control.Monad.Trans.Control.D:R:StMSTMa
2666.40 s
[hls-graph] - Data.Primitive.Unlifted.Class.D:R:UnliftedTVar
2666.44 s
[hls-graph] Warning: Development.IDE.Graph.Classes: could not find link destinations for:
2666.44 s
[hls-graph] - Data.Vector.Vector
2666.44 s
[hls-graph] - Data.Aeson.TH.Arity
2666.44 s
[hls-graph] - Data.Aeson.TH.StarKindStatus
2666.44 s
[hls-graph] - Data.ByteString.Builder.RealFloat.FormatMode
2666.44 s
[hls-graph] - Control.DeepSeq.GNFData
2666.44 s
[hls-graph] - StmContainers.Prelude.Product2
2666.44 s
[hls-graph] - Data.Text.Internal.Encoding.PartialUtf8CodePoint
2666.44 s
[hls-graph] - Data.Text.Short.Internal.B
2666.44 s
[hls-graph] - Data.UUID.Types.Internal.UnpackedUUID
2666.44 s
[hls-graph] - Control.DeepSeq.Zero
2666.44 s
[hls-graph] - System.Time.Extra.Timeout
2666.44 s
[hls-graph] - Data.Vector.Fusion.Bundle.Size.Size
2666.44 s
[hls-graph] - Data.Vector.Unboxed.Base.MVector
2666.44 s
[hls-graph] - Data.Vector.Unboxed.Base.Vector
2666.44 s
[hls-graph] - Data.Vector.Primitive.Vector
2666.44 s
[hls-graph] - Data.Vector.Storable.Vector
2666.44 s
[hls-graph] - Data.Vector.Strict.Vector
2666.44 s
[hls-graph] - Data.List.Extra.RB
2666.44 s
[hls-graph] - Data.Aeson.TH.FunArg
2666.44 s
[hls-graph] Warning: Development.IDE.Graph.Internal.Types: could not find link destinations for:
2666.45 s
[hls-graph] - Development.IDE.Graph.Internal.Types.Rep_RunChanged
2666.45 s
[hls-graph] Warning: Development.IDE.Graph.Rule: could not find link destinations for:
2666.45 s
[hls-graph] - Development.IDE.Graph.Internal.Types.Rep_RunChanged
2667.92 s
[mono-traversable] Documentation created: dist/doc/html/mono-traversable,
2668.64 s
[mono-traversable] dist/doc/html/mono-traversable/mono-traversable.txt
2668.64 s
[mono-traversable] Preprocessing test suite 'test' for mono-traversable-1.0.21.0...
2668.68 s
[mono-traversable] Phase: installPhase
2668.79 s
[mono-traversable] Installing library in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
2669.27 s
[lsp-types] [444 of 452] Compiling Language.LSP.Protocol.Message.Registration ( src/Language/LSP/Protocol/Message/Registration.hs, dist/build/Language/LSP/Protocol/Message/Registration.o, dist/build/Language/LSP/Protocol/Message/Registration.dyn_o )
2669.27 s
[lsp-types] [445 of 452] Compiling Language.LSP.Protocol.Message ( src/Language/LSP/Protocol/Message.hs, dist/build/Language/LSP/Protocol/Message.o, dist/build/Language/LSP/Protocol/Message.dyn_o )
2669.32 s
[lsp-types] [446 of 452] Compiling Language.LSP.Protocol.Internal.Meta ( generated/Language/LSP/Protocol/Internal/Meta.hs, dist/build/Language/LSP/Protocol/Internal/Meta.o, dist/build/Language/LSP/Protocol/Internal/Meta.dyn_o )
2669.32 s
[lsp-types] [447 of 452] Compiling Language.LSP.Protocol.Types.Lens ( src/Language/LSP/Protocol/Types/Lens.hs, dist/build/Language/LSP/Protocol/Types/Lens.o, dist/build/Language/LSP/Protocol/Types/Lens.dyn_o )
2669.32 s
[lsp-types] [448 of 452] Compiling Language.LSP.Protocol.Message.Lens ( src/Language/LSP/Protocol/Message/Lens.hs, dist/build/Language/LSP/Protocol/Message/Lens.o, dist/build/Language/LSP/Protocol/Message/Lens.dyn_o )
2669.32 s
[lsp-types] [449 of 452] Compiling Language.LSP.Protocol.Lens ( src/Language/LSP/Protocol/Lens.hs, dist/build/Language/LSP/Protocol/Lens.o, dist/build/Language/LSP/Protocol/Lens.dyn_o )
2669.32 s
[lsp-types] [450 of 452] Compiling Language.LSP.Protocol.Capabilities ( src/Language/LSP/Protocol/Capabilities.hs, dist/build/Language/LSP/Protocol/Capabilities.o, dist/build/Language/LSP/Protocol/Capabilities.dyn_o )
2669.63 s
[mono-traversable] Phase: fixupPhase
2669.73 s
[mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0
2669.74 s
[mono-traversable] shrinking /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSmono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD-ghc9.12.1.so
2669.75 s
[mono-traversable] checking for references to /build/ in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0...
2669.79 s
[mono-traversable] patching script interpreter paths in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0
2669.80 s
[mono-traversable] stripping (with command strip and flags -S -p) in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0/lib
2670.34 s
[mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc
2670.36 s
[mono-traversable] checking for references to /build/ in /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc...
2670.38 s
[mono-traversable] patching script interpreter paths in /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc
2670.71 s
[mono-traversable:post-build] Uploading to cachix cache "sellout": /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0 /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc
2672.23 s
[mono-traversable:post-build] Pushing 2 paths (104 are already present) using zstd to cache sellout ⏳
2672.23 s
[mono-traversable:post-build]
2672.61 s
[mono-traversable:post-build] Pushing /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc (5.39 MiB)
2672.65 s
[mono-traversable:post-build] Pushing /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0 (22.59 MiB)
2674.12 s
[mono-traversable:post-build]
2674.12 s
[mono-traversable:post-build] All done.
2674.35 s
[mono-traversable:post-build] Uploading to the NixCI cache: /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0 /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc
2674.83 s
[mono-traversable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2675.07 s
[mono-traversable:post-build] copying 4 paths...
2675.07 s
[mono-traversable:post-build] copying path '/nix/store/28g2gqysinq0701di5qb3kzl2yk8ivgx-split-0.2.5-doc' to 'https://cache.nix-ci.com'...
2675.47 s
[mono-traversable:post-build] copying path '/nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc' to 'https://cache.nix-ci.com'...
2675.47 s
[mono-traversable:post-build] copying path '/nix/store/rbqfg138m6n38smx7hx3fc4j4j1cyq6f-split-0.2.5' to 'https://cache.nix-ci.com'...
2676.32 s
[mono-traversable:post-build] copying path '/nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0' to 'https://cache.nix-ci.com'...
2684.08 s
[mono-traversable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2684.50 s
[mono-traversable:post-build] copying 2 paths...
2684.51 s
[mono-traversable:post-build] copying path '/nix/store/9xkqlfzldhikls8hkqdmyh8gzpkkyih0-split-0.2.5.drv' to 'https://cache.nix-ci.com'...
2684.65 s
[mono-traversable:post-build] copying path '/nix/store/zhy13dyw4g1krinykvq3yzr7qxjcq3i4-mono-traversable-1.0.21.0.drv' to 'https://cache.nix-ci.com'...
2685.06 s
Progress: 146 of 170 built (2 building), 375 of 375 downloaded from cache
2685.16 s
Building /nix/store/g9aq2fc9lk4qwwbqvhk3q38s9wbdw9wa-conduit-1.3.6.1.drv
2685.16 s
[hls-graph] Documentation created: dist/doc/html/hls-graph,
2685.16 s
[hls-graph] dist/doc/html/hls-graph/hls-graph.txt
2685.16 s
[hls-graph] Preprocessing test suite 'tests' for hls-graph-2.10.0.0...
2685.16 s
[hls-graph] Phase: installPhase
2685.16 s
[hls-graph] Installing library in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
2685.16 s
[hls-graph] Phase: fixupPhase
2685.16 s
[hls-graph] shrinking RPATHs of ELF executables and libraries in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0
2685.16 s
[hls-graph] shrinking /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD-ghc9.12.1.so
2685.16 s
[hls-graph] checking for references to /build/ in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0...
2685.16 s
[hls-graph] patching script interpreter paths in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0
2685.16 s
[hls-graph] stripping (with command strip and flags -S -p) in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/lib
2685.16 s
[hls-graph] shrinking RPATHs of ELF executables and libraries in /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data
2685.16 s
[hls-graph] checking for references to /build/ in /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data...
2685.16 s
[hls-graph] patching script interpreter paths in /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data
2685.16 s
[hls-graph] shrinking RPATHs of ELF executables and libraries in /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc
2685.16 s
[hls-graph] checking for references to /build/ in /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc...
2685.16 s
[hls-graph] patching script interpreter paths in /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc
2685.16 s
[lsp-types] [451 of 452] Compiling Language.LSP.Protocol.Meta ( src/Language/LSP/Protocol/Meta.hs, dist/build/Language/LSP/Protocol/Meta.o, dist/build/Language/LSP/Protocol/Meta.dyn_o )
2685.16 s
[lsp-types] [452 of 452] Compiling Language.LSP.Protocol.Utils.SMethodMap ( src/Language/LSP/Protocol/Utils/SMethodMap.hs, dist/build/Language/LSP/Protocol/Utils/SMethodMap.o, dist/build/Language/LSP/Protocol/Utils/SMethodMap.dyn_o )
2685.16 s
[lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.p_o )
2685.16 s
[lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.p_o )
2685.16 s
[lsp-types] [ 3 of 452] Compiling Language.LSP.Protocol.Message.Meta ( src/Language/LSP/Protocol/Message/Meta.hs, dist/build/Language/LSP/Protocol/Message/Meta.p_o )
2685.16 s
[lsp-types] [ 4 of 452] Compiling Language.LSP.Protocol.Types.LspEnum ( src/Language/LSP/Protocol/Types/LspEnum.hs, dist/build/Language/LSP/Protocol/Types/LspEnum.p_o )
2685.16 s
[lsp-types] [ 5 of 452] Compiling Language.LSP.Protocol.Types.Singletons ( src/Language/LSP/Protocol/Types/Singletons.hs, dist/build/Language/LSP/Protocol/Types/Singletons.p_o )
2685.16 s
[lsp-types] [ 6 of 452] Compiling Language.LSP.Protocol.Types.Uri ( src/Language/LSP/Protocol/Types/Uri.hs, dist/build/Language/LSP/Protocol/Types/Uri.p_o )
2685.16 s
[lsp-types] [ 7 of 452] Compiling Language.LSP.Protocol.Types.Uri.OsPath ( src/Language/LSP/Protocol/Types/Uri/OsPath.hs, dist/build/Language/LSP/Protocol/Types/Uri/OsPath.p_o )
2685.16 s
[lsp-types] [ 8 of 452] Compiling Language.LSP.Protocol.Utils.Misc ( src/Language/LSP/Protocol/Utils/Misc.hs, dist/build/Language/LSP/Protocol/Utils/Misc.p_o )
2685.16 s
[lsp-types] src/Language/LSP/Protocol/Utils/Misc.hs:24:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2685.16 s
[lsp-types] The import of ‘Data.List’ is redundant
2685.16 s
[lsp-types] except perhaps to import instances from ‘Data.List’
2685.16 s
[lsp-types] To import instances alone, use: import Data.List()
2685.16 s
[lsp-types] |
2685.16 s
[lsp-types] 24 | import Data.List hiding (group)
2685.16 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2685.16 s
[lsp-types]
2685.16 s
[lsp-types] [ 9 of 452] Compiling Language.LSP.Protocol.Types.Common ( src/Language/LSP/Protocol/Types/Common.hs, dist/build/Language/LSP/Protocol/Types/Common.p_o )
2685.16 s
[lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.p_o )
2685.43 s
[hls-graph:post-build] Uploading to cachix cache "sellout": /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0
2686.71 s
[hls-graph:post-build] Pushing 3 paths (209 are already present) using zstd to cache sellout ⏳
2686.71 s
[hls-graph:post-build]
2687.08 s
[hls-graph:post-build] Pushing /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0 (5.84 MiB)
2687.27 s
[hls-graph:post-build] Pushing /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data (49.30 KiB)
2687.29 s
[hls-graph:post-build] Pushing /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc (4.22 MiB)
2688.20 s
[hls-graph:post-build]
2688.20 s
[hls-graph:post-build] All done.
2688.45 s
[hls-graph:post-build] Uploading to the NixCI cache: /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0
2688.94 s
[hls-graph:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2689.30 s
[hls-graph:post-build] copying 3 paths...
2689.30 s
[hls-graph:post-build] copying path '/nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data' to 'https://cache.nix-ci.com'...
2689.45 s
[hls-graph:post-build] copying path '/nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
2690.22 s
[hls-graph:post-build] copying path '/nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0' to 'https://cache.nix-ci.com'...
2692.84 s
[hls-graph:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2693.29 s
[hls-graph:post-build] copying 2 paths...
2693.29 s
[hls-graph:post-build] copying path '/nix/store/3jlcmsm1hv6b60x10mj0vv89ja66036v-tasty-rerun-1.1.20.drv' to 'https://cache.nix-ci.com'...
2693.43 s
[hls-graph:post-build] copying path '/nix/store/frqvdp3qy46qy20qpr03mjm9m7r1qw31-hls-graph-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
2693.76 s
Progress: 147 of 170 built (2 building), 375 of 375 downloaded from cache
2693.76 s
[conduit] Phase: setupCompilerEnvironmentPhase
2693.76 s
[conduit] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2693.76 s
[conduit] Phase: unpackPhase
2693.76 s
[conduit] unpacking source archive /nix/store/8sp5k4g5r92npk40bv2qg6bwndx645hy-conduit-1.3.6.1.tar.gz
2693.76 s
[conduit] source root is conduit-1.3.6.1
2693.76 s
[conduit] setting SOURCE_DATE_EPOCH to timestamp 1740294189 of file "conduit-1.3.6.1/conduit.cabal"
2693.76 s
[conduit] Phase: patchPhase
2693.76 s
[conduit] Phase: compileBuildDriverPhase
2693.76 s
[conduit] setupCompileFlags: -package-db=/build/tmp.5u9Uk6EYsA/setup-package.conf.d -threaded
2693.76 s
[conduit] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.5u9Uk6EYsA/Main.o )
2693.76 s
[conduit] [2 of 2] Linking Setup
2693.76 s
[conduit] Phase: updateAutotoolsGnuConfigScriptsPhase
2693.76 s
[conduit] Phase: configurePhase
2693.76 s
[conduit] configureFlags: --verbose --prefix=/nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc/share/doc/conduit-1.3.6.1 --with-gcc=gcc --package-db=/build/tmp.5u9Uk6EYsA/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
2693.76 s
[conduit] Using Parsec parser
2693.76 s
[conduit] Configuring conduit-1.3.6.1...
2693.76 s
[conduit] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2693.76 s
[conduit] 'ghc' version < 9.12):
2693.76 s
[conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2693.76 s
[conduit] 9.12.1
2693.76 s
[conduit] Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
2693.76 s
[conduit] execution vulnerability. Furthermore, popular forges like GitHub do not
2693.76 s
[conduit] support it. Use https:// or ssh:// instead.
2693.76 s
[conduit] Dependency base >=4.12 && <5: using base-4.21.0.0
2693.76 s
[conduit] Dependency bytestring: using bytestring-0.12.2.0
2693.76 s
[conduit] Dependency directory: using directory-1.3.9.0
2693.76 s
[conduit] Dependency exceptions: using exceptions-0.10.9
2693.76 s
[conduit] Dependency filepath: using filepath-1.5.4.0
2693.76 s
[conduit] Dependency mono-traversable >=1.0.7: using mono-traversable-1.0.21.0
2693.76 s
[conduit] Dependency mtl: using mtl-2.3.1
2693.76 s
[conduit] Dependency primitive: using primitive-0.9.1.0
2693.76 s
[conduit] Dependency resourcet >=1.2 && <1.4: using resourcet-1.3.0
2693.76 s
[conduit] Dependency text: using text-2.1.2
2693.76 s
[conduit] Dependency transformers >=0.4: using transformers-0.6.1.2
2693.76 s
[conduit] Dependency unix: using unix-2.8.6.0
2693.76 s
[conduit] Dependency unliftio-core: using unliftio-core-0.2.1.0
2693.76 s
[conduit] Dependency vector: using vector-0.13.2.0
2693.76 s
[conduit] Dependency QuickCheck >=2.7: using QuickCheck-2.14.3
2693.76 s
[conduit] Dependency base: using base-4.21.0.0
2693.76 s
[conduit] Dependency bytestring: using bytestring-0.12.2.0
2693.76 s
[conduit] Dependency conduit: using conduit-1.3.6.1
2693.76 s
[conduit] Dependency containers: using containers-0.7
2693.76 s
[conduit] Dependency directory: using directory-1.3.9.0
2693.76 s
[conduit] Dependency exceptions >=0.6: using exceptions-0.10.9
2693.76 s
[conduit] Dependency filepath: using filepath-1.5.4.0
2693.76 s
[conduit] Dependency hspec >=1.3: using hspec-2.11.12
2693.76 s
[conduit] Dependency mono-traversable: using mono-traversable-1.0.21.0
2693.76 s
[conduit] Dependency mtl: using mtl-2.3.1
2693.76 s
[conduit] Dependency resourcet: using resourcet-1.3.0
2693.76 s
[conduit] Dependency safe: using safe-0.3.21
2693.76 s
[conduit] Dependency silently: using silently-1.2.5.4
2693.76 s
[conduit] Dependency split >=0.2.0.0: using split-0.2.5
2693.76 s
[conduit] Dependency text: using text-2.1.2
2693.76 s
[conduit] Dependency transformers: using transformers-0.6.1.2
2693.76 s
[conduit] Dependency unliftio >=0.2.4.0: using unliftio-0.2.25.1
2693.76 s
[conduit] Dependency vector: using vector-0.13.2.0
2693.76 s
[lsp-types] [ 11 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.p_o )
2693.76 s
[lsp-types] [ 12 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.p_o )
2693.76 s
[lsp-types] [ 13 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.p_o )
2693.76 s
[lsp-types] [ 14 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.p_o )
2693.76 s
[lsp-types] [ 15 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFolder ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.p_o )
2693.76 s
[lsp-types] [ 16 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.p_o )
2693.76 s
[conduit] Source component graph:
2693.76 s
[conduit] component lib
2693.76 s
[conduit] component test:conduit-test dependency lib
2693.76 s
[conduit] Configured component graph:
2693.76 s
[conduit] component conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2693.76 s
[conduit] include base-4.21.0.0-f068
2693.76 s
[conduit] include bytestring-0.12.2.0-be6d
2693.76 s
[conduit] include directory-1.3.9.0-9eff
2693.76 s
[conduit] include exceptions-0.10.9-5f69
2693.76 s
[conduit] include filepath-1.5.4.0-7ce6
2693.76 s
[conduit] include mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
2693.76 s
[conduit] include mtl-2.3.1-9650
2693.76 s
[conduit] include primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
2693.76 s
[conduit] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2693.76 s
[conduit] include text-2.1.2-5eaa
2693.76 s
[conduit] include transformers-0.6.1.2-199f
2693.76 s
[conduit] include unix-2.8.6.0-6369
2693.76 s
[conduit] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
2693.76 s
[conduit] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2693.76 s
[conduit] component conduit-1.3.6.1-5uxHzotD0o3Ijjr2m4ThdN-conduit-test
2693.76 s
[conduit] include QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
2693.76 s
[conduit] include base-4.21.0.0-f068
2693.76 s
[conduit] include bytestring-0.12.2.0-be6d
2693.76 s
[conduit] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2693.76 s
[conduit] include containers-0.7-647d
2693.76 s
[conduit] include directory-1.3.9.0-9eff
2693.76 s
[conduit] include exceptions-0.10.9-5f69
2693.76 s
[conduit] include filepath-1.5.4.0-7ce6
2693.76 s
[conduit] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2693.76 s
[conduit] include mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
2693.76 s
[conduit] include mtl-2.3.1-9650
2693.76 s
[conduit] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2693.76 s
[conduit] include safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
2693.76 s
[conduit] include silently-1.2.5.4-7tvUfLbVOVnLBvsvbpccMF
2693.76 s
[conduit] include split-0.2.5-APh1gHkzHlX3dcs4OJD4yE
2693.76 s
[conduit] include text-2.1.2-5eaa
2693.76 s
[conduit] include transformers-0.6.1.2-199f
2693.76 s
[conduit] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2693.76 s
[conduit] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2693.76 s
[conduit] Linked component graph:
2693.76 s
[conduit] unit conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2693.76 s
[conduit] include base-4.21.0.0-f068
2693.76 s
[conduit] include bytestring-0.12.2.0-be6d
2693.76 s
[conduit] include directory-1.3.9.0-9eff
2693.76 s
[conduit] include exceptions-0.10.9-5f69
2693.76 s
[conduit] include filepath-1.5.4.0-7ce6
2693.76 s
[conduit] include mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
2693.76 s
[conduit] include mtl-2.3.1-9650
2693.76 s
[conduit] include primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
2693.76 s
[conduit] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2693.76 s
[conduit] include text-2.1.2-5eaa
2693.76 s
[conduit] include transformers-0.6.1.2-199f
2693.76 s
[conduit] include unix-2.8.6.0-6369
2693.76 s
[conduit] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
2693.76 s
[conduit] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2693.76 s
[conduit] Conduit=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Conduit,Data.Conduit=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Data.Conduit,Data.Conduit.Combinators=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Data.Conduit.Combinators,Data.Conduit.Combinators.Stream=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Data.Conduit.Combinators.Stream,Data.Conduit.Internal=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Data.Conduit.Internal,Data.Conduit.Internal.Fusion=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Data.Conduit.Internal.Fusion,Data.Conduit.Internal.List.Stream=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Data.Conduit.Internal.List.Stream,Data.Conduit.Lift=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Data.Conduit.Lift,Data.Conduit.List=conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq:Data.Conduit.List
2693.76 s
[conduit] unit conduit-1.3.6.1-5uxHzotD0o3Ijjr2m4ThdN-conduit-test
2693.76 s
[conduit] include QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
2693.76 s
[conduit] include base-4.21.0.0-f068
2693.76 s
[conduit] include bytestring-0.12.2.0-be6d
2693.76 s
[conduit] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2693.76 s
[conduit] include containers-0.7-647d
2693.76 s
[conduit] include directory-1.3.9.0-9eff
2693.76 s
[conduit] include exceptions-0.10.9-5f69
2693.76 s
[conduit] include filepath-1.5.4.0-7ce6
2693.76 s
[conduit] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2693.76 s
[conduit] include mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
2693.76 s
[conduit] include mtl-2.3.1-9650
2693.76 s
[conduit] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2693.76 s
[conduit] include safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
2693.76 s
[conduit] include silently-1.2.5.4-7tvUfLbVOVnLBvsvbpccMF
2693.76 s
[conduit] include split-0.2.5-APh1gHkzHlX3dcs4OJD4yE
2693.76 s
[conduit] include text-2.1.2-5eaa
2693.76 s
[conduit] include transformers-0.6.1.2-199f
2693.76 s
[conduit] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2693.76 s
[conduit] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2693.76 s
[conduit] Ready component graph:
2693.76 s
[conduit] definite conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2693.76 s
[conduit] depends base-4.21.0.0-f068
2693.76 s
[conduit] depends bytestring-0.12.2.0-be6d
2693.76 s
[conduit] depends directory-1.3.9.0-9eff
2693.76 s
[conduit] depends exceptions-0.10.9-5f69
2693.76 s
[conduit] depends filepath-1.5.4.0-7ce6
2693.76 s
[conduit] depends mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
2693.76 s
[conduit] depends mtl-2.3.1-9650
2693.76 s
[conduit] depends primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
2693.76 s
[conduit] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2693.76 s
[conduit] depends text-2.1.2-5eaa
2693.76 s
[conduit] depends transformers-0.6.1.2-199f
2693.76 s
[conduit] depends unix-2.8.6.0-6369
2693.76 s
[conduit] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
2693.76 s
[conduit] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2693.76 s
[conduit] definite conduit-1.3.6.1-5uxHzotD0o3Ijjr2m4ThdN-conduit-test
2693.76 s
[conduit] depends QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
2693.76 s
[conduit] depends base-4.21.0.0-f068
2693.76 s
[conduit] depends bytestring-0.12.2.0-be6d
2693.76 s
[conduit] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2693.76 s
[conduit] depends containers-0.7-647d
2693.76 s
[conduit] depends directory-1.3.9.0-9eff
2693.76 s
[conduit] depends exceptions-0.10.9-5f69
2693.76 s
[conduit] depends filepath-1.5.4.0-7ce6
2693.76 s
[conduit] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2693.76 s
[conduit] depends mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
2693.76 s
[conduit] depends mtl-2.3.1-9650
2693.76 s
[conduit] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2693.76 s
[conduit] depends safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
2693.76 s
[conduit] depends silently-1.2.5.4-7tvUfLbVOVnLBvsvbpccMF
2693.76 s
[conduit] depends split-0.2.5-APh1gHkzHlX3dcs4OJD4yE
2693.76 s
[conduit] depends text-2.1.2-5eaa
2693.76 s
[conduit] depends transformers-0.6.1.2-199f
2693.76 s
[conduit] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2693.76 s
[conduit] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2693.76 s
[conduit] Using Cabal-3.14.1.0 compiled by ghc-9.12
2693.76 s
[conduit] Using compiler: ghc-9.12.1
2693.76 s
[conduit] Using install prefix:
2693.76 s
[conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1
2693.76 s
[conduit] Executables installed in:
2693.76 s
[conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/bin
2693.76 s
[conduit] Libraries installed in:
2693.76 s
[conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2693.76 s
[conduit] Dynamic Libraries installed in:
2693.76 s
[conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2693.76 s
[conduit] Private executables installed in:
2693.76 s
[conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/libexec/x86_64-linux-ghc-9.12.1-f739/conduit-1.3.6.1
2693.76 s
[conduit] Data files installed in:
2693.76 s
[conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/share/x86_64-linux-ghc-9.12.1-f739/conduit-1.3.6.1
2693.76 s
[conduit] Documentation installed in:
2693.76 s
[conduit] /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc/share/doc/conduit-1.3.6.1
2693.76 s
[conduit] Configuration files installed in:
2693.76 s
[conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/etc
2693.76 s
[conduit] No alex found
2693.76 s
[conduit] Using ar found on system at:
2693.76 s
[conduit] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2693.76 s
[conduit] No c2hs found
2693.76 s
[conduit] No cpphs found
2693.76 s
[conduit] No doctest found
2693.76 s
[conduit] Using gcc version 14.3.0 given by user at:
2693.76 s
[conduit] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2693.76 s
[conduit] Using ghc version 9.12.1 found on system at:
2693.76 s
[conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2693.76 s
[conduit] Using ghc-pkg version 9.12.1 found on system at:
2693.76 s
[conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2693.76 s
[conduit] No ghcjs found
2693.77 s
[conduit] No ghcjs-pkg found
2693.77 s
[conduit] No greencard found
2693.77 s
[conduit] Using haddock version 2.30.0 found on system at:
2693.77 s
[conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2693.77 s
[conduit] No happy found
2693.77 s
[conduit] No haskell-suite found
2693.77 s
[conduit] No haskell-suite-pkg found
2693.77 s
[conduit] No hmake found
2693.77 s
[conduit] Using hpc version 0.69 found on system at:
2693.77 s
[conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2693.77 s
[conduit] Using hsc2hs version 0.68.10 found on system at:
2693.77 s
[conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2693.77 s
[conduit] Using hscolour version 1.25 found on system at:
2693.77 s
[conduit] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2693.77 s
[conduit] No jhc found
2693.77 s
[conduit] Using ld found on system at:
2693.77 s
[conduit] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2693.77 s
[conduit] No pkg-config found
2693.77 s
[conduit] Using runghc version 9.12.1 found on system at:
2693.77 s
[conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2693.77 s
[conduit] Using strip version 2.44 found on system at:
2693.77 s
[conduit] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2693.77 s
[conduit] Using tar found on system at:
2693.77 s
[conduit] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2693.77 s
[conduit] No uhc found
2693.77 s
[conduit] Phase: buildPhase
2693.77 s
[conduit] Preprocessing library for conduit-1.3.6.1...
2693.77 s
[conduit] Building library for conduit-1.3.6.1...
2693.84 s
[lsp-types] [ 17 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.p_o )
2694.00 s
[lsp-types] [ 18 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.p_o )
2694.00 s
[lsp-types] [ 19 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.p_o )
2694.00 s
[lsp-types] [ 20 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.p_o )
2694.00 s
[lsp-types] [ 21 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.p_o )
2694.00 s
[lsp-types] [ 22 of 452] Compiling Language.LSP.Protocol.Types.Progress ( src/Language/LSP/Protocol/Types/Progress.hs, dist/build/Language/LSP/Protocol/Types/Progress.p_o )
2694.00 s
[lsp-types] [ 23 of 452] Compiling Language.LSP.Protocol.Internal.Types.WatchKind ( generated/Language/LSP/Protocol/Internal/Types/WatchKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/WatchKind.p_o )
2694.00 s
[lsp-types] [ 24 of 452] Compiling Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/VersionedTextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/VersionedTextDocumentIdentifier.p_o )
2694.00 s
[lsp-types] [ 25 of 452] Compiling Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/VersionedNotebookDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/VersionedNotebookDocumentIdentifier.p_o )
2694.00 s
[lsp-types] [ 26 of 452] Compiling Language.LSP.Protocol.Internal.Types.Unregistration ( generated/Language/LSP/Protocol/Internal/Types/Unregistration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Unregistration.p_o )
2694.00 s
[lsp-types] [ 27 of 452] Compiling Language.LSP.Protocol.Internal.Types.UnregistrationParams ( generated/Language/LSP/Protocol/Internal/Types/UnregistrationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/UnregistrationParams.p_o )
2694.00 s
[lsp-types] [ 28 of 452] Compiling Language.LSP.Protocol.Internal.Types.UniquenessLevel ( generated/Language/LSP/Protocol/Internal/Types/UniquenessLevel.hs, dist/build/Language/LSP/Protocol/Internal/Types/UniquenessLevel.p_o )
2694.00 s
[lsp-types] [ 29 of 452] Compiling Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/UnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/UnchangedDocumentDiagnosticReport.p_o )
2694.00 s
[lsp-types] [ 30 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyOptions.p_o )
2694.00 s
[lsp-types] [ 31 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyClientCapabilities.p_o )
2694.00 s
[lsp-types] [ 32 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionOptions.p_o )
2694.00 s
[lsp-types] [ 33 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionClientCapabilities.p_o )
2694.00 s
[lsp-types] [ 34 of 452] Compiling Language.LSP.Protocol.Internal.Types.TraceValue ( generated/Language/LSP/Protocol/Internal/Types/TraceValue.hs, dist/build/Language/LSP/Protocol/Internal/Types/TraceValue.p_o )
2694.00 s
[lsp-types] [ 35 of 452] Compiling Language.LSP.Protocol.Internal.Types.TokenFormat ( generated/Language/LSP/Protocol/Internal/Types/TokenFormat.hs, dist/build/Language/LSP/Protocol/Internal/Types/TokenFormat.p_o )
2694.00 s
[lsp-types] [ 36 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncKind.p_o )
2694.00 s
[lsp-types] [ 37 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncClientCapabilities.p_o )
2694.00 s
[lsp-types] [ 38 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSaveReason.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveReason.p_o )
2694.00 s
[lsp-types] [ 39 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentIdentifier.p_o )
2694.25 s
[conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, dist/build/Data/Conduit/Internal/Pipe.o, dist/build/Data/Conduit/Internal/Pipe.dyn_o )
2694.89 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2694.89 s
[conduit] The import of ‘Control.Applicative’ is redundant
2694.89 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
2694.89 s
[conduit] To import instances alone, use: import Control.Applicative()
2694.89 s
[conduit] |
2694.89 s
[conduit] 48 | import Control.Applicative (Applicative (..))
2694.90 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2694.90 s
[conduit]
2694.90 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
2694.90 s
[conduit] The import of ‘MonadUnliftIO’
2694.90 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
2694.90 s
[conduit] |
2694.90 s
[conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
2694.90 s
[conduit] | ^^^^^^^^^^^^^
2694.90 s
[conduit]
2694.90 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2694.90 s
[conduit] The import of ‘Data.Monoid’ is redundant
2694.90 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2694.90 s
[conduit] To import instances alone, use: import Data.Monoid()
2694.90 s
[conduit] |
2694.90 s
[conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
2694.90 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2694.90 s
[conduit]
2694.90 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2694.90 s
[conduit] The import of ‘Data.Semigroup’ is redundant
2694.90 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
2694.90 s
[conduit] To import instances alone, use: import Data.Semigroup()
2694.90 s
[conduit] |
2694.90 s
[conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
2694.90 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2694.90 s
[conduit]
2694.90 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2694.90 s
[conduit] Rule "conduit: CI.await >>= maybe" may never fire
2694.90 s
[conduit] because ‘maybe’ might inline first
2694.90 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
2694.90 s
[conduit] |
2694.90 s
[conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
2694.90 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2694.90 s
[conduit]
2694.90 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2694.90 s
[conduit] Rule "conduit: awaitE >>= either" may never fire
2694.90 s
[conduit] because ‘either’ might inline first
2694.90 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
2694.90 s
[conduit] |
2694.90 s
[conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
2694.90 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2694.90 s
[conduit]
2695.05 s
[lsp-types] [ 40 of 452] Compiling Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/WillSaveTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WillSaveTextDocumentParams.p_o )
2695.99 s
[conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, dist/build/Data/Conduit/Internal/Conduit.o, dist/build/Data/Conduit/Internal/Conduit.dyn_o )
2696.25 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2696.25 s
[conduit] The import of ‘Control.Applicative’ is redundant
2696.25 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
2696.25 s
[conduit] To import instances alone, use: import Control.Applicative()
2696.25 s
[conduit] |
2696.25 s
[conduit] 93 | import Control.Applicative (Applicative (..))
2696.25 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2696.25 s
[conduit]
2696.25 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
2696.25 s
[conduit] The import of ‘MonadUnliftIO’
2696.25 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
2696.25 s
[conduit] |
2696.25 s
[conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
2696.25 s
[conduit] | ^^^^^^^^^^^^^
2696.25 s
[conduit]
2696.25 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2696.25 s
[conduit] The import of ‘Data.Monoid’ is redundant
2696.25 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2696.25 s
[conduit] To import instances alone, use: import Data.Monoid()
2696.25 s
[conduit] |
2696.25 s
[conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
2696.25 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2696.25 s
[conduit]
2696.25 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2696.25 s
[conduit] The import of ‘Data.Semigroup’ is redundant
2696.25 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
2696.25 s
[conduit] To import instances alone, use: import Data.Semigroup()
2696.25 s
[conduit] |
2696.25 s
[conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
2696.25 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2696.25 s
[conduit]
2696.26 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2696.26 s
[conduit] The import of ‘Data.Traversable’ is redundant
2696.26 s
[conduit] except perhaps to import instances from ‘Data.Traversable’
2696.26 s
[conduit] To import instances alone, use: import Data.Traversable()
2696.26 s
[conduit] |
2696.26 s
[conduit] 114 | import Data.Traversable (Traversable (..))
2696.26 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2696.26 s
[conduit]
2696.26 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2696.26 s
[conduit] This binding for ‘p’ shadows the existing binding
2696.26 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
2696.26 s
[conduit] |
2696.26 s
[conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
2696.26 s
[conduit] | ^
2696.26 s
[conduit]
2696.26 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2696.26 s
[conduit] This binding for ‘p’ shadows the existing binding
2696.26 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
2696.26 s
[conduit] |
2696.26 s
[conduit] 743 | go (Leftover p ()) = go p
2696.26 s
[conduit] | ^
2696.26 s
[conduit]
2696.26 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2696.26 s
[conduit] This binding for ‘p’ shadows the existing binding
2696.26 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
2696.26 s
[conduit] |
2696.26 s
[conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
2696.26 s
[conduit] | ^
2696.26 s
[conduit]
2696.26 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2696.26 s
[conduit] This binding for ‘p’ shadows the existing binding
2696.26 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
2696.26 s
[conduit] |
2696.26 s
[conduit] 760 | go (Leftover p ()) = go p
2696.26 s
[conduit] | ^
2696.26 s
[conduit]
2696.26 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2696.26 s
[conduit] Rule "conduit: await >>= maybe" may never fire
2696.26 s
[conduit] because ‘maybe’ might inline first
2696.26 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
2696.26 s
[conduit] |
2696.26 s
[conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
2696.26 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2696.26 s
[conduit]
2696.74 s
[lsp-types] [ 41 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterScheme.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterScheme.p_o )
2696.74 s
[lsp-types] [ 42 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterPattern.p_o )
2696.74 s
[lsp-types] [ 43 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterLanguage.p_o )
2698.00 s
[conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, dist/build/Data/Conduit/Internal/Fusion.o, dist/build/Data/Conduit/Internal/Fusion.dyn_o )
2698.03 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.03 s
[conduit] Rule "conduit: fuseStream (.|)" may never fire
2698.03 s
[conduit] because ‘.|’ might inline first
2698.03 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2698.04 s
[conduit] |
2698.04 s
[conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: fuseStream (fuse)" may never fire
2698.04 s
[conduit] because ‘fuse’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2698.04 s
[conduit] |
2698.04 s
[conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
2698.04 s
[conduit] | ^^^
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: runStream (pure)" may never fire
2698.04 s
[conduit] because ‘runConduitPure’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2698.04 s
[conduit] |
2698.04 s
[conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: runStream (ResourceT)" may never fire
2698.04 s
[conduit] because ‘runConduitRes’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2698.04 s
[conduit] |
2698.04 s
[conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use runConduit and .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 129 | unstream left $$ unstream right = connectStream left right
2698.04 s
[conduit] | ^^
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use runConduit and .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 154 | unstream left $$ right = connectStream1 left right
2698.04 s
[conduit] | ^^
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
2698.04 s
[conduit] because ‘.|’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2698.04 s
[conduit] |
2698.04 s
[conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
2698.04 s
[conduit] | ^^^
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
2698.04 s
[conduit] because ‘fuse’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2698.04 s
[conduit] |
2698.04 s
[conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
2698.04 s
[conduit] because ‘.|’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2698.04 s
[conduit] |
2698.04 s
[conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
2698.04 s
[conduit] because ‘runConduitPure’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2698.04 s
[conduit] |
2698.04 s
[conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
2698.04 s
[conduit] because ‘runConduitPure’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2698.04 s
[conduit] |
2698.04 s
[conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
2698.04 s
[conduit] | ^^^
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
2698.04 s
[conduit] because ‘fuse’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2698.04 s
[conduit] |
2698.04 s
[conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
2698.04 s
[conduit] because ‘runConduitPure’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2698.04 s
[conduit] |
2698.04 s
[conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
2698.04 s
[conduit] because ‘.|’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2698.04 s
[conduit] |
2698.04 s
[conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
2698.04 s
[conduit] because ‘runConduitRes’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2698.04 s
[conduit] |
2698.04 s
[conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
2698.04 s
[conduit] because ‘runConduitRes’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2698.04 s
[conduit] |
2698.04 s
[conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
2698.04 s
[conduit] | ^^^
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
2698.04 s
[conduit] because ‘fuse’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2698.04 s
[conduit] |
2698.04 s
[conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
2698.04 s
[conduit] because ‘runConduitRes’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2698.04 s
[conduit] |
2698.04 s
[conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use runConduit and .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 214 | left $$ unstream right = connectStream2 left right
2698.04 s
[conduit] | ^^
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
2698.04 s
[conduit] because ‘.|’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2698.04 s
[conduit] |
2698.04 s
[conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
2698.04 s
[conduit] because ‘fuse’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2698.04 s
[conduit] |
2698.04 s
[conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
2698.04 s
[conduit] | ^^^
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
2698.04 s
[conduit] because ‘.|’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2698.04 s
[conduit] |
2698.04 s
[conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
2698.04 s
[conduit] because ‘runConduitPure’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2698.04 s
[conduit] |
2698.04 s
[conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
2698.04 s
[conduit] because ‘fuse’ might inline first
2698.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2698.04 s
[conduit] |
2698.04 s
[conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
2698.04 s
[conduit] because ‘runConduitPure’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2698.04 s
[conduit] |
2698.04 s
[conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.04 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
2698.04 s
[conduit] because ‘runConduitPure’ might inline first
2698.04 s
[conduit] Suggested fix:
2698.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2698.04 s
[conduit] |
2698.04 s
[conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
2698.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.04 s
[conduit]
2698.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2698.04 s
[conduit] Deprecated: "Use .|"
2698.04 s
[conduit] |
2698.04 s
[conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
2698.04 s
[conduit] | ^^^
2698.04 s
[conduit]
2698.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
2698.05 s
[conduit] because ‘.|’ might inline first
2698.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2698.05 s
[conduit] |
2698.05 s
[conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
2698.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.05 s
[conduit]
2698.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
2698.05 s
[conduit] because ‘runConduitRes’ might inline first
2698.05 s
[conduit] Suggested fix:
2698.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2698.05 s
[conduit] |
2698.05 s
[conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
2698.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.05 s
[conduit]
2698.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
2698.05 s
[conduit] because ‘fuse’ might inline first
2698.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2698.05 s
[conduit] |
2698.05 s
[conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
2698.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.05 s
[conduit]
2698.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
2698.05 s
[conduit] because ‘runConduitRes’ might inline first
2698.05 s
[conduit] Suggested fix:
2698.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2698.05 s
[conduit] |
2698.05 s
[conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
2698.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.05 s
[conduit]
2698.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2698.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
2698.05 s
[conduit] because ‘runConduitRes’ might inline first
2698.05 s
[conduit] Suggested fix:
2698.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2698.05 s
[conduit] |
2698.05 s
[conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
2698.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2698.05 s
[conduit]
2698.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning : [ GHC-68441 ] [ -Wdeprecations ]
2698.05 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2698.05 s
[conduit] Deprecated: "Use .|"
2698.05 s
[conduit] |
2698.05 s
[conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
2698.05 s
[conduit] | ^^^
2698.05 s
[conduit]
2698.23 s
[conduit] [ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, dist/build/Data/Conduit/Internal/List/Stream.o, dist/build/Data/Conduit/Internal/List/Stream.dyn_o )
2698.94 s
[conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, dist/build/Data/Conduit/Combinators/Stream.o, dist/build/Data/Conduit/Combinators/Stream.dyn_o )
2699.24 s
[conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2699.24 s
[conduit] The use of ‘~’ without TypeOperators
2699.24 s
[conduit] will become an error in a future GHC release.
2699.24 s
[conduit] Suggested fix:
2699.24 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2699.24 s
[conduit] |
2699.24 s
[conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
2699.24 s
[conduit] | ^
2699.24 s
[conduit]
2699.87 s
[conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.o, dist/build/Data/Conduit.dyn_o )
2699.87 s
[conduit] src/Data/Conduit.hs:105:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2699.87 s
[conduit] The import of ‘Data.Functor.Identity’ is redundant
2699.87 s
[conduit] except perhaps to import instances from ‘Data.Functor.Identity’
2699.87 s
[conduit] To import instances alone, use: import Data.Functor.Identity()
2699.87 s
[conduit] |
2699.87 s
[conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
2699.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.87 s
[conduit]
2699.87 s
[conduit] src/Data/Conduit.hs:106:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2699.87 s
[conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
2699.87 s
[conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
2699.87 s
[conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
2699.87 s
[conduit] |
2699.87 s
[conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
2699.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.87 s
[conduit]
2699.87 s
[conduit] src/Data/Conduit.hs:107:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2699.87 s
[conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
2699.87 s
[conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
2699.87 s
[conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
2699.87 s
[conduit] |
2699.87 s
[conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
2699.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.87 s
[conduit]
2699.87 s
[conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.o, dist/build/Data/Conduit/Internal.dyn_o )
2699.87 s
[conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.o, dist/build/Data/Conduit/Lift.dyn_o )
2699.87 s
[conduit] src/Data/Conduit/Lift.hs:67:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2699.87 s
[conduit] The import of ‘Data.Monoid’ is redundant
2699.87 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2699.87 s
[conduit] To import instances alone, use: import Data.Monoid()
2699.87 s
[conduit] |
2699.87 s
[conduit] 67 | import Data.Monoid (Monoid(..))
2699.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.87 s
[conduit]
2699.87 s
[conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.o, dist/build/Data/Conduit/List.dyn_o )
2699.87 s
[conduit] src/Data/Conduit/List.hs:336:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2699.87 s
[conduit] Rule "conduit: $$ fold" may never fire
2699.87 s
[conduit] because ‘.|’ might inline first
2699.87 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2699.87 s
[conduit] |
2699.87 s
[conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
2699.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.87 s
[conduit]
2699.87 s
[conduit] src/Data/Conduit/List.hs:352:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2699.87 s
[conduit] Rule "conduit: $$ foldM" may never fire
2699.87 s
[conduit] because ‘.|’ might inline first
2699.87 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2699.87 s
[conduit] |
2699.87 s
[conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
2699.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.87 s
[conduit]
2699.87 s
[conduit] src/Data/Conduit/List.hs:395:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2699.87 s
[conduit] Rule "conduit: connect to mapM_" may never fire
2699.87 s
[conduit] because ‘.|’ might inline first
2699.87 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2699.87 s
[conduit] |
2699.87 s
[conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
2699.88 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.88 s
[conduit]
2699.88 s
[conduit] src/Data/Conduit/List.hs:836:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2699.88 s
[conduit] Rule "conduit: source/filter fusion .|" may never fire
2699.88 s
[conduit] because ‘.|’ might inline first
2699.88 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2699.88 s
[conduit] |
2699.88 s
[conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
2699.88 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.88 s
[conduit]
2699.88 s
[conduit] src/Data/Conduit/List.hs:860:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2699.88 s
[conduit] Rule "conduit: connect to sinkNull" may never fire
2699.88 s
[conduit] because ‘.|’ might inline first
2699.88 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2699.88 s
[conduit] |
2699.88 s
[conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
2699.88 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2699.88 s
[conduit]
2700.19 s
[conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o, dist/build/Data/Streaming/FileRead.dyn_o )
2700.19 s
[conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o, dist/build/Data/Streaming/Filesystem.dyn_o )
2700.19 s
[conduit] src/Data/Streaming/Filesystem.hs:100:36: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2700.19 s
[conduit] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2700.19 s
[conduit] • In the data declaration for ‘FileType’
2700.19 s
[conduit] |
2700.19 s
[conduit] 100 | deriving (Show, Read, Eq, Ord, Typeable )
2700.19 s
[conduit] | ^^^^^^^^
2700.19 s
[conduit]
2700.19 s
[conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.o, dist/build/Data/Conduit/Combinators.dyn_o )
2700.43 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.43 s
[conduit] The use of ‘~’ without TypeOperators
2700.43 s
[conduit] will become an error in a future GHC release.
2700.43 s
[conduit] Suggested fix:
2700.43 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.43 s
[conduit] |
2700.43 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
2700.43 s
[conduit] | ^
2700.43 s
[conduit]
2700.43 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.43 s
[conduit] • The ‘~’ operator is out of scope.
2700.43 s
[conduit] Assuming it to stand for an equality constraint.
2700.43 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.43 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.43 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.43 s
[conduit] • This will become an error in a future GHC release.
2700.43 s
[conduit] |
2700.43 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
2700.43 s
[conduit] | ^
2700.43 s
[conduit]
2700.43 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.43 s
[conduit] The use of ‘~’ without TypeOperators
2700.43 s
[conduit] will become an error in a future GHC release.
2700.43 s
[conduit] Suggested fix:
2700.43 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.43 s
[conduit] |
2700.43 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
2700.43 s
[conduit] | ^
2700.43 s
[conduit]
2700.43 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.43 s
[conduit] • The ‘~’ operator is out of scope.
2700.43 s
[conduit] Assuming it to stand for an equality constraint.
2700.43 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.43 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.43 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.43 s
[conduit] • This will become an error in a future GHC release.
2700.43 s
[conduit] |
2700.43 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
2700.43 s
[conduit] | ^
2700.43 s
[conduit]
2700.43 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.43 s
[conduit] The use of ‘~’ without TypeOperators
2700.43 s
[conduit] will become an error in a future GHC release.
2700.43 s
[conduit] Suggested fix:
2700.43 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.43 s
[conduit] |
2700.43 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2700.43 s
[conduit] | ^
2700.43 s
[conduit]
2700.43 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.43 s
[conduit] • The ‘~’ operator is out of scope.
2700.43 s
[conduit] Assuming it to stand for an equality constraint.
2700.43 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.43 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.43 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.43 s
[conduit] • This will become an error in a future GHC release.
2700.44 s
[conduit] |
2700.44 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2700.44 s
[conduit] | ^
2700.44 s
[conduit]
2700.44 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.44 s
[conduit] The use of ‘~’ without TypeOperators
2700.44 s
[conduit] will become an error in a future GHC release.
2700.44 s
[conduit] Suggested fix:
2700.44 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.44 s
[conduit] |
2700.44 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2700.44 s
[conduit] | ^
2700.44 s
[conduit]
2700.44 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.44 s
[conduit] • The ‘~’ operator is out of scope.
2700.44 s
[conduit] Assuming it to stand for an equality constraint.
2700.44 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.44 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.44 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.44 s
[conduit] • This will become an error in a future GHC release.
2700.44 s
[conduit] |
2700.44 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2700.44 s
[conduit] | ^
2700.44 s
[conduit]
2700.44 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.44 s
[conduit] The use of ‘~’ without TypeOperators
2700.44 s
[conduit] will become an error in a future GHC release.
2700.44 s
[conduit] Suggested fix:
2700.44 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.44 s
[conduit] |
2700.44 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2700.44 s
[conduit] | ^
2700.44 s
[conduit]
2700.44 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.44 s
[conduit] • The ‘~’ operator is out of scope.
2700.44 s
[conduit] Assuming it to stand for an equality constraint.
2700.44 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.44 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.44 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.44 s
[conduit] • This will become an error in a future GHC release.
2700.44 s
[conduit] |
2700.44 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2700.44 s
[conduit] | ^
2700.44 s
[conduit]
2700.44 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.44 s
[conduit] The use of ‘~’ without TypeOperators
2700.44 s
[conduit] will become an error in a future GHC release.
2700.44 s
[conduit] Suggested fix:
2700.44 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.44 s
[conduit] |
2700.44 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2700.44 s
[conduit] | ^
2700.44 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.45 s
[conduit] • The ‘~’ operator is out of scope.
2700.45 s
[conduit] Assuming it to stand for an equality constraint.
2700.45 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.45 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.45 s
[conduit] • This will become an error in a future GHC release.
2700.45 s
[conduit] |
2700.45 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.45 s
[conduit] The use of ‘~’ without TypeOperators
2700.45 s
[conduit] will become an error in a future GHC release.
2700.45 s
[conduit] Suggested fix:
2700.45 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.45 s
[conduit] |
2700.45 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.45 s
[conduit] • The ‘~’ operator is out of scope.
2700.45 s
[conduit] Assuming it to stand for an equality constraint.
2700.45 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.45 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.45 s
[conduit] • This will become an error in a future GHC release.
2700.45 s
[conduit] |
2700.45 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.45 s
[conduit] The use of ‘~’ without TypeOperators
2700.45 s
[conduit] will become an error in a future GHC release.
2700.45 s
[conduit] Suggested fix:
2700.45 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.45 s
[conduit] |
2700.45 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.45 s
[conduit] • The ‘~’ operator is out of scope.
2700.45 s
[conduit] Assuming it to stand for an equality constraint.
2700.45 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.45 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.45 s
[conduit] • This will become an error in a future GHC release.
2700.45 s
[conduit] |
2700.45 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.45 s
[conduit] The use of ‘~’ without TypeOperators
2700.45 s
[conduit] will become an error in a future GHC release.
2700.45 s
[conduit] Suggested fix:
2700.45 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.45 s
[conduit] |
2700.45 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.45 s
[conduit] • The ‘~’ operator is out of scope.
2700.45 s
[conduit] Assuming it to stand for an equality constraint.
2700.45 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.45 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.45 s
[conduit] • This will become an error in a future GHC release.
2700.45 s
[conduit] |
2700.45 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.45 s
[conduit] The use of ‘~’ without TypeOperators
2700.45 s
[conduit] will become an error in a future GHC release.
2700.45 s
[conduit] Suggested fix:
2700.45 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.45 s
[conduit] |
2700.45 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.45 s
[conduit] • The ‘~’ operator is out of scope.
2700.45 s
[conduit] Assuming it to stand for an equality constraint.
2700.45 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.45 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.45 s
[conduit] • This will become an error in a future GHC release.
2700.45 s
[conduit] |
2700.45 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.45 s
[conduit] The use of ‘~’ without TypeOperators
2700.45 s
[conduit] will become an error in a future GHC release.
2700.45 s
[conduit] Suggested fix:
2700.45 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.45 s
[conduit] |
2700.45 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.45 s
[conduit] • The ‘~’ operator is out of scope.
2700.45 s
[conduit] Assuming it to stand for an equality constraint.
2700.45 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.45 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.45 s
[conduit] • This will become an error in a future GHC release.
2700.45 s
[conduit] |
2700.45 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2700.45 s
[conduit] The use of ‘~’ without TypeOperators
2700.45 s
[conduit] will become an error in a future GHC release.
2700.45 s
[conduit] Suggested fix:
2700.45 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2700.45 s
[conduit] |
2700.45 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2700.45 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2700.45 s
[conduit] • The ‘~’ operator is out of scope.
2700.45 s
[conduit] Assuming it to stand for an equality constraint.
2700.45 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2700.45 s
[conduit] exported from Data.Type.Equality and Prelude.
2700.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2700.45 s
[conduit] • This will become an error in a future GHC release.
2700.45 s
[conduit] |
2700.45 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
2700.45 s
[conduit] | ^
2700.45 s
[conduit]
2701.05 s
[lsp-types] [ 44 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilter.p_o )
2703.69 s
[lsp-types] [ 45 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeWholeDocument.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeWholeDocument.p_o )
2703.76 s
[lsp-types] [ 46 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolTag ( generated/Language/LSP/Protocol/Internal/Types/SymbolTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolTag.p_o )
2703.76 s
[lsp-types] [ 47 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolKind ( generated/Language/LSP/Protocol/Internal/Types/SymbolKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolKind.p_o )
2703.76 s
[lsp-types] [ 48 of 452] Compiling Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/StaticRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/StaticRegistrationOptions.p_o )
2703.76 s
[lsp-types] [ 49 of 452] Compiling Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions ( generated/Language/LSP/Protocol/Internal/Types/StaleRequestSupportOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/StaleRequestSupportOptions.p_o )
2703.76 s
[lsp-types] [ 50 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpTriggerKind.p_o )
2703.76 s
[lsp-types] [ 51 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpOptions ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpOptions.p_o )
2703.76 s
[lsp-types] [ 52 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentResult ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentResult.p_o )
2703.76 s
[lsp-types] [ 53 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentClientCapabilities.p_o )
2703.77 s
[lsp-types] [ 54 of 452] Compiling Language.LSP.Protocol.Internal.Types.SetTraceParams ( generated/Language/LSP/Protocol/Internal/Types/SetTraceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SetTraceParams.p_o )
2703.77 s
[lsp-types] [ 55 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerInfo ( generated/Language/LSP/Protocol/Internal/Types/ServerInfo.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerInfo.p_o )
2703.77 s
[lsp-types] [ 56 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ServerCompletionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerCompletionItemOptions.p_o )
2703.77 s
[lsp-types] [ 57 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensWorkspaceClientCapabilities.p_o )
2703.77 s
[lsp-types] [ 58 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensPartialResult.p_o )
2703.77 s
[lsp-types] [ 59 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensLegend ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensLegend.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensLegend.p_o )
2703.77 s
[lsp-types] [ 60 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensFullDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensFullDelta.p_o )
2703.77 s
[lsp-types] [ 61 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensOptions ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensOptions.p_o )
2703.77 s
[lsp-types] [ 62 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensEdit ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensEdit.p_o )
2703.77 s
[lsp-types] [ 63 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaPartialResult.p_o )
2703.77 s
[lsp-types] [ 64 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDelta ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDelta.p_o )
2703.77 s
[lsp-types] [ 65 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokens ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokens.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokens.p_o )
2703.77 s
[lsp-types] [ 66 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokenTypes ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokenTypes.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenTypes.p_o )
2703.77 s
[lsp-types] [ 67 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokenModifiers.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenModifiers.p_o )
2704.79 s
[conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, dist/build/Data/Conduit/Combinators/Unqualified.o, dist/build/Data/Conduit/Combinators/Unqualified.dyn_o )
2704.83 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.83 s
[conduit] The use of ‘~’ without TypeOperators
2704.83 s
[conduit] will become an error in a future GHC release.
2704.83 s
[conduit] Suggested fix:
2704.83 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.83 s
[conduit] |
2704.83 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2704.83 s
[conduit] | ^
2704.83 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.84 s
[conduit] • The ‘~’ operator is out of scope.
2704.84 s
[conduit] Assuming it to stand for an equality constraint.
2704.84 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.84 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.84 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.84 s
[conduit] • This will become an error in a future GHC release.
2704.84 s
[conduit] |
2704.84 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2704.84 s
[conduit] | ^
2704.84 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.84 s
[conduit] The use of ‘~’ without TypeOperators
2704.84 s
[conduit] will become an error in a future GHC release.
2704.84 s
[conduit] Suggested fix:
2704.84 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.84 s
[conduit] |
2704.84 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2704.84 s
[conduit] | ^
2704.84 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.84 s
[conduit] • The ‘~’ operator is out of scope.
2704.84 s
[conduit] Assuming it to stand for an equality constraint.
2704.84 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.84 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.84 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.84 s
[conduit] • This will become an error in a future GHC release.
2704.84 s
[conduit] |
2704.84 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2704.84 s
[conduit] | ^
2704.84 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.84 s
[conduit] The use of ‘~’ without TypeOperators
2704.84 s
[conduit] will become an error in a future GHC release.
2704.84 s
[conduit] Suggested fix:
2704.84 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.84 s
[conduit] |
2704.84 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2704.84 s
[conduit] | ^
2704.84 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.84 s
[conduit] • The ‘~’ operator is out of scope.
2704.84 s
[conduit] Assuming it to stand for an equality constraint.
2704.84 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.84 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.84 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.84 s
[conduit] • This will become an error in a future GHC release.
2704.84 s
[conduit] |
2704.84 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2704.84 s
[conduit] | ^
2704.84 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.84 s
[conduit] The use of ‘~’ without TypeOperators
2704.84 s
[conduit] will become an error in a future GHC release.
2704.84 s
[conduit] Suggested fix:
2704.84 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.84 s
[conduit] |
2704.84 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2704.84 s
[conduit] | ^
2704.84 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.84 s
[conduit] • The ‘~’ operator is out of scope.
2704.84 s
[conduit] Assuming it to stand for an equality constraint.
2704.84 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.84 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.84 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.84 s
[conduit] • This will become an error in a future GHC release.
2704.84 s
[conduit] |
2704.84 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2704.84 s
[conduit] | ^
2704.84 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.84 s
[conduit] The use of ‘~’ without TypeOperators
2704.84 s
[conduit] will become an error in a future GHC release.
2704.84 s
[conduit] Suggested fix:
2704.84 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.84 s
[conduit] |
2704.84 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2704.84 s
[conduit] | ^
2704.84 s
[conduit]
2704.84 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.84 s
[conduit] • The ‘~’ operator is out of scope.
2704.84 s
[conduit] Assuming it to stand for an equality constraint.
2704.84 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.84 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.85 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.85 s
[conduit] • This will become an error in a future GHC release.
2704.85 s
[conduit] |
2704.85 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.85 s
[conduit] The use of ‘~’ without TypeOperators
2704.85 s
[conduit] will become an error in a future GHC release.
2704.85 s
[conduit] Suggested fix:
2704.85 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.85 s
[conduit] |
2704.85 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.85 s
[conduit] • The ‘~’ operator is out of scope.
2704.85 s
[conduit] Assuming it to stand for an equality constraint.
2704.85 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.85 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.85 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.85 s
[conduit] • This will become an error in a future GHC release.
2704.85 s
[conduit] |
2704.85 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.85 s
[conduit] The use of ‘~’ without TypeOperators
2704.85 s
[conduit] will become an error in a future GHC release.
2704.85 s
[conduit] Suggested fix:
2704.85 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.85 s
[conduit] |
2704.85 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.85 s
[conduit] • The ‘~’ operator is out of scope.
2704.85 s
[conduit] Assuming it to stand for an equality constraint.
2704.85 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.85 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.85 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.85 s
[conduit] • This will become an error in a future GHC release.
2704.85 s
[conduit] |
2704.85 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.85 s
[conduit] The use of ‘~’ without TypeOperators
2704.85 s
[conduit] will become an error in a future GHC release.
2704.85 s
[conduit] Suggested fix:
2704.85 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.85 s
[conduit] |
2704.85 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.85 s
[conduit] • The ‘~’ operator is out of scope.
2704.85 s
[conduit] Assuming it to stand for an equality constraint.
2704.85 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.85 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.85 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.85 s
[conduit] • This will become an error in a future GHC release.
2704.85 s
[conduit] |
2704.85 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.85 s
[conduit] The use of ‘~’ without TypeOperators
2704.85 s
[conduit] will become an error in a future GHC release.
2704.85 s
[conduit] Suggested fix:
2704.85 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.85 s
[conduit] |
2704.85 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.85 s
[conduit] • The ‘~’ operator is out of scope.
2704.85 s
[conduit] Assuming it to stand for an equality constraint.
2704.85 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.85 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.85 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.85 s
[conduit] • This will become an error in a future GHC release.
2704.85 s
[conduit] |
2704.85 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2704.85 s
[conduit] The use of ‘~’ without TypeOperators
2704.85 s
[conduit] will become an error in a future GHC release.
2704.85 s
[conduit] Suggested fix:
2704.85 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2704.85 s
[conduit] |
2704.85 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2704.85 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2704.85 s
[conduit] • The ‘~’ operator is out of scope.
2704.85 s
[conduit] Assuming it to stand for an equality constraint.
2704.85 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2704.85 s
[conduit] exported from Data.Type.Equality and Prelude.
2704.85 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2704.85 s
[conduit] • This will become an error in a future GHC release.
2704.85 s
[conduit] |
2704.85 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
2704.85 s
[conduit] | ^
2704.85 s
[conduit]
2705.62 s
[conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.o, dist/build/Conduit.dyn_o )
2706.48 s
[lsp-types] [ 68 of 452] Compiling Language.LSP.Protocol.Types.SemanticTokens ( src/Language/LSP/Protocol/Types/SemanticTokens.hs, dist/build/Language/LSP/Protocol/Types/SemanticTokens.p_o )
2706.55 s
[conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, dist/build/Data/Conduit/Internal/Pipe.p_o )
2707.17 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2707.17 s
[conduit] The import of ‘Control.Applicative’ is redundant
2707.17 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
2707.17 s
[conduit] To import instances alone, use: import Control.Applicative()
2707.17 s
[conduit] |
2707.17 s
[conduit] 48 | import Control.Applicative (Applicative (..))
2707.17 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2707.17 s
[conduit]
2707.17 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
2707.17 s
[conduit] The import of ‘MonadUnliftIO’
2707.17 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
2707.17 s
[conduit] |
2707.17 s
[conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
2707.17 s
[conduit] | ^^^^^^^^^^^^^
2707.17 s
[conduit]
2707.17 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2707.17 s
[conduit] The import of ‘Data.Monoid’ is redundant
2707.17 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2707.17 s
[conduit] To import instances alone, use: import Data.Monoid()
2707.17 s
[conduit] |
2707.17 s
[conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
2707.17 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2707.17 s
[conduit]
2707.17 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2707.17 s
[conduit] The import of ‘Data.Semigroup’ is redundant
2707.17 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
2707.17 s
[conduit] To import instances alone, use: import Data.Semigroup()
2707.17 s
[conduit] |
2707.17 s
[conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
2707.17 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2707.17 s
[conduit]
2707.17 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2707.17 s
[conduit] Rule "conduit: CI.await >>= maybe" may never fire
2707.17 s
[conduit] because ‘maybe’ might inline first
2707.17 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
2707.17 s
[conduit] |
2707.17 s
[conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
2707.17 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2707.17 s
[conduit]
2707.17 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2707.17 s
[conduit] Rule "conduit: awaitE >>= either" may never fire
2707.17 s
[conduit] because ‘either’ might inline first
2707.17 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
2707.17 s
[conduit] |
2707.17 s
[conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
2707.17 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2707.17 s
[conduit]
2708.28 s
[conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, dist/build/Data/Conduit/Internal/Conduit.p_o )
2708.76 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2708.81 s
[conduit] The import of ‘Control.Applicative’ is redundant
2708.81 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
2708.81 s
[conduit] To import instances alone, use: import Control.Applicative()
2708.81 s
[conduit] |
2708.81 s
[conduit] 93 | import Control.Applicative (Applicative (..))
2708.81 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
2708.81 s
[conduit] The import of ‘MonadUnliftIO’
2708.81 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
2708.81 s
[conduit] |
2708.81 s
[conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
2708.81 s
[conduit] | ^^^^^^^^^^^^^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2708.81 s
[conduit] The import of ‘Data.Monoid’ is redundant
2708.81 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2708.81 s
[conduit] To import instances alone, use: import Data.Monoid()
2708.81 s
[conduit] |
2708.81 s
[conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
2708.81 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2708.81 s
[conduit] The import of ‘Data.Semigroup’ is redundant
2708.81 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
2708.81 s
[conduit] To import instances alone, use: import Data.Semigroup()
2708.81 s
[conduit] |
2708.81 s
[conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
2708.81 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2708.81 s
[conduit] The import of ‘Data.Traversable’ is redundant
2708.81 s
[conduit] except perhaps to import instances from ‘Data.Traversable’
2708.81 s
[conduit] To import instances alone, use: import Data.Traversable()
2708.81 s
[conduit] |
2708.81 s
[conduit] 114 | import Data.Traversable (Traversable (..))
2708.81 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2708.81 s
[conduit] This binding for ‘p’ shadows the existing binding
2708.81 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
2708.81 s
[conduit] |
2708.81 s
[conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
2708.81 s
[conduit] | ^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2708.81 s
[conduit] This binding for ‘p’ shadows the existing binding
2708.81 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
2708.81 s
[conduit] |
2708.81 s
[conduit] 743 | go (Leftover p ()) = go p
2708.81 s
[conduit] | ^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2708.81 s
[conduit] This binding for ‘p’ shadows the existing binding
2708.81 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
2708.81 s
[conduit] |
2708.81 s
[conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
2708.81 s
[conduit] | ^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2708.81 s
[conduit] This binding for ‘p’ shadows the existing binding
2708.81 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
2708.81 s
[conduit] |
2708.81 s
[conduit] 760 | go (Leftover p ()) = go p
2708.81 s
[conduit] | ^
2708.81 s
[conduit]
2708.81 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2708.81 s
[conduit] Rule "conduit: await >>= maybe" may never fire
2708.81 s
[conduit] because ‘maybe’ might inline first
2708.81 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
2708.81 s
[conduit] |
2708.81 s
[conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
2708.81 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2708.81 s
[conduit]
2710.31 s
[conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, dist/build/Data/Conduit/Internal/Fusion.p_o )
2710.33 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.33 s
[conduit] Rule "conduit: fuseStream (.|)" may never fire
2710.33 s
[conduit] because ‘.|’ might inline first
2710.33 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2710.33 s
[conduit] |
2710.33 s
[conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
2710.33 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.33 s
[conduit]
2710.33 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.33 s
[conduit] Rule "conduit: fuseStream (fuse)" may never fire
2710.33 s
[conduit] because ‘fuse’ might inline first
2710.33 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2710.33 s
[conduit] |
2710.33 s
[conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
2710.33 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.33 s
[conduit]
2710.33 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.33 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2710.33 s
[conduit] Deprecated: "Use .|"
2710.33 s
[conduit] |
2710.33 s
[conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
2710.33 s
[conduit] | ^^^
2710.33 s
[conduit]
2710.33 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.33 s
[conduit] Rule "conduit: runStream (pure)" may never fire
2710.33 s
[conduit] because ‘runConduitPure’ might inline first
2710.33 s
[conduit] Suggested fix:
2710.33 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2710.33 s
[conduit] |
2710.33 s
[conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
2710.33 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.33 s
[conduit]
2710.33 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.33 s
[conduit] Rule "conduit: runStream (ResourceT)" may never fire
2710.33 s
[conduit] because ‘runConduitRes’ might inline first
2710.33 s
[conduit] Suggested fix:
2710.33 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2710.33 s
[conduit] |
2710.33 s
[conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
2710.33 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.33 s
[conduit]
2710.33 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.33 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2710.33 s
[conduit] Deprecated: "Use runConduit and .|"
2710.33 s
[conduit] |
2710.33 s
[conduit] 129 | unstream left $$ unstream right = connectStream left right
2710.33 s
[conduit] | ^^
2710.33 s
[conduit]
2710.33 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.33 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2710.33 s
[conduit] Deprecated: "Use runConduit and .|"
2710.33 s
[conduit] |
2710.33 s
[conduit] 154 | unstream left $$ right = connectStream1 left right
2710.34 s
[conduit] | ^^
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
2710.34 s
[conduit] because ‘.|’ might inline first
2710.34 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2710.34 s
[conduit] |
2710.34 s
[conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.34 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2710.34 s
[conduit] Deprecated: "Use .|"
2710.34 s
[conduit] |
2710.34 s
[conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
2710.34 s
[conduit] | ^^^
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
2710.34 s
[conduit] because ‘fuse’ might inline first
2710.34 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2710.34 s
[conduit] |
2710.34 s
[conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
2710.34 s
[conduit] because ‘.|’ might inline first
2710.34 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2710.34 s
[conduit] |
2710.34 s
[conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
2710.34 s
[conduit] because ‘runConduitPure’ might inline first
2710.34 s
[conduit] Suggested fix:
2710.34 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2710.34 s
[conduit] |
2710.34 s
[conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
2710.34 s
[conduit] because ‘runConduitPure’ might inline first
2710.34 s
[conduit] Suggested fix:
2710.34 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2710.34 s
[conduit] |
2710.34 s
[conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.34 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2710.34 s
[conduit] Deprecated: "Use .|"
2710.34 s
[conduit] |
2710.34 s
[conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
2710.34 s
[conduit] | ^^^
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
2710.34 s
[conduit] because ‘fuse’ might inline first
2710.34 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2710.34 s
[conduit] |
2710.34 s
[conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
2710.34 s
[conduit] because ‘runConduitPure’ might inline first
2710.34 s
[conduit] Suggested fix:
2710.34 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2710.34 s
[conduit] |
2710.34 s
[conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
2710.34 s
[conduit] because ‘.|’ might inline first
2710.34 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2710.34 s
[conduit] |
2710.34 s
[conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
2710.34 s
[conduit] because ‘runConduitRes’ might inline first
2710.34 s
[conduit] Suggested fix:
2710.34 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2710.34 s
[conduit] |
2710.34 s
[conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.34 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
2710.34 s
[conduit] because ‘runConduitRes’ might inline first
2710.34 s
[conduit] Suggested fix:
2710.34 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2710.34 s
[conduit] |
2710.34 s
[conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
2710.34 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.34 s
[conduit]
2710.34 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.34 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2710.34 s
[conduit] Deprecated: "Use .|"
2710.34 s
[conduit] |
2710.34 s
[conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
2710.35 s
[conduit] | ^^^
2710.35 s
[conduit]
2710.35 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.35 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
2710.35 s
[conduit] because ‘fuse’ might inline first
2710.35 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2710.35 s
[conduit] |
2710.35 s
[conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
2710.35 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.35 s
[conduit]
2710.35 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.35 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
2710.35 s
[conduit] because ‘runConduitRes’ might inline first
2710.35 s
[conduit] Suggested fix:
2710.35 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2710.35 s
[conduit] |
2710.35 s
[conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
2710.35 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.35 s
[conduit]
2710.35 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.35 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2710.35 s
[conduit] Deprecated: "Use runConduit and .|"
2710.35 s
[conduit] |
2710.35 s
[conduit] 214 | left $$ unstream right = connectStream2 left right
2710.35 s
[conduit] | ^^
2710.35 s
[conduit]
2710.35 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.35 s
[conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
2710.35 s
[conduit] because ‘.|’ might inline first
2710.35 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2710.35 s
[conduit] |
2710.35 s
[conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
2710.35 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.35 s
[conduit]
2710.35 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.35 s
[conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
2710.35 s
[conduit] because ‘fuse’ might inline first
2710.35 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2710.35 s
[conduit] |
2710.35 s
[conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
2710.35 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.35 s
[conduit]
2710.35 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.35 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2710.35 s
[conduit] Deprecated: "Use .|"
2710.35 s
[conduit] |
2710.35 s
[conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
2710.35 s
[conduit] | ^^^
2710.35 s
[conduit]
2710.35 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.35 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
2710.35 s
[conduit] because ‘.|’ might inline first
2710.35 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2710.35 s
[conduit] |
2710.35 s
[conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
2710.35 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.35 s
[conduit]
2710.35 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.35 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
2710.35 s
[conduit] because ‘runConduitPure’ might inline first
2710.36 s
[conduit] Suggested fix:
2710.36 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2710.36 s
[conduit] |
2710.36 s
[conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.36 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
2710.36 s
[conduit] because ‘fuse’ might inline first
2710.36 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2710.36 s
[conduit] |
2710.36 s
[conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.36 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
2710.36 s
[conduit] because ‘runConduitPure’ might inline first
2710.36 s
[conduit] Suggested fix:
2710.36 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2710.36 s
[conduit] |
2710.36 s
[conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.36 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
2710.36 s
[conduit] because ‘runConduitPure’ might inline first
2710.36 s
[conduit] Suggested fix:
2710.36 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
2710.36 s
[conduit] |
2710.36 s
[conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.36 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2710.36 s
[conduit] Deprecated: "Use .|"
2710.36 s
[conduit] |
2710.36 s
[conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
2710.36 s
[conduit] | ^^^
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.36 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
2710.36 s
[conduit] because ‘.|’ might inline first
2710.36 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2710.36 s
[conduit] |
2710.36 s
[conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.36 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
2710.36 s
[conduit] because ‘runConduitRes’ might inline first
2710.36 s
[conduit] Suggested fix:
2710.36 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2710.36 s
[conduit] |
2710.36 s
[conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.36 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
2710.36 s
[conduit] because ‘fuse’ might inline first
2710.36 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
2710.36 s
[conduit] |
2710.36 s
[conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.36 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
2710.36 s
[conduit] because ‘runConduitRes’ might inline first
2710.36 s
[conduit] Suggested fix:
2710.36 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2710.36 s
[conduit] |
2710.36 s
[conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2710.36 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
2710.36 s
[conduit] because ‘runConduitRes’ might inline first
2710.36 s
[conduit] Suggested fix:
2710.36 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
2710.36 s
[conduit] |
2710.36 s
[conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
2710.36 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2710.36 s
[conduit]
2710.36 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning : [ GHC-68441 ] [ -Wdeprecations ]
2710.36 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2710.36 s
[conduit] Deprecated: "Use .|"
2710.36 s
[conduit] |
2710.36 s
[conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
2710.36 s
[conduit] | ^^^
2710.36 s
[conduit]
2710.70 s
[conduit] [ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, dist/build/Data/Conduit/Internal/List/Stream.p_o )
2711.58 s
[conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, dist/build/Data/Conduit/Combinators/Stream.p_o )
2711.83 s
[conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2711.83 s
[conduit] The use of ‘~’ without TypeOperators
2711.83 s
[conduit] will become an error in a future GHC release.
2711.83 s
[conduit] Suggested fix:
2711.83 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2711.83 s
[conduit] |
2711.83 s
[conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
2711.83 s
[conduit] | ^
2711.83 s
[conduit]
2711.83 s
[lsp-types] [ 69 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeOptions.p_o )
2711.83 s
[lsp-types] [ 70 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeClientCapabilities.p_o )
2711.83 s
[lsp-types] [ 71 of 452] Compiling Language.LSP.Protocol.Internal.Types.SaveOptions ( generated/Language/LSP/Protocol/Internal/Types/SaveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SaveOptions.p_o )
2711.83 s
[lsp-types] [ 72 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncOptions.p_o )
2711.83 s
[lsp-types] [ 73 of 452] Compiling Language.LSP.Protocol.Internal.Types.ResourceOperationKind ( generated/Language/LSP/Protocol/Internal/Types/ResourceOperationKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperationKind.p_o )
2711.83 s
[lsp-types] [ 74 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameOptions.p_o )
2711.83 s
[lsp-types] [ 75 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFileOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFileOptions.p_o )
2711.83 s
[lsp-types] [ 76 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind ( generated/Language/LSP/Protocol/Internal/Types/RegularExpressionEngineKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionEngineKind.p_o )
2711.83 s
[lsp-types] [ 77 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/RegularExpressionsClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionsClientCapabilities.p_o )
2711.84 s
[lsp-types] [ 78 of 452] Compiling Language.LSP.Protocol.Internal.Types.Registration ( generated/Language/LSP/Protocol/Internal/Types/Registration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Registration.p_o )
2711.84 s
[lsp-types] [ 79 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegistrationParams ( generated/Language/LSP/Protocol/Internal/Types/RegistrationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegistrationParams.p_o )
2711.84 s
[lsp-types] [ 80 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceOptions ( generated/Language/LSP/Protocol/Internal/Types/ReferenceOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceOptions.p_o )
2711.84 s
[lsp-types] [ 81 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceContext ( generated/Language/LSP/Protocol/Internal/Types/ReferenceContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceContext.p_o )
2711.84 s
[lsp-types] [ 82 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ReferenceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceClientCapabilities.p_o )
2711.84 s
[lsp-types] [ 83 of 452] Compiling Language.LSP.Protocol.Internal.Types.ProgressToken ( generated/Language/LSP/Protocol/Internal/Types/ProgressToken.hs, dist/build/Language/LSP/Protocol/Internal/Types/ProgressToken.p_o )
2711.84 s
[lsp-types] [ 84 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolParams.p_o )
2711.84 s
[lsp-types] [ 85 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressParams.p_o )
2711.84 s
[lsp-types] [ 86 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCreateParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCreateParams.p_o )
2711.84 s
[lsp-types] [ 87 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCancelParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCancelParams.p_o )
2711.84 s
[lsp-types] [ 88 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensParams.p_o )
2711.84 s
[lsp-types] [ 89 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaParams.p_o )
2711.84 s
[lsp-types] [ 90 of 452] Compiling Language.LSP.Protocol.Internal.Types.ProgressParams ( generated/Language/LSP/Protocol/Internal/Types/ProgressParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ProgressParams.p_o )
2711.84 s
[lsp-types] [ 91 of 452] Compiling Language.LSP.Protocol.Internal.Types.PreviousResultId ( generated/Language/LSP/Protocol/Internal/Types/PreviousResultId.hs, dist/build/Language/LSP/Protocol/Internal/Types/PreviousResultId.p_o )
2711.84 s
[lsp-types] [ 92 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticParams.p_o )
2711.84 s
[lsp-types] [ 93 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior ( generated/Language/LSP/Protocol/Internal/Types/PrepareSupportDefaultBehavior.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareSupportDefaultBehavior.p_o )
2711.84 s
[lsp-types] [ 94 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/RenameClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameClientCapabilities.p_o )
2711.84 s
[lsp-types] [ 95 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameDefaultBehavior.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameDefaultBehavior.p_o )
2711.84 s
[lsp-types] [ 96 of 452] Compiling Language.LSP.Protocol.Internal.Types.PositionEncodingKind ( generated/Language/LSP/Protocol/Internal/Types/PositionEncodingKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/PositionEncodingKind.p_o )
2711.84 s
[lsp-types] [ 97 of 452] Compiling Language.LSP.Protocol.Internal.Types.Position ( generated/Language/LSP/Protocol/Internal/Types/Position.hs, dist/build/Language/LSP/Protocol/Internal/Types/Position.p_o )
2711.84 s
[lsp-types] [ 98 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyPrepareParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyPrepareParams.p_o )
2711.84 s
[lsp-types] [ 99 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionParams ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionParams.p_o )
2711.84 s
[lsp-types] [100 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentPositionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentPositionParams.p_o )
2711.84 s
[lsp-types] [101 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeParams ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeParams.p_o )
2711.84 s
[lsp-types] [102 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameParams ( generated/Language/LSP/Protocol/Internal/Types/RenameParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameParams.p_o )
2711.84 s
[lsp-types] [103 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceParams ( generated/Language/LSP/Protocol/Internal/Types/ReferenceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceParams.p_o )
2711.84 s
[lsp-types] [104 of 452] Compiling Language.LSP.Protocol.Internal.Types.Range ( generated/Language/LSP/Protocol/Internal/Types/Range.hs, dist/build/Language/LSP/Protocol/Internal/Types/Range.p_o )
2711.84 s
[lsp-types] [105 of 452] Compiling Language.LSP.Protocol.Types.Location ( src/Language/LSP/Protocol/Types/Location.hs, dist/build/Language/LSP/Protocol/Types/Location.p_o )
2711.84 s
[lsp-types] [106 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyItem ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyItem.p_o )
2712.77 s
[conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.p_o )
2712.77 s
[conduit] src/Data/Conduit.hs:105:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2712.77 s
[conduit] The import of ‘Data.Functor.Identity’ is redundant
2712.77 s
[conduit] except perhaps to import instances from ‘Data.Functor.Identity’
2712.77 s
[conduit] To import instances alone, use: import Data.Functor.Identity()
2712.77 s
[conduit] |
2712.77 s
[conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2712.77 s
[conduit] src/Data/Conduit.hs:106:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2712.77 s
[conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
2712.77 s
[conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
2712.77 s
[conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
2712.77 s
[conduit] |
2712.77 s
[conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2712.77 s
[conduit] src/Data/Conduit.hs:107:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2712.77 s
[conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
2712.77 s
[conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
2712.77 s
[conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
2712.77 s
[conduit] |
2712.77 s
[conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2712.77 s
[conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.p_o )
2712.77 s
[conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.p_o )
2712.77 s
[conduit] src/Data/Conduit/Lift.hs:67:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2712.77 s
[conduit] The import of ‘Data.Monoid’ is redundant
2712.77 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2712.77 s
[conduit] To import instances alone, use: import Data.Monoid()
2712.77 s
[conduit] |
2712.77 s
[conduit] 67 | import Data.Monoid (Monoid(..))
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2712.77 s
[conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.p_o )
2712.77 s
[conduit] src/Data/Conduit/List.hs:336:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2712.77 s
[conduit] Rule "conduit: $$ fold" may never fire
2712.77 s
[conduit] because ‘.|’ might inline first
2712.77 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2712.77 s
[conduit] |
2712.77 s
[conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2712.77 s
[conduit] src/Data/Conduit/List.hs:352:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2712.77 s
[conduit] Rule "conduit: $$ foldM" may never fire
2712.77 s
[conduit] because ‘.|’ might inline first
2712.77 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2712.77 s
[conduit] |
2712.77 s
[conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2712.77 s
[conduit] src/Data/Conduit/List.hs:395:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2712.77 s
[conduit] Rule "conduit: connect to mapM_" may never fire
2712.77 s
[conduit] because ‘.|’ might inline first
2712.77 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2712.77 s
[conduit] |
2712.77 s
[conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2712.77 s
[conduit] src/Data/Conduit/List.hs:836:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2712.77 s
[conduit] Rule "conduit: source/filter fusion .|" may never fire
2712.77 s
[conduit] because ‘.|’ might inline first
2712.77 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2712.77 s
[conduit] |
2712.77 s
[conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2712.77 s
[conduit] src/Data/Conduit/List.hs:860:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
2712.77 s
[conduit] Rule "conduit: connect to sinkNull" may never fire
2712.77 s
[conduit] because ‘.|’ might inline first
2712.77 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
2712.77 s
[conduit] |
2712.77 s
[conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
2712.77 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712.77 s
[conduit]
2713.31 s
[conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.p_o )
2713.31 s
[conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.p_o )
2713.31 s
[conduit] src/Data/Streaming/Filesystem.hs:100:36: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2713.31 s
[conduit] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2713.31 s
[conduit] • In the data declaration for ‘FileType’
2713.31 s
[conduit] |
2713.31 s
[conduit] 100 | deriving (Show, Read, Eq, Ord, Typeable )
2713.31 s
[conduit] | ^^^^^^^^
2713.31 s
[conduit]
2713.31 s
[conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.p_o )
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.53 s
[conduit] The use of ‘~’ without TypeOperators
2713.53 s
[conduit] will become an error in a future GHC release.
2713.53 s
[conduit] Suggested fix:
2713.53 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.53 s
[conduit] |
2713.53 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.53 s
[conduit] • The ‘~’ operator is out of scope.
2713.53 s
[conduit] Assuming it to stand for an equality constraint.
2713.53 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.53 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.53 s
[conduit] • This will become an error in a future GHC release.
2713.53 s
[conduit] |
2713.53 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.53 s
[conduit] The use of ‘~’ without TypeOperators
2713.53 s
[conduit] will become an error in a future GHC release.
2713.53 s
[conduit] Suggested fix:
2713.53 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.53 s
[conduit] |
2713.53 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.53 s
[conduit] • The ‘~’ operator is out of scope.
2713.53 s
[conduit] Assuming it to stand for an equality constraint.
2713.53 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.53 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.53 s
[conduit] • This will become an error in a future GHC release.
2713.53 s
[conduit] |
2713.53 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.53 s
[conduit] The use of ‘~’ without TypeOperators
2713.53 s
[conduit] will become an error in a future GHC release.
2713.53 s
[conduit] Suggested fix:
2713.53 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.53 s
[conduit] |
2713.53 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.53 s
[conduit] • The ‘~’ operator is out of scope.
2713.53 s
[conduit] Assuming it to stand for an equality constraint.
2713.53 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.53 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.53 s
[conduit] • This will become an error in a future GHC release.
2713.53 s
[conduit] |
2713.53 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.53 s
[conduit] The use of ‘~’ without TypeOperators
2713.53 s
[conduit] will become an error in a future GHC release.
2713.53 s
[conduit] Suggested fix:
2713.53 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.53 s
[conduit] |
2713.53 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.53 s
[conduit] • The ‘~’ operator is out of scope.
2713.53 s
[conduit] Assuming it to stand for an equality constraint.
2713.53 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.53 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.53 s
[conduit] • This will become an error in a future GHC release.
2713.53 s
[conduit] |
2713.53 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.53 s
[conduit] The use of ‘~’ without TypeOperators
2713.53 s
[conduit] will become an error in a future GHC release.
2713.53 s
[conduit] Suggested fix:
2713.53 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.53 s
[conduit] |
2713.53 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2713.53 s
[conduit] | ^
2713.53 s
[conduit]
2713.53 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.53 s
[conduit] • The ‘~’ operator is out of scope.
2713.53 s
[conduit] Assuming it to stand for an equality constraint.
2713.53 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.53 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.54 s
[conduit] • This will become an error in a future GHC release.
2713.54 s
[conduit] |
2713.54 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.54 s
[conduit] The use of ‘~’ without TypeOperators
2713.54 s
[conduit] will become an error in a future GHC release.
2713.54 s
[conduit] Suggested fix:
2713.54 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.54 s
[conduit] |
2713.54 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.54 s
[conduit] • The ‘~’ operator is out of scope.
2713.54 s
[conduit] Assuming it to stand for an equality constraint.
2713.54 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.54 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.54 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.54 s
[conduit] • This will become an error in a future GHC release.
2713.54 s
[conduit] |
2713.54 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.54 s
[conduit] The use of ‘~’ without TypeOperators
2713.54 s
[conduit] will become an error in a future GHC release.
2713.54 s
[conduit] Suggested fix:
2713.54 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.54 s
[conduit] |
2713.54 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.54 s
[conduit] • The ‘~’ operator is out of scope.
2713.54 s
[conduit] Assuming it to stand for an equality constraint.
2713.54 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.54 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.54 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.54 s
[conduit] • This will become an error in a future GHC release.
2713.54 s
[conduit] |
2713.54 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.54 s
[conduit] The use of ‘~’ without TypeOperators
2713.54 s
[conduit] will become an error in a future GHC release.
2713.54 s
[conduit] Suggested fix:
2713.54 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.54 s
[conduit] |
2713.54 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.54 s
[conduit] • The ‘~’ operator is out of scope.
2713.54 s
[conduit] Assuming it to stand for an equality constraint.
2713.54 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.54 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.54 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.54 s
[conduit] • This will become an error in a future GHC release.
2713.54 s
[conduit] |
2713.54 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.54 s
[conduit] The use of ‘~’ without TypeOperators
2713.54 s
[conduit] will become an error in a future GHC release.
2713.54 s
[conduit] Suggested fix:
2713.54 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.54 s
[conduit] |
2713.54 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.54 s
[conduit] • The ‘~’ operator is out of scope.
2713.54 s
[conduit] Assuming it to stand for an equality constraint.
2713.54 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.54 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.54 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.54 s
[conduit] • This will become an error in a future GHC release.
2713.54 s
[conduit] |
2713.54 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.54 s
[conduit] The use of ‘~’ without TypeOperators
2713.54 s
[conduit] will become an error in a future GHC release.
2713.54 s
[conduit] Suggested fix:
2713.54 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.54 s
[conduit] |
2713.54 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.54 s
[conduit] • The ‘~’ operator is out of scope.
2713.54 s
[conduit] Assuming it to stand for an equality constraint.
2713.54 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.54 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.54 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.54 s
[conduit] • This will become an error in a future GHC release.
2713.54 s
[conduit] |
2713.54 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.54 s
[conduit] The use of ‘~’ without TypeOperators
2713.54 s
[conduit] will become an error in a future GHC release.
2713.54 s
[conduit] Suggested fix:
2713.54 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.54 s
[conduit] |
2713.54 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.54 s
[conduit] • The ‘~’ operator is out of scope.
2713.54 s
[conduit] Assuming it to stand for an equality constraint.
2713.54 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.54 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.54 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.54 s
[conduit] • This will become an error in a future GHC release.
2713.54 s
[conduit] |
2713.54 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2713.54 s
[conduit] The use of ‘~’ without TypeOperators
2713.54 s
[conduit] will become an error in a future GHC release.
2713.54 s
[conduit] Suggested fix:
2713.54 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2713.54 s
[conduit] |
2713.54 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2713.54 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2713.54 s
[conduit] • The ‘~’ operator is out of scope.
2713.54 s
[conduit] Assuming it to stand for an equality constraint.
2713.54 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2713.54 s
[conduit] exported from Data.Type.Equality and Prelude.
2713.54 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2713.54 s
[conduit] • This will become an error in a future GHC release.
2713.54 s
[conduit] |
2713.54 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
2713.54 s
[conduit] | ^
2713.54 s
[conduit]
2717.48 s
[lsp-types] [107 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchySupertypesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySupertypesParams.p_o )
2718.05 s
[conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, dist/build/Data/Conduit/Combinators/Unqualified.p_o )
2718.09 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.09 s
[conduit] The use of ‘~’ without TypeOperators
2718.09 s
[conduit] will become an error in a future GHC release.
2718.09 s
[conduit] Suggested fix:
2718.09 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.09 s
[conduit] |
2718.09 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2718.09 s
[conduit] | ^
2718.09 s
[conduit]
2718.09 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.09 s
[conduit] • The ‘~’ operator is out of scope.
2718.10 s
[conduit] Assuming it to stand for an equality constraint.
2718.10 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.10 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.10 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.10 s
[conduit] • This will become an error in a future GHC release.
2718.10 s
[conduit] |
2718.10 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2718.10 s
[conduit] | ^
2718.10 s
[conduit]
2718.10 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.10 s
[conduit] The use of ‘~’ without TypeOperators
2718.10 s
[conduit] will become an error in a future GHC release.
2718.10 s
[conduit] Suggested fix:
2718.10 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.10 s
[conduit] |
2718.10 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2718.10 s
[conduit] | ^
2718.10 s
[conduit]
2718.10 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.10 s
[conduit] • The ‘~’ operator is out of scope.
2718.10 s
[conduit] Assuming it to stand for an equality constraint.
2718.10 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.10 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.10 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.10 s
[conduit] • This will become an error in a future GHC release.
2718.10 s
[conduit] |
2718.10 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2718.10 s
[conduit] | ^
2718.10 s
[conduit]
2718.10 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.10 s
[conduit] The use of ‘~’ without TypeOperators
2718.10 s
[conduit] will become an error in a future GHC release.
2718.10 s
[conduit] Suggested fix:
2718.10 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.10 s
[conduit] |
2718.10 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2718.10 s
[conduit] | ^
2718.10 s
[conduit]
2718.10 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.10 s
[conduit] • The ‘~’ operator is out of scope.
2718.10 s
[conduit] Assuming it to stand for an equality constraint.
2718.10 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.10 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.10 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.10 s
[conduit] • This will become an error in a future GHC release.
2718.10 s
[conduit] |
2718.10 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2718.10 s
[conduit] | ^
2718.10 s
[conduit]
2718.10 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.10 s
[conduit] The use of ‘~’ without TypeOperators
2718.10 s
[conduit] will become an error in a future GHC release.
2718.10 s
[conduit] Suggested fix:
2718.10 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.10 s
[conduit] |
2718.10 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2718.10 s
[conduit] | ^
2718.10 s
[conduit]
2718.10 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.10 s
[conduit] • The ‘~’ operator is out of scope.
2718.10 s
[conduit] Assuming it to stand for an equality constraint.
2718.10 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.10 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.10 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.10 s
[conduit] • This will become an error in a future GHC release.
2718.10 s
[conduit] |
2718.10 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2718.10 s
[conduit] | ^
2718.10 s
[conduit]
2718.10 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.11 s
[conduit] The use of ‘~’ without TypeOperators
2718.11 s
[conduit] will become an error in a future GHC release.
2718.11 s
[conduit] Suggested fix:
2718.11 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.11 s
[conduit] |
2718.11 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.11 s
[conduit] • The ‘~’ operator is out of scope.
2718.11 s
[conduit] Assuming it to stand for an equality constraint.
2718.11 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.11 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.11 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.11 s
[conduit] • This will become an error in a future GHC release.
2718.11 s
[conduit] |
2718.11 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.11 s
[conduit] The use of ‘~’ without TypeOperators
2718.11 s
[conduit] will become an error in a future GHC release.
2718.11 s
[conduit] Suggested fix:
2718.11 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.11 s
[conduit] |
2718.11 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.11 s
[conduit] • The ‘~’ operator is out of scope.
2718.11 s
[conduit] Assuming it to stand for an equality constraint.
2718.11 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.11 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.11 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.11 s
[conduit] • This will become an error in a future GHC release.
2718.11 s
[conduit] |
2718.11 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.11 s
[conduit] The use of ‘~’ without TypeOperators
2718.11 s
[conduit] will become an error in a future GHC release.
2718.11 s
[conduit] Suggested fix:
2718.11 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.11 s
[conduit] |
2718.11 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.11 s
[conduit] • The ‘~’ operator is out of scope.
2718.11 s
[conduit] Assuming it to stand for an equality constraint.
2718.11 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.11 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.11 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.11 s
[conduit] • This will become an error in a future GHC release.
2718.11 s
[conduit] |
2718.11 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.11 s
[conduit] The use of ‘~’ without TypeOperators
2718.11 s
[conduit] will become an error in a future GHC release.
2718.11 s
[conduit] Suggested fix:
2718.11 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.11 s
[conduit] |
2718.11 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.11 s
[conduit] • The ‘~’ operator is out of scope.
2718.11 s
[conduit] Assuming it to stand for an equality constraint.
2718.11 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.11 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.11 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.11 s
[conduit] • This will become an error in a future GHC release.
2718.11 s
[conduit] |
2718.11 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.11 s
[conduit] The use of ‘~’ without TypeOperators
2718.11 s
[conduit] will become an error in a future GHC release.
2718.11 s
[conduit] Suggested fix:
2718.11 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.11 s
[conduit] |
2718.11 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.11 s
[conduit] • The ‘~’ operator is out of scope.
2718.11 s
[conduit] Assuming it to stand for an equality constraint.
2718.11 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.11 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.11 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.11 s
[conduit] • This will become an error in a future GHC release.
2718.11 s
[conduit] |
2718.11 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2718.11 s
[conduit] The use of ‘~’ without TypeOperators
2718.11 s
[conduit] will become an error in a future GHC release.
2718.11 s
[conduit] Suggested fix:
2718.11 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2718.11 s
[conduit] |
2718.11 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2718.11 s
[conduit] • The ‘~’ operator is out of scope.
2718.11 s
[conduit] Assuming it to stand for an equality constraint.
2718.11 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2718.11 s
[conduit] exported from Data.Type.Equality and Prelude.
2718.11 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2718.11 s
[conduit] • This will become an error in a future GHC release.
2718.11 s
[conduit] |
2718.11 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
2718.11 s
[conduit] | ^
2718.11 s
[conduit]
2718.97 s
[conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.p_o )
2721.45 s
[conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
2721.45 s
[conduit] Building test suite 'conduit-test' for conduit-1.3.6.1...
2721.72 s
[conduit] [1 of 5] Compiling Data.Conduit.Extra.ZipConduitSpec ( test/Data/Conduit/Extra/ZipConduitSpec.hs, dist/build/conduit-test/conduit-test-tmp/Data/Conduit/Extra/ZipConduitSpec.o )
2721.99 s
[conduit] test/Data/Conduit/Extra/ZipConduitSpec.hs:5:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2721.99 s
[conduit] The import of ‘Control.Applicative’ is redundant
2721.99 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
2721.99 s
[conduit] To import instances alone, use: import Control.Applicative()
2721.99 s
[conduit] |
2721.99 s
[conduit] 5 | import Control.Applicative ((<*), pure)
2721.99 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2721.99 s
[conduit]
2722.50 s
[conduit] [2 of 5] Compiling Data.Conduit.StreamSpec ( test/Data/Conduit/StreamSpec.hs, dist/build/conduit-test/conduit-test-tmp/Data/Conduit/StreamSpec.o )
2722.53 s
[conduit] test/Data/Conduit/StreamSpec.hs:64:11: warning : [ GHC-00834 ] [ -Wview-pattern-signatures ]
2722.53 s
[conduit] • Found an unparenthesized pattern signature on the RHS of a view pattern.
2722.53 s
[conduit] • This code might stop working in a future GHC release
2722.53 s
[conduit] due to a planned change to the precedence of view patterns,
2722.53 s
[conduit] unless the view function is an endofunction.
2722.53 s
[conduit] • Current parse: ‘getSmall -> (fr :: Int)’
2722.53 s
[conduit] Future parse: ‘(getSmall -> fr) :: Int’
2722.53 s
[conduit] Suggested fix: Parenthesize the RHS of the view pattern
2722.53 s
[conduit] |
2722.53 s
[conduit] 64 | \(getSmall -> fr :: Int , getSmall -> to :: Int) ->
2722.53 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^
2722.53 s
[conduit]
2722.53 s
[conduit] test/Data/Conduit/StreamSpec.hs:64:34: warning : [ GHC-00834 ] [ -Wview-pattern-signatures ]
2722.53 s
[conduit] • Found an unparenthesized pattern signature on the RHS of a view pattern.
2722.53 s
[conduit] • This code might stop working in a future GHC release
2722.53 s
[conduit] due to a planned change to the precedence of view patterns,
2722.53 s
[conduit] unless the view function is an endofunction.
2722.53 s
[conduit] • Current parse: ‘getSmall -> (to :: Int)’
2722.53 s
[conduit] Future parse: ‘(getSmall -> to) :: Int’
2722.53 s
[conduit] Suggested fix: Parenthesize the RHS of the view pattern
2722.53 s
[conduit] |
2722.53 s
[conduit] 64 | \(getSmall -> fr :: Int, getSmall -> to :: Int ) ->
2722.53 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^
2722.53 s
[conduit]
2722.53 s
[conduit] test/Data/Conduit/StreamSpec.hs:572:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2722.53 s
[conduit] Pattern match(es) are non-exhaustive
2722.53 s
[conduit] In a lambda abstraction: Patterns of type ‘[a]’ not matched: []
2722.53 s
[conduit] |
2722.53 s
[conduit] 572 | Data.List.map (\(x:xs) -> (x, xs) ) . Data.List.groupBy ((==) `on` f)
2722.53 s
[conduit] | ^^^^^^^^^^^^^^^^^^
2722.53 s
[conduit]
2725.94 s
[lsp-types] [108 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchySubtypesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySubtypesParams.p_o )
2726.04 s
[lsp-types] [109 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextEdit ( generated/Language/LSP/Protocol/Internal/Types/TextEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextEdit.p_o )
2726.04 s
[lsp-types] [110 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangePartial.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangePartial.p_o )
2726.04 s
[lsp-types] [111 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeEvent.p_o )
2726.04 s
[lsp-types] [112 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentParams.p_o )
2726.04 s
[lsp-types] [113 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRangeParams.p_o )
2726.04 s
[lsp-types] [114 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRange ( generated/Language/LSP/Protocol/Internal/Types/SelectionRange.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRange.p_o )
2726.04 s
[lsp-types] [115 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenamePlaceholder.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenamePlaceholder.p_o )
2726.04 s
[lsp-types] [116 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameResult ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameResult.p_o )
2726.04 s
[lsp-types] [117 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameParams ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameParams.p_o )
2726.04 s
[lsp-types] [118 of 452] Compiling Language.LSP.Protocol.Internal.Types.Pattern ( generated/Language/LSP/Protocol/Internal/Types/Pattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/Pattern.p_o )
2726.04 s
[lsp-types] [119 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelativePattern ( generated/Language/LSP/Protocol/Internal/Types/RelativePattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelativePattern.p_o )
2726.04 s
[lsp-types] [120 of 452] Compiling Language.LSP.Protocol.Internal.Types.PartialResultParams ( generated/Language/LSP/Protocol/Internal/Types/PartialResultParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PartialResultParams.p_o )
2726.04 s
[lsp-types] [121 of 452] Compiling Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/OptionalVersionedTextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/OptionalVersionedTextDocumentIdentifier.p_o )
2726.04 s
[lsp-types] [122 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncClientCapabilities.p_o )
2726.04 s
[lsp-types] [123 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentIdentifier.p_o )
2726.04 s
[lsp-types] [124 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterScheme.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterScheme.p_o )
2726.05 s
[lsp-types] [125 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterPattern.p_o )
2726.05 s
[lsp-types] [126 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterNotebookType.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterNotebookType.p_o )
2726.05 s
[lsp-types] [127 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilter.p_o )
2726.05 s
[lsp-types] [128 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentClientCapabilities.p_o )
2726.05 s
[lsp-types] [129 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellContentChanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellContentChanges.p_o )
2726.05 s
[lsp-types] [130 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellTextDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellTextDocumentFilter.p_o )
2726.05 s
[lsp-types] [131 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellLanguage ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellLanguage.p_o )
2726.05 s
[lsp-types] [132 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithNotebook.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithNotebook.p_o )
2726.05 s
[lsp-types] [133 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithCells.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithCells.p_o )
2726.05 s
[lsp-types] [134 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncRegistrationOptions.p_o )
2727.04 s
[conduit] [3 of 5] Compiling StreamSpec ( test/StreamSpec.hs, dist/build/conduit-test/conduit-test-tmp/StreamSpec.o )
2727.04 s
[conduit] test/StreamSpec.hs:471:3: warning : [ GHC-50928 ] [ -Wnoncanonical-monoid-instances ]
2727.04 s
[conduit] Noncanonical ‘mappend’ definition detected
2727.04 s
[conduit] in the instance declaration for ‘Monoid (Sum a)’.
2727.04 s
[conduit] ‘mappend’ will eventually be removed in favour of ‘(<>)’
2727.04 s
[conduit] Suggested fix:
2727.04 s
[conduit] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
2727.04 s
[conduit] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
2727.04 s
[conduit] |
2727.04 s
[conduit] 471 | mappend (Sum x) (Sum y) = Sum $ x Prelude.+ y
2727.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2727.04 s
[conduit]
2727.04 s
[conduit] [4 of 5] Compiling Spec ( test/Spec.hs, dist/build/conduit-test/conduit-test-tmp/Spec.o )
2728.03 s
[lsp-types] [135 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncOptions.p_o )
2728.05 s
[lsp-types] [136 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellKind ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellKind.p_o )
2728.05 s
[lsp-types] [137 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerParams ( generated/Language/LSP/Protocol/Internal/Types/MonikerParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerParams.p_o )
2728.05 s
[lsp-types] [138 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerOptions ( generated/Language/LSP/Protocol/Internal/Types/MonikerOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerOptions.p_o )
2728.05 s
[lsp-types] [139 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerKind ( generated/Language/LSP/Protocol/Internal/Types/MonikerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerKind.p_o )
2728.05 s
[lsp-types] [140 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/MonikerClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerClientCapabilities.p_o )
2728.05 s
[lsp-types] [141 of 452] Compiling Language.LSP.Protocol.Internal.Types.Moniker ( generated/Language/LSP/Protocol/Internal/Types/Moniker.hs, dist/build/Language/LSP/Protocol/Internal/Types/Moniker.p_o )
2728.05 s
[lsp-types] [142 of 452] Compiling Language.LSP.Protocol.Internal.Types.MessageType ( generated/Language/LSP/Protocol/Internal/Types/MessageType.hs, dist/build/Language/LSP/Protocol/Internal/Types/MessageType.p_o )
2728.05 s
[lsp-types] [143 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageParams ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageParams.p_o )
2728.05 s
[lsp-types] [144 of 452] Compiling Language.LSP.Protocol.Internal.Types.MessageActionItem ( generated/Language/LSP/Protocol/Internal/Types/MessageActionItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/MessageActionItem.p_o )
2728.05 s
[lsp-types] [145 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageRequestParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestParams.p_o )
2728.05 s
[lsp-types] [146 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkupKind ( generated/Language/LSP/Protocol/Internal/Types/MarkupKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkupKind.p_o )
2728.05 s
[lsp-types] [147 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkupContent ( generated/Language/LSP/Protocol/Internal/Types/MarkupContent.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkupContent.p_o )
2728.05 s
[lsp-types] [148 of 452] Compiling Language.LSP.Protocol.Types.MarkupContent ( src/Language/LSP/Protocol/Types/MarkupContent.hs, dist/build/Language/LSP/Protocol/Types/MarkupContent.p_o )
2728.05 s
[lsp-types] [149 of 452] Compiling Language.LSP.Protocol.Internal.Types.ParameterInformation ( generated/Language/LSP/Protocol/Internal/Types/ParameterInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ParameterInformation.p_o )
2728.05 s
[lsp-types] [150 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureInformation ( generated/Language/LSP/Protocol/Internal/Types/SignatureInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureInformation.p_o )
2728.05 s
[lsp-types] [151 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelp ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelp.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelp.p_o )
2740.38 s
[lsp-types] [152 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpContext ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpContext.p_o )
2745.11 s
[lsp-types] [153 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpParams ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpParams.p_o )
2745.36 s
[conduit] [5 of 5] Compiling Main ( test/main.hs, dist/build/conduit-test/conduit-test-tmp/Main.o )
2745.61 s
[conduit] test/main.hs:35:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2745.62 s
[conduit] The import of ‘Control.Applicative’ is redundant
2745.63 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
2745.63 s
[conduit] To import instances alone, use: import Control.Applicative()
2745.63 s
[conduit] |
2745.63 s
[conduit] 35 | import Control.Applicative (pure, (<$>), (<*>), liftA2)
2745.63 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2745.63 s
[conduit]
2745.63 s
[conduit] test/main.hs:99:32: warning : [ GHC-63394 ] [ -Wx-partial ]
2745.63 s
[conduit] In the use of ‘tail’
2745.63 s
[conduit] (imported from Prelude, but defined in GHC.Internal.List):
2745.63 s
[conduit] "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"."
2745.63 s
[conduit] |
2745.63 s
[conduit] 99 | prop "scan" $ equivToList (tail . scanl (+) 0 :: [Int]->[Int]) (void $ CL.scan (+) 0)
2745.63 s
[conduit] | ^^^^
2745.63 s
[conduit]
2745.63 s
[conduit] test/main.hs:110:33: warning : [ GHC-63394 ] [ -Wx-partial ]
2745.63 s
[conduit] In the use of ‘tail’
2745.63 s
[conduit] (imported from Prelude, but defined in GHC.Internal.List):
2745.63 s
[conduit] "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"."
2745.63 s
[conduit] |
2745.63 s
[conduit] 110 | prop "scanM" $ equivToList (tail . scanl (+) 0) (void $ CL.scanM (\a s -> return $ a + s) (0 :: Int))
2745.63 s
[conduit] | ^^^^
2745.63 s
[conduit]
2745.63 s
[conduit] test/main.hs:882:25: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2745.63 s
[conduit] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2745.63 s
[conduit] • In the data declaration for ‘DummyError’
2745.63 s
[conduit] |
2745.63 s
[conduit] 882 | deriving (Show, Eq, Typeable )
2745.63 s
[conduit] | ^^^^^^^^
2745.63 s
[conduit]
2749.02 s
[lsp-types] [154 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage ( generated/Language/LSP/Protocol/Internal/Types/MarkedStringWithLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkedStringWithLanguage.p_o )
2749.02 s
[lsp-types] [155 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkedString ( generated/Language/LSP/Protocol/Internal/Types/MarkedString.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkedString.p_o )
2749.02 s
[lsp-types] [156 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/MarkdownClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkdownClientCapabilities.p_o )
2749.02 s
[lsp-types] [157 of 452] Compiling Language.LSP.Protocol.Internal.Types.LogTraceParams ( generated/Language/LSP/Protocol/Internal/Types/LogTraceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LogTraceParams.p_o )
2749.02 s
[lsp-types] [158 of 452] Compiling Language.LSP.Protocol.Internal.Types.LogMessageParams ( generated/Language/LSP/Protocol/Internal/Types/LogMessageParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LogMessageParams.p_o )
2749.02 s
[lsp-types] [159 of 452] Compiling Language.LSP.Protocol.Internal.Types.LocationUriOnly ( generated/Language/LSP/Protocol/Internal/Types/LocationUriOnly.hs, dist/build/Language/LSP/Protocol/Internal/Types/LocationUriOnly.p_o )
2749.02 s
[lsp-types] [160 of 452] Compiling Language.LSP.Protocol.Internal.Types.LocationLink ( generated/Language/LSP/Protocol/Internal/Types/LocationLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/LocationLink.p_o )
2749.02 s
[lsp-types] [161 of 452] Compiling Language.LSP.Protocol.Internal.Types.Location ( generated/Language/LSP/Protocol/Internal/Types/Location.hs, dist/build/Language/LSP/Protocol/Internal/Types/Location.p_o )
2749.02 s
[lsp-types] [162 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbol ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbol.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbol.p_o )
2749.02 s
[lsp-types] [163 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolInformation ( generated/Language/LSP/Protocol/Internal/Types/SymbolInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolInformation.p_o )
2749.02 s
[lsp-types] [164 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRanges ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRanges.p_o )
2749.02 s
[lsp-types] [165 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeParams.p_o )
2749.02 s
[lsp-types] [166 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeOptions.p_o )
2749.02 s
[lsp-types] [167 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeClientCapabilities.p_o )
2749.02 s
[lsp-types] [168 of 452] Compiling Language.LSP.Protocol.Internal.Types.LanguageKind ( generated/Language/LSP/Protocol/Internal/Types/LanguageKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/LanguageKind.p_o )
2749.02 s
[lsp-types] [169 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentItem ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentItem.p_o )
2749.02 s
[lsp-types] [170 of 452] Compiling Language.LSP.Protocol.Internal.Types.LSPErrorCodes ( generated/Language/LSP/Protocol/Internal/Types/LSPErrorCodes.hs, dist/build/Language/LSP/Protocol/Internal/Types/LSPErrorCodes.p_o )
2749.02 s
[lsp-types] [171 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertTextMode ( generated/Language/LSP/Protocol/Internal/Types/InsertTextMode.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextMode.p_o )
2749.02 s
[lsp-types] [172 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertTextFormat ( generated/Language/LSP/Protocol/Internal/Types/InsertTextFormat.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextFormat.p_o )
2749.02 s
[lsp-types] [173 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertReplaceEdit ( generated/Language/LSP/Protocol/Internal/Types/InsertReplaceEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertReplaceEdit.p_o )
2749.02 s
[lsp-types] [174 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlineValueWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueWorkspaceClientCapabilities.p_o )
2749.02 s
[lsp-types] [175 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup ( generated/Language/LSP/Protocol/Internal/Types/InlineValueVariableLookup.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueVariableLookup.p_o )
2749.02 s
[lsp-types] [176 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueText ( generated/Language/LSP/Protocol/Internal/Types/InlineValueText.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueText.p_o )
2749.02 s
[lsp-types] [177 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueOptions ( generated/Language/LSP/Protocol/Internal/Types/InlineValueOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueOptions.p_o )
2749.02 s
[lsp-types] [178 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression ( generated/Language/LSP/Protocol/Internal/Types/InlineValueEvaluatableExpression.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueEvaluatableExpression.p_o )
2749.02 s
[lsp-types] [179 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueContext ( generated/Language/LSP/Protocol/Internal/Types/InlineValueContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueContext.p_o )
2749.02 s
[lsp-types] [180 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueParams ( generated/Language/LSP/Protocol/Internal/Types/InlineValueParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueParams.p_o )
2749.02 s
[lsp-types] [181 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlineValueClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueClientCapabilities.p_o )
2749.02 s
[lsp-types] [182 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValue ( generated/Language/LSP/Protocol/Internal/Types/InlineValue.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValue.p_o )
2749.02 s
[lsp-types] [183 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlayHintWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintWorkspaceClientCapabilities.p_o )
2749.02 s
[lsp-types] [184 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintParams ( generated/Language/LSP/Protocol/Internal/Types/InlayHintParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintParams.p_o )
2749.02 s
[lsp-types] [185 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintOptions ( generated/Language/LSP/Protocol/Internal/Types/InlayHintOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintOptions.p_o )
2749.02 s
[lsp-types] [186 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintKind ( generated/Language/LSP/Protocol/Internal/Types/InlayHintKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintKind.p_o )
2749.02 s
[lsp-types] [187 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializedParams ( generated/Language/LSP/Protocol/Internal/Types/InitializedParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializedParams.p_o )
2749.02 s
[lsp-types] [188 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeError ( generated/Language/LSP/Protocol/Internal/Types/InitializeError.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeError.p_o )
2749.02 s
[lsp-types] [189 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationParams ( generated/Language/LSP/Protocol/Internal/Types/ImplementationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationParams.p_o )
2749.02 s
[lsp-types] [190 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationOptions ( generated/Language/LSP/Protocol/Internal/Types/ImplementationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationOptions.p_o )
2749.02 s
[lsp-types] [191 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ImplementationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationClientCapabilities.p_o )
2749.02 s
[lsp-types] [192 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverParams ( generated/Language/LSP/Protocol/Internal/Types/HoverParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverParams.p_o )
2749.02 s
[lsp-types] [193 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverOptions ( generated/Language/LSP/Protocol/Internal/Types/HoverOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverOptions.p_o )
2749.02 s
[lsp-types] [194 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/HoverClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverClientCapabilities.p_o )
2749.02 s
[lsp-types] [195 of 452] Compiling Language.LSP.Protocol.Internal.Types.Hover ( generated/Language/LSP/Protocol/Internal/Types/Hover.hs, dist/build/Language/LSP/Protocol/Internal/Types/Hover.p_o )
2749.02 s
[lsp-types] [196 of 452] Compiling Language.LSP.Protocol.Internal.Types.GlobPattern ( generated/Language/LSP/Protocol/Internal/Types/GlobPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/GlobPattern.p_o )
2749.02 s
[lsp-types] [197 of 452] Compiling Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/GeneralClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/GeneralClientCapabilities.p_o )
2749.02 s
[lsp-types] [198 of 452] Compiling Language.LSP.Protocol.Internal.Types.FormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/FormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FormattingOptions.p_o )
2749.02 s
[lsp-types] [199 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeParams ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeParams.p_o )
2749.02 s
[lsp-types] [200 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeOptions.p_o )
2749.02 s
[lsp-types] [201 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeKind ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeKind.p_o )
2749.02 s
[lsp-types] [202 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRange ( generated/Language/LSP/Protocol/Internal/Types/FoldingRange.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRange.p_o )
2749.02 s
[lsp-types] [203 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileSystemWatcher ( generated/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.p_o )
2749.02 s
[lsp-types] [204 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileRename ( generated/Language/LSP/Protocol/Internal/Types/FileRename.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileRename.p_o )
2749.02 s
[lsp-types] [205 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFilesParams ( generated/Language/LSP/Protocol/Internal/Types/RenameFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFilesParams.p_o )
2749.02 s
[lsp-types] [206 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPatternOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternOptions.p_o )
2749.02 s
[lsp-types] [207 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPatternKind ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPatternKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternKind.p_o )
2749.02 s
[lsp-types] [208 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPattern ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPattern.p_o )
2749.02 s
[lsp-types] [209 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationFilter ( generated/Language/LSP/Protocol/Internal/Types/FileOperationFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationFilter.p_o )
2749.02 s
[lsp-types] [210 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationRegistrationOptions.p_o )
2749.02 s
[lsp-types] [211 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationOptions.p_o )
2749.02 s
[lsp-types] [212 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceOptions.p_o )
2749.02 s
[lsp-types] [213 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/FileOperationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationClientCapabilities.p_o )
2749.02 s
[lsp-types] [214 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileDelete ( generated/Language/LSP/Protocol/Internal/Types/FileDelete.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileDelete.p_o )
2749.02 s
[lsp-types] [215 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileCreate ( generated/Language/LSP/Protocol/Internal/Types/FileCreate.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileCreate.p_o )
2749.02 s
[lsp-types] [216 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileChangeType ( generated/Language/LSP/Protocol/Internal/Types/FileChangeType.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileChangeType.p_o )
2749.02 s
[lsp-types] [217 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileEvent ( generated/Language/LSP/Protocol/Internal/Types/FileEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileEvent.p_o )
2749.02 s
[lsp-types] [218 of 452] Compiling Language.LSP.Protocol.Internal.Types.FailureHandlingKind ( generated/Language/LSP/Protocol/Internal/Types/FailureHandlingKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FailureHandlingKind.p_o )
2749.02 s
[lsp-types] [219 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecutionSummary ( generated/Language/LSP/Protocol/Internal/Types/ExecutionSummary.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecutionSummary.p_o )
2749.02 s
[lsp-types] [220 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCell ( generated/Language/LSP/Protocol/Internal/Types/NotebookCell.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCell.p_o )
2749.02 s
[lsp-types] [221 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocument ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocument.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocument.p_o )
2749.02 s
[lsp-types] [222 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellArrayChange.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellArrayChange.p_o )
2749.02 s
[lsp-types] [223 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChangeStructure.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChangeStructure.p_o )
2749.02 s
[lsp-types] [224 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChanges.p_o )
2749.04 s
[lsp-types] [225 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentChangeEvent.p_o )
2753.26 s
[lsp-types] [226 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandRegistrationOptions.p_o )
2753.29 s
[lsp-types] [227 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandParams ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandParams.p_o )
2753.29 s
[lsp-types] [228 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandOptions.p_o )
2753.29 s
[lsp-types] [229 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandClientCapabilities.p_o )
2753.29 s
[lsp-types] [230 of 452] Compiling Language.LSP.Protocol.Internal.Types.ErrorCodes ( generated/Language/LSP/Protocol/Internal/Types/ErrorCodes.hs, dist/build/Language/LSP/Protocol/Internal/Types/ErrorCodes.p_o )
2753.29 s
[lsp-types] [231 of 452] Compiling Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace ( generated/Language/LSP/Protocol/Internal/Types/EditRangeWithInsertReplace.hs, dist/build/Language/LSP/Protocol/Internal/Types/EditRangeWithInsertReplace.p_o )
2753.29 s
[lsp-types] [232 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolParams.p_o )
2753.29 s
[lsp-types] [233 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolOptions.p_o )
2753.29 s
[lsp-types] [234 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbol ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbol.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbol.p_o )
2753.29 s
[lsp-types] [235 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingParams.p_o )
2753.29 s
[lsp-types] [236 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingOptions.p_o )
2753.29 s
[lsp-types] [237 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingClientCapabilities.p_o )
2753.29 s
[lsp-types] [238 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingParams.p_o )
2753.29 s
[lsp-types] [239 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingOptions.p_o )
2753.29 s
[lsp-types] [240 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingClientCapabilities.p_o )
2753.29 s
[lsp-types] [241 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkParams.p_o )
2753.29 s
[lsp-types] [242 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkOptions.p_o )
2753.29 s
[lsp-types] [243 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkClientCapabilities.p_o )
2753.29 s
[lsp-types] [244 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLink ( generated/Language/LSP/Protocol/Internal/Types/DocumentLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLink.p_o )
2753.29 s
[lsp-types] [245 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightParams.p_o )
2753.29 s
[lsp-types] [246 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightOptions.p_o )
2753.29 s
[lsp-types] [247 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightKind ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightKind.p_o )
2753.29 s
[lsp-types] [248 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightClientCapabilities.p_o )
2753.29 s
[lsp-types] [249 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlight ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlight.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlight.p_o )
2753.29 s
[lsp-types] [250 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingParams.p_o )
2753.29 s
[lsp-types] [251 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingOptions.p_o )
2753.29 s
[lsp-types] [252 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingClientCapabilities.p_o )
2753.29 s
[lsp-types] [253 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/DocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFilter.p_o )
2753.29 s
[lsp-types] [254 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSelector ( generated/Language/LSP/Protocol/Internal/Types/DocumentSelector.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSelector.p_o )
2753.29 s
[lsp-types] [255 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyRegistrationOptions.p_o )
2753.29 s
[lsp-types] [256 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionRegistrationOptions.p_o )
2753.29 s
[lsp-types] [257 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSaveRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveRegistrationOptions.p_o )
2753.29 s
[lsp-types] [258 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentRegistrationOptions.p_o )
2753.29 s
[lsp-types] [259 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentChangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentChangeRegistrationOptions.p_o )
2753.29 s
[lsp-types] [260 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpRegistrationOptions.p_o )
2753.29 s
[lsp-types] [261 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRegistrationOptions.p_o )
2753.29 s
[lsp-types] [262 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeRegistrationOptions.p_o )
2753.29 s
[lsp-types] [263 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameRegistrationOptions.p_o )
2753.29 s
[lsp-types] [264 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ReferenceRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceRegistrationOptions.p_o )
2753.29 s
[lsp-types] [265 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/MonikerRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerRegistrationOptions.p_o )
2753.29 s
[lsp-types] [266 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeRegistrationOptions.p_o )
2753.29 s
[lsp-types] [267 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/InlineValueRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueRegistrationOptions.p_o )
2753.29 s
[lsp-types] [268 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/InlayHintRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintRegistrationOptions.p_o )
2753.29 s
[lsp-types] [269 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ImplementationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationRegistrationOptions.p_o )
2753.29 s
[lsp-types] [270 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/HoverRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverRegistrationOptions.p_o )
2753.29 s
[lsp-types] [271 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeRegistrationOptions.p_o )
2753.29 s
[lsp-types] [272 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolRegistrationOptions.p_o )
2753.29 s
[lsp-types] [273 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingRegistrationOptions.p_o )
2753.29 s
[lsp-types] [274 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingRegistrationOptions.p_o )
2753.29 s
[lsp-types] [275 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkRegistrationOptions.p_o )
2753.29 s
[lsp-types] [276 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightRegistrationOptions.p_o )
2753.29 s
[lsp-types] [277 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingRegistrationOptions.p_o )
2753.29 s
[lsp-types] [278 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportKind.p_o )
2753.29 s
[lsp-types] [279 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticParams.p_o )
2753.29 s
[lsp-types] [280 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorRegistrationOptions.p_o )
2753.29 s
[lsp-types] [281 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorParams.p_o )
2753.29 s
[lsp-types] [282 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorOptions.p_o )
2753.29 s
[lsp-types] [283 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorClientCapabilities.p_o )
2753.29 s
[lsp-types] [284 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidSaveTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveTextDocumentParams.p_o )
2753.29 s
[lsp-types] [285 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidSaveNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveNotebookDocumentParams.p_o )
2753.29 s
[lsp-types] [286 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidOpenTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenTextDocumentParams.p_o )
2753.29 s
[lsp-types] [287 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidOpenNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenNotebookDocumentParams.p_o )
2753.29 s
[lsp-types] [288 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidCloseTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseTextDocumentParams.p_o )
2753.29 s
[lsp-types] [289 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidCloseNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseNotebookDocumentParams.p_o )
2753.29 s
[lsp-types] [290 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWorkspaceFoldersParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWorkspaceFoldersParams.p_o )
2753.29 s
[lsp-types] [291 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesRegistrationOptions.p_o )
2753.29 s
[lsp-types] [292 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesParams.p_o )
2753.29 s
[lsp-types] [293 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesClientCapabilities.p_o )
2753.29 s
[lsp-types] [294 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeTextDocumentParams.p_o )
2753.29 s
[lsp-types] [295 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeNotebookDocumentParams.p_o )
2753.57 s
[conduit] [6 of 6] Linking dist/build/conduit-test/conduit-test
2754.76 s
[conduit] buildPhase completed in 1 minutes 5 seconds
2754.76 s
[conduit] Phase: checkPhase
2755.11 s
[conduit] Running 1 test suites...
2755.11 s
[conduit] Test suite conduit-test: RUNNING...
2755.12 s
[conduit]
2755.12 s
[conduit] Combinators
2755.12 s
[conduit] yieldMany
2755.12 s
[conduit] list [✔]
2755.12 s
[conduit] Text [✔]
2755.12 s
[conduit] unfold [✔]
2755.12 s
[conduit] enumFromTo [✔]
2755.12 s
[conduit] iterate [✔]
2755.12 s
[conduit] repeat [✔]
2755.12 s
[conduit] replicate [✔]
2755.12 s
[conduit] sourceLazy [✔]
2755.12 s
[conduit] repeatM [✔]
2755.12 s
[conduit] repeatWhileM [✔]
2755.12 s
[conduit] replicateM [✔]
2755.14 s
[conduit] sourceFile [✔]
2755.15 s
[conduit] sourceHandle [✔]
2755.17 s
[conduit] sourceIOHandle [✔]
2755.36 s
[conduit] stdin [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] sourceDirectory [✔]
2755.36 s
[conduit] sourceDirectoryDeep [✔]
2755.36 s
[conduit] drop [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] dropE [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] dropWhile [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] dropWhileE [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] fold [✔]
2755.36 s
[conduit] foldE [✔]
2755.36 s
[conduit] foldl [✔]
2755.36 s
[conduit] foldlE [✔]
2755.36 s
[conduit] foldMap [✔]
2755.36 s
[conduit] foldMapE [✔]
2755.36 s
[conduit] all [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] allE [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] any [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] anyE [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] and [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] andE [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] or [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] orE [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] elem [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] elemE [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] notElem [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] notElemE [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] sinkVector regular [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] sinkVector unboxed [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] sinkVector storable [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] sinkVectorN regular [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] sinkVectorN unboxed [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.36 s
[conduit] sinkVectorN storable [✔]
2755.36 s
[conduit] +++ OK, passed 100 tests.
2755.37 s
[conduit] sinkBuilder [✔]
2755.37 s
[conduit] +++ OK, passed 100 tests.
2755.38 s
[conduit] sinkLazyBuilder [✔]
2755.38 s
[conduit] +++ OK, passed 100 tests.
2755.38 s
[conduit] sinkNull [✔]
2755.38 s
[conduit] +++ OK, passed 100 tests.
2755.38 s
[conduit] awaitNonNull [✔]
2755.38 s
[conduit] +++ OK, passed 100 tests.
2755.40 s
[conduit] headE [✔]
2755.40 s
[conduit] +++ OK, passed 100 tests.
2755.40 s
[conduit] peek [✔]
2755.40 s
[conduit] +++ OK, passed 100 tests.
2755.42 s
[conduit] peekE [✔]
2755.42 s
[conduit] +++ OK, passed 100 tests.
2755.42 s
[conduit] last [✔]
2755.42 s
[conduit] +++ OK, passed 100 tests.
2755.43 s
[conduit] lastE [✔]
2755.43 s
[conduit] +++ OK, passed 100 tests.
2755.43 s
[conduit] length [✔]
2755.43 s
[conduit] +++ OK, passed 100 tests.
2755.43 s
[conduit] lengthE [✔]
2755.43 s
[conduit] +++ OK, passed 100 tests.
2755.43 s
[conduit] lengthIf [✔]
2755.43 s
[conduit] +++ OK, passed 100 tests.
2755.43 s
[conduit] lengthIfE [✔]
2755.43 s
[conduit] +++ OK, passed 100 tests.
2755.43 s
[conduit] maximum [✔]
2755.43 s
[conduit] +++ OK, passed 100 tests.
2755.44 s
[conduit] maximumE [✔]
2755.44 s
[conduit] +++ OK, passed 100 tests.
2755.44 s
[conduit] minimum [✔]
2755.44 s
[conduit] +++ OK, passed 100 tests.
2755.45 s
[conduit] minimumE [✔]
2755.45 s
[conduit] +++ OK, passed 100 tests.
2755.45 s
[conduit] null [✔]
2755.45 s
[conduit] +++ OK, passed 100 tests.
2755.47 s
[conduit] nullE [✔]
2755.47 s
[conduit] +++ OK, passed 100 tests.
2755.47 s
[conduit] sum [✔]
2755.47 s
[conduit] +++ OK, passed 100 tests.
2755.47 s
[conduit] sumE [✔]
2755.47 s
[conduit] +++ OK, passed 100 tests.
2755.47 s
[conduit] product [✔]
2755.47 s
[conduit] +++ OK, passed 100 tests.
2755.48 s
[conduit] productE [✔]
2755.48 s
[conduit] +++ OK, passed 100 tests.
2755.48 s
[conduit] find [✔]
2755.48 s
[conduit] +++ OK, passed 100 tests.
2755.48 s
[conduit] mapM_ [✔]
2755.48 s
[conduit] +++ OK, passed 100 tests.
2755.48 s
[conduit] mapM_E [✔]
2755.48 s
[conduit] +++ OK, passed 100 tests.
2755.48 s
[conduit] foldM [✔]
2755.48 s
[conduit] +++ OK, passed 100 tests.
2755.48 s
[conduit] foldME [✔]
2755.48 s
[conduit] +++ OK, passed 100 tests.
2755.48 s
[conduit] foldMapM [✔]
2755.48 s
[conduit] foldMapME [✔]
2755.48 s
[conduit] sinkFile [✔]
2755.48 s
[conduit] sinkHandle [✔]
2755.48 s
[conduit] sinkIOHandle [✔]
2755.48 s
[conduit] map [✔]
2755.48 s
[conduit] +++ OK, passed 100 tests.
2755.50 s
[conduit] mapE [✔]
2755.50 s
[conduit] +++ OK, passed 100 tests.
2755.51 s
[conduit] omapE [✔]
2755.51 s
[conduit] +++ OK, passed 100 tests.
2755.51 s
[conduit] concatMap [✔]
2755.51 s
[conduit] +++ OK, passed 100 tests.
2755.51 s
[conduit] concatMapE [✔]
2755.51 s
[conduit] +++ OK, passed 100 tests.
2755.51 s
[conduit] take [✔]
2755.51 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] takeE [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] takeWhile [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] takeWhileE [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] takeExactly [✔]
2755.52 s
[conduit] takeExactlyE [✔]
2755.52 s
[conduit] takeExactlyE Vector [✔]
2755.52 s
[conduit] takeExactlyE 2 [✔]
2755.52 s
[conduit] concat [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] filter [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] filterE [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] mapWhile [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] conduitVector [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] scanl [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] mapAccumWhile [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] concatMapAccum [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] intersperse [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.52 s
[conduit] mapM [✔]
2755.52 s
[conduit] +++ OK, passed 100 tests.
2755.54 s
[conduit] mapME [✔]
2755.54 s
[conduit] +++ OK, passed 100 tests.
2755.55 s
[conduit] omapME [✔]
2755.55 s
[conduit] +++ OK, passed 100 tests.
2755.55 s
[conduit] concatMapM [✔]
2755.55 s
[conduit] +++ OK, passed 100 tests.
2755.55 s
[conduit] filterM [✔]
2755.55 s
[conduit] +++ OK, passed 100 tests.
2755.55 s
[conduit] filterME [✔]
2755.55 s
[conduit] +++ OK, passed 100 tests.
2755.55 s
[conduit] iterM [✔]
2755.55 s
[conduit] +++ OK, passed 100 tests.
2755.55 s
[conduit] scanlM [✔]
2755.55 s
[conduit] +++ OK, passed 100 tests.
2755.55 s
[conduit] mapAccumWhileM [✔]
2755.55 s
[conduit] +++ OK, passed 100 tests.
2755.55 s
[conduit] concatMapAccumM [✔]
2755.55 s
[conduit] +++ OK, passed 100 tests.
2755.56 s
[conduit] encode UTF8 [✔]
2755.56 s
[conduit] +++ OK, passed 100 tests.
2755.60 s
[conduit] encode/decode UTF8 [✔]
2755.60 s
[conduit] +++ OK, passed 100 tests.
2755.60 s
[conduit] invalid UTF8 is an exception [✔]
2755.64 s
[conduit] encode/decode UTF8 lenient [✔]
2755.64 s
[conduit] +++ OK, passed 100 tests.
2755.66 s
[conduit] line [✔]
2755.66 s
[conduit] +++ OK, passed 100 tests.
2755.67 s
[conduit] lineAscii [✔]
2755.67 s
[conduit] +++ OK, passed 100 tests.
2755.68 s
[conduit] unlines [✔]
2755.68 s
[conduit] +++ OK, passed 100 tests.
2755.69 s
[conduit] unlinesAscii [✔]
2755.69 s
[conduit] +++ OK, passed 100 tests.
2755.70 s
[conduit] linesUnbounded [✔]
2755.70 s
[conduit] +++ OK, passed 100 tests.
2755.71 s
[conduit] linesUnboundedAscii [✔]
2755.71 s
[conduit] +++ OK, passed 100 tests.
2755.71 s
[conduit] slidingWindow 0 [✔]
2755.71 s
[conduit] slidingWindow 1 [✔]
2755.71 s
[conduit] slidingWindow 2 [✔]
2755.71 s
[conduit] slidingWindow 3 [✔]
2755.71 s
[conduit] slidingWindow 4 [✔]
2755.71 s
[conduit] slidingWindow 5 [✔]
2755.71 s
[conduit] slidingWindow 6 [✔]
2755.71 s
[conduit] chunksOfE 1 [✔]
2755.71 s
[conduit] chunksOfE 2 (last smaller) [✔]
2755.71 s
[conduit] chunksOfE (ByteString) [✔]
2755.71 s
[conduit] chunksOfExactlyE 1 [✔]
2755.71 s
[conduit] chunksOfExactlyE 2 (last smaller; thus not yielded) [✔]
2755.73 s
[conduit] vectorBuilder [✔]
2755.73 s
[conduit] +++ OK, passed 100 tests.
2755.74 s
[conduit] mapAccumS [✔]
2755.74 s
[conduit] +++ OK, passed 100 tests.
2755.76 s
[conduit] peekForever [✔]
2755.76 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] peekForeverE [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] Comparing list function to
2755.79 s
[conduit] yieldMany [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] sourceListS [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] repeatM [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] repeatMS [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] repeatWhileM [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] repeatWhileMS [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] foldl1 [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] foldl1S [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] all [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] allS [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] any [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] anyS [✔]
2755.79 s
[conduit] +++ OK, passed 100 tests.
2755.79 s
[conduit] last [✔]
2755.80 s
[conduit] +++ OK, passed 100 tests.
2755.80 s
[conduit] lastS [✔]
2755.80 s
[conduit] +++ OK, passed 100 tests.
2755.80 s
[conduit] lastE [✔]
2755.80 s
[conduit] +++ OK, passed 100 tests.
2755.80 s
[conduit] lastES [✔]
2755.80 s
[conduit] +++ OK, passed 100 tests.
2755.80 s
[conduit] find [✔]
2755.80 s
[conduit] +++ OK, passed 100 tests.
2755.80 s
[conduit] findS [✔]
2755.80 s
[conduit] +++ OK, passed 100 tests.
2755.83 s
[conduit] concatMap [✔]
2755.83 s
[conduit] +++ OK, passed 100 tests.
2755.84 s
[conduit] concatMapS [✔]
2755.84 s
[conduit] +++ OK, passed 100 tests.
2755.86 s
[conduit] concatMapM [✔]
2755.86 s
[conduit] +++ OK, passed 100 tests.
2755.89 s
[conduit] concatMapMS [✔]
2755.89 s
[conduit] +++ OK, passed 100 tests.
2755.90 s
[conduit] concat [✔]
2755.90 s
[conduit] +++ OK, passed 100 tests.
2755.91 s
[conduit] concatS [✔]
2755.91 s
[conduit] +++ OK, passed 100 tests.
2755.92 s
[conduit] scanl [✔]
2755.92 s
[conduit] +++ OK, passed 100 tests.
2755.92 s
[conduit] scanlS [✔]
2755.92 s
[conduit] +++ OK, passed 100 tests.
2755.92 s
[conduit] scanlM [✔]
2755.92 s
[conduit] +++ OK, passed 100 tests.
2755.92 s
[conduit] scanlMS [✔]
2755.92 s
[conduit] +++ OK, passed 100 tests.
2755.93 s
[conduit] mapAccumWhileS [✔]
2755.93 s
[conduit] +++ OK, passed 100 tests.
2755.93 s
[conduit] mapAccumWhileMS [✔]
2755.93 s
[conduit] +++ OK, passed 100 tests.
2755.93 s
[conduit] intersperse [✔]
2755.93 s
[conduit] +++ OK, passed 100 tests.
2755.93 s
[conduit] intersperseS [✔]
2755.93 s
[conduit] +++ OK, passed 100 tests.
2755.93 s
[conduit] filterM [✔]
2755.94 s
[conduit] +++ OK, passed 100 tests.
2755.94 s
[conduit] filterMS [✔]
2755.94 s
[conduit] +++ OK, passed 100 tests.
2755.94 s
[conduit] comparing normal conduit function to
2755.94 s
[conduit] slidingWindowS [✔]
2755.94 s
[conduit] +++ OK, passed 100 tests.
2756.00 s
[conduit] splitOnUnboundedES [✔]
2756.00 s
[conduit] +++ OK, passed 100 tests.
2756.00 s
[conduit] sinkVectorS [✔]
2756.00 s
[conduit] +++ OK, passed 100 tests.
2756.00 s
[conduit] sinkVectorNS [✔]
2756.00 s
[conduit] +++ OK, passed 100 tests.
2756.00 s
[conduit] data loss rules
2756.00 s
[conduit] 1
2756.00 s
[conduit] 2
2756.00 s
[conduit] 3
2756.00 s
[conduit] 4
2756.00 s
[conduit] 5
2756.00 s
[conduit] consumes the source to quickly [✔]
2756.00 s
[conduit] 1
2756.00 s
[conduit] 2
2756.00 s
[conduit] 3
2756.00 s
[conduit] 4
2756.00 s
[conduit] 5
2756.00 s
[conduit] correctly consumes a chunked resource [✔]
2756.00 s
[conduit] filter
2756.00 s
[conduit] even [✔]
2756.01 s
[conduit] concat [✔]
2756.01 s
[conduit] +++ OK, passed 100 tests.
2756.01 s
[conduit] mapFoldable
2756.01 s
[conduit] list [✔]
2756.01 s
[conduit] +++ OK, passed 100 tests.
2756.01 s
[conduit] Maybe [✔]
2756.01 s
[conduit] +++ OK, passed 100 tests.
2756.01 s
[conduit] scan [✔]
2756.01 s
[conduit] +++ OK, passed 100 tests.
2756.01 s
[conduit] mapFoldableM
2756.01 s
[conduit] list [✔]
2756.01 s
[conduit] +++ OK, passed 100 tests.
2756.01 s
[conduit] Maybe [✔]
2756.01 s
[conduit] +++ OK, passed 100 tests.
2756.01 s
[conduit] scanM [✔]
2756.01 s
[conduit] +++ OK, passed 100 tests.
2756.01 s
[conduit] ResourceT
2756.01 s
[conduit] resourceForkIO [✔]
2756.01 s
[conduit] sum
2756.01 s
[conduit] works for 1..10 [✔]
2756.01 s
[conduit] is idempotent [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] foldMap
2756.02 s
[conduit] sums 1..10 [✔]
2756.02 s
[conduit] preserves order [✔]
2756.02 s
[conduit] foldMapM
2756.02 s
[conduit] sums 1..10 [✔]
2756.02 s
[conduit] preserves order [✔]
2756.02 s
[conduit] unfold
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] unfoldM
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] uncons
2756.02 s
[conduit] folds to list [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] works with unfold [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] unconsEither
2756.02 s
[conduit] folds outputs to list [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] works with unfoldEither [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] Monoid instance for Source
2756.02 s
[conduit] mappend [✔]
2756.02 s
[conduit] mconcat [✔]
2756.02 s
[conduit] zipping
2756.02 s
[conduit] zipping two small lists [✔]
2756.02 s
[conduit] zipping sinks
2756.02 s
[conduit] take all [✔]
2756.02 s
[conduit] take fewer on left [✔]
2756.02 s
[conduit] take fewer on right [✔]
2756.02 s
[conduit] Monad instance for Sink
2756.02 s
[conduit] binding [✔]
2756.02 s
[conduit] Applicative instance for Sink
2756.02 s
[conduit] <$> and <*> [✔]
2756.02 s
[conduit] resumable sources
2756.02 s
[conduit] simple [✔]
2756.02 s
[conduit] conduits
2756.02 s
[conduit] map, left [✔]
2756.02 s
[conduit] map, left >+> [✔]
2756.02 s
[conduit] map, right [✔]
2756.02 s
[conduit] chunksOf [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] chunksOf (zero) [✔]
2756.02 s
[conduit] chunksOf (negative) [✔]
2756.02 s
[conduit] groupBy [✔]
2756.02 s
[conduit] groupBy (nondup begin/end) [✔]
2756.02 s
[conduit] groupOn1 [✔]
2756.02 s
[conduit] groupOn1 (nondup begin/end) [✔]
2756.02 s
[conduit] mapMaybe [✔]
2756.02 s
[conduit] mapMaybeM [✔]
2756.02 s
[conduit] catMaybes [✔]
2756.02 s
[conduit] concatMap [✔]
2756.02 s
[conduit] bind together [✔]
2756.02 s
[conduit] isolate
2756.02 s
[conduit] bound to resumable source [✔]
2756.02 s
[conduit] bound to sink, non-resumable [✔]
2756.02 s
[conduit] bound to sink, resumable [✔]
2756.02 s
[conduit] consumes all data [✔]
2756.02 s
[conduit] sequence
2756.02 s
[conduit] simple sink [✔]
2756.02 s
[conduit] sink with unpull behaviour [✔]
2756.02 s
[conduit] peek
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] unbuffering
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] operators
2756.02 s
[conduit] only use .| [✔]
2756.02 s
[conduit] only use =$ [✔]
2756.02 s
[conduit] chain [✔]
2756.02 s
[conduit] termination
2756.02 s
[conduit] terminates early [✔]
2756.02 s
[conduit] bracket [✔]
2756.02 s
[conduit] bracket skipped if not needed [✔]
2756.02 s
[conduit] bracket + toPipe [✔]
2756.02 s
[conduit] bracket skipped if not needed [✔]
2756.02 s
[conduit] invariant violations
2756.02 s
[conduit] leftovers without input [✔]
2756.02 s
[conduit] sane yield/await'
2756.02 s
[conduit] yield terminates [✔]
2756.02 s
[conduit] yield terminates (2) [✔]
2756.02 s
[conduit] upstream results
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] input/output mapping
2756.02 s
[conduit] mapOutput [✔]
2756.02 s
[conduit] mapOutputMaybe [✔]
2756.02 s
[conduit] mapInput [✔]
2756.02 s
[conduit] left/right identity
2756.02 s
[conduit] left identity [✔]
2756.02 s
[conduit] right identity [✔]
2756.02 s
[conduit] generalizing
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] withUpstream
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] iterate
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] replicate [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] replicateM [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] injectLeftovers
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] monad transformer laws
2756.02 s
[conduit] transPipe [✔]
2756.02 s
[conduit] iterM
2756.02 s
[conduit] behavior [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] mapM_ equivalence [✔]
2756.02 s
[conduit] +++ OK, passed 100 tests.
2756.02 s
[conduit] generalizing
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] mergeSource
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] does stop processing when the source exhausted [✔]
2756.02 s
[conduit] does not drop upstream items [✔]
2756.02 s
[conduit] passthroughSink
2756.02 s
[conduit] works [✔]
2756.02 s
[conduit] does nothing when downstream does nothing [✔]
2756.02 s
[conduit] handles the last input correctly #304 [✔]
2756.02 s
[conduit] mtl instances
2756.02 s
[conduit] ErrorT [✔]
2756.03 s
[conduit] WriterT
2756.03 s
[conduit] pass [✔]
2756.03 s
[conduit] Data.Conduit.Lift
2756.03 s
[conduit] execStateC [✔]
2756.03 s
[conduit] execWriterC [✔]
2756.03 s
[conduit] runExceptC [✔]
2756.03 s
[conduit] runMaybeC [✔]
2756.03 s
[conduit] sequenceSources
2756.03 s
[conduit] works [✔]
2756.03 s
[conduit] zipSink
2756.03 s
[conduit] zip equal-sized [✔]
2756.03 s
[conduit] zip distinct sizes [✔]
2756.03 s
[conduit] upstream results
2756.03 s
[conduit] fuseBoth [✔]
2756.03 s
[conduit] fuseBothMaybe with no result [✔]
2756.03 s
[conduit] fuseBothMaybe with result [✔]
2756.03 s
[conduit] fuseBothMaybe with almost result [✔]
2756.03 s
[conduit] catching exceptions
2756.03 s
[conduit] works [✔]
2756.03 s
[conduit] sourceToList
2756.03 s
[conduit] works lazily in Identity [✔]
2756.03 s
[conduit] is not lazy in IO [✔]
2756.03 s
[conduit] Data.Conduit.Extra.ZipConduit
2756.03 s
[conduit] ZipConduit [✔]
2756.03 s
[conduit] sequenceConduits [✔]
2756.03 s
[conduit] ZipConduitMonad [✔]
2756.03 s
[conduit] Comparing list function to
2756.03 s
[conduit] unfold [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] unfoldS [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] unfoldM [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] unfoldMS [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] sourceList [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] sourceListS [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] enumFromTo [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] enumFromToS [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] enumFromToS_int [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] iterate [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] iterateS [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] replicate [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] replicateS [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] replicateM [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] replicateMS [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] fold [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.03 s
[conduit] foldS [✔]
2756.03 s
[conduit] +++ OK, passed 100 tests.
2756.04 s
[conduit] foldM [✔]
2756.04 s
[conduit] +++ OK, passed 100 tests.
2756.04 s
[conduit] foldMS [✔]
2756.04 s
[conduit] +++ OK, passed 100 tests.
2756.04 s
[conduit] foldMap [✔]
2756.04 s
[conduit] +++ OK, passed 100 tests.
2756.04 s
[conduit] mapM_ [✔]
2756.04 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] mapM_S [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] take [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] takeS [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] head [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] headS [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] peek [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] map [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] mapS [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.05 s
[conduit] mapM [✔]
2756.05 s
[conduit] +++ OK, passed 100 tests.
2756.06 s
[conduit] mapMS [✔]
2756.06 s
[conduit] +++ OK, passed 100 tests.
2756.06 s
[conduit] iterM [✔]
2756.06 s
[conduit] +++ OK, passed 100 tests.
2756.06 s
[conduit] iterMS [✔]
2756.06 s
[conduit] +++ OK, passed 100 tests.
2756.06 s
[conduit] mapMaybe [✔]
2756.06 s
[conduit] +++ OK, passed 100 tests.
2756.06 s
[conduit] mapMaybeS [✔]
2756.06 s
[conduit] +++ OK, passed 100 tests.
2756.07 s
[conduit] mapMaybeM [✔]
2756.07 s
[conduit] +++ OK, passed 100 tests.
2756.07 s
[conduit] mapMaybeMS [✔]
2756.07 s
[conduit] +++ OK, passed 100 tests.
2756.07 s
[conduit] catMaybes [✔]
2756.07 s
[conduit] +++ OK, passed 100 tests.
2756.07 s
[conduit] catMaybesS [✔]
2756.07 s
[conduit] +++ OK, passed 100 tests.
2756.08 s
[conduit] concat [✔]
2756.08 s
[conduit] +++ OK, passed 100 tests.
2756.09 s
[conduit] concatS [✔]
2756.09 s
[conduit] +++ OK, passed 100 tests.
2756.10 s
[conduit] concatMap [✔]
2756.10 s
[conduit] +++ OK, passed 100 tests.
2756.12 s
[conduit] concatMapS [✔]
2756.12 s
[conduit] +++ OK, passed 100 tests.
2756.13 s
[conduit] concatMapM [✔]
2756.13 s
[conduit] +++ OK, passed 100 tests.
2756.15 s
[conduit] concatMapMS [✔]
2756.15 s
[conduit] +++ OK, passed 100 tests.
2756.17 s
[conduit] concatMapAccum [✔]
2756.17 s
[conduit] +++ OK, passed 100 tests.
2756.19 s
[conduit] concatMapAccumS [✔]
2756.19 s
[conduit] +++ OK, passed 100 tests.
2756.20 s
[conduit] mapAccumS [✔]
2756.20 s
[conduit] +++ OK, passed 100 tests.
2756.22 s
[conduit] mapAccumMS [✔]
2756.22 s
[conduit] +++ OK, passed 100 tests.
2756.23 s
[conduit] mapFoldable [✔]
2756.23 s
[conduit] +++ OK, passed 100 tests.
2756.25 s
[conduit] mapFoldableS [✔]
2756.25 s
[conduit] +++ OK, passed 100 tests.
2756.26 s
[conduit] mapFoldableM [✔]
2756.26 s
[conduit] +++ OK, passed 100 tests.
2756.28 s
[conduit] mapFoldableMS [✔]
2756.28 s
[conduit] +++ OK, passed 100 tests.
2756.28 s
[conduit] consume [✔]
2756.28 s
[conduit] +++ OK, passed 100 tests.
2756.28 s
[conduit] consumeS [✔]
2756.28 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] groupBy [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] groupByS [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] groupOn1 [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] groupOn1S [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] isolate [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] isolateS [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] filter [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] filterS [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] sourceNull [✔]
2756.29 s
[conduit] +++ OK, passed 100 tests.
2756.29 s
[conduit] sourceNullS [✔]
2756.30 s
[conduit] +++ OK, passed 100 tests.
2756.30 s
[conduit]
2756.30 s
[conduit] Finished in 1.1781 seconds
2756.30 s
[conduit] 346 examples, 0 failures
2756.30 s
[conduit] Test suite conduit-test: PASS
2756.30 s
[conduit] Test suite logged to: dist/test/conduit-1.3.6.1-conduit-test.log
2756.30 s
[conduit] 1 of 1 test suites (1 of 1 test cases) passed.
2756.31 s
[conduit] Phase: haddockPhase
2757.19 s
[conduit] Preprocessing library for conduit-1.3.6.1...
2757.19 s
[conduit] Running Haddock on library for conduit-1.3.6.1...
2757.19 s
[conduit] Warning: The documentation for the following packages are not installed. No
2757.19 s
[conduit] links will be generated to these packages: vector-0.13.2.0
2757.34 s
[lsp-types] [296 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationRegistrationOptions.p_o )
2757.34 s
[lsp-types] [297 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationParams.p_o )
2757.34 s
[lsp-types] [298 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationClientCapabilities.p_o )
2757.34 s
[lsp-types] [299 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticWorkspaceClientCapabilities.p_o )
2757.34 s
[lsp-types] [300 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticTag ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticTag.p_o )
2757.34 s
[lsp-types] [301 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticSeverity ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticSeverity.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticSeverity.p_o )
2757.34 s
[lsp-types] [302 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticServerCancellationData.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticServerCancellationData.p_o )
2757.34 s
[lsp-types] [303 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticRelatedInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRelatedInformation.p_o )
2757.34 s
[lsp-types] [304 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRegistrationOptions.p_o )
2757.34 s
[lsp-types] [305 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticOptions ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticOptions.p_o )
2757.34 s
[lsp-types] [306 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticClientCapabilities.p_o )
2757.34 s
[lsp-types] [307 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFilesParams ( generated/Language/LSP/Protocol/Internal/Types/DeleteFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFilesParams.p_o )
2757.34 s
[lsp-types] [308 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFileOptions ( generated/Language/LSP/Protocol/Internal/Types/DeleteFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFileOptions.p_o )
2757.34 s
[lsp-types] [309 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DefinitionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionRegistrationOptions.p_o )
2757.34 s
[lsp-types] [310 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionParams ( generated/Language/LSP/Protocol/Internal/Types/DefinitionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionParams.p_o )
2757.34 s
[lsp-types] [311 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionOptions ( generated/Language/LSP/Protocol/Internal/Types/DefinitionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionOptions.p_o )
2757.34 s
[lsp-types] [312 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionLink ( generated/Language/LSP/Protocol/Internal/Types/DefinitionLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionLink.p_o )
2757.34 s
[lsp-types] [313 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DefinitionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionClientCapabilities.p_o )
2757.34 s
[lsp-types] [314 of 452] Compiling Language.LSP.Protocol.Internal.Types.Definition ( generated/Language/LSP/Protocol/Internal/Types/Definition.hs, dist/build/Language/LSP/Protocol/Internal/Types/Definition.p_o )
2757.34 s
[lsp-types] [315 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DeclarationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationRegistrationOptions.p_o )
2757.34 s
[lsp-types] [316 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationParams ( generated/Language/LSP/Protocol/Internal/Types/DeclarationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationParams.p_o )
2757.34 s
[lsp-types] [317 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationOptions ( generated/Language/LSP/Protocol/Internal/Types/DeclarationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationOptions.p_o )
2757.34 s
[lsp-types] [318 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationLink ( generated/Language/LSP/Protocol/Internal/Types/DeclarationLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationLink.p_o )
2757.34 s
[lsp-types] [319 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DeclarationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationClientCapabilities.p_o )
2757.34 s
[lsp-types] [320 of 452] Compiling Language.LSP.Protocol.Internal.Types.Declaration ( generated/Language/LSP/Protocol/Internal/Types/Declaration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Declaration.p_o )
2757.34 s
[lsp-types] [321 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFilesParams ( generated/Language/LSP/Protocol/Internal/Types/CreateFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFilesParams.p_o )
2757.34 s
[lsp-types] [322 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFileOptions ( generated/Language/LSP/Protocol/Internal/Types/CreateFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFileOptions.p_o )
2757.34 s
[lsp-types] [323 of 452] Compiling Language.LSP.Protocol.Internal.Types.ConfigurationItem ( generated/Language/LSP/Protocol/Internal/Types/ConfigurationItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationItem.p_o )
2757.34 s
[lsp-types] [324 of 452] Compiling Language.LSP.Protocol.Internal.Types.ConfigurationParams ( generated/Language/LSP/Protocol/Internal/Types/ConfigurationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationParams.p_o )
2757.34 s
[lsp-types] [325 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/CompletionTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionTriggerKind.p_o )
2757.34 s
[lsp-types] [326 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionRegistrationOptions.p_o )
2757.34 s
[lsp-types] [327 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionOptions.p_o )
2757.34 s
[lsp-types] [328 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionListCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CompletionListCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionListCapabilities.p_o )
2757.34 s
[lsp-types] [329 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemTag ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTag.p_o )
2757.34 s
[lsp-types] [330 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTagOptions.p_o )
2757.34 s
[lsp-types] [331 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemLabelDetails.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemLabelDetails.p_o )
2757.34 s
[lsp-types] [332 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemKind ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemKind.p_o )
2757.34 s
[lsp-types] [333 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemDefaults ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemDefaults.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemDefaults.p_o )
2757.34 s
[lsp-types] [334 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionContext ( generated/Language/LSP/Protocol/Internal/Types/CompletionContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionContext.p_o )
2757.34 s
[lsp-types] [335 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionParams ( generated/Language/LSP/Protocol/Internal/Types/CompletionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionParams.p_o )
2757.34 s
[lsp-types] [336 of 452] Compiling Language.LSP.Protocol.Internal.Types.Command ( generated/Language/LSP/Protocol/Internal/Types/Command.hs, dist/build/Language/LSP/Protocol/Internal/Types/Command.p_o )
2757.34 s
[lsp-types] [337 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintLabelPart ( generated/Language/LSP/Protocol/Internal/Types/InlayHintLabelPart.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintLabelPart.p_o )
2757.34 s
[lsp-types] [338 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHint ( generated/Language/LSP/Protocol/Internal/Types/InlayHint.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHint.p_o )
2757.34 s
[lsp-types] [339 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItem ( generated/Language/LSP/Protocol/Internal/Types/CompletionItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItem.p_o )
2757.34 s
[lsp-types] [340 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionList ( generated/Language/LSP/Protocol/Internal/Types/CompletionList.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionList.p_o )
2757.34 s
[lsp-types] [341 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorPresentation ( generated/Language/LSP/Protocol/Internal/Types/ColorPresentation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentation.p_o )
2757.34 s
[lsp-types] [342 of 452] Compiling Language.LSP.Protocol.Internal.Types.Color ( generated/Language/LSP/Protocol/Internal/Types/Color.hs, dist/build/Language/LSP/Protocol/Internal/Types/Color.p_o )
2757.34 s
[lsp-types] [343 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorPresentationParams ( generated/Language/LSP/Protocol/Internal/Types/ColorPresentationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentationParams.p_o )
2757.34 s
[lsp-types] [344 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorInformation ( generated/Language/LSP/Protocol/Internal/Types/ColorInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorInformation.p_o )
2757.34 s
[lsp-types] [345 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeLensWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensWorkspaceClientCapabilities.p_o )
2757.34 s
[lsp-types] [346 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeLensRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensRegistrationOptions.p_o )
2757.34 s
[lsp-types] [347 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensParams ( generated/Language/LSP/Protocol/Internal/Types/CodeLensParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensParams.p_o )
2757.34 s
[lsp-types] [348 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeLensOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensOptions.p_o )
2757.34 s
[lsp-types] [349 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeLensClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensClientCapabilities.p_o )
2757.34 s
[lsp-types] [350 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLens ( generated/Language/LSP/Protocol/Internal/Types/CodeLens.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLens.p_o )
2757.34 s
[lsp-types] [351 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeDescription ( generated/Language/LSP/Protocol/Internal/Types/CodeDescription.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeDescription.p_o )
2757.34 s
[lsp-types] [352 of 452] Compiling Language.LSP.Protocol.Internal.Types.Diagnostic ( generated/Language/LSP/Protocol/Internal/Types/Diagnostic.hs, dist/build/Language/LSP/Protocol/Internal/Types/Diagnostic.p_o )
2757.34 s
[lsp-types] [353 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFullDocumentDiagnosticReport.p_o )
2757.34 s
[lsp-types] [354 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDocumentDiagnosticReport.p_o )
2757.34 s
[lsp-types] [355 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReportPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReportPartialResult.p_o )
2757.34 s
[lsp-types] [356 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReport.p_o )
2757.34 s
[lsp-types] [357 of 452] Compiling Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams ( generated/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsParams.p_o )
2757.34 s
[lsp-types] [358 of 452] Compiling Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/FullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/FullDocumentDiagnosticReport.p_o )
2757.34 s
[lsp-types] [359 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/RelatedUnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelatedUnchangedDocumentDiagnosticReport.p_o )
2757.34 s
[lsp-types] [360 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/RelatedFullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelatedFullDocumentDiagnosticReport.p_o )
2757.34 s
[lsp-types] [361 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReport.p_o )
2757.34 s
[lsp-types] [362 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportPartialResult.p_o )
2757.34 s
[lsp-types] [363 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/CodeActionTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionTriggerKind.p_o )
2757.34 s
[lsp-types] [364 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionKind ( generated/Language/LSP/Protocol/Internal/Types/CodeActionKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionKind.p_o )
2757.34 s
[lsp-types] [365 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeActionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionRegistrationOptions.p_o )
2757.34 s
[lsp-types] [366 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeActionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionOptions.p_o )
2757.34 s
[lsp-types] [367 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionDisabled ( generated/Language/LSP/Protocol/Internal/Types/CodeActionDisabled.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionDisabled.p_o )
2757.34 s
[lsp-types] [368 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionContext ( generated/Language/LSP/Protocol/Internal/Types/CodeActionContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionContext.p_o )
2757.34 s
[lsp-types] [369 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionParams ( generated/Language/LSP/Protocol/Internal/Types/CodeActionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionParams.p_o )
2757.34 s
[lsp-types] [370 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolTagOptions.p_o )
2757.35 s
[lsp-types] [371 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolResolveOptions.p_o )
2757.35 s
[lsp-types] [372 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolKindOptions.p_o )
2757.35 s
[lsp-types] [373 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolClientCapabilities.p_o )
2757.35 s
[lsp-types] [374 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolClientCapabilities.p_o )
2757.35 s
[lsp-types] [375 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSignatureParameterInformationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureParameterInformationOptions.p_o )
2757.35 s
[lsp-types] [376 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSignatureInformationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureInformationOptions.p_o )
2757.35 s
[lsp-types] [377 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpClientCapabilities.p_o )
2757.35 s
[lsp-types] [378 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientShowMessageActionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientShowMessageActionItemOptions.p_o )
2757.35 s
[lsp-types] [379 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageRequestClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestClientCapabilities.p_o )
2757.35 s
[lsp-types] [380 of 452] Compiling Language.LSP.Protocol.Internal.Types.WindowClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WindowClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WindowClientCapabilities.p_o )
2757.35 s
[lsp-types] [381 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta ( generated/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestFullDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestFullDelta.p_o )
2757.35 s
[lsp-types] [382 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestOptions.p_o )
2757.35 s
[lsp-types] [383 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensClientCapabilities.p_o )
2757.35 s
[lsp-types] [384 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientInlayHintResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientInlayHintResolveOptions.p_o )
2757.35 s
[lsp-types] [385 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlayHintClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintClientCapabilities.p_o )
2757.35 s
[lsp-types] [386 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientInfo ( generated/Language/LSP/Protocol/Internal/Types/ClientInfo.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientInfo.p_o )
2757.35 s
[lsp-types] [387 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeOptions.p_o )
2757.35 s
[lsp-types] [388 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeKindOptions.p_o )
2757.35 s
[lsp-types] [389 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeClientCapabilities.p_o )
2757.35 s
[lsp-types] [390 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientDiagnosticsTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientDiagnosticsTagOptions.p_o )
2757.35 s
[lsp-types] [391 of 452] Compiling Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsClientCapabilities.p_o )
2757.35 s
[lsp-types] [392 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemResolveOptions.p_o )
2757.35 s
[lsp-types] [393 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptionsKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptionsKind.p_o )
2757.35 s
[lsp-types] [394 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemInsertTextModeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemInsertTextModeOptions.p_o )
2757.35 s
[lsp-types] [395 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptions.p_o )
2757.35 s
[lsp-types] [396 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CompletionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionClientCapabilities.p_o )
2757.35 s
[lsp-types] [397 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionResolveOptions.p_o )
2757.35 s
[lsp-types] [398 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionKindOptions.p_o )
2757.35 s
[lsp-types] [399 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionLiteralOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionLiteralOptions.p_o )
2757.35 s
[lsp-types] [400 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeActionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionClientCapabilities.p_o )
2757.35 s
[lsp-types] [401 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotationsSupportOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationsSupportOptions.p_o )
2757.35 s
[lsp-types] [402 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceEditClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEditClientCapabilities.p_o )
2757.35 s
[lsp-types] [403 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceClientCapabilities.p_o )
2757.35 s
[lsp-types] [404 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotationIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationIdentifier.p_o )
2757.35 s
[lsp-types] [405 of 452] Compiling Language.LSP.Protocol.Internal.Types.ResourceOperation ( generated/Language/LSP/Protocol/Internal/Types/ResourceOperation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperation.p_o )
2757.35 s
[lsp-types] [406 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFile ( generated/Language/LSP/Protocol/Internal/Types/RenameFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFile.p_o )
2757.35 s
[lsp-types] [407 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFile ( generated/Language/LSP/Protocol/Internal/Types/DeleteFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFile.p_o )
2757.35 s
[lsp-types] [408 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFile ( generated/Language/LSP/Protocol/Internal/Types/CreateFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFile.p_o )
2757.35 s
[lsp-types] [409 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotation ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotation.p_o )
2757.35 s
[lsp-types] [410 of 452] Compiling Language.LSP.Protocol.Internal.Types.CancelParams ( generated/Language/LSP/Protocol/Internal/Types/CancelParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CancelParams.p_o )
2757.35 s
[lsp-types] [411 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyRegistrationOptions.p_o )
2757.35 s
[lsp-types] [412 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyPrepareParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyPrepareParams.p_o )
2757.35 s
[lsp-types] [413 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOptions ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOptions.p_o )
2757.35 s
[lsp-types] [414 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ServerCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerCapabilities.p_o )
2757.86 s
[conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, nothing ) [HIE file is missing]
2758.37 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2758.44 s
[conduit] The import of ‘Control.Applicative’ is redundant
2758.44 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
2758.44 s
[conduit] To import instances alone, use: import Control.Applicative()
2758.44 s
[conduit] |
2758.44 s
[conduit] 48 | import Control.Applicative (Applicative (..))
2758.44 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2758.44 s
[conduit]
2758.44 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
2758.44 s
[conduit] The import of ‘MonadUnliftIO’
2758.44 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
2758.44 s
[conduit] |
2758.44 s
[conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
2758.44 s
[conduit] | ^^^^^^^^^^^^^
2758.44 s
[conduit]
2758.44 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2758.44 s
[conduit] The import of ‘Data.Monoid’ is redundant
2758.44 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2758.44 s
[conduit] To import instances alone, use: import Data.Monoid()
2758.44 s
[conduit] |
2758.44 s
[conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
2758.44 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2758.44 s
[conduit]
2758.44 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2758.44 s
[conduit] The import of ‘Data.Semigroup’ is redundant
2758.44 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
2758.44 s
[conduit] To import instances alone, use: import Data.Semigroup()
2758.44 s
[conduit] |
2758.44 s
[conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
2758.44 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2758.44 s
[conduit]
2758.44 s
[conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, nothing ) [HIE file is missing]
2758.89 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2758.89 s
[conduit] The import of ‘Control.Applicative’ is redundant
2758.89 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
2758.89 s
[conduit] To import instances alone, use: import Control.Applicative()
2758.89 s
[conduit] |
2758.89 s
[conduit] 93 | import Control.Applicative (Applicative (..))
2758.89 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2758.89 s
[conduit]
2758.89 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
2758.89 s
[conduit] The import of ‘MonadUnliftIO’
2758.89 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
2758.89 s
[conduit] |
2758.89 s
[conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
2758.89 s
[conduit] | ^^^^^^^^^^^^^
2758.89 s
[conduit]
2758.89 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2758.90 s
[conduit] The import of ‘Data.Monoid’ is redundant
2758.90 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2758.90 s
[conduit] To import instances alone, use: import Data.Monoid()
2758.90 s
[conduit] |
2758.90 s
[conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
2758.90 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2758.90 s
[conduit]
2758.90 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2758.90 s
[conduit] The import of ‘Data.Semigroup’ is redundant
2758.90 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
2758.90 s
[conduit] To import instances alone, use: import Data.Semigroup()
2758.90 s
[conduit] |
2758.90 s
[conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
2758.90 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2758.90 s
[conduit]
2758.90 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2758.90 s
[conduit] The import of ‘Data.Traversable’ is redundant
2758.90 s
[conduit] except perhaps to import instances from ‘Data.Traversable’
2758.90 s
[conduit] To import instances alone, use: import Data.Traversable()
2758.91 s
[conduit] |
2758.91 s
[conduit] 114 | import Data.Traversable (Traversable (..))
2758.91 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2758.91 s
[conduit]
2758.91 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2758.91 s
[conduit] This binding for ‘p’ shadows the existing binding
2758.91 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
2758.91 s
[conduit] |
2758.91 s
[conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
2758.91 s
[conduit] | ^
2758.91 s
[conduit]
2758.91 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2758.91 s
[conduit] This binding for ‘p’ shadows the existing binding
2758.91 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
2758.91 s
[conduit] |
2758.91 s
[conduit] 743 | go (Leftover p ()) = go p
2758.91 s
[conduit] | ^
2758.91 s
[conduit]
2758.91 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2758.91 s
[conduit] This binding for ‘p’ shadows the existing binding
2758.91 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
2758.91 s
[conduit] |
2758.91 s
[conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
2758.92 s
[conduit] | ^
2758.92 s
[conduit]
2758.92 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2758.92 s
[conduit] This binding for ‘p’ shadows the existing binding
2758.92 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
2758.92 s
[conduit] |
2758.92 s
[conduit] 760 | go (Leftover p ()) = go p
2758.92 s
[conduit] | ^
2758.92 s
[conduit]
2758.92 s
[conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, nothing ) [HIE file is missing]
2759.00 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.00 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2759.00 s
[conduit] Deprecated: "Use .|"
2759.00 s
[conduit] |
2759.00 s
[conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
2759.00 s
[conduit] | ^^^
2759.00 s
[conduit]
2759.00 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.00 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2759.00 s
[conduit] Deprecated: "Use runConduit and .|"
2759.00 s
[conduit] |
2759.00 s
[conduit] 129 | unstream left $$ unstream right = connectStream left right
2759.00 s
[conduit] | ^^
2759.00 s
[conduit]
2759.00 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.00 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2759.00 s
[conduit] Deprecated: "Use runConduit and .|"
2759.00 s
[conduit] |
2759.00 s
[conduit] 154 | unstream left $$ right = connectStream1 left right
2759.01 s
[conduit] | ^^
2759.01 s
[conduit]
2759.01 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.01 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2759.01 s
[conduit] Deprecated: "Use .|"
2759.01 s
[conduit] |
2759.01 s
[conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
2759.01 s
[conduit] | ^^^
2759.01 s
[conduit]
2759.01 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.01 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2759.01 s
[conduit] Deprecated: "Use .|"
2759.01 s
[conduit] |
2759.01 s
[conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
2759.01 s
[conduit] | ^^^
2759.01 s
[conduit]
2759.01 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.01 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2759.01 s
[conduit] Deprecated: "Use .|"
2759.01 s
[conduit] |
2759.01 s
[conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
2759.01 s
[conduit] | ^^^
2759.01 s
[conduit]
2759.01 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.01 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
2759.01 s
[conduit] Deprecated: "Use runConduit and .|"
2759.01 s
[conduit] |
2759.01 s
[conduit] 214 | left $$ unstream right = connectStream2 left right
2759.01 s
[conduit] | ^^
2759.01 s
[conduit]
2759.01 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.01 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2759.01 s
[conduit] Deprecated: "Use .|"
2759.01 s
[conduit] |
2759.01 s
[conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
2759.01 s
[conduit] | ^^^
2759.01 s
[conduit]
2759.02 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.02 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2759.02 s
[conduit] Deprecated: "Use .|"
2759.02 s
[conduit] |
2759.02 s
[conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
2759.02 s
[conduit] | ^^^
2759.02 s
[conduit]
2759.02 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning : [ GHC-68441 ] [ -Wdeprecations ]
2759.02 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
2759.02 s
[conduit] Deprecated: "Use .|"
2759.02 s
[conduit] |
2759.02 s
[conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
2759.02 s
[conduit] | ^^^
2759.02 s
[conduit]
2759.02 s
[conduit] [ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, nothing ) [HIE file is missing]
2759.30 s
[conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, nothing ) [HIE file is missing]
2759.55 s
[conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2759.55 s
[conduit] The use of ‘~’ without TypeOperators
2759.55 s
[conduit] will become an error in a future GHC release.
2759.55 s
[conduit] Suggested fix:
2759.55 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2759.55 s
[conduit] |
2759.55 s
[conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
2759.55 s
[conduit] | ^
2759.55 s
[conduit]
2759.64 s
[conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, nothing ) [HIE file is missing]
2759.64 s
[conduit] src/Data/Conduit.hs:105:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2759.64 s
[conduit] The import of ‘Data.Functor.Identity’ is redundant
2759.64 s
[conduit] except perhaps to import instances from ‘Data.Functor.Identity’
2759.64 s
[conduit] To import instances alone, use: import Data.Functor.Identity()
2759.64 s
[conduit] |
2759.64 s
[conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
2759.64 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2759.64 s
[conduit]
2759.64 s
[conduit] src/Data/Conduit.hs:106:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2759.64 s
[conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
2759.64 s
[conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
2759.64 s
[conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
2759.64 s
[conduit] |
2759.64 s
[conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
2759.64 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2759.64 s
[conduit]
2759.64 s
[conduit] src/Data/Conduit.hs:107:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2759.64 s
[conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
2759.64 s
[conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
2759.64 s
[conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
2759.64 s
[conduit] |
2759.65 s
[conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
2759.65 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2759.65 s
[conduit]
2759.65 s
[conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, nothing ) [HIE file is missing]
2759.65 s
[conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, nothing ) [HIE file is missing]
2759.78 s
[conduit] src/Data/Conduit/Lift.hs:67:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2759.78 s
[conduit] The import of ‘Data.Monoid’ is redundant
2759.78 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
2759.78 s
[conduit] To import instances alone, use: import Data.Monoid()
2759.78 s
[conduit] |
2759.78 s
[conduit] 67 | import Data.Monoid (Monoid(..))
2759.78 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2759.78 s
[conduit]
2759.78 s
[conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, nothing ) [HIE file is missing]
2760.00 s
[conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, nothing ) [HIE file is missing]
2760.02 s
[conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, nothing ) [HIE file is missing]
2760.15 s
[conduit] src/Data/Streaming/Filesystem.hs:100:36: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2760.15 s
[conduit] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2760.15 s
[conduit] • In the data declaration for ‘FileType’
2760.15 s
[conduit] |
2760.15 s
[conduit] 100 | deriving (Show, Read, Eq, Ord, Typeable )
2760.15 s
[conduit] | ^^^^^^^^
2760.15 s
[conduit]
2760.15 s
[conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, nothing ) [HIE file is missing]
2760.92 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.92 s
[conduit] The use of ‘~’ without TypeOperators
2760.92 s
[conduit] will become an error in a future GHC release.
2760.92 s
[conduit] Suggested fix:
2760.92 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.92 s
[conduit] |
2760.92 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
2760.92 s
[conduit] | ^
2760.92 s
[conduit]
2760.92 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.92 s
[conduit] • The ‘~’ operator is out of scope.
2760.92 s
[conduit] Assuming it to stand for an equality constraint.
2760.92 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.92 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.92 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.92 s
[conduit] • This will become an error in a future GHC release.
2760.92 s
[conduit] |
2760.92 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
2760.92 s
[conduit] | ^
2760.92 s
[conduit]
2760.92 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.92 s
[conduit] The use of ‘~’ without TypeOperators
2760.92 s
[conduit] will become an error in a future GHC release.
2760.92 s
[conduit] Suggested fix:
2760.92 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.92 s
[conduit] |
2760.92 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
2760.92 s
[conduit] | ^
2760.92 s
[conduit]
2760.92 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.92 s
[conduit] • The ‘~’ operator is out of scope.
2760.92 s
[conduit] Assuming it to stand for an equality constraint.
2760.92 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.93 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.93 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.93 s
[conduit] • This will become an error in a future GHC release.
2760.93 s
[conduit] |
2760.93 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
2760.93 s
[conduit] | ^
2760.93 s
[conduit]
2760.93 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.93 s
[conduit] The use of ‘~’ without TypeOperators
2760.93 s
[conduit] will become an error in a future GHC release.
2760.93 s
[conduit] Suggested fix:
2760.93 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.93 s
[conduit] |
2760.93 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2760.93 s
[conduit] | ^
2760.93 s
[conduit]
2760.93 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.93 s
[conduit] • The ‘~’ operator is out of scope.
2760.93 s
[conduit] Assuming it to stand for an equality constraint.
2760.93 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.93 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.93 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.93 s
[conduit] • This will become an error in a future GHC release.
2760.93 s
[conduit] |
2760.93 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2760.93 s
[conduit] | ^
2760.93 s
[conduit]
2760.93 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.93 s
[conduit] The use of ‘~’ without TypeOperators
2760.93 s
[conduit] will become an error in a future GHC release.
2760.93 s
[conduit] Suggested fix:
2760.93 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.93 s
[conduit] |
2760.93 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2760.93 s
[conduit] | ^
2760.93 s
[conduit]
2760.93 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.93 s
[conduit] • The ‘~’ operator is out of scope.
2760.93 s
[conduit] Assuming it to stand for an equality constraint.
2760.93 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.93 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.93 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.93 s
[conduit] • This will become an error in a future GHC release.
2760.93 s
[conduit] |
2760.93 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2760.93 s
[conduit] | ^
2760.93 s
[conduit]
2760.94 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.94 s
[conduit] The use of ‘~’ without TypeOperators
2760.94 s
[conduit] will become an error in a future GHC release.
2760.94 s
[conduit] Suggested fix:
2760.94 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.94 s
[conduit] |
2760.94 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2760.94 s
[conduit] | ^
2760.94 s
[conduit]
2760.94 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.94 s
[conduit] • The ‘~’ operator is out of scope.
2760.94 s
[conduit] Assuming it to stand for an equality constraint.
2760.94 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.94 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.94 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.94 s
[conduit] • This will become an error in a future GHC release.
2760.94 s
[conduit] |
2760.94 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2760.94 s
[conduit] | ^
2760.94 s
[conduit]
2760.94 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.94 s
[conduit] The use of ‘~’ without TypeOperators
2760.94 s
[conduit] will become an error in a future GHC release.
2760.94 s
[conduit] Suggested fix:
2760.94 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.94 s
[conduit] |
2760.94 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2760.94 s
[conduit] | ^
2760.94 s
[conduit]
2760.94 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.94 s
[conduit] • The ‘~’ operator is out of scope.
2760.94 s
[conduit] Assuming it to stand for an equality constraint.
2760.94 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.94 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.94 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.94 s
[conduit] • This will become an error in a future GHC release.
2760.94 s
[conduit] |
2760.94 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2760.94 s
[conduit] | ^
2760.94 s
[conduit]
2760.94 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.94 s
[conduit] The use of ‘~’ without TypeOperators
2760.94 s
[conduit] will become an error in a future GHC release.
2760.94 s
[conduit] Suggested fix:
2760.94 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.94 s
[conduit] |
2760.94 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2760.94 s
[conduit] | ^
2760.94 s
[conduit]
2760.94 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.94 s
[conduit] • The ‘~’ operator is out of scope.
2760.94 s
[conduit] Assuming it to stand for an equality constraint.
2760.94 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.94 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.94 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.94 s
[conduit] • This will become an error in a future GHC release.
2760.94 s
[conduit] |
2760.94 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2760.94 s
[conduit] | ^
2760.94 s
[conduit]
2760.95 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.95 s
[conduit] The use of ‘~’ without TypeOperators
2760.95 s
[conduit] will become an error in a future GHC release.
2760.95 s
[conduit] Suggested fix:
2760.95 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.95 s
[conduit] |
2760.95 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2760.95 s
[conduit] | ^
2760.95 s
[conduit]
2760.95 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.95 s
[conduit] • The ‘~’ operator is out of scope.
2760.95 s
[conduit] Assuming it to stand for an equality constraint.
2760.95 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.95 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.95 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.95 s
[conduit] • This will become an error in a future GHC release.
2760.95 s
[conduit] |
2760.95 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2760.95 s
[conduit] | ^
2760.95 s
[conduit]
2760.95 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.95 s
[conduit] The use of ‘~’ without TypeOperators
2760.95 s
[conduit] will become an error in a future GHC release.
2760.95 s
[conduit] Suggested fix:
2760.95 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.95 s
[conduit] |
2760.95 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2760.95 s
[conduit] | ^
2760.95 s
[conduit]
2760.96 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.96 s
[conduit] • The ‘~’ operator is out of scope.
2760.96 s
[conduit] Assuming it to stand for an equality constraint.
2760.96 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.96 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.96 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.96 s
[conduit] • This will become an error in a future GHC release.
2760.96 s
[conduit] |
2760.96 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2760.96 s
[conduit] | ^
2760.96 s
[conduit]
2760.96 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.96 s
[conduit] The use of ‘~’ without TypeOperators
2760.96 s
[conduit] will become an error in a future GHC release.
2760.96 s
[conduit] Suggested fix:
2760.96 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.96 s
[conduit] |
2760.96 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2760.96 s
[conduit] | ^
2760.96 s
[conduit]
2760.96 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.96 s
[conduit] • The ‘~’ operator is out of scope.
2760.96 s
[conduit] Assuming it to stand for an equality constraint.
2760.96 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.96 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.96 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.96 s
[conduit] • This will become an error in a future GHC release.
2760.96 s
[conduit] |
2760.96 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2760.96 s
[conduit] | ^
2760.96 s
[conduit]
2760.97 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.97 s
[conduit] The use of ‘~’ without TypeOperators
2760.97 s
[conduit] will become an error in a future GHC release.
2760.97 s
[conduit] Suggested fix:
2760.97 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.97 s
[conduit] |
2760.97 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2760.97 s
[conduit] | ^
2760.97 s
[conduit]
2760.97 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.97 s
[conduit] • The ‘~’ operator is out of scope.
2760.97 s
[conduit] Assuming it to stand for an equality constraint.
2760.97 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.97 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.97 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.97 s
[conduit] • This will become an error in a future GHC release.
2760.97 s
[conduit] |
2760.97 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2760.97 s
[conduit] | ^
2760.97 s
[conduit]
2760.97 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2760.97 s
[conduit] The use of ‘~’ without TypeOperators
2760.97 s
[conduit] will become an error in a future GHC release.
2760.97 s
[conduit] Suggested fix:
2760.97 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2760.97 s
[conduit] |
2760.97 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
2760.97 s
[conduit] | ^
2760.97 s
[conduit]
2760.97 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2760.97 s
[conduit] • The ‘~’ operator is out of scope.
2760.97 s
[conduit] Assuming it to stand for an equality constraint.
2760.97 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2760.97 s
[conduit] exported from Data.Type.Equality and Prelude.
2760.97 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2760.97 s
[conduit] • This will become an error in a future GHC release.
2760.97 s
[conduit] |
2760.97 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
2760.98 s
[conduit] | ^
2760.98 s
[conduit]
2760.99 s
[conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, nothing ) [HIE file is missing]
2761.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.11 s
[conduit] The use of ‘~’ without TypeOperators
2761.11 s
[conduit] will become an error in a future GHC release.
2761.11 s
[conduit] Suggested fix:
2761.11 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.11 s
[conduit] |
2761.11 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2761.11 s
[conduit] | ^
2761.11 s
[conduit]
2761.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.11 s
[conduit] • The ‘~’ operator is out of scope.
2761.11 s
[conduit] Assuming it to stand for an equality constraint.
2761.11 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.11 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.11 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.11 s
[conduit] • This will become an error in a future GHC release.
2761.11 s
[conduit] |
2761.11 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2761.11 s
[conduit] | ^
2761.11 s
[conduit]
2761.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.11 s
[conduit] The use of ‘~’ without TypeOperators
2761.11 s
[conduit] will become an error in a future GHC release.
2761.11 s
[conduit] Suggested fix:
2761.11 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.11 s
[conduit] |
2761.11 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2761.11 s
[conduit] | ^
2761.11 s
[conduit]
2761.11 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.11 s
[conduit] • The ‘~’ operator is out of scope.
2761.11 s
[conduit] Assuming it to stand for an equality constraint.
2761.11 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.11 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.11 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.11 s
[conduit] • This will become an error in a future GHC release.
2761.11 s
[conduit] |
2761.12 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
2761.12 s
[conduit] | ^
2761.12 s
[conduit]
2761.12 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.12 s
[conduit] The use of ‘~’ without TypeOperators
2761.12 s
[conduit] will become an error in a future GHC release.
2761.12 s
[conduit] Suggested fix:
2761.12 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.12 s
[conduit] |
2761.12 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2761.12 s
[conduit] | ^
2761.12 s
[conduit]
2761.12 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.12 s
[conduit] • The ‘~’ operator is out of scope.
2761.12 s
[conduit] Assuming it to stand for an equality constraint.
2761.12 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.12 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.12 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.12 s
[conduit] • This will become an error in a future GHC release.
2761.12 s
[conduit] |
2761.12 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
2761.12 s
[conduit] | ^
2761.12 s
[conduit]
2761.12 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.12 s
[conduit] The use of ‘~’ without TypeOperators
2761.12 s
[conduit] will become an error in a future GHC release.
2761.12 s
[conduit] Suggested fix:
2761.12 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.12 s
[conduit] |
2761.12 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2761.12 s
[conduit] | ^
2761.12 s
[conduit]
2761.12 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.12 s
[conduit] • The ‘~’ operator is out of scope.
2761.12 s
[conduit] Assuming it to stand for an equality constraint.
2761.12 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.12 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.12 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.12 s
[conduit] • This will become an error in a future GHC release.
2761.12 s
[conduit] |
2761.12 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2761.12 s
[conduit] | ^
2761.12 s
[conduit]
2761.12 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.12 s
[conduit] The use of ‘~’ without TypeOperators
2761.12 s
[conduit] will become an error in a future GHC release.
2761.12 s
[conduit] Suggested fix:
2761.12 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.12 s
[conduit] |
2761.12 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2761.13 s
[conduit] | ^
2761.13 s
[conduit]
2761.13 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.13 s
[conduit] • The ‘~’ operator is out of scope.
2761.13 s
[conduit] Assuming it to stand for an equality constraint.
2761.13 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.13 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.13 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.13 s
[conduit] • This will become an error in a future GHC release.
2761.13 s
[conduit] |
2761.13 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2761.13 s
[conduit] | ^
2761.13 s
[conduit]
2761.13 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.13 s
[conduit] The use of ‘~’ without TypeOperators
2761.13 s
[conduit] will become an error in a future GHC release.
2761.13 s
[conduit] Suggested fix:
2761.13 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.13 s
[conduit] |
2761.13 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2761.13 s
[conduit] | ^
2761.13 s
[conduit]
2761.13 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.13 s
[conduit] • The ‘~’ operator is out of scope.
2761.13 s
[conduit] Assuming it to stand for an equality constraint.
2761.13 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.13 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.13 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.13 s
[conduit] • This will become an error in a future GHC release.
2761.13 s
[conduit] |
2761.13 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
2761.13 s
[conduit] | ^
2761.13 s
[conduit]
2761.13 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.13 s
[conduit] The use of ‘~’ without TypeOperators
2761.13 s
[conduit] will become an error in a future GHC release.
2761.13 s
[conduit] Suggested fix:
2761.13 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.13 s
[conduit] |
2761.13 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2761.13 s
[conduit] | ^
2761.13 s
[conduit]
2761.13 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.13 s
[conduit] • The ‘~’ operator is out of scope.
2761.13 s
[conduit] Assuming it to stand for an equality constraint.
2761.13 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.13 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.13 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.13 s
[conduit] • This will become an error in a future GHC release.
2761.13 s
[conduit] |
2761.13 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
2761.13 s
[conduit] | ^
2761.13 s
[conduit]
2761.14 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.14 s
[conduit] The use of ‘~’ without TypeOperators
2761.14 s
[conduit] will become an error in a future GHC release.
2761.14 s
[conduit] Suggested fix:
2761.14 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.14 s
[conduit] |
2761.14 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2761.14 s
[conduit] | ^
2761.14 s
[conduit]
2761.14 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.14 s
[conduit] • The ‘~’ operator is out of scope.
2761.14 s
[conduit] Assuming it to stand for an equality constraint.
2761.14 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.14 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.14 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.14 s
[conduit] • This will become an error in a future GHC release.
2761.14 s
[conduit] |
2761.14 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
2761.14 s
[conduit] | ^
2761.14 s
[conduit]
2761.14 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.14 s
[conduit] The use of ‘~’ without TypeOperators
2761.14 s
[conduit] will become an error in a future GHC release.
2761.14 s
[conduit] Suggested fix:
2761.14 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.14 s
[conduit] |
2761.14 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2761.14 s
[conduit] | ^
2761.14 s
[conduit]
2761.14 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.14 s
[conduit] • The ‘~’ operator is out of scope.
2761.14 s
[conduit] Assuming it to stand for an equality constraint.
2761.14 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.14 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.14 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.14 s
[conduit] • This will become an error in a future GHC release.
2761.14 s
[conduit] |
2761.14 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
2761.14 s
[conduit] | ^
2761.14 s
[conduit]
2761.14 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2761.14 s
[conduit] The use of ‘~’ without TypeOperators
2761.14 s
[conduit] will become an error in a future GHC release.
2761.14 s
[conduit] Suggested fix:
2761.14 s
[conduit] Perhaps you intended to use the ‘TypeOperators’ extension
2761.14 s
[conduit] |
2761.14 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
2761.14 s
[conduit] | ^
2761.14 s
[conduit]
2761.15 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
2761.15 s
[conduit] • The ‘~’ operator is out of scope.
2761.15 s
[conduit] Assuming it to stand for an equality constraint.
2761.15 s
[conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
2761.15 s
[conduit] exported from Data.Type.Equality and Prelude.
2761.15 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
2761.15 s
[conduit] • This will become an error in a future GHC release.
2761.15 s
[conduit] |
2761.15 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
2761.15 s
[conduit] | ^
2761.15 s
[conduit]
2761.15 s
[conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, nothing ) [HIE file is missing]
2761.17 s
[conduit] Haddock coverage:
2761.17 s
[conduit] Warning: 'catchC' is out of scope.
2761.17 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.17 s
[conduit] Warning: 'Source' is out of scope.
2761.17 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.17 s
[conduit] Warning: 'Conduit' is out of scope.
2761.17 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.17 s
[conduit] Warning: 'hoist' is out of scope.
2761.17 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.17 s
[conduit] Warning: 'tryC' is out of scope.
2761.17 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.42 s
[conduit] Warning: 'ConduitT' is ambiguous. It is defined
2761.42 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:28
2761.42 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:1
2761.42 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
2761.42 s
[conduit] by specifying the type/value namespace explicitly.
2761.42 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:123:1
2761.42 s
[conduit] Warning: 'SealedConduitT' is ambiguous. It is defined
2761.42 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:34
2761.42 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:1
2761.42 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
2761.42 s
[conduit] by specifying the type/value namespace explicitly.
2761.42 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:138:1
2761.43 s
[conduit] Warning: 'ZipConduit' is ambiguous. It is defined
2761.43 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:30
2761.43 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:1
2761.43 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
2761.43 s
[conduit] by specifying the type/value namespace explicitly.
2761.43 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1229:1
2761.43 s
[conduit] 18% ( 3 / 16) in 'Data.Conduit.Internal.Fusion'
2761.43 s
[conduit] Missing documentation for:
2761.43 s
[conduit] Module header
2761.43 s
[conduit] Stream (src/Data/Conduit/Internal/Fusion.hs:39)
2761.43 s
[conduit] ConduitWithStream (src/Data/Conduit/Internal/Fusion.hs:43)
2761.43 s
[conduit] StreamConduitT (src/Data/Conduit/Internal/Fusion.hs:47)
2761.43 s
[conduit] StreamConduit (src/Data/Conduit/Internal/Fusion.hs:49)
2761.43 s
[conduit] StreamSource (src/Data/Conduit/Internal/Fusion.hs:51)
2761.43 s
[conduit] StreamProducer (src/Data/Conduit/Internal/Fusion.hs:53)
2761.43 s
[conduit] StreamSink (src/Data/Conduit/Internal/Fusion.hs:55)
2761.43 s
[conduit] StreamConsumer (src/Data/Conduit/Internal/Fusion.hs:57)
2761.43 s
[conduit] streamConduit (src/Data/Conduit/Internal/Fusion.hs:250)
2761.43 s
[conduit] streamSource (src/Data/Conduit/Internal/Fusion.hs:257)
2761.43 s
[conduit] streamSourcePure (src/Data/Conduit/Internal/Fusion.hs:275)
2761.43 s
[conduit] unstream (src/Data/Conduit/Internal/Fusion.hs:60)
2761.43 s
[conduit] 0% ( 0 / 41) in 'Data.Conduit.Internal.List.Stream'
2761.43 s
[conduit] Missing documentation for:
2761.43 s
[conduit] Module header
2761.43 s
[conduit] unfoldS (src/Data/Conduit/Internal/List/Stream.hs:17)
2761.43 s
[conduit] unfoldEitherS (src/Data/Conduit/Internal/List/Stream.hs:30)
2761.43 s
[conduit] unfoldMS (src/Data/Conduit/Internal/List/Stream.hs:43)
2761.43 s
[conduit] unfoldEitherMS (src/Data/Conduit/Internal/List/Stream.hs:57)
2761.43 s
[conduit] sourceListS (src/Data/Conduit/Internal/List/Stream.hs:67)
2761.43 s
[conduit] enumFromToS (src/Data/Conduit/Internal/List/Stream.hs:78)
2761.43 s
[conduit] enumFromToS_int (src/Data/Conduit/Internal/List/Stream.hs:90)
2761.43 s
[conduit] iterateS (src/Data/Conduit/Internal/List/Stream.hs:101)
2761.43 s
[conduit] replicateS (src/Data/Conduit/Internal/List/Stream.hs:110)
2761.43 s
[conduit] replicateMS (src/Data/Conduit/Internal/List/Stream.hs:119)
2761.43 s
[conduit] foldS (src/Data/Conduit/Internal/List/Stream.hs:128)
2761.43 s
[conduit] foldMS (src/Data/Conduit/Internal/List/Stream.hs:140)
2761.43 s
[conduit] mapM_S (src/Data/Conduit/Internal/List/Stream.hs:156)
2761.43 s
[conduit] dropS (src/Data/Conduit/Internal/List/Stream.hs:170)
2761.43 s
[conduit] takeS (src/Data/Conduit/Internal/List/Stream.hs:185)
2761.43 s
[conduit] headS (src/Data/Conduit/Internal/List/Stream.hs:198)
2761.43 s
[conduit] mapS (src/Data/Conduit/Internal/List/Stream.hs:210)
2761.43 s
[conduit] mapMS (src/Data/Conduit/Internal/List/Stream.hs:222)
2761.43 s
[conduit] iterMS (src/Data/Conduit/Internal/List/Stream.hs:234)
2761.43 s
[conduit] mapMaybeS (src/Data/Conduit/Internal/List/Stream.hs:246)
2761.43 s
[conduit] mapMaybeMS (src/Data/Conduit/Internal/List/Stream.hs:261)
2761.43 s
[conduit] catMaybesS (src/Data/Conduit/Internal/List/Stream.hs:277)
2761.43 s
[conduit] concatS (src/Data/Conduit/Internal/List/Stream.hs:290)
2761.43 s
[conduit] concatMapS (src/Data/Conduit/Internal/List/Stream.hs:303)
2761.43 s
[conduit] concatMapMS (src/Data/Conduit/Internal/List/Stream.hs:316)
2761.43 s
[conduit] concatMapAccumS (src/Data/Conduit/Internal/List/Stream.hs:331)
2761.43 s
[conduit] mapAccumS (src/Data/Conduit/Internal/List/Stream.hs:346)
2761.43 s
[conduit] mapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:360)
2761.43 s
[conduit] concatMapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:374)
2761.43 s
[conduit] mapFoldableS (src/Data/Conduit/Internal/List/Stream.hs:389)
2761.43 s
[conduit] mapFoldableMS (src/Data/Conduit/Internal/List/Stream.hs:402)
2761.43 s
[conduit] consumeS (src/Data/Conduit/Internal/List/Stream.hs:417)
2761.43 s
[conduit] groupByS (src/Data/Conduit/Internal/List/Stream.hs:429)
2761.43 s
[conduit] groupOn1S (src/Data/Conduit/Internal/List/Stream.hs:433)
2761.43 s
[conduit] GroupByState (src/Data/Conduit/Internal/List/Stream.hs:436)
2761.43 s
[conduit] groupBy1S (src/Data/Conduit/Internal/List/Stream.hs:442)
2761.43 s
[conduit] isolateS (src/Data/Conduit/Internal/List/Stream.hs:463)
2761.43 s
[conduit] filterS (src/Data/Conduit/Internal/List/Stream.hs:476)
2761.43 s
[conduit] sinkNullS (src/Data/Conduit/Internal/List/Stream.hs:489)
2761.43 s
[conduit] sourceNullS (src/Data/Conduit/Internal/List/Stream.hs:501)
2761.43 s
[conduit] 11% ( 3 / 27) in 'Data.Conduit.Combinators.Stream'
2761.43 s
[conduit] Missing documentation for:
2761.43 s
[conduit] yieldManyS (src/Data/Conduit/Combinators/Stream.hs:71)
2761.43 s
[conduit] repeatMS (src/Data/Conduit/Combinators/Stream.hs:81)
2761.43 s
[conduit] repeatWhileMS (src/Data/Conduit/Combinators/Stream.hs:91)
2761.43 s
[conduit] foldl1S (src/Data/Conduit/Combinators/Stream.hs:104)
2761.43 s
[conduit] allS (src/Data/Conduit/Combinators/Stream.hs:118)
2761.43 s
[conduit] anyS (src/Data/Conduit/Combinators/Stream.hs:124)
2761.43 s
[conduit] sinkLazyS (src/Data/Conduit/Combinators/Stream.hs:132)
2761.43 s
[conduit] sinkVectorS (src/Data/Conduit/Combinators/Stream.hs:137)
2761.43 s
[conduit] sinkVectorNS (src/Data/Conduit/Combinators/Stream.hs:163)
2761.43 s
[conduit] sinkLazyBuilderS (src/Data/Conduit/Combinators/Stream.hs:182)
2761.43 s
[conduit] lastS (src/Data/Conduit/Combinators/Stream.hs:187)
2761.43 s
[conduit] lastES (src/Data/Conduit/Combinators/Stream.hs:200)
2761.43 s
[conduit] findS (src/Data/Conduit/Combinators/Stream.hs:214)
2761.43 s
[conduit] concatMapS (src/Data/Conduit/Combinators/Stream.hs:231)
2761.43 s
[conduit] concatMapMS (src/Data/Conduit/Combinators/Stream.hs:246)
2761.43 s
[conduit] concatS (src/Data/Conduit/Combinators/Stream.hs:262)
2761.43 s
[conduit] scanlS (src/Data/Conduit/Combinators/Stream.hs:270)
2761.43 s
[conduit] scanlMS (src/Data/Conduit/Combinators/Stream.hs:285)
2761.43 s
[conduit] mapAccumWhileS (src/Data/Conduit/Combinators/Stream.hs:301)
2761.43 s
[conduit] mapAccumWhileMS (src/Data/Conduit/Combinators/Stream.hs:316)
2761.43 s
[conduit] intersperseS (src/Data/Conduit/Combinators/Stream.hs:337)
2761.43 s
[conduit] slidingWindowS (src/Data/Conduit/Combinators/Stream.hs:363)
2761.43 s
[conduit] filterMS (src/Data/Conduit/Combinators/Stream.hs:394)
2761.43 s
[conduit] splitOnUnboundedES (src/Data/Conduit/Combinators/Stream.hs:420)
2761.43 s
[conduit] 97% ( 78 / 80) in 'Data.Conduit'
2761.43 s
[conduit] Missing documentation for:
2761.43 s
[conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
2761.43 s
[conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
2761.43 s
[conduit] 91% ( 81 / 89) in 'Data.Conduit.Internal'
2761.43 s
[conduit] Missing documentation for:
2761.43 s
[conduit] Module header
2761.43 s
[conduit] enumFromTo (src/Data/Conduit/Internal/Pipe.hs:500)
2761.43 s
[conduit] yieldM (src/Data/Conduit/Internal/Pipe.hs:251)
2761.43 s
[conduit] conduitToPipe (src/Data/Conduit/Internal/Conduit.hs:353)
2761.43 s
[conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
2761.43 s
[conduit] sinkToPipe (src/Data/Conduit/Internal/Conduit.hs:343)
2761.43 s
[conduit] sourceToPipe (src/Data/Conduit/Internal/Conduit.hs:333)
2761.43 s
[conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
2761.43 s
[conduit] 100% ( 42 / 42) in 'Data.Conduit.Lift'
2761.44 s
[conduit] Warning: 'succ' is out of scope.
2761.44 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.44 s
[conduit] Warning: 'Foldable' is out of scope.
2761.44 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.44 s
[conduit] 100% ( 60 / 60) in 'Data.Conduit.List'
2761.45 s
[conduit] Warning: 'Flush' is ambiguous. It is defined
2761.45 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:26
2761.45 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:1
2761.45 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
2761.45 s
[conduit] by specifying the type/value namespace explicitly.
2761.45 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1093:1
2761.45 s
[conduit] Warning: 'chunkSize' is out of scope.
2761.45 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.46 s
[conduit] Warning: 'ResourceT' is out of scope.
2761.46 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.47 s
[conduit] 100% (167 /167) in 'Data.Conduit.Combinators'
2761.47 s
[conduit] Warning: 'chunkSize' is out of scope.
2761.47 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.47 s
[conduit] Warning: 'chunksOfExactlyE' is out of scope.
2761.47 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.47 s
[conduit] Warning: 'chunksOfE' is out of scope.
2761.47 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'concatMap' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'concatMapM' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'succ' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'line' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'linesUnbounded' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'mapM_' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'iterM' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'takeExactly' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'takeExactlyE' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'take' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'takeE' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.48 s
[conduit] Warning: 'unlines' is out of scope.
2761.48 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
2761.49 s
[conduit] 100% (171 /171) in 'Conduit'
2762.16 s
[conduit] Warning: Data.Conduit.Combinators.Stream: could not find link destinations for:
2762.16 s
[conduit] - Data.Vector.Generic.Base.Vector
2762.17 s
[conduit] Warning: Data.Conduit: could not find link destinations for:
2762.17 s
[conduit] - GHC.Internal.Generics.Rep_Void
2762.17 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
2762.18 s
[conduit] Warning: Data.Conduit.Internal: could not find link destinations for:
2762.18 s
[conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
2762.18 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
2762.20 s
[conduit] Warning: Data.Conduit.Combinators: could not find link destinations for:
2762.20 s
[conduit] - Data.Vector.Generic.Base.Vector
2762.20 s
[conduit] - Data.Conduit.Combinators.Buffer
2762.23 s
[conduit] Warning: Conduit: could not find link destinations for:
2762.23 s
[conduit] - GHC.Internal.Data.Functor.Identity.Rep_Identity
2762.23 s
[conduit] - GHC.Internal.Data.Functor.Identity.Rep1_Identity
2762.23 s
[conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateIO
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateIdentityT
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateST
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateST0
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateAccumT
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateContT
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateExceptT
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateMaybeT
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST0
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST1
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateReaderT
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateSelectT
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateStateT0
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateStateT
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT0
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT1
2762.23 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT
2762.23 s
[conduit] - Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
2762.23 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicLength
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
2762.23 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeFreeze
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicInitialize
2762.23 s
[conduit] - Data.Vector.Generic.Base.Mutable
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
2762.23 s
[conduit] - Data.Vector.Generic.Base.Vector
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.MVector
2762.23 s
[conduit] - Data.Vector.Generic.Base.basicLength
2762.23 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeIndexM
2762.23 s
[conduit] - Data.Vector.Generic.Base.elemseq
2762.23 s
[conduit] - Data.Vector.Unboxed.Base.Unbox
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
2762.23 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeSlice
2762.23 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeCopy
2762.23 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeThaw
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicClear
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicOverlaps
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicSet
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
2762.23 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
2762.23 s
[conduit] - Data.Vector.Unboxed.Base.MV_Identity
2762.23 s
[conduit] - Data.Vector.Unboxed.Base.V_Identity
2762.23 s
[conduit] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
2762.23 s
[conduit] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
2762.23 s
[conduit] - Data.Conduit.Combinators.Buffer
2769.53 s
[conduit] Documentation created: dist/doc/html/conduit,
2769.54 s
[conduit] dist/doc/html/conduit/conduit.txt
2770.22 s
[conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
2770.31 s
[conduit] Phase: installPhase
2770.42 s
[conduit] Installing library in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2771.35 s
[conduit] Phase: fixupPhase
2771.43 s
[conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1
2771.44 s
[conduit] shrinking /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSconduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq-ghc9.12.1.so
2771.46 s
[conduit] checking for references to /build/ in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1...
2771.50 s
[conduit] patching script interpreter paths in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1
2771.51 s
[conduit] stripping (with command strip and flags -S -p) in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/lib
2772.00 s
[conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc
2772.02 s
[conduit] checking for references to /build/ in /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc...
2772.04 s
[conduit] patching script interpreter paths in /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc
2772.34 s
[conduit:post-build] Uploading to cachix cache "sellout": /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1 /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc
2773.94 s
[conduit:post-build] Pushing 2 paths (110 are already present) using zstd to cache sellout ⏳
2773.94 s
[conduit:post-build]
2774.34 s
[conduit:post-build] Pushing /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1 (14.14 MiB)
2774.46 s
[conduit:post-build] Pushing /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc (7.71 MiB)
2775.61 s
[conduit:post-build]
2775.62 s
[conduit:post-build] All done.
2775.82 s
[conduit:post-build] Uploading to the NixCI cache: /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1 /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc
2776.48 s
[conduit:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2776.84 s
[conduit:post-build] copying 2 paths...
2776.84 s
[conduit:post-build] copying path '/nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc' to 'https://cache.nix-ci.com'...
2778.11 s
[conduit:post-build] copying path '/nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1' to 'https://cache.nix-ci.com'...
2783.13 s
[conduit:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2783.52 s
[conduit:post-build] copying 2 paths...
2783.53 s
[conduit:post-build] copying path '/nix/store/xim8xx4zwm1yx7s24l82mkgc8dlsis59-safe-0.3.21.drv' to 'https://cache.nix-ci.com'...
2783.66 s
[conduit:post-build] copying path '/nix/store/g9aq2fc9lk4qwwbqvhk3q38s9wbdw9wa-conduit-1.3.6.1.drv' to 'https://cache.nix-ci.com'...
2784.09 s
Progress: 148 of 170 built (1 building), 375 of 375 downloaded from cache
2784.23 s
Building /nix/store/0phn3n3zadh74hixi726dc2cic8lgriq-conduit-extra-1.3.7.drv
2784.30 s
Building /nix/store/bxlkn3xdz44pdq07xhpwlmyvzp7z56s4-conduit-parse-0.2.1.1.drv
2784.38 s
Building /nix/store/cmf70p3wpqdzv4if6hk4f05f1vjanpjv-libyaml-0.1.4.drv
2784.38 s
[lsp-types] [415 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeResult ( generated/Language/LSP/Protocol/Internal/Types/InitializeResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeResult.p_o )
2784.46 s
[conduit-extra] Phase: setupCompilerEnvironmentPhase
2784.46 s
[conduit-extra] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2784.53 s
[libyaml] Phase: setupCompilerEnvironmentPhase
2784.53 s
[libyaml] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2784.54 s
[conduit-parse] Phase: setupCompilerEnvironmentPhase
2784.54 s
[conduit-parse] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2784.85 s
[libyaml] Phase: unpackPhase
2784.86 s
[libyaml] unpacking source archive /nix/store/z9q7w51ysg8cdvgpx6d6zlcz4ghkhp0h-libyaml-0.1.4.tar.gz
2784.87 s
[conduit-extra] Phase: unpackPhase
2784.87 s
[libyaml] source root is libyaml-0.1.4
2784.88 s
[libyaml] setting SOURCE_DATE_EPOCH to timestamp 1710477580 of file "libyaml-0.1.4/libyaml.cabal"
2784.88 s
[conduit-extra] unpacking source archive /nix/store/sz33pjm2cvwgwppzyyv37xdgxj3bbg67-conduit-extra-1.3.7.tar.gz
2784.89 s
[libyaml] Phase: patchPhase
2784.89 s
[conduit-extra] source root is conduit-extra-1.3.7
2784.91 s
[libyaml] Phase: compileBuildDriverPhase
2784.91 s
[conduit-parse] Phase: unpackPhase
2784.91 s
[conduit-extra] setting SOURCE_DATE_EPOCH to timestamp 1737362589 of file "conduit-extra-1.3.7/conduit-extra.cabal"
2784.91 s
[conduit-parse] unpacking source archive /nix/store/5inary4gap17pija37hi9s0dnwj4sdgj-conduit-parse-0.2.1.1.tar.gz
2784.92 s
[libyaml] setupCompileFlags: -package-db=/build/tmp.Ly243zQvfc/setup-package.conf.d -threaded
2784.92 s
[conduit-parse] source root is conduit-parse-0.2.1.1
2784.93 s
[conduit-extra] Phase: patchPhase
2784.94 s
[conduit-extra] Phase: compileBuildDriverPhase
2784.95 s
[conduit-parse] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "conduit-parse-0.2.1.1/test/Main.hs"
2784.96 s
[conduit-extra] setupCompileFlags: -package-db=/build/tmp.hl4Ry1q5H1/setup-package.conf.d -threaded
2784.97 s
[conduit-parse] Phase: patchPhase
2784.99 s
[conduit-parse] Replace Cabal file with edited version from mirror://hackage/conduit-parse-0.2.1.1/revision/1.cabal.
2785.01 s
[conduit-parse] Phase: compileBuildDriverPhase
2785.01 s
[libyaml] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Ly243zQvfc/Main.o )
2785.02 s
[conduit-parse] setupCompileFlags: -package-db=/build/tmp.dGJHaO1QTC/setup-package.conf.d -threaded
2785.06 s
[conduit-extra] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.hl4Ry1q5H1/Main.o )
2785.10 s
[conduit-parse] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.dGJHaO1QTC/Main.o )
2785.12 s
[libyaml] [2 of 2] Linking Setup
2785.16 s
[conduit-extra] [2 of 2] Linking Setup
2785.17 s
[conduit-parse] [2 of 2] Linking Setup
2786.80 s
[conduit-extra] Phase: updateAutotoolsGnuConfigScriptsPhase
2786.82 s
[conduit-extra] Phase: configurePhase
2786.82 s
[conduit-extra] configureFlags: --verbose --prefix=/nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc/share/doc/conduit-extra-1.3.7 --with-gcc=gcc --package-db=/build/tmp.hl4Ry1q5H1/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
2786.83 s
[conduit-extra] Using Parsec parser
2786.83 s
[conduit-extra] Configuring conduit-extra-1.3.7...
2786.88 s
[libyaml] Phase: updateAutotoolsGnuConfigScriptsPhase
2786.89 s
[conduit-extra] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2786.89 s
[conduit-extra] 'ghc' version < 9.12):
2786.89 s
[conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2786.89 s
[conduit-extra] 9.12.1
2786.90 s
[libyaml] Phase: configurePhase
2786.91 s
[libyaml] configureFlags: --verbose --prefix=/nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4 --with-gcc=gcc --package-db=/build/tmp.Ly243zQvfc/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
2786.92 s
[libyaml] Using Parsec parser
2786.92 s
[libyaml] Configuring libyaml-0.1.4...
2787.00 s
[conduit-parse] Phase: updateAutotoolsGnuConfigScriptsPhase
2787.03 s
[conduit-parse] Phase: configurePhase
2787.05 s
[conduit-parse] configureFlags: --verbose --prefix=/nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1 --with-gcc=gcc --package-db=/build/tmp.dGJHaO1QTC/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
2787.06 s
[conduit-parse] Using Parsec parser
2787.06 s
[conduit-parse] Configuring conduit-parse-0.2.1.1...
2787.13 s
[conduit-parse] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2787.13 s
[conduit-parse] 'ghc' version < 9.12):
2787.13 s
[conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2787.13 s
[conduit-parse] 9.12.1
2787.16 s
[libyaml] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2787.16 s
[libyaml] 'ghc' version < 9.12):
2787.16 s
[libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2787.16 s
[libyaml] 9.12.1
2787.54 s
[conduit-parse] Flags chosen: enable-hlint-test=False
2787.54 s
[libyaml] Flags chosen: no-unicode=False, system-libyaml=False
2787.68 s
[conduit-extra] Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
2787.68 s
[conduit-extra] execution vulnerability. Furthermore, popular forges like GitHub do not
2787.68 s
[conduit-extra] support it. Use https:// or ssh:// instead.
2787.70 s
[conduit-extra] Dependency async: using async-2.2.5
2787.70 s
[conduit-extra] Dependency attoparsec >=0.10: using attoparsec-0.14.4
2787.70 s
[conduit-extra] Dependency base >=4.12 && <5: using base-4.21.0.0
2787.70 s
[conduit-extra] Dependency bytestring >=0.10.2: using bytestring-0.12.2.0
2787.70 s
[conduit-extra] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
2787.70 s
[conduit-extra] Dependency directory: using directory-1.3.9.0
2787.70 s
[conduit-extra] Dependency filepath: using filepath-1.5.4.0
2787.70 s
[conduit-extra] Dependency network >=2.3: using network-3.2.7.0
2787.70 s
[conduit-extra] Dependency primitive >=0.5: using primitive-0.9.1.0
2787.70 s
[conduit-extra] Dependency process: using process-1.6.25.0
2787.70 s
[conduit-extra] Dependency resourcet >=1.1: using resourcet-1.3.0
2787.70 s
[conduit-extra] Dependency stm: using stm-2.5.3.1
2787.70 s
[conduit-extra] Dependency streaming-commons >=0.2.3.0: using streaming-commons-0.2.3.0
2787.70 s
[conduit-extra] Dependency text: using text-2.1.2
2787.70 s
[conduit-extra] Dependency transformers: using transformers-0.6.1.2
2787.70 s
[conduit-extra] Dependency typed-process >=0.2.6: using typed-process-0.2.13.0
2787.70 s
[conduit-extra] Dependency unliftio-core: using unliftio-core-0.2.1.0
2787.70 s
[conduit-extra] Dependency QuickCheck: using QuickCheck-2.14.3
2787.70 s
[conduit-extra] Dependency async: using async-2.2.5
2787.70 s
[conduit-extra] Dependency attoparsec: using attoparsec-0.14.4
2787.70 s
[conduit-extra] Dependency base: using base-4.21.0.0
2787.70 s
[conduit-extra] Dependency bytestring: using bytestring-0.12.2.0
2787.70 s
[conduit-extra] Dependency conduit: using conduit-1.3.6.1
2787.70 s
[conduit-extra] Dependency conduit-extra: using conduit-extra-1.3.7
2787.70 s
[conduit-extra] Dependency directory: using directory-1.3.9.0
2787.70 s
[conduit-extra] Dependency exceptions: using exceptions-0.10.9
2787.70 s
[conduit-extra] Dependency filepath: using filepath-1.5.4.0
2787.70 s
[conduit-extra] Dependency hspec >=1.3: using hspec-2.11.12
2787.70 s
[conduit-extra] Dependency process: using process-1.6.25.0
2787.70 s
[conduit-extra] Dependency resourcet: using resourcet-1.3.0
2787.70 s
[conduit-extra] Dependency stm: using stm-2.5.3.1
2787.70 s
[conduit-extra] Dependency streaming-commons: using streaming-commons-0.2.3.0
2787.70 s
[conduit-extra] Dependency text: using text-2.1.2
2787.70 s
[conduit-extra] Dependency transformers: using transformers-0.6.1.2
2787.70 s
[conduit-extra] Dependency transformers-base: using transformers-base-0.4.6
2787.70 s
[conduit-extra] Source component graph:
2787.70 s
[conduit-extra] component lib
2787.70 s
[conduit-extra] component test:test dependency lib
2787.70 s
[conduit-extra] Configured component graph:
2787.70 s
[conduit-extra] component conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2787.70 s
[conduit-extra] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2787.70 s
[conduit-extra] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2787.70 s
[conduit-extra] include base-4.21.0.0-f068
2787.70 s
[conduit-extra] include bytestring-0.12.2.0-be6d
2787.70 s
[conduit-extra] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.70 s
[conduit-extra] include directory-1.3.9.0-9eff
2787.70 s
[conduit-extra] include filepath-1.5.4.0-7ce6
2787.70 s
[conduit-extra] include network-3.2.7.0-7KJiH6lXPXGmC75It5VN6
2787.70 s
[conduit-extra] include primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
2787.70 s
[conduit-extra] include process-1.6.25.0-4623
2787.70 s
[conduit-extra] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.70 s
[conduit-extra] include stm-2.5.3.1-0481
2787.70 s
[conduit-extra] include streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
2787.70 s
[conduit-extra] include text-2.1.2-5eaa
2787.70 s
[conduit-extra] include transformers-0.6.1.2-199f
2787.70 s
[conduit-extra] include typed-process-0.2.13.0-88F6kZ2GZ2H6RkPt3Rwhic
2787.70 s
[conduit-extra] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
2787.70 s
[conduit-extra] component conduit-extra-1.3.7-6lm2MO4WIoMDeJxcb8VtdJ-test
2787.70 s
[conduit-extra] include QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
2787.70 s
[conduit-extra] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2787.70 s
[conduit-extra] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2787.70 s
[conduit-extra] include base-4.21.0.0-f068
2787.70 s
[conduit-extra] include bytestring-0.12.2.0-be6d
2787.70 s
[conduit-extra] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.70 s
[conduit-extra] include conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2787.70 s
[conduit-extra] include directory-1.3.9.0-9eff
2787.70 s
[conduit-extra] include exceptions-0.10.9-5f69
2787.70 s
[conduit-extra] include filepath-1.5.4.0-7ce6
2787.70 s
[conduit-extra] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2787.70 s
[conduit-extra] include process-1.6.25.0-4623
2787.70 s
[conduit-extra] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.70 s
[conduit-extra] include stm-2.5.3.1-0481
2787.70 s
[conduit-extra] include streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
2787.70 s
[conduit-extra] include text-2.1.2-5eaa
2787.70 s
[conduit-extra] include transformers-0.6.1.2-199f
2787.70 s
[conduit-extra] include transformers-base-0.4.6-JUsZ75ulaih2CixKFsuVo
2787.70 s
[conduit-extra] Linked component graph:
2787.70 s
[conduit-extra] unit conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2787.70 s
[conduit-extra] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2787.70 s
[conduit-extra] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2787.70 s
[conduit-extra] include base-4.21.0.0-f068
2787.70 s
[conduit-extra] include bytestring-0.12.2.0-be6d
2787.70 s
[conduit-extra] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.70 s
[conduit-extra] include directory-1.3.9.0-9eff
2787.70 s
[conduit-extra] include filepath-1.5.4.0-7ce6
2787.70 s
[conduit-extra] include network-3.2.7.0-7KJiH6lXPXGmC75It5VN6
2787.70 s
[conduit-extra] include primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
2787.70 s
[conduit-extra] include process-1.6.25.0-4623
2787.70 s
[conduit-extra] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.70 s
[conduit-extra] include stm-2.5.3.1-0481
2787.70 s
[conduit-extra] include streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
2787.70 s
[conduit-extra] include text-2.1.2-5eaa
2787.70 s
[conduit-extra] include transformers-0.6.1.2-199f
2787.70 s
[conduit-extra] include typed-process-0.2.13.0-88F6kZ2GZ2H6RkPt3Rwhic
2787.70 s
[conduit-extra] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
2787.70 s
[conduit-extra] Data.Conduit.Attoparsec=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Attoparsec,Data.Conduit.Binary=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Binary,Data.Conduit.ByteString.Builder=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.ByteString.Builder,Data.Conduit.Filesystem=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Filesystem,Data.Conduit.Foldl=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Foldl,Data.Conduit.Lazy=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Lazy,Data.Conduit.Network=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Network,Data.Conduit.Network.UDP=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Network.UDP,Data.Conduit.Network.Unix=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Network.Unix,Data.Conduit.Process=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Process,Data.Conduit.Process.Typed=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Process.Typed,Data.Conduit.Text=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Text,Data.Conduit.Zlib=conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8:Data.Conduit.Zlib
2787.70 s
[conduit-extra] unit conduit-extra-1.3.7-6lm2MO4WIoMDeJxcb8VtdJ-test
2787.70 s
[conduit-extra] include QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
2787.70 s
[conduit-extra] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2787.70 s
[conduit-extra] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2787.70 s
[conduit-extra] include base-4.21.0.0-f068
2787.70 s
[conduit-extra] include bytestring-0.12.2.0-be6d
2787.70 s
[conduit-extra] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.70 s
[conduit-extra] include conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2787.70 s
[conduit-extra] include directory-1.3.9.0-9eff
2787.70 s
[conduit-extra] include exceptions-0.10.9-5f69
2787.70 s
[conduit-extra] include filepath-1.5.4.0-7ce6
2787.70 s
[conduit-extra] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2787.70 s
[conduit-extra] include process-1.6.25.0-4623
2787.70 s
[conduit-extra] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.70 s
[conduit-extra] include stm-2.5.3.1-0481
2787.70 s
[conduit-extra] include streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
2787.70 s
[conduit-extra] include text-2.1.2-5eaa
2787.70 s
[conduit-extra] include transformers-0.6.1.2-199f
2787.70 s
[conduit-extra] include transformers-base-0.4.6-JUsZ75ulaih2CixKFsuVo
2787.70 s
[conduit-extra] Ready component graph:
2787.70 s
[conduit-extra] definite conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2787.70 s
[conduit-extra] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2787.71 s
[conduit-extra] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2787.71 s
[conduit-extra] depends base-4.21.0.0-f068
2787.71 s
[conduit-extra] depends bytestring-0.12.2.0-be6d
2787.71 s
[conduit-extra] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.71 s
[conduit-extra] depends directory-1.3.9.0-9eff
2787.71 s
[conduit-extra] depends filepath-1.5.4.0-7ce6
2787.71 s
[conduit-extra] depends network-3.2.7.0-7KJiH6lXPXGmC75It5VN6
2787.71 s
[conduit-extra] depends primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
2787.71 s
[conduit-extra] depends process-1.6.25.0-4623
2787.71 s
[conduit-extra] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.71 s
[conduit-extra] depends stm-2.5.3.1-0481
2787.71 s
[conduit-extra] depends streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
2787.71 s
[conduit-extra] depends text-2.1.2-5eaa
2787.71 s
[conduit-extra] depends transformers-0.6.1.2-199f
2787.71 s
[conduit-extra] depends typed-process-0.2.13.0-88F6kZ2GZ2H6RkPt3Rwhic
2787.71 s
[conduit-extra] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
2787.71 s
[conduit-extra] definite conduit-extra-1.3.7-6lm2MO4WIoMDeJxcb8VtdJ-test
2787.71 s
[conduit-extra] depends QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
2787.71 s
[conduit-extra] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
2787.71 s
[conduit-extra] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2787.71 s
[conduit-extra] depends base-4.21.0.0-f068
2787.71 s
[conduit-extra] depends bytestring-0.12.2.0-be6d
2787.71 s
[conduit-extra] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.71 s
[conduit-extra] depends conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2787.71 s
[conduit-extra] depends directory-1.3.9.0-9eff
2787.71 s
[conduit-extra] depends exceptions-0.10.9-5f69
2787.71 s
[conduit-extra] depends filepath-1.5.4.0-7ce6
2787.71 s
[conduit-extra] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2787.71 s
[conduit-extra] depends process-1.6.25.0-4623
2787.71 s
[conduit-extra] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.71 s
[conduit-extra] depends stm-2.5.3.1-0481
2787.71 s
[conduit-extra] depends streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
2787.73 s
[conduit-extra] depends text-2.1.2-5eaa
2787.73 s
[conduit-extra] depends transformers-0.6.1.2-199f
2787.73 s
[conduit-extra] depends transformers-base-0.4.6-JUsZ75ulaih2CixKFsuVo
2787.73 s
[conduit-extra] Using Cabal-3.14.1.0 compiled by ghc-9.12
2787.73 s
[conduit-extra] Using compiler: ghc-9.12.1
2787.73 s
[conduit-extra] Using install prefix:
2787.73 s
[conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7
2787.73 s
[conduit-extra] Executables installed in:
2787.73 s
[conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/bin
2787.73 s
[conduit-extra] Libraries installed in:
2787.73 s
[conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2787.73 s
[conduit-extra] Dynamic Libraries installed in:
2787.73 s
[conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2787.73 s
[conduit-extra] Private executables installed in:
2787.73 s
[conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/libexec/x86_64-linux-ghc-9.12.1-f739/conduit-extra-1.3.7
2787.73 s
[conduit-extra] Data files installed in:
2787.73 s
[conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/share/x86_64-linux-ghc-9.12.1-f739/conduit-extra-1.3.7
2787.73 s
[conduit-extra] Documentation installed in:
2787.73 s
[conduit-extra] /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc/share/doc/conduit-extra-1.3.7
2787.73 s
[conduit-extra] Configuration files installed in:
2787.73 s
[conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/etc
2787.73 s
[conduit-extra] No alex found
2787.73 s
[conduit-extra] Using ar found on system at:
2787.73 s
[conduit-extra] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2787.73 s
[conduit-extra] No c2hs found
2787.73 s
[conduit-extra] No cpphs found
2787.73 s
[conduit-extra] No doctest found
2787.73 s
[conduit-extra] Using gcc version 14.3.0 given by user at:
2787.73 s
[conduit-extra] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2787.73 s
[conduit-extra] Using ghc version 9.12.1 found on system at:
2787.73 s
[conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2787.73 s
[conduit-extra] Using ghc-pkg version 9.12.1 found on system at:
2787.73 s
[conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2787.73 s
[conduit-extra] No ghcjs found
2787.73 s
[conduit-extra] No ghcjs-pkg found
2787.73 s
[conduit-extra] No greencard found
2787.73 s
[conduit-extra] Using haddock version 2.30.0 found on system at:
2787.73 s
[conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2787.73 s
[conduit-extra] No happy found
2787.73 s
[conduit-extra] No haskell-suite found
2787.73 s
[conduit-extra] No haskell-suite-pkg found
2787.73 s
[conduit-extra] No hmake found
2787.73 s
[conduit-extra] Using hpc version 0.69 found on system at:
2787.73 s
[conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2787.73 s
[conduit-extra] Using hsc2hs version 0.68.10 found on system at:
2787.73 s
[conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2787.73 s
[conduit-extra] Using hscolour version 1.25 found on system at:
2787.73 s
[conduit-extra] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2787.73 s
[conduit-extra] No jhc found
2787.73 s
[conduit-extra] Using ld found on system at:
2787.73 s
[conduit-extra] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2787.73 s
[conduit-extra] No pkg-config found
2787.73 s
[conduit-extra] Using runghc version 9.12.1 found on system at:
2787.73 s
[conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2787.73 s
[conduit-extra] Using strip version 2.44 found on system at:
2787.73 s
[conduit-extra] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2787.73 s
[conduit-extra] Using tar found on system at:
2787.73 s
[conduit-extra] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2787.73 s
[conduit-extra] No uhc found
2787.87 s
[conduit-parse] Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
2787.87 s
[conduit-parse] execution vulnerability. Furthermore, popular forges like GitHub do not
2787.87 s
[conduit-parse] support it. Use https:// or ssh:// instead.
2787.91 s
[libyaml] Dependency base >=4.14 && <5: using base-4.21.0.0
2787.91 s
[libyaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
2787.91 s
[libyaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
2787.91 s
[libyaml] Dependency libyaml-clib: using libyaml-clib-0.2.5
2787.91 s
[libyaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
2787.91 s
[libyaml] Source component graph: component lib
2787.91 s
[libyaml] Configured component graph:
2787.91 s
[libyaml] component libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2787.91 s
[libyaml] include base-4.21.0.0-f068
2787.91 s
[libyaml] include bytestring-0.12.2.0-be6d
2787.91 s
[libyaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.91 s
[libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
2787.91 s
[libyaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.91 s
[libyaml] Linked component graph:
2787.91 s
[libyaml] unit libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2787.91 s
[libyaml] include base-4.21.0.0-f068
2787.91 s
[libyaml] include bytestring-0.12.2.0-be6d
2787.91 s
[libyaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.91 s
[libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
2787.91 s
[libyaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.91 s
[libyaml] Text.Libyaml=libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH:Text.Libyaml
2787.91 s
[libyaml] Ready component graph:
2787.91 s
[libyaml] definite libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2787.91 s
[libyaml] depends base-4.21.0.0-f068
2787.91 s
[libyaml] depends bytestring-0.12.2.0-be6d
2787.91 s
[libyaml] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.91 s
[libyaml] depends libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
2787.91 s
[libyaml] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.91 s
[libyaml] Using Cabal-3.14.1.0 compiled by ghc-9.12
2787.91 s
[libyaml] Using compiler: ghc-9.12.1
2787.91 s
[libyaml] Using install prefix:
2787.91 s
[libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4
2787.91 s
[libyaml] Executables installed in:
2787.91 s
[libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/bin
2787.91 s
[libyaml] Libraries installed in:
2787.91 s
[libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2787.91 s
[libyaml] Dynamic Libraries installed in:
2787.91 s
[libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2787.91 s
[libyaml] Private executables installed in:
2787.91 s
[libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/libexec/x86_64-linux-ghc-9.12.1-f739/libyaml-0.1.4
2787.91 s
[libyaml] Data files installed in:
2787.91 s
[libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/share/x86_64-linux-ghc-9.12.1-f739/libyaml-0.1.4
2787.91 s
[libyaml] Documentation installed in:
2787.91 s
[libyaml] /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4
2787.91 s
[libyaml] Configuration files installed in:
2787.91 s
[libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/etc
2787.91 s
[libyaml] No alex found
2787.91 s
[libyaml] Using ar found on system at:
2787.91 s
[libyaml] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2787.91 s
[libyaml] No c2hs found
2787.91 s
[libyaml] No cpphs found
2787.91 s
[libyaml] No doctest found
2787.91 s
[libyaml] Using gcc version 14.3.0 given by user at:
2787.91 s
[libyaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2787.91 s
[libyaml] Using ghc version 9.12.1 found on system at:
2787.91 s
[libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2787.91 s
[libyaml] Using ghc-pkg version 9.12.1 found on system at:
2787.91 s
[libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2787.91 s
[libyaml] No ghcjs found
2787.91 s
[libyaml] No ghcjs-pkg found
2787.91 s
[libyaml] No greencard found
2787.91 s
[libyaml] Using haddock version 2.30.0 found on system at:
2787.91 s
[libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2787.91 s
[libyaml] No happy found
2787.91 s
[libyaml] No haskell-suite found
2787.91 s
[libyaml] No haskell-suite-pkg found
2787.91 s
[libyaml] No hmake found
2787.91 s
[libyaml] Using hpc version 0.69 found on system at:
2787.91 s
[libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2787.91 s
[libyaml] Using hsc2hs version 0.68.10 found on system at:
2787.91 s
[libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2787.91 s
[libyaml] Using hscolour version 1.25 found on system at:
2787.92 s
[libyaml] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2787.92 s
[libyaml] No jhc found
2787.92 s
[libyaml] Using ld found on system at:
2787.92 s
[libyaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2787.92 s
[libyaml] No pkg-config found
2787.92 s
[libyaml] Using runghc version 9.12.1 found on system at:
2787.92 s
[libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2787.92 s
[libyaml] Using strip version 2.44 found on system at:
2787.92 s
[libyaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2787.92 s
[libyaml] Using tar found on system at:
2787.92 s
[libyaml] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2787.92 s
[libyaml] No uhc found
2787.92 s
[conduit-parse] Dependency base >=4.8 && <5: using base-4.21.0.0
2787.92 s
[conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
2787.92 s
[conduit-parse] Dependency dlist: using dlist-1.0
2787.92 s
[conduit-parse] Dependency mtl: using mtl-2.3.1
2787.92 s
[conduit-parse] Dependency parsers: using parsers-0.12.12
2787.92 s
[conduit-parse] Dependency safe: using safe-0.3.21
2787.92 s
[conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
2787.92 s
[conduit-parse] Dependency text: using text-2.1.2
2787.92 s
[conduit-parse] Dependency transformers: using transformers-0.6.1.2
2787.92 s
[conduit-parse] Dependency base >=4.8 && <5: using base-4.21.0.0
2787.92 s
[conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
2787.92 s
[conduit-parse] Dependency conduit-parse: using conduit-parse-0.2.1.1
2787.92 s
[conduit-parse] Dependency mtl: using mtl-2.3.1
2787.92 s
[conduit-parse] Dependency parsers: using parsers-0.12.12
2787.92 s
[conduit-parse] Dependency resourcet: using resourcet-1.3.0
2787.92 s
[conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
2787.92 s
[conduit-parse] Dependency tasty: using tasty-1.5.3
2787.92 s
[conduit-parse] Dependency tasty-hunit: using tasty-hunit-0.10.2
2787.92 s
[conduit-parse] Source component graph:
2787.92 s
[conduit-parse] component lib
2787.92 s
[conduit-parse] component test:tests dependency lib
2787.92 s
[conduit-parse] Configured component graph:
2787.92 s
[conduit-parse] component conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
2787.92 s
[conduit-parse] include base-4.21.0.0-f068
2787.92 s
[conduit-parse] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.92 s
[conduit-parse] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
2787.92 s
[conduit-parse] include mtl-2.3.1-9650
2787.92 s
[conduit-parse] include parsers-0.12.12-12nngd4IZLkFILBi4gKllD
2787.92 s
[conduit-parse] include safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
2787.92 s
[conduit-parse] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
2787.92 s
[conduit-parse] include text-2.1.2-5eaa
2787.92 s
[conduit-parse] include transformers-0.6.1.2-199f
2787.92 s
[conduit-parse] component conduit-parse-0.2.1.1-A4eTSEMeYHq3oncXnFee5t-tests
2787.92 s
[conduit-parse] include base-4.21.0.0-f068
2787.92 s
[conduit-parse] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.92 s
[conduit-parse] include conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
2787.92 s
[conduit-parse] include mtl-2.3.1-9650
2787.92 s
[conduit-parse] include parsers-0.12.12-12nngd4IZLkFILBi4gKllD
2787.92 s
[conduit-parse] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.92 s
[conduit-parse] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
2787.92 s
[conduit-parse] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
2787.92 s
[conduit-parse] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
2787.92 s
[conduit-parse] Linked component graph:
2787.92 s
[conduit-parse] unit conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
2787.92 s
[conduit-parse] include base-4.21.0.0-f068
2787.92 s
[conduit-parse] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.92 s
[conduit-parse] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
2787.92 s
[conduit-parse] include mtl-2.3.1-9650
2787.92 s
[conduit-parse] include parsers-0.12.12-12nngd4IZLkFILBi4gKllD
2787.92 s
[conduit-parse] include safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
2787.92 s
[conduit-parse] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
2787.92 s
[conduit-parse] include text-2.1.2-5eaa
2787.92 s
[conduit-parse] include transformers-0.6.1.2-199f
2787.92 s
[conduit-parse] Data.Conduit.Parser=conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN:Data.Conduit.Parser
2787.92 s
[conduit-parse] unit conduit-parse-0.2.1.1-A4eTSEMeYHq3oncXnFee5t-tests
2787.92 s
[conduit-parse] include base-4.21.0.0-f068
2787.92 s
[conduit-parse] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.92 s
[conduit-parse] include conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
2787.92 s
[conduit-parse] include mtl-2.3.1-9650
2787.92 s
[conduit-parse] include parsers-0.12.12-12nngd4IZLkFILBi4gKllD
2787.92 s
[conduit-parse] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.92 s
[conduit-parse] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
2787.92 s
[conduit-parse] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
2787.92 s
[conduit-parse] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
2787.92 s
[conduit-parse] Ready component graph:
2787.93 s
[conduit-parse] definite conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
2787.93 s
[conduit-parse] depends base-4.21.0.0-f068
2787.93 s
[conduit-parse] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.93 s
[conduit-parse] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
2787.93 s
[conduit-parse] depends mtl-2.3.1-9650
2787.93 s
[conduit-parse] depends parsers-0.12.12-12nngd4IZLkFILBi4gKllD
2787.93 s
[conduit-parse] depends safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
2787.93 s
[conduit-parse] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
2787.93 s
[conduit-parse] depends text-2.1.2-5eaa
2787.93 s
[conduit-parse] depends transformers-0.6.1.2-199f
2787.93 s
[conduit-parse] definite conduit-parse-0.2.1.1-A4eTSEMeYHq3oncXnFee5t-tests
2787.93 s
[conduit-parse] depends base-4.21.0.0-f068
2787.93 s
[conduit-parse] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2787.93 s
[conduit-parse] depends conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
2787.93 s
[conduit-parse] depends mtl-2.3.1-9650
2787.93 s
[conduit-parse] depends parsers-0.12.12-12nngd4IZLkFILBi4gKllD
2787.93 s
[conduit-parse] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2787.93 s
[conduit-parse] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
2787.93 s
[conduit-parse] depends tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
2787.93 s
[conduit-parse] depends tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
2787.93 s
[conduit-parse] Using Cabal-3.14.1.0 compiled by ghc-9.12
2787.93 s
[conduit-parse] Using compiler: ghc-9.12.1
2787.93 s
[conduit-parse] Using install prefix:
2787.93 s
[conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1
2787.93 s
[conduit-parse] Executables installed in:
2787.93 s
[conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/bin
2787.93 s
[conduit-parse] Libraries installed in:
2787.93 s
[conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
2787.93 s
[conduit-parse] Dynamic Libraries installed in:
2787.93 s
[conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2787.93 s
[conduit-parse] Private executables installed in:
2787.93 s
[conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/libexec/x86_64-linux-ghc-9.12.1-f739/conduit-parse-0.2.1.1
2787.93 s
[conduit-parse] Data files installed in:
2787.93 s
[conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/share/x86_64-linux-ghc-9.12.1-f739/conduit-parse-0.2.1.1
2787.93 s
[conduit-parse] Documentation installed in:
2787.93 s
[conduit-parse] /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1
2787.93 s
[conduit-parse] Configuration files installed in:
2787.93 s
[conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/etc
2787.93 s
[conduit-parse] No alex found
2787.93 s
[conduit-parse] Using ar found on system at:
2787.93 s
[conduit-parse] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2787.93 s
[conduit-parse] No c2hs found
2787.93 s
[conduit-parse] No cpphs found
2787.93 s
[conduit-parse] No doctest found
2787.93 s
[conduit-parse] Using gcc version 14.3.0 given by user at:
2787.93 s
[conduit-parse] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2787.93 s
[conduit-parse] Using ghc version 9.12.1 found on system at:
2787.93 s
[conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2787.93 s
[conduit-parse] Using ghc-pkg version 9.12.1 found on system at:
2787.93 s
[conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2787.93 s
[conduit-parse] No ghcjs found
2787.93 s
[conduit-parse] No ghcjs-pkg found
2787.93 s
[conduit-parse] No greencard found
2787.93 s
[conduit-parse] Using haddock version 2.30.0 found on system at:
2787.93 s
[conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2787.93 s
[conduit-parse] No happy found
2787.93 s
[conduit-parse] No haskell-suite found
2787.93 s
[conduit-parse] No haskell-suite-pkg found
2787.93 s
[conduit-parse] No hmake found
2787.93 s
[conduit-parse] Using hpc version 0.69 found on system at:
2787.93 s
[conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2787.93 s
[conduit-parse] Using hsc2hs version 0.68.10 found on system at:
2787.93 s
[conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2787.93 s
[conduit-parse] Using hscolour version 1.25 found on system at:
2787.93 s
[conduit-parse] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2787.93 s
[conduit-parse] No jhc found
2787.93 s
[conduit-parse] Using ld found on system at:
2787.93 s
[conduit-parse] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2787.93 s
[conduit-parse] No pkg-config found
2787.93 s
[conduit-parse] Using runghc version 9.12.1 found on system at:
2787.93 s
[conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2787.93 s
[conduit-parse] Using strip version 2.44 found on system at:
2787.93 s
[conduit-parse] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2787.93 s
[conduit-parse] Using tar found on system at:
2787.93 s
[conduit-parse] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2787.93 s
[conduit-parse] No uhc found
2788.03 s
[conduit-extra] Phase: buildPhase
2788.13 s
[conduit-extra] Preprocessing library for conduit-extra-1.3.7...
2788.13 s
[conduit-extra] Building library for conduit-extra-1.3.7...
2788.20 s
[libyaml] Phase: buildPhase
2788.22 s
[conduit-parse] Phase: buildPhase
2788.28 s
[libyaml] Preprocessing library for libyaml-0.1.4...
2788.28 s
[libyaml] Building library for libyaml-0.1.4...
2788.34 s
[conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
2788.34 s
[conduit-parse] Building library for conduit-parse-0.2.1.1...
2788.44 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.o, dist/build/Data/Conduit/Attoparsec.dyn_o )
2788.46 s
[conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, dist/build/Data/Conduit/Parser/Internal.o, dist/build/Data/Conduit/Parser/Internal.dyn_o )
2788.48 s
[libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.o, dist/build/Paths_libyaml.dyn_o )
2788.94 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2789.90 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
2789.90 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
2789.90 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
2789.90 s
[conduit-parse] |
2789.90 s
[conduit-parse] 26 | import Data.Semigroup
2789.90 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2789.90 s
[conduit-parse]
2789.90 s
[libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.o, dist/build/Text/Libyaml.dyn_o )
2789.90 s
[libyaml] src/Text/Libyaml.hs:109:57: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2789.90 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2789.90 s
[libyaml] • In the data declaration for ‘Style’
2789.90 s
[libyaml] |
2789.90 s
[libyaml] 109 | deriving (Show, Read, Eq, Enum, Bounded, Ord, Data, Typeable )
2789.90 s
[libyaml] | ^^^^^^^^
2789.90 s
[libyaml]
2789.90 s
[libyaml] src/Text/Libyaml.hs:115:51: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2789.90 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2789.90 s
[libyaml] • In the data declaration for ‘SequenceStyle’
2789.90 s
[libyaml] |
2789.90 s
[libyaml] 115 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable )
2789.90 s
[libyaml] | ^^^^^^^^
2789.90 s
[libyaml]
2789.90 s
[libyaml] src/Text/Libyaml.hs:121:51: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2789.90 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2789.90 s
[libyaml] • In the data declaration for ‘MappingStyle’
2789.90 s
[libyaml] |
2789.90 s
[libyaml] 121 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable )
2789.90 s
[libyaml] | ^^^^^^^^
2789.90 s
[libyaml]
2789.90 s
[libyaml] src/Text/Libyaml.hs:133:37: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2789.90 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2789.90 s
[libyaml] • In the data declaration for ‘Tag’
2789.90 s
[libyaml] |
2789.90 s
[libyaml] 133 | deriving (Show, Eq, Read, Data, Typeable )
2789.90 s
[libyaml] | ^^^^^^^^
2789.90 s
[libyaml]
2789.90 s
[libyaml] src/Text/Libyaml.hs:573:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2789.90 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2789.90 s
[libyaml] • In the newtype declaration for ‘ToEventRawException’
2789.90 s
[libyaml] |
2789.90 s
[libyaml] 573 | deriving (Show, Typeable )
2789.90 s
[libyaml] | ^^^^^^^^
2789.90 s
[libyaml]
2789.90 s
[libyaml] src/Text/Libyaml.hs:855:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2789.90 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2789.90 s
[libyaml] • In the data declaration for ‘YamlException’
2789.90 s
[libyaml] |
2789.90 s
[libyaml] 855 | deriving (Show, Typeable )
2789.90 s
[libyaml] | ^^^^^^^^
2789.90 s
[libyaml]
2790.37 s
[conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.o, dist/build/Data/Conduit/Parser.dyn_o )
2790.43 s
[conduit-extra] Data/Conduit/Attoparsec.hs:49:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2790.43 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2790.43 s
[conduit-extra] • In the data declaration for ‘ParseError’
2790.43 s
[conduit-extra] |
2790.43 s
[conduit-extra] 49 | deriving (Show, Typeable )
2790.43 s
[conduit-extra] | ^^^^^^^^
2790.43 s
[conduit-extra]
2790.75 s
[conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, dist/build/Data/Conduit/Parser/Internal.p_o )
2791.20 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2791.20 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
2791.20 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
2791.20 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
2791.20 s
[conduit-parse] |
2791.20 s
[conduit-parse] 26 | import Data.Semigroup
2791.20 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2791.20 s
[conduit-parse]
2791.99 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.o, dist/build/Data/Conduit/Binary.dyn_o )
2791.99 s
[conduit-extra] Data/Conduit/Binary.hs:428:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2791.99 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2791.99 s
[conduit-extra] • In the data declaration for ‘SinkStorableException’
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 428 | deriving (Show, Typeable )
2791.99 s
[conduit-extra] | ^^^^^^^^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.o, dist/build/Data/Conduit/ByteString/Builder.dyn_o )
2791.99 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.o, dist/build/Data/Conduit/Filesystem.dyn_o )
2791.99 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.o, dist/build/Data/Conduit/Foldl.dyn_o )
2791.99 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.o, dist/build/Data/Conduit/Lazy.dyn_o )
2791.99 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.o, dist/build/Data/Conduit/Network.dyn_o )
2791.99 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.o, dist/build/Data/Conduit/Network/UDP.dyn_o )
2791.99 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.o, dist/build/Data/Conduit/Network/Unix.dyn_o )
2791.99 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.o, dist/build/Data/Conduit/Process.dyn_o )
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:47:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:47:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:48:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2791.99 s
[conduit-extra] Pattern match(es) are non-exhaustive
2791.99 s
[conduit-extra] In a lambda abstraction:
2791.99 s
[conduit-extra] Patterns of type ‘Maybe
2791.99 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2791.99 s
[conduit-extra] Nothing
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 48 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h , Just CreatePipe)
2791.99 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:49:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:49:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:49:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:50:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2791.99 s
[conduit-extra] Pattern match(es) are non-exhaustive
2791.99 s
[conduit-extra] In a lambda abstraction:
2791.99 s
[conduit-extra] Patterns of type ‘Maybe
2791.99 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2791.99 s
[conduit-extra] Nothing
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 50 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h) , Just CreatePipe)
2791.99 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:65:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:66:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2791.99 s
[conduit-extra] Pattern match(es) are non-exhaustive
2791.99 s
[conduit-extra] In a lambda abstraction:
2791.99 s
[conduit-extra] Patterns of type ‘Maybe
2791.99 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2791.99 s
[conduit-extra] Nothing
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 66 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h , Just CreatePipe)
2791.99 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:67:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:67:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:68:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2791.99 s
[conduit-extra] Pattern match(es) are non-exhaustive
2791.99 s
[conduit-extra] In a lambda abstraction:
2791.99 s
[conduit-extra] Patterns of type ‘Maybe
2791.99 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2791.99 s
[conduit-extra] Nothing
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 68 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h) , Just CreatePipe)
2791.99 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:69:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2791.99 s
[conduit-extra] The use of ‘~’ without TypeOperators
2791.99 s
[conduit-extra] will become an error in a future GHC release.
2791.99 s
[conduit-extra] Suggested fix:
2791.99 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
2791.99 s
[conduit-extra] | ^
2791.99 s
[conduit-extra]
2791.99 s
[conduit-extra] Data/Conduit/Process.hs:70:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2791.99 s
[conduit-extra] Pattern match(es) are non-exhaustive
2791.99 s
[conduit-extra] In a lambda abstraction:
2791.99 s
[conduit-extra] Patterns of type ‘Maybe
2791.99 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2791.99 s
[conduit-extra] Nothing
2791.99 s
[conduit-extra] |
2791.99 s
[conduit-extra] 70 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h , Just CreatePipe)
2791.99 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2791.99 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:71:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2792.00 s
[conduit-extra] The use of ‘~’ without TypeOperators
2792.00 s
[conduit-extra] will become an error in a future GHC release.
2792.00 s
[conduit-extra] Suggested fix:
2792.00 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
2792.00 s
[conduit-extra] | ^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:71:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2792.00 s
[conduit-extra] The use of ‘~’ without TypeOperators
2792.00 s
[conduit-extra] will become an error in a future GHC release.
2792.00 s
[conduit-extra] Suggested fix:
2792.00 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
2792.00 s
[conduit-extra] | ^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:72:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2792.00 s
[conduit-extra] Pattern match(es) are non-exhaustive
2792.00 s
[conduit-extra] In a lambda abstraction:
2792.00 s
[conduit-extra] Patterns of type ‘Maybe
2792.00 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2792.00 s
[conduit-extra] Nothing
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 72 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h) , Just CreatePipe)
2792.00 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:74:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2792.00 s
[conduit-extra] The use of ‘~’ without TypeOperators
2792.00 s
[conduit-extra] will become an error in a future GHC release.
2792.00 s
[conduit-extra] Suggested fix:
2792.00 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
2792.00 s
[conduit-extra] | ^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:74:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2792.00 s
[conduit-extra] The use of ‘~’ without TypeOperators
2792.00 s
[conduit-extra] will become an error in a future GHC release.
2792.00 s
[conduit-extra] Suggested fix:
2792.00 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
2792.00 s
[conduit-extra] | ^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:75:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2792.00 s
[conduit-extra] Pattern match(es) are non-exhaustive
2792.00 s
[conduit-extra] In a lambda abstraction:
2792.00 s
[conduit-extra] Patterns of type ‘Maybe
2792.00 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2792.00 s
[conduit-extra] Nothing
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 75 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h , Just CreatePipe)
2792.00 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:76:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2792.00 s
[conduit-extra] The use of ‘~’ without TypeOperators
2792.00 s
[conduit-extra] will become an error in a future GHC release.
2792.00 s
[conduit-extra] Suggested fix:
2792.00 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2792.00 s
[conduit-extra] | ^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:76:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2792.00 s
[conduit-extra] The use of ‘~’ without TypeOperators
2792.00 s
[conduit-extra] will become an error in a future GHC release.
2792.00 s
[conduit-extra] Suggested fix:
2792.00 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2792.00 s
[conduit-extra] | ^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:76:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2792.00 s
[conduit-extra] The use of ‘~’ without TypeOperators
2792.00 s
[conduit-extra] will become an error in a future GHC release.
2792.00 s
[conduit-extra] Suggested fix:
2792.00 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2792.00 s
[conduit-extra] | ^
2792.00 s
[conduit-extra]
2792.00 s
[conduit-extra] Data/Conduit/Process.hs:77:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2792.00 s
[conduit-extra] Pattern match(es) are non-exhaustive
2792.00 s
[conduit-extra] In a lambda abstraction:
2792.00 s
[conduit-extra] Patterns of type ‘Maybe
2792.00 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2792.00 s
[conduit-extra] Nothing
2792.00 s
[conduit-extra] |
2792.00 s
[conduit-extra] 77 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h) , Just CreatePipe)
2792.00 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2792.00 s
[conduit-extra]
2792.08 s
[libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.p_o )
2792.28 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 )
2792.28 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 )
2792.28 s
[conduit-extra] Data/Conduit/Text.hs:219:14: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2792.28 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2792.28 s
[conduit-extra] • In the data declaration for ‘TextException’
2792.28 s
[conduit-extra] |
2792.28 s
[conduit-extra] 219 | deriving Typeable
2792.28 s
[conduit-extra] | ^^^^^^^^
2792.28 s
[conduit-extra]
2792.32 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 )
2792.49 s
[libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.p_o )
2792.49 s
[libyaml] src/Text/Libyaml.hs:109:57: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2792.49 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2792.49 s
[libyaml] • In the data declaration for ‘Style’
2792.49 s
[libyaml] |
2792.49 s
[libyaml] 109 | deriving (Show, Read, Eq, Enum, Bounded, Ord, Data, Typeable )
2792.49 s
[libyaml] | ^^^^^^^^
2792.49 s
[libyaml]
2792.49 s
[libyaml] src/Text/Libyaml.hs:115:51: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2792.49 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2792.49 s
[libyaml] • In the data declaration for ‘SequenceStyle’
2792.49 s
[libyaml] |
2792.49 s
[libyaml] 115 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable )
2792.49 s
[libyaml] | ^^^^^^^^
2792.49 s
[libyaml]
2792.49 s
[libyaml] src/Text/Libyaml.hs:121:51: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2792.49 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2792.49 s
[libyaml] • In the data declaration for ‘MappingStyle’
2792.49 s
[libyaml] |
2792.49 s
[libyaml] 121 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable )
2792.49 s
[libyaml] | ^^^^^^^^
2792.49 s
[libyaml]
2792.49 s
[libyaml] src/Text/Libyaml.hs:133:37: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2792.49 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2792.49 s
[libyaml] • In the data declaration for ‘Tag’
2792.49 s
[libyaml] |
2792.49 s
[libyaml] 133 | deriving (Show, Eq, Read, Data, Typeable )
2792.49 s
[libyaml] | ^^^^^^^^
2792.49 s
[libyaml]
2792.49 s
[libyaml] src/Text/Libyaml.hs:573:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2792.49 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2792.49 s
[libyaml] • In the newtype declaration for ‘ToEventRawException’
2792.49 s
[libyaml] |
2792.49 s
[libyaml] 573 | deriving (Show, Typeable )
2792.49 s
[libyaml] | ^^^^^^^^
2792.50 s
[libyaml]
2792.50 s
[libyaml] src/Text/Libyaml.hs:855:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2792.50 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2792.50 s
[libyaml] • In the data declaration for ‘YamlException’
2792.50 s
[libyaml] |
2792.50 s
[libyaml] 855 | deriving (Show, Typeable )
2792.50 s
[libyaml] | ^^^^^^^^
2792.50 s
[libyaml]
2792.82 s
[conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.p_o )
2792.87 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
2794.93 s
[conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
2794.93 s
[conduit-parse] Building test suite 'tests' for conduit-parse-0.2.1.1...
2795.00 s
[conduit-parse] [1 of 1] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
2795.54 s
[conduit-extra] Data/Conduit/Attoparsec.hs:49:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2795.54 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2795.54 s
[conduit-extra] • In the data declaration for ‘ParseError’
2795.54 s
[conduit-extra] |
2795.54 s
[conduit-extra] 49 | deriving (Show, Typeable )
2795.54 s
[conduit-extra] | ^^^^^^^^
2795.54 s
[conduit-extra]
2796.08 s
[conduit-parse] [2 of 2] Linking dist/build/tests/tests
2797.14 s
[conduit-parse] Phase: checkPhase
2797.19 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.p_o )
2797.19 s
[conduit-extra] Data/Conduit/Binary.hs:428:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2797.19 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2797.19 s
[conduit-extra] • In the data declaration for ‘SinkStorableException’
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 428 | deriving (Show, Typeable )
2797.19 s
[conduit-extra] | ^^^^^^^^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.p_o )
2797.19 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.p_o )
2797.19 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.p_o )
2797.19 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.p_o )
2797.19 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.p_o )
2797.19 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.p_o )
2797.19 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.p_o )
2797.19 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.p_o )
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:47:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.19 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.19 s
[conduit-extra] will become an error in a future GHC release.
2797.19 s
[conduit-extra] Suggested fix:
2797.19 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
2797.19 s
[conduit-extra] | ^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:47:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.19 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.19 s
[conduit-extra] will become an error in a future GHC release.
2797.19 s
[conduit-extra] Suggested fix:
2797.19 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
2797.19 s
[conduit-extra] | ^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:48:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2797.19 s
[conduit-extra] Pattern match(es) are non-exhaustive
2797.19 s
[conduit-extra] In a lambda abstraction:
2797.19 s
[conduit-extra] Patterns of type ‘Maybe
2797.19 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2797.19 s
[conduit-extra] Nothing
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 48 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h , Just CreatePipe)
2797.19 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:49:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.19 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.19 s
[conduit-extra] will become an error in a future GHC release.
2797.19 s
[conduit-extra] Suggested fix:
2797.19 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2797.19 s
[conduit-extra] | ^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:49:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.19 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.19 s
[conduit-extra] will become an error in a future GHC release.
2797.19 s
[conduit-extra] Suggested fix:
2797.19 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2797.19 s
[conduit-extra] | ^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:49:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.19 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.19 s
[conduit-extra] will become an error in a future GHC release.
2797.19 s
[conduit-extra] Suggested fix:
2797.19 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2797.19 s
[conduit-extra] | ^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:50:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2797.19 s
[conduit-extra] Pattern match(es) are non-exhaustive
2797.19 s
[conduit-extra] In a lambda abstraction:
2797.19 s
[conduit-extra] Patterns of type ‘Maybe
2797.19 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2797.19 s
[conduit-extra] Nothing
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 50 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h) , Just CreatePipe)
2797.19 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:65:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.19 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.19 s
[conduit-extra] will become an error in a future GHC release.
2797.19 s
[conduit-extra] Suggested fix:
2797.19 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
2797.19 s
[conduit-extra] | ^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:66:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2797.19 s
[conduit-extra] Pattern match(es) are non-exhaustive
2797.19 s
[conduit-extra] In a lambda abstraction:
2797.19 s
[conduit-extra] Patterns of type ‘Maybe
2797.19 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2797.19 s
[conduit-extra] Nothing
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 66 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h , Just CreatePipe)
2797.19 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:67:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.19 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.19 s
[conduit-extra] will become an error in a future GHC release.
2797.19 s
[conduit-extra] Suggested fix:
2797.19 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.19 s
[conduit-extra] |
2797.19 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
2797.19 s
[conduit-extra] | ^
2797.19 s
[conduit-extra]
2797.19 s
[conduit-extra] Data/Conduit/Process.hs:67:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.19 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.19 s
[conduit-extra] will become an error in a future GHC release.
2797.19 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:68:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2797.20 s
[conduit-extra] Pattern match(es) are non-exhaustive
2797.20 s
[conduit-extra] In a lambda abstraction:
2797.20 s
[conduit-extra] Patterns of type ‘Maybe
2797.20 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2797.20 s
[conduit-extra] Nothing
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 68 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h) , Just CreatePipe)
2797.20 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:69:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.20 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.20 s
[conduit-extra] will become an error in a future GHC release.
2797.20 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:70:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2797.20 s
[conduit-extra] Pattern match(es) are non-exhaustive
2797.20 s
[conduit-extra] In a lambda abstraction:
2797.20 s
[conduit-extra] Patterns of type ‘Maybe
2797.20 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2797.20 s
[conduit-extra] Nothing
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 70 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h , Just CreatePipe)
2797.20 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:71:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.20 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.20 s
[conduit-extra] will become an error in a future GHC release.
2797.20 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:71:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.20 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.20 s
[conduit-extra] will become an error in a future GHC release.
2797.20 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:72:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2797.20 s
[conduit-extra] Pattern match(es) are non-exhaustive
2797.20 s
[conduit-extra] In a lambda abstraction:
2797.20 s
[conduit-extra] Patterns of type ‘Maybe
2797.20 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2797.20 s
[conduit-extra] Nothing
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 72 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h) , Just CreatePipe)
2797.20 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:74:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.20 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.20 s
[conduit-extra] will become an error in a future GHC release.
2797.20 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:74:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.20 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.20 s
[conduit-extra] will become an error in a future GHC release.
2797.20 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:75:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2797.20 s
[conduit-extra] Pattern match(es) are non-exhaustive
2797.20 s
[conduit-extra] In a lambda abstraction:
2797.20 s
[conduit-extra] Patterns of type ‘Maybe
2797.20 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2797.20 s
[conduit-extra] Nothing
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 75 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h , Just CreatePipe)
2797.20 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:76:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.20 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.20 s
[conduit-extra] will become an error in a future GHC release.
2797.20 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:76:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.20 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.20 s
[conduit-extra] will become an error in a future GHC release.
2797.20 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:76:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2797.20 s
[conduit-extra] The use of ‘~’ without TypeOperators
2797.20 s
[conduit-extra] will become an error in a future GHC release.
2797.20 s
[conduit-extra] Suggested fix:
2797.20 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2797.20 s
[conduit-extra] | ^
2797.20 s
[conduit-extra]
2797.20 s
[conduit-extra] Data/Conduit/Process.hs:77:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2797.20 s
[conduit-extra] Pattern match(es) are non-exhaustive
2797.20 s
[conduit-extra] In a lambda abstraction:
2797.20 s
[conduit-extra] Patterns of type ‘Maybe
2797.20 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
2797.20 s
[conduit-extra] Nothing
2797.20 s
[conduit-extra] |
2797.20 s
[conduit-extra] 77 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h) , Just CreatePipe)
2797.20 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2797.20 s
[conduit-extra]
2797.36 s
[libyaml] Phase: checkPhase
2797.37 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.p_o )
2797.37 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.p_o )
2797.37 s
[conduit-extra] Data/Conduit/Text.hs:219:14: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2797.37 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2797.37 s
[conduit-extra] • In the data declaration for ‘TextException’
2797.37 s
[conduit-extra] |
2797.37 s
[conduit-extra] 219 | deriving Typeable
2797.37 s
[conduit-extra] | ^^^^^^^^
2797.37 s
[conduit-extra]
2797.37 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
2797.44 s
[libyaml] Package has no test suites.
2797.45 s
[libyaml] Phase: haddockPhase
2797.57 s
[conduit-parse] Running 1 test suites...
2797.57 s
[conduit-parse] Test suite tests: RUNNING...
2797.58 s
[conduit-parse] Tests
2797.58 s
[conduit-parse] Unit tests
2797.58 s
[conduit-parse] await: OK
2797.58 s
[conduit-parse] peek: OK
2797.58 s
[conduit-parse] leftover: OK
2797.58 s
[conduit-parse] error: OK
2797.58 s
[conduit-parse] alternative: OK
2797.58 s
[conduit-parse] catch: OK
2797.58 s
[conduit-parse] parsing: OK
2797.58 s
[conduit-parse]
2797.58 s
[conduit-parse] All 7 tests passed (0.00s)
2797.59 s
[conduit-parse] Test suite tests: PASS
2797.59 s
[conduit-parse] Test suite logged to: dist/test/conduit-parse-0.2.1.1-tests.log
2797.59 s
[conduit-parse] 1 of 1 test suites (1 of 1 test cases) passed.
2797.60 s
[conduit-parse] Phase: haddockPhase
2798.26 s
[libyaml] Preprocessing library for libyaml-0.1.4...
2798.26 s
[libyaml] Running Haddock on library for libyaml-0.1.4...
2798.26 s
[conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
2798.26 s
[conduit-parse] Running Haddock on library for conduit-parse-0.2.1.1...
2798.27 s
[libyaml] Warning: The documentation for the following packages are not installed. No
2798.27 s
[libyaml] links will be generated to these packages: libyaml-clib-0.2.5, vector-0.13.2.0
2798.28 s
[conduit-parse] Warning: The documentation for the following packages are not installed. No
2798.28 s
[conduit-parse] links will be generated to these packages: attoparsec-0.14.4,
2798.28 s
[conduit-parse] attoparsec-0.14.4, vector-0.13.2.0
2798.62 s
[conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, nothing ) [HIE file is missing]
2798.68 s
[libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, nothing ) [HIE file is missing]
2798.73 s
[libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, nothing ) [HIE file is missing]
2799.17 s
[conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.7...
2799.17 s
[conduit-extra] Building test suite 'test' for conduit-extra-1.3.7...
2799.22 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2799.22 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
2799.22 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
2799.22 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
2799.22 s
[conduit-parse] |
2799.22 s
[conduit-parse] 26 | import Data.Semigroup
2799.22 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2799.22 s
[conduit-parse]
2799.23 s
[conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, nothing ) [HIE file is missing]
2799.24 s
[conduit-parse] Haddock coverage:
2799.24 s
[conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
2799.24 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
2799.24 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
2799.24 s
[conduit-parse] You may be able to disambiguate the identifier by qualifying it or
2799.24 s
[conduit-parse] by specifying the type/value namespace explicitly.
2799.24 s
[conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
2799.34 s
[libyaml] src/Text/Libyaml.hs:109:57: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2799.34 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2799.34 s
[libyaml] • In the data declaration for ‘Style’
2799.34 s
[libyaml] |
2799.34 s
[libyaml] 109 | deriving (Show, Read, Eq, Enum, Bounded, Ord, Data, Typeable )
2799.34 s
[libyaml] | ^^^^^^^^
2799.34 s
[libyaml]
2799.34 s
[libyaml] src/Text/Libyaml.hs:115:51: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2799.34 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2799.34 s
[libyaml] • In the data declaration for ‘SequenceStyle’
2799.34 s
[libyaml] |
2799.34 s
[libyaml] 115 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable )
2799.34 s
[libyaml] | ^^^^^^^^
2799.34 s
[libyaml]
2799.34 s
[libyaml] src/Text/Libyaml.hs:121:51: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2799.34 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2799.34 s
[libyaml] • In the data declaration for ‘MappingStyle’
2799.34 s
[libyaml] |
2799.34 s
[libyaml] 121 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable )
2799.34 s
[libyaml] | ^^^^^^^^
2799.34 s
[libyaml]
2799.34 s
[libyaml] src/Text/Libyaml.hs:133:37: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2799.34 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2799.34 s
[libyaml] • In the data declaration for ‘Tag’
2799.34 s
[libyaml] |
2799.34 s
[libyaml] 133 | deriving (Show, Eq, Read, Data, Typeable )
2799.34 s
[libyaml] | ^^^^^^^^
2799.34 s
[libyaml]
2799.35 s
[libyaml] src/Text/Libyaml.hs:573:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2799.35 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2799.35 s
[libyaml] • In the newtype declaration for ‘ToEventRawException’
2799.35 s
[libyaml] |
2799.35 s
[libyaml] 573 | deriving (Show, Typeable )
2799.35 s
[libyaml] | ^^^^^^^^
2799.35 s
[libyaml]
2799.35 s
[libyaml] src/Text/Libyaml.hs:855:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2799.35 s
[libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2799.35 s
[libyaml] • In the data declaration for ‘YamlException’
2799.35 s
[libyaml] |
2799.35 s
[libyaml] 855 | deriving (Show, Typeable )
2799.35 s
[libyaml] | ^^^^^^^^
2799.35 s
[libyaml]
2799.36 s
[libyaml] Haddock coverage:
2799.42 s
[conduit-extra] [ 1 of 12] Compiling Data.Conduit.AttoparsecSpec ( test/Data/Conduit/AttoparsecSpec.hs, dist/build/test/test-tmp/Data/Conduit/AttoparsecSpec.o )
2799.48 s
[libyaml] Warning: 'formatOptionsRenderCollectionTags' is out of scope.
2799.48 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
2799.48 s
[libyaml] Warning: 'rawOpenFlags' is out of scope.
2799.48 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
2799.48 s
[libyaml] Warning: 'openMode' is out of scope.
2799.48 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
2799.48 s
[libyaml] 76% ( 23 / 30) in 'Text.Libyaml'
2799.48 s
[libyaml] Missing documentation for:
2799.48 s
[libyaml] Event (src/Text/Libyaml.hs:78)
2799.48 s
[libyaml] Tag (src/Text/Libyaml.hs:123)
2799.48 s
[libyaml] AnchorName (src/Text/Libyaml.hs:140)
2799.48 s
[libyaml] Anchor (src/Text/Libyaml.hs:141)
2799.48 s
[libyaml] encode (src/Text/Libyaml.hs:763)
2799.48 s
[libyaml] encodeFile (src/Text/Libyaml.hs:786)
2799.49 s
[libyaml] YamlException (src/Text/Libyaml.hs:852)
2799.53 s
[conduit-parse] Warning: Data.Conduit.Parser.Internal: Could not find documentation for exported module: Data.Conduit.Parser.Internal
2799.54 s
[conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
2799.54 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
2799.54 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
2799.54 s
[conduit-parse] You may be able to disambiguate the identifier by qualifying it or
2799.54 s
[conduit-parse] by specifying the type/value namespace explicitly.
2799.54 s
[conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
2799.54 s
[conduit-parse] Warning: 'Sink' is out of scope.
2799.54 s
[conduit-parse] If you qualify the identifier, haddock can try to link it anyway.
2799.54 s
[conduit-parse] 92% ( 13 / 14) in 'Data.Conduit.Parser'
2799.54 s
[conduit-parse] Missing documentation for:
2799.54 s
[conduit-parse] ConduitParserException (Data/Conduit/Parser/Internal.hs:189)
2799.94 s
[libyaml] Warning: Text.Libyaml: could not find link destinations for:
2799.98 s
[libyaml] - Text.Libyaml.formatOptionsRenderTags
2799.98 s
[libyaml] - Text.Libyaml.TagRender
2803.89 s
[lsp-types] [416 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyItem ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.p_o )
2803.89 s
[lsp-types] [417 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.p_o )
2803.89 s
[lsp-types] [418 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.p_o )
2803.89 s
[lsp-types] [419 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.p_o )
2803.89 s
[lsp-types] [420 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.p_o )
2803.89 s
[lsp-types] [421 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.p_o )
2803.89 s
[lsp-types] [422 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.p_o )
2803.89 s
[lsp-types] [423 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCapabilities.p_o )
2803.89 s
[lsp-types] [424 of 452] Compiling Language.LSP.Protocol.Internal.Types.UInitializeParams ( generated/Language/LSP/Protocol/Internal/Types/UInitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/UInitializeParams.p_o )
2803.89 s
[lsp-types] [425 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeParams ( generated/Language/LSP/Protocol/Internal/Types/InitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeParams.p_o )
2803.89 s
[lsp-types] [426 of 452] Compiling Language.LSP.Protocol.Internal.Types.BaseSymbolInformation ( generated/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.p_o )
2803.89 s
[lsp-types] [427 of 452] Compiling Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult ( generated/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.p_o )
2803.89 s
[lsp-types] [428 of 452] Compiling Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit ( generated/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.p_o )
2803.89 s
[lsp-types] [429 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentEdit ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.p_o )
2803.89 s
[lsp-types] [430 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceEdit ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.p_o )
2803.89 s
[lsp-types] [431 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeAction ( generated/Language/LSP/Protocol/Internal/Types/CodeAction.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeAction.p_o )
2803.89 s
[lsp-types] [432 of 452] Compiling Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams ( generated/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.p_o )
2803.89 s
[lsp-types] [433 of 452] Compiling Language.LSP.Protocol.Internal.Method ( generated/Language/LSP/Protocol/Internal/Method.hs, dist/build/Language/LSP/Protocol/Internal/Method.p_o )
2804.00 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:10:52: warning : [ GHC-38856 ] [ -Wunused-imports ]
2804.00 s
[conduit-extra] The import of ‘<*’ from module ‘Control.Applicative’ is redundant
2804.00 s
[conduit-extra] |
2804.00 s
[conduit-extra] 10 | import Control.Applicative ((<*) , (<|>))
2804.00 s
[conduit-extra] | ^^^^
2804.00 s
[conduit-extra]
2804.00 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:153:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2804.00 s
[conduit-extra] Pattern match(es) are non-exhaustive
2804.00 s
[conduit-extra] In a pattern binding:
2804.00 s
[conduit-extra] Patterns of type ‘Either
2804.00 s
[conduit-extra] (ghc-prim:GHC.Types.ZonkAny 0)
2804.00 s
[conduit-extra] [Either
2804.00 s
[conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text)]’ not matched:
2804.00 s
[conduit-extra] Left _
2804.00 s
[conduit-extra] |
2804.00 s
[conduit-extra] 153 | (Right !ea) = runConduit $ CL.sourceList input .| sink
2804.00 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2804.00 s
[conduit-extra]
2804.00 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:159:36: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2804.00 s
[conduit-extra] Pattern match(es) are non-exhaustive
2804.00 s
[conduit-extra] In a lambda abstraction:
2804.00 s
[conduit-extra] Patterns of type ‘(Either
2804.00 s
[conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text),
2804.00 s
[conduit-extra] Int)’ not matched:
2804.00 s
[conduit-extra] ((Left _), _)
2804.00 s
[conduit-extra] |
2804.00 s
[conduit-extra] 159 | forM_ (zip ea [1..]) $ \ (Right (pos, _), l) -> pos `shouldBe` chkp l
2804.00 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2804.00 s
[conduit-extra]
2805.13 s
[lsp-types] [434 of 452] Compiling Language.LSP.Protocol.Message.Method ( src/Language/LSP/Protocol/Message/Method.hs, dist/build/Language/LSP/Protocol/Message/Method.p_o )
2806.56 s
[libyaml] Documentation created: dist/doc/html/libyaml,
2806.56 s
[libyaml] dist/doc/html/libyaml/libyaml.txt
2806.63 s
[conduit-parse] Documentation created: dist/doc/html/conduit-parse,
2806.63 s
[conduit-parse] dist/doc/html/conduit-parse/conduit-parse.txt
2806.72 s
[libyaml] Phase: installPhase
2806.79 s
[libyaml] Installing library in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2806.89 s
[conduit-extra] [ 2 of 12] Compiling Data.Conduit.BinarySpec ( test/Data/Conduit/BinarySpec.hs, dist/build/test/test-tmp/Data/Conduit/BinarySpec.o )
2806.89 s
[conduit-extra] test/Data/Conduit/BinarySpec.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2806.89 s
[conduit-extra] The import of ‘Control.Applicative’ is redundant
2806.89 s
[conduit-extra] except perhaps to import instances from ‘Control.Applicative’
2806.89 s
[conduit-extra] To import instances alone, use: import Control.Applicative()
2806.89 s
[conduit-extra] |
2806.89 s
[conduit-extra] 30 | import Control.Applicative ((<$>))
2806.89 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2806.89 s
[conduit-extra]
2807.18 s
[libyaml] Phase: fixupPhase
2807.23 s
[conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
2807.27 s
[libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4
2807.27 s
[libyaml] shrinking /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSlibyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH-ghc9.12.1.so
2807.29 s
[libyaml] checking for references to /build/ in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4...
2807.30 s
[conduit-parse] Phase: installPhase
2807.31 s
[libyaml] patching script interpreter paths in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4
2807.32 s
[libyaml] stripping (with command strip and flags -S -p) in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/lib
2807.37 s
[conduit-parse] Installing library in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
2807.46 s
[libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc
2807.46 s
[libyaml] checking for references to /build/ in /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc...
2807.47 s
[libyaml] patching script interpreter paths in /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc
2807.52 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 )
2807.52 s
[conduit-extra] [ 4 of 12] Compiling Data.Conduit.ExtraSpec ( test/Data/Conduit/ExtraSpec.hs, dist/build/test/test-tmp/Data/Conduit/ExtraSpec.o )
2807.53 s
[conduit-extra] [ 5 of 12] Compiling Data.Conduit.FilesystemSpec ( test/Data/Conduit/FilesystemSpec.hs, dist/build/test/test-tmp/Data/Conduit/FilesystemSpec.o )
2807.53 s
[conduit-extra] [ 6 of 12] Compiling Data.Conduit.LazySpec ( test/Data/Conduit/LazySpec.hs, dist/build/test/test-tmp/Data/Conduit/LazySpec.o )
2807.53 s
[conduit-extra] [ 7 of 12] Compiling Data.Conduit.NetworkSpec ( test/Data/Conduit/NetworkSpec.hs, dist/build/test/test-tmp/Data/Conduit/NetworkSpec.o )
2807.53 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 )
2807.53 s
[conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:15:12: warning : [ GHC-68441 ] [ -Wdeprecations ]
2807.53 s
[conduit-extra] In the use of ‘withProcess_’
2807.53 s
[conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
2807.53 s
[conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
2807.53 s
[conduit-extra] |
2807.53 s
[conduit-extra] 15 | bss <- withProcess_ pc $ \p ->
2807.53 s
[conduit-extra] | ^^^^^^^^^^^^
2807.53 s
[conduit-extra]
2807.53 s
[conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:30:6: warning : [ GHC-68441 ] [ -Wdeprecations ]
2807.53 s
[conduit-extra] In the use of ‘withProcess_’
2807.53 s
[conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
2807.53 s
[conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
2807.53 s
[conduit-extra] |
2807.53 s
[conduit-extra] 30 | (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
2807.53 s
[conduit-extra] | ^^^^^^^^^^^^
2807.53 s
[conduit-extra]
2807.53 s
[conduit-extra] [ 9 of 12] Compiling Data.Conduit.ProcessSpec ( test/Data/Conduit/ProcessSpec.hs, dist/build/test/test-tmp/Data/Conduit/ProcessSpec.o )
2807.53 s
[conduit-extra] [10 of 12] Compiling Data.Conduit.TextSpec ( test/Data/Conduit/TextSpec.hs, dist/build/test/test-tmp/Data/Conduit/TextSpec.o )
2807.53 s
[conduit-extra] test/Data/Conduit/TextSpec.hs:125:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2807.53 s
[conduit-extra] Pattern match(es) are non-exhaustive
2807.53 s
[conduit-extra] In a pattern binding:
2807.53 s
[conduit-extra] Patterns of type ‘Either
2807.53 s
[conduit-extra] SomeException
2807.53 s
[conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
2807.53 s
[conduit-extra] Left _
2807.53 s
[conduit-extra] |
2807.53 s
[conduit-extra] 125 | let Right res = runIdentity $ runCatchT $ runConduit $ C.yield badBS .| (,)
2807.53 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2807.53 s
[conduit-extra]
2807.53 s
[conduit-extra] test/Data/Conduit/TextSpec.hs:142:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2807.53 s
[conduit-extra] Pattern match(es) are non-exhaustive
2807.53 s
[conduit-extra] In a pattern binding:
2807.53 s
[conduit-extra] Patterns of type ‘Either
2807.53 s
[conduit-extra] SomeException
2807.53 s
[conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
2807.53 s
[conduit-extra] Left _
2807.53 s
[conduit-extra] |
2807.53 s
[conduit-extra] 142 | let Right res = runIdentity $ runCatchT $ runConduit $
2807.53 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2807.53 s
[conduit-extra]
2807.75 s
[libyaml:post-build] Uploading to cachix cache "sellout": /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4
2809.10 s
[libyaml:post-build] Pushing 2 paths (113 are already present) using zstd to cache sellout ⏳
2809.10 s
[libyaml:post-build]
2809.46 s
[libyaml:post-build] Pushing /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc (755.95 KiB)
2809.52 s
[libyaml:post-build] Pushing /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4 (3.37 MiB)
2810.51 s
[libyaml:post-build]
2810.51 s
[libyaml:post-build] All done.
2810.75 s
[libyaml:post-build] Uploading to the NixCI cache: /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4
2811.23 s
[libyaml:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2811.45 s
[libyaml:post-build] copying 3 paths...
2811.45 s
[libyaml:post-build] copying path '/nix/store/3g7aypyp0lrmfx4jybgxyi0xm1k49ha9-libyaml-clib-0.2.5' to 'https://cache.nix-ci.com'...
2811.45 s
[libyaml:post-build] copying path '/nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc' to 'https://cache.nix-ci.com'...
2811.79 s
[libyaml:post-build] copying path '/nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4' to 'https://cache.nix-ci.com'...
2813.54 s
[libyaml:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2813.87 s
[libyaml:post-build] copying 2 paths...
2813.87 s
[libyaml:post-build] copying path '/nix/store/xcfn2r1r56p9l5sc6xr3n33bxa8igi8r-libyaml-clib-0.2.5.drv' to 'https://cache.nix-ci.com'...
2814.01 s
[libyaml:post-build] copying path '/nix/store/cmf70p3wpqdzv4if6hk4f05f1vjanpjv-libyaml-0.1.4.drv' to 'https://cache.nix-ci.com'...
2814.42 s
Progress: 149 of 170 built (3 building), 375 of 375 downloaded from cache
2814.54 s
Building /nix/store/wr4z4k86p57mxynjddxkwwv999pn26jx-yaml-0.11.11.2.drv
2814.54 s
[conduit-extra] [11 of 12] Compiling Data.Conduit.ZlibSpec ( test/Data/Conduit/ZlibSpec.hs, dist/build/test/test-tmp/Data/Conduit/ZlibSpec.o )
2814.54 s
[conduit-extra] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
2814.54 s
[conduit-extra] [13 of 13] Linking dist/build/test/test
2814.54 s
[conduit-extra] Phase: checkPhase
2814.54 s
[conduit-extra] Running 1 test suites...
2814.54 s
[conduit-extra] Test suite test: RUNNING...
2814.54 s
[conduit-extra]
2814.54 s
[conduit-extra] Data.Conduit.Attoparsec
2814.54 s
[conduit-extra] Data.Conduit.AttoparsecSpec
2814.54 s
[conduit-extra] error position
2814.54 s
[conduit-extra] works for text [✔]
2814.54 s
[conduit-extra] works for bytestring [✔]
2814.54 s
[conduit-extra] works in last chunk [✔]
2814.54 s
[conduit-extra] works in last chunk [✔]
2814.54 s
[conduit-extra] works after new line in text [✔]
2814.54 s
[conduit-extra] works after new line in bytestring [✔]
2814.54 s
[conduit-extra] works for first line [✔]
2814.54 s
[conduit-extra] conduitParser
2814.54 s
[conduit-extra] parses a repeated stream [✔]
2814.54 s
[conduit-extra] positions on first line [✔]
2814.54 s
[conduit-extra] Data.Conduit.Binary
2814.54 s
[conduit-extra] Data.Conduit.Binary
2814.54 s
[conduit-extra] file access
2814.54 s
[conduit-extra] read [✔]
2814.54 s
[conduit-extra] read range [✔]
2814.54 s
[conduit-extra] write [✔]
2814.54 s
[conduit-extra] write builder (withSinkFileBuilder) [✔]
2814.54 s
[conduit-extra] conduit [✔]
2814.54 s
[conduit-extra] binary isolate
2814.54 s
[conduit-extra] works [✔]
2814.54 s
[conduit-extra] properly using binary file reading
2814.54 s
[conduit-extra] sourceFile [✔]
2814.54 s
[conduit-extra] binary head
2814.54 s
[conduit-extra] works [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] binary takeWhile
2814.54 s
[conduit-extra] works [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] leftovers present [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] binary dropWhile
2814.54 s
[conduit-extra] works [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] binary take
2814.54 s
[conduit-extra] nothing [✔]
2814.54 s
[conduit-extra] normal [✔]
2814.54 s
[conduit-extra] all [✔]
2814.54 s
[conduit-extra] more [✔]
2814.54 s
[conduit-extra] binary
2814.54 s
[conduit-extra] lines [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] sinkCacheLength
2814.54 s
[conduit-extra] works [✔]
2814.54 s
[conduit-extra] sinkFileCautious
2814.54 s
[conduit-extra] success [✔]
2814.54 s
[conduit-extra] failure [✔]
2814.54 s
[conduit-extra] sinkSystemTempFile [✔]
2814.54 s
[conduit-extra] Data.Conduit.Binary.mapM_
2814.54 s
[conduit-extra] telling works [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] exception handling
2814.54 s
[conduit-extra] catchC [✔]
2814.54 s
[conduit-extra] tryC [✔]
2814.54 s
[conduit-extra] normalFuseLeft
2814.54 s
[conduit-extra] does not double close conduit [✔]
2814.54 s
[conduit-extra] Storable
2814.54 s
[conduit-extra] sink Maybe
2814.54 s
[conduit-extra] chunk size 1 [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] chunk size 5 [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] chunk size 10 [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] chunk size 100 [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] sink exception
2814.54 s
[conduit-extra] chunk size 1 [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] chunk size 5 [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] chunk size 10 [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] chunk size 100 [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] insufficient bytes are leftovers, one chunk [✔]
2814.54 s
[conduit-extra] insufficient bytes are leftovers, multiple chunks [✔]
2814.54 s
[conduit-extra] Data.Conduit.ByteString.Builder
2814.54 s
[conduit-extra] Data.Conduit.ByteString.Builder
2814.54 s
[conduit-extra] idempotent to toLazyByteString [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] works for large input [✔]
2814.54 s
[conduit-extra] works for lazy bytestring insertion [✔]
2814.54 s
[conduit-extra] flush shouldn't bring in empty strings. [✔]
2814.54 s
[conduit-extra] flushing [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] large flush input [✔]
2814.54 s
[conduit-extra] Data.Conduit.Extra
2814.54 s
[conduit-extra] Data.Conduit.Extra
2814.54 s
[conduit-extra] basic test [✔]
2814.54 s
[conduit-extra] get leftovers [✔]
2814.54 s
[conduit-extra] multiple values [✔]
2814.54 s
[conduit-extra] more complex [✔]
2814.54 s
[conduit-extra] +++ OK, passed 100 tests.
2814.54 s
[conduit-extra] Data.Conduit.Filesystem
2814.54 s
[conduit-extra] Data.Conduit.Filesystem
2814.54 s
[conduit-extra] sourceDirectory [✔]
2814.54 s
[conduit-extra] sourceDirectoryDeep [✔]
2814.54 s
[conduit-extra] Data.Conduit.Lazy
2814.54 s
[conduit-extra] Data.Conduit.Lazy
2814.54 s
[conduit-extra] lazy
2814.54 s
[conduit-extra] works inside a ResourceT [✔]
2814.54 s
[conduit-extra] returns nothing outside ResourceT [✔]
2814.54 s
[conduit-extra] works with pure sources [✔]
2814.54 s
[conduit-extra] Data.Conduit.Network
2814.54 s
[conduit-extra] Data.Conduit.Network
2814.54 s
[conduit-extra] run general server
2814.54 s
[conduit-extra] running tcp server [✔]
2814.54 s
[conduit-extra] fork server
2814.54 s
[conduit-extra] can connect to server [✔]
2814.54 s
[conduit-extra] fork server also executes custom afterBind [✔]
2814.54 s
[conduit-parse] Phase: fixupPhase
2814.54 s
[conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1
2814.54 s
[conduit-parse] shrinking /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSconduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN-ghc9.12.1.so
2814.54 s
[conduit-parse] checking for references to /build/ in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1...
2814.54 s
[conduit-parse] patching script interpreter paths in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1
2814.54 s
[conduit-parse] stripping (with command strip and flags -S -p) in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/lib
2814.54 s
[conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc
2814.54 s
[conduit-parse] checking for references to /build/ in /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc...
2814.54 s
[conduit-parse] patching script interpreter paths in /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc
2814.54 s
[lsp-types] [435 of 452] Compiling Language.LSP.Protocol.Message.LspId ( src/Language/LSP/Protocol/Message/LspId.hs, dist/build/Language/LSP/Protocol/Message/LspId.p_o )
2814.54 s
[lsp-types] [436 of 452] Compiling Language.LSP.Protocol.Internal.Types ( generated/Language/LSP/Protocol/Internal/Types.hs, dist/build/Language/LSP/Protocol/Internal/Types.p_o )
2814.54 s
[lsp-types] [437 of 452] Compiling Language.LSP.Protocol.Types.WatchKinds ( src/Language/LSP/Protocol/Types/WatchKinds.hs, dist/build/Language/LSP/Protocol/Types/WatchKinds.p_o )
2814.54 s
[lsp-types] [438 of 452] Compiling Language.LSP.Protocol.Types.Orphans ( src/Language/LSP/Protocol/Types/Orphans.hs, dist/build/Language/LSP/Protocol/Types/Orphans.p_o )
2814.54 s
[lsp-types] [439 of 452] Compiling Language.LSP.Protocol.Types.Edit ( src/Language/LSP/Protocol/Types/Edit.hs, dist/build/Language/LSP/Protocol/Types/Edit.p_o )
2814.54 s
[lsp-types] [440 of 452] Compiling Language.LSP.Protocol.Types.CodeAction ( src/Language/LSP/Protocol/Types/CodeAction.hs, dist/build/Language/LSP/Protocol/Types/CodeAction.p_o )
2814.54 s
[lsp-types] [441 of 452] Compiling Language.LSP.Protocol.Types ( src/Language/LSP/Protocol/Types.hs, dist/build/Language/LSP/Protocol/Types.p_o )
2814.54 s
[lsp-types] [442 of 452] Compiling Language.LSP.Protocol.Message.Types ( src/Language/LSP/Protocol/Message/Types.hs, dist/build/Language/LSP/Protocol/Message/Types.p_o )
2814.54 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
2814.54 s
[lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
2814.54 s
[lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
2814.54 s
[lsp-types] Consider disambiguating using module qualification instead.
2814.54 s
[lsp-types] |
2814.54 s
[lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n) }
2814.54 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2814.54 s
[lsp-types]
2814.54 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
2814.54 s
[lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
2814.54 s
[lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
2814.54 s
[lsp-types] Consider disambiguating using module qualification instead.
2814.54 s
[lsp-types] |
2814.54 s
[lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n) }
2814.54 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2814.54 s
[lsp-types]
2814.76 s
[conduit-parse:post-build] Uploading to cachix cache "sellout": /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1
2815.92 s
[conduit-parse:post-build] Pushing 2 paths (127 are already present) using zstd to cache sellout ⏳
2815.92 s
[conduit-parse:post-build]
2816.28 s
[conduit-parse:post-build] Pushing /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1 (1.35 MiB)
2816.33 s
[conduit-parse:post-build] Pushing /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc (326.95 KiB)
2817.46 s
[conduit-parse:post-build]
2817.47 s
[conduit-parse:post-build] All done.
2817.72 s
[conduit-parse:post-build] Uploading to the NixCI cache: /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1
2818.23 s
[conduit-parse:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2818.46 s
[conduit-parse:post-build] copying 4 paths...
2818.46 s
[conduit-parse:post-build] copying path '/nix/store/7s11n5rnza77fw1h7jn78319dslaacxj-safe-0.3.21-doc' to 'https://cache.nix-ci.com'...
2818.89 s
[conduit-parse:post-build] copying path '/nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc' to 'https://cache.nix-ci.com'...
2818.89 s
[conduit-parse:post-build] copying path '/nix/store/qpimajkvwjhd70z42hk0bgkginv556rj-safe-0.3.21' to 'https://cache.nix-ci.com'...
2819.60 s
[conduit-parse:post-build] copying path '/nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1' to 'https://cache.nix-ci.com'...
2820.91 s
[conduit-parse:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2821.22 s
[conduit-parse:post-build] copying 1 paths...
2821.24 s
[conduit-parse:post-build] copying path '/nix/store/bxlkn3xdz44pdq07xhpwlmyvzp7z56s4-conduit-parse-0.2.1.1.drv' to 'https://cache.nix-ci.com'...
2821.55 s
Progress: 150 of 170 built (3 building), 375 of 375 downloaded from cache
2821.55 s
[conduit-extra] fork server really waits for server to be finalized before returning [✔]
2821.55 s
[conduit-extra] Data.Conduit.Process
2821.55 s
[conduit-extra] Data.Conduit.Process
2821.55 s
[conduit-extra] cat [✔]
2821.55 s
[conduit-extra] +++ OK, passed 100 tests.
2821.55 s
[conduit-extra] closed stream [✔]
2821.55 s
[conduit-extra] handles sub-process exit code [✔]
2821.55 s
[conduit-extra] consumes stdout [✔]
2821.55 s
[conduit-extra] consumes stderr [✔]
2821.55 s
[conduit-extra] feeds stdin [✔]
2821.55 s
[conduit-extra] blocking vs non-blocking [✔]
2821.55 s
[conduit-extra] Data.Conduit.Process.Typed
2821.55 s
[conduit-extra] cat works [✔]
2821.55 s
[conduit-extra] cat works with withLoggedProcess_ [✔]
2821.55 s
[conduit-extra] failing process throws [✔]
2821.55 s
[conduit-extra] cat: 'does not exist': No such file or directory
2821.55 s
[conduit-extra] failing process throws [✔]
2821.55 s
[conduit-extra] Data.Conduit.Text
2821.55 s
[conduit-extra] Data.Conduit.Text
2821.55 s
[conduit-extra] text
2821.55 s
[conduit-extra] utf8
2821.55 s
[conduit-extra] single chunk [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] many chunks [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] raw bytes [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] encoding [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] valid then invalid [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] utf16_le
2821.56 s
[conduit-extra] single chunk [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] many chunks [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] raw bytes [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] encoding [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] valid then invalid [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] utf16_be
2821.56 s
[conduit-extra] single chunk [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] many chunks [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] raw bytes [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] encoding [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] valid then invalid [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] utf32_le
2821.56 s
[conduit-extra] single chunk [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] many chunks [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] raw bytes [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] encoding [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] valid then invalid [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] utf32_be
2821.56 s
[conduit-extra] single chunk [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] many chunks [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] raw bytes [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] encoding [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] valid then invalid [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] mixed utf16 and utf8 [✔]
2821.56 s
[conduit-extra] invalid utf8 [✔]
2821.56 s
[conduit-extra] catch UTF8 exceptions [✔]
2821.56 s
[conduit-extra] catch UTF8 exceptions, pure [✔]
2821.56 s
[conduit-extra] catch UTF8 exceptions, catchExceptionC [✔]
2821.56 s
[conduit-extra] catch UTF8 exceptions, catchExceptionC, decodeUtf8 [✔]
2821.56 s
[conduit-extra] lenient UTF8 decoding [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] text lines
2821.56 s
[conduit-extra] yields nothing given nothing [✔]
2821.56 s
[conduit-extra] yields nothing given only empty text [✔]
2821.56 s
[conduit-extra] works across split lines [✔]
2821.56 s
[conduit-extra] works with multiple lines in an item [✔]
2821.56 s
[conduit-extra] works with ending on a newline [✔]
2821.56 s
[conduit-extra] works with ending a middle item on a newline [✔]
2821.56 s
[conduit-extra] works with empty text [✔]
2821.56 s
[conduit-extra] works with empty lines [✔]
2821.56 s
[conduit-extra] text lines bounded
2821.56 s
[conduit-extra] yields nothing given nothing [✔]
2821.56 s
[conduit-extra] yields nothing given only empty text [✔]
2821.56 s
[conduit-extra] works across split lines [✔]
2821.56 s
[conduit-extra] works with multiple lines in an item [✔]
2821.56 s
[conduit-extra] works with ending on a newline [✔]
2821.56 s
[conduit-extra] works with ending a middle item on a newline [✔]
2821.56 s
[conduit-extra] works with empty text [✔]
2821.56 s
[conduit-extra] works with empty lines [✔]
2821.56 s
[conduit-extra] throws an exception when lines are too long [✔]
2821.56 s
[conduit-extra] works with infinite input [✔]
2821.56 s
[conduit-extra] text decode
2821.56 s
[conduit-extra] doesn't throw runtime exceptions [✔]
2821.56 s
[conduit-extra] is not too eager [✔]
2821.56 s
[conduit-extra] Data.Conduit.Zlib
2821.56 s
[conduit-extra] Data.Conduit.Zlib
2821.56 s
[conduit-extra] idempotent [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] flush [✔]
2821.56 s
[conduit-extra] +++ OK, passed 100 tests.
2821.56 s
[conduit-extra] compressFlush large data [✔]
2821.56 s
[conduit-extra] uncompressed after compressed [✔]
2821.56 s
[conduit-extra] multiple compressed values [✔]
2821.56 s
[conduit-extra] single compressed, multiple uncompressed chunks [✔]
2821.56 s
[conduit-extra] multiple, over 32k [✔]
2821.56 s
[conduit-extra]
2821.56 s
[conduit-extra] Finished in 6.5371 seconds
2821.56 s
[conduit-extra] 132 examples, 0 failures
2821.56 s
[conduit-extra] Test suite test: PASS
2821.56 s
[conduit-extra] Test suite logged to: dist/test/conduit-extra-1.3.7-test.log
2821.56 s
[conduit-extra] 1 of 1 test suites (1 of 1 test cases) passed.
2821.56 s
[conduit-extra] Phase: haddockPhase
2821.56 s
[lsp-types] [443 of 452] Compiling Language.LSP.Protocol.Message.Parsing ( src/Language/LSP/Protocol/Message/Parsing.hs, dist/build/Language/LSP/Protocol/Message/Parsing.p_o )
2821.56 s
[lsp-types] [444 of 452] Compiling Language.LSP.Protocol.Message.Registration ( src/Language/LSP/Protocol/Message/Registration.hs, dist/build/Language/LSP/Protocol/Message/Registration.p_o )
2821.56 s
[lsp-types] [445 of 452] Compiling Language.LSP.Protocol.Message ( src/Language/LSP/Protocol/Message.hs, dist/build/Language/LSP/Protocol/Message.p_o )
2821.56 s
[lsp-types] [446 of 452] Compiling Language.LSP.Protocol.Internal.Meta ( generated/Language/LSP/Protocol/Internal/Meta.hs, dist/build/Language/LSP/Protocol/Internal/Meta.p_o )
2821.56 s
[lsp-types] [447 of 452] Compiling Language.LSP.Protocol.Types.Lens ( src/Language/LSP/Protocol/Types/Lens.hs, dist/build/Language/LSP/Protocol/Types/Lens.p_o )
2821.56 s
[lsp-types] [448 of 452] Compiling Language.LSP.Protocol.Message.Lens ( src/Language/LSP/Protocol/Message/Lens.hs, dist/build/Language/LSP/Protocol/Message/Lens.p_o )
2821.56 s
[lsp-types] [449 of 452] Compiling Language.LSP.Protocol.Lens ( src/Language/LSP/Protocol/Lens.hs, dist/build/Language/LSP/Protocol/Lens.p_o )
2821.56 s
[lsp-types] [450 of 452] Compiling Language.LSP.Protocol.Capabilities ( src/Language/LSP/Protocol/Capabilities.hs, dist/build/Language/LSP/Protocol/Capabilities.p_o )
2821.56 s
[yaml] Phase: setupCompilerEnvironmentPhase
2821.56 s
[yaml] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2821.56 s
[yaml] Phase: unpackPhase
2821.56 s
[yaml] unpacking source archive /nix/store/1i4qpms3prjxhdqwxcidf0isp8prw52b-yaml-0.11.11.2.tar.gz
2821.56 s
[yaml] source root is yaml-0.11.11.2
2821.56 s
[yaml] setting SOURCE_DATE_EPOCH to timestamp 1688236994 of file "yaml-0.11.11.2/yaml.cabal"
2821.56 s
[yaml] Phase: patchPhase
2821.56 s
[yaml] Replace Cabal file with edited version from mirror://hackage/yaml-0.11.11.2/revision/2.cabal.
2821.56 s
[yaml] Phase: compileBuildDriverPhase
2821.56 s
[yaml] setupCompileFlags: -package-db=/build/tmp.q5iJNvZlK1/setup-package.conf.d -threaded
2821.56 s
[yaml] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.q5iJNvZlK1/Main.o )
2821.56 s
[yaml] [2 of 2] Linking Setup
2821.56 s
[yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
2821.56 s
[yaml] Phase: configurePhase
2821.56 s
[yaml] configureFlags: --verbose --prefix=/nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2 --with-gcc=gcc --package-db=/build/tmp.q5iJNvZlK1/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 -fsystem-libyaml --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
2821.56 s
[yaml] Using Parsec parser
2821.56 s
[yaml] Configuring yaml-0.11.11.2...
2821.56 s
[yaml] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2821.56 s
[yaml] 'ghc' version < 9.12):
2821.56 s
[yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2821.56 s
[yaml] 9.12.1
2821.56 s
[yaml] Flags chosen: no-examples=True, no-exe=True
2821.56 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
2821.56 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
2821.56 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.21.0.0
2821.56 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
2821.56 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
2821.56 s
[yaml] Dependency containers: using containers-0.7
2821.56 s
[yaml] Dependency directory: using directory-1.3.9.0
2821.56 s
[yaml] Dependency filepath: using filepath-1.5.4.0
2821.56 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
2821.56 s
[yaml] Dependency mtl: using mtl-2.3.1
2821.56 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
2821.56 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
2821.56 s
[yaml] Dependency template-haskell: using template-haskell-2.23.0.0
2821.56 s
[yaml] Dependency text: using text-2.1.2
2821.56 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.2
2821.56 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20
2821.56 s
[yaml] Dependency vector: using vector-0.13.2.0
2821.56 s
[yaml] Dependency HUnit: using HUnit-1.6.2.0
2821.56 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
2821.56 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
2821.56 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.21.0.0
2821.56 s
[yaml] Dependency base-compat: using base-compat-0.13.1
2821.56 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
2821.56 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
2821.56 s
[yaml] Dependency containers: using containers-0.7
2821.56 s
[yaml] Dependency directory: using directory-1.3.9.0
2821.56 s
[yaml] Dependency filepath: using filepath-1.5.4.0
2821.56 s
[yaml] Dependency hspec >=1.3: using hspec-2.11.12
2821.56 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
2821.56 s
[yaml] Dependency mockery: using mockery-0.3.5
2821.56 s
[yaml] Dependency mtl: using mtl-2.3.1
2821.56 s
[yaml] Dependency raw-strings-qq: using raw-strings-qq-1.1
2821.56 s
[conduit-extra] Preprocessing library for conduit-extra-1.3.7...
2821.56 s
[conduit-extra] Running Haddock on library for conduit-extra-1.3.7...
2821.56 s
[conduit-extra] Warning: The documentation for the following packages are not installed. No
2821.56 s
[conduit-extra] links will be generated to these packages: attoparsec-0.14.4,
2821.56 s
[conduit-extra] attoparsec-0.14.4, vector-0.13.2.0
2821.56 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] Data/Conduit/Attoparsec.hs:49:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2821.56 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2821.56 s
[conduit-extra] • In the data declaration for ‘ParseError’
2821.56 s
[conduit-extra] |
2821.56 s
[conduit-extra] 49 | deriving (Show, Typeable )
2821.56 s
[conduit-extra] | ^^^^^^^^
2821.56 s
[conduit-extra]
2821.56 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] Data/Conduit/Binary.hs:428:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2821.56 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2821.56 s
[conduit-extra] • In the data declaration for ‘SinkStorableException’
2821.56 s
[conduit-extra] |
2821.56 s
[conduit-extra] 428 | deriving (Show, Typeable )
2821.56 s
[conduit-extra] | ^^^^^^^^
2821.56 s
[conduit-extra]
2821.56 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing ) [HIE file is missing]
2821.56 s
[conduit-extra] Data/Conduit/Process.hs:47:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.56 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.56 s
[conduit-extra] will become an error in a future GHC release.
2821.56 s
[conduit-extra] Suggested fix:
2821.56 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.56 s
[conduit-extra] |
2821.57 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:47:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:49:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
2821.57 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
2821.57 s
[yaml] Dependency template-haskell: using template-haskell-2.23.0.0
2821.57 s
[yaml] Dependency temporary: using temporary-1.3
2821.57 s
[yaml] Dependency text: using text-2.1.2
2821.57 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.2
2821.57 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20
2821.57 s
[yaml] Dependency vector: using vector-0.13.2.0
2821.57 s
[yaml] Dependency yaml: using yaml-0.11.11.2
2821.57 s
[yaml] Source component graph:
2821.57 s
[yaml] component lib
2821.57 s
[yaml] component test:spec dependency lib
2821.57 s
[yaml] Configured component graph:
2821.57 s
[yaml] component yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2821.57 s
[yaml] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2821.57 s
[yaml] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2821.57 s
[yaml] include base-4.21.0.0-f068
2821.57 s
[yaml] include bytestring-0.12.2.0-be6d
2821.57 s
[yaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2821.57 s
[yaml] include containers-0.7-647d
2821.57 s
[yaml] include directory-1.3.9.0-9eff
2821.57 s
[yaml] include filepath-1.5.4.0-7ce6
2821.57 s
[yaml] include libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2821.57 s
[yaml] include mtl-2.3.1-9650
2821.57 s
[yaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2821.57 s
[yaml] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2821.57 s
[yaml] include template-haskell-2.23.0.0-125a
2821.57 s
[yaml] include text-2.1.2-5eaa
2821.57 s
[yaml] include transformers-0.6.1.2-199f
2821.57 s
[yaml] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2821.57 s
[yaml] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2821.57 s
[yaml] component yaml-0.11.11.2-C8Ifm6E2gtzHTObB0TPlLe-spec
2821.57 s
[yaml] include HUnit-1.6.2.0-qUaw1nn5Lc6mWzDeZqcfq
2821.57 s
[yaml] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2821.57 s
[yaml] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2821.57 s
[yaml] include base-4.21.0.0-f068
2821.57 s
[yaml] include base-compat-0.13.1-CCQ4F8LLNkz4xO064PGd6m
2821.57 s
[yaml] include bytestring-0.12.2.0-be6d
2821.57 s
[yaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2821.57 s
[yaml] include containers-0.7-647d
2821.57 s
[yaml] include directory-1.3.9.0-9eff
2821.57 s
[yaml] include filepath-1.5.4.0-7ce6
2821.57 s
[yaml] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2821.57 s
[yaml] include libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2821.57 s
[yaml] include mockery-0.3.5-84HNwmf4qL7ECzsJvcPW7d
2821.57 s
[yaml] include mtl-2.3.1-9650
2821.57 s
[yaml] include raw-strings-qq-1.1-BHHZUuLt5iJ8N7GnMEjWyy
2821.57 s
[yaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2821.57 s
[yaml] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2821.57 s
[yaml] include template-haskell-2.23.0.0-125a
2821.57 s
[yaml] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
2821.57 s
[yaml] include text-2.1.2-5eaa
2821.57 s
[yaml] include transformers-0.6.1.2-199f
2821.57 s
[yaml] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2821.57 s
[yaml] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2821.57 s
[yaml] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2821.57 s
[yaml] Linked component graph:
2821.57 s
[yaml] unit yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2821.57 s
[yaml] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2821.57 s
[yaml] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2821.57 s
[yaml] include base-4.21.0.0-f068
2821.57 s
[yaml] include bytestring-0.12.2.0-be6d
2821.57 s
[yaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2821.57 s
[yaml] include containers-0.7-647d
2821.57 s
[yaml] include directory-1.3.9.0-9eff
2821.57 s
[yaml] include filepath-1.5.4.0-7ce6
2821.57 s
[yaml] include libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2821.57 s
[yaml] include mtl-2.3.1-9650
2821.57 s
[yaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2821.57 s
[yaml] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2821.57 s
[yaml] include template-haskell-2.23.0.0-125a
2821.57 s
[yaml] include text-2.1.2-5eaa
2821.57 s
[yaml] include transformers-0.6.1.2-199f
2821.57 s
[yaml] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2821.57 s
[yaml] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2821.57 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:49:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:49:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:65:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:67:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:67:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:69:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[yaml] Data.Yaml=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml,Data.Yaml.Aeson=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml.Aeson,Data.Yaml.Builder=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml.Builder,Data.Yaml.Config=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml.Config,Data.Yaml.Include=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml.Include,Data.Yaml.Internal=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml.Internal,Data.Yaml.Parser=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml.Parser,Data.Yaml.Pretty=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml.Pretty,Data.Yaml.TH=yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL:Data.Yaml.TH
2821.57 s
[yaml] unit yaml-0.11.11.2-C8Ifm6E2gtzHTObB0TPlLe-spec
2821.57 s
[yaml] include HUnit-1.6.2.0-qUaw1nn5Lc6mWzDeZqcfq
2821.57 s
[yaml] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2821.57 s
[yaml] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2821.57 s
[yaml] include base-4.21.0.0-f068
2821.57 s
[yaml] include base-compat-0.13.1-CCQ4F8LLNkz4xO064PGd6m
2821.57 s
[yaml] include bytestring-0.12.2.0-be6d
2821.57 s
[yaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2821.57 s
[yaml] include containers-0.7-647d
2821.57 s
[yaml] include directory-1.3.9.0-9eff
2821.57 s
[yaml] include filepath-1.5.4.0-7ce6
2821.57 s
[yaml] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2821.57 s
[yaml] include libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2821.57 s
[yaml] include mockery-0.3.5-84HNwmf4qL7ECzsJvcPW7d
2821.57 s
[yaml] include mtl-2.3.1-9650
2821.57 s
[yaml] include raw-strings-qq-1.1-BHHZUuLt5iJ8N7GnMEjWyy
2821.57 s
[yaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2821.57 s
[yaml] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2821.57 s
[yaml] include template-haskell-2.23.0.0-125a
2821.57 s
[yaml] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
2821.57 s
[yaml] include text-2.1.2-5eaa
2821.57 s
[yaml] include transformers-0.6.1.2-199f
2821.57 s
[yaml] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2821.57 s
[yaml] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2821.57 s
[yaml] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2821.57 s
[yaml] Ready component graph:
2821.57 s
[yaml] definite yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2821.57 s
[yaml] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2821.57 s
[yaml] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2821.57 s
[yaml] depends base-4.21.0.0-f068
2821.57 s
[yaml] depends bytestring-0.12.2.0-be6d
2821.57 s
[yaml] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2821.57 s
[yaml] depends containers-0.7-647d
2821.57 s
[yaml] depends directory-1.3.9.0-9eff
2821.57 s
[yaml] depends filepath-1.5.4.0-7ce6
2821.57 s
[yaml] depends libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2821.57 s
[yaml] depends mtl-2.3.1-9650
2821.57 s
[yaml] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2821.57 s
[yaml] depends scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2821.57 s
[yaml] depends template-haskell-2.23.0.0-125a
2821.57 s
[yaml] depends text-2.1.2-5eaa
2821.57 s
[yaml] depends transformers-0.6.1.2-199f
2821.57 s
[yaml] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2821.57 s
[yaml] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2821.57 s
[yaml] definite yaml-0.11.11.2-C8Ifm6E2gtzHTObB0TPlLe-spec
2821.57 s
[yaml] depends HUnit-1.6.2.0-qUaw1nn5Lc6mWzDeZqcfq
2821.57 s
[yaml] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2821.57 s
[yaml] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2821.57 s
[yaml] depends base-4.21.0.0-f068
2821.57 s
[yaml] depends base-compat-0.13.1-CCQ4F8LLNkz4xO064PGd6m
2821.57 s
[yaml] depends bytestring-0.12.2.0-be6d
2821.57 s
[yaml] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2821.57 s
[yaml] depends containers-0.7-647d
2821.57 s
[yaml] depends directory-1.3.9.0-9eff
2821.57 s
[yaml] depends filepath-1.5.4.0-7ce6
2821.57 s
[yaml] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2821.57 s
[yaml] depends libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
2821.57 s
[yaml] depends mockery-0.3.5-84HNwmf4qL7ECzsJvcPW7d
2821.57 s
[yaml] depends mtl-2.3.1-9650
2821.57 s
[yaml] depends raw-strings-qq-1.1-BHHZUuLt5iJ8N7GnMEjWyy
2821.57 s
[yaml] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
2821.57 s
[yaml] depends scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2821.57 s
[yaml] depends template-haskell-2.23.0.0-125a
2821.57 s
[yaml] depends temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
2821.57 s
[yaml] depends text-2.1.2-5eaa
2821.57 s
[yaml] depends transformers-0.6.1.2-199f
2821.57 s
[yaml] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2821.57 s
[yaml] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2821.57 s
[yaml] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2821.57 s
[yaml] Using Cabal-3.14.1.0 compiled by ghc-9.12
2821.57 s
[yaml] Using compiler: ghc-9.12.1
2821.57 s
[yaml] Using install prefix:
2821.57 s
[yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2
2821.57 s
[yaml] Executables installed in:
2821.57 s
[yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/bin
2821.57 s
[yaml] Libraries installed in:
2821.57 s
[yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2821.57 s
[yaml] Dynamic Libraries installed in:
2821.57 s
[yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2821.57 s
[yaml] Private executables installed in:
2821.57 s
[yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/libexec/x86_64-linux-ghc-9.12.1-f739/yaml-0.11.11.2
2821.57 s
[yaml] Data files installed in:
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:71:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:71:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:74:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:74:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:76:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:76:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] Data/Conduit/Process.hs:76:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
2821.57 s
[conduit-extra] The use of ‘~’ without TypeOperators
2821.57 s
[conduit-extra] will become an error in a future GHC release.
2821.57 s
[conduit-extra] Suggested fix:
2821.57 s
[conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
2821.57 s
[conduit-extra] |
2821.57 s
[yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/share/x86_64-linux-ghc-9.12.1-f739/yaml-0.11.11.2
2821.57 s
[yaml] Documentation installed in:
2821.57 s
[yaml] /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2
2821.57 s
[yaml] Configuration files installed in:
2821.57 s
[yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/etc
2821.57 s
[yaml] No alex found
2821.57 s
[yaml] Using ar found on system at:
2821.57 s
[yaml] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2821.57 s
[yaml] No c2hs found
2821.57 s
[yaml] No cpphs found
2821.57 s
[yaml] No doctest found
2821.57 s
[yaml] Using gcc version 14.3.0 given by user at:
2821.57 s
[yaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2821.57 s
[yaml] Using ghc version 9.12.1 found on system at:
2821.57 s
[yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2821.57 s
[yaml] Using ghc-pkg version 9.12.1 found on system at:
2821.57 s
[yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2821.57 s
[yaml] No ghcjs found
2821.57 s
[yaml] No ghcjs-pkg found
2821.57 s
[yaml] No greencard found
2821.57 s
[yaml] Using haddock version 2.30.0 found on system at:
2821.57 s
[yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2821.57 s
[yaml] No happy found
2821.57 s
[yaml] No haskell-suite found
2821.57 s
[yaml] No haskell-suite-pkg found
2821.57 s
[yaml] No hmake found
2821.57 s
[yaml] Using hpc version 0.69 found on system at:
2821.57 s
[yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2821.57 s
[yaml] Using hsc2hs version 0.68.10 found on system at:
2821.57 s
[yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2821.57 s
[yaml] Using hscolour version 1.25 found on system at:
2821.57 s
[yaml] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2821.57 s
[yaml] No jhc found
2821.57 s
[yaml] Using ld found on system at:
2821.57 s
[yaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2821.57 s
[yaml] No pkg-config found
2821.57 s
[yaml] Using runghc version 9.12.1 found on system at:
2821.57 s
[yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2821.57 s
[yaml] Using strip version 2.44 found on system at:
2821.57 s
[yaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2821.57 s
[yaml] Using tar found on system at:
2821.57 s
[yaml] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2821.57 s
[yaml] No uhc found
2821.57 s
[yaml] Phase: buildPhase
2821.57 s
[yaml] Preprocessing library for yaml-0.11.11.2...
2821.57 s
[yaml] Building library for yaml-0.11.11.2...
2821.57 s
[conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
2821.57 s
[conduit-extra] | ^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing ) [HIE file is missing]
2821.57 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing ) [HIE file is missing]
2821.57 s
[conduit-extra] Data/Conduit/Text.hs:219:14: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2821.57 s
[conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2821.57 s
[conduit-extra] • In the data declaration for ‘TextException’
2821.57 s
[conduit-extra] |
2821.57 s
[conduit-extra] 219 | deriving Typeable
2821.57 s
[conduit-extra] | ^^^^^^^^
2821.57 s
[conduit-extra]
2821.57 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing ) [HIE file is missing]
2821.57 s
[conduit-extra] Haddock coverage:
2821.57 s
[conduit-extra] Warning: 'ParseError' is ambiguous. It is defined
2821.57 s
[conduit-extra] * at Data/Conduit/Attoparsec.hs:44:19
2821.57 s
[conduit-extra] * at Data/Conduit/Attoparsec.hs:44:1
2821.57 s
[conduit-extra] You may be able to disambiguate the identifier by qualifying it or
2821.57 s
[conduit-extra] by specifying the type/value namespace explicitly.
2821.57 s
[conduit-extra] Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
2821.59 s
[conduit-extra] 84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
2821.59 s
[conduit-extra] Missing documentation for:
2821.59 s
[conduit-extra] Position (Data/Conduit/Attoparsec.hs:53)
2821.59 s
[conduit-extra] PositionRange (Data/Conduit/Attoparsec.hs:64)
2821.60 s
[conduit-extra] 100% ( 45 / 45) in 'Data.Conduit.Binary'
2821.60 s
[conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
2821.60 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Filesystem'
2821.60 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Foldl'
2821.60 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Lazy'
2821.60 s
[conduit-extra] 52% ( 18 / 34) in 'Data.Conduit.Network'
2821.60 s
[conduit-extra] Missing documentation for:
2821.60 s
[conduit-extra] Module header
2821.60 s
[conduit-extra] appSource (Data/Conduit/Network.hs:88)
2821.60 s
[conduit-extra] appSink (Data/Conduit/Network.hs:99)
2821.60 s
[conduit-extra] appSockAddr
2821.60 s
[conduit-extra] appLocalAddr
2821.60 s
[conduit-extra] serverSettings (Data/Conduit/Network.hs:82)
2821.60 s
[conduit-extra] runTCPServerWithHandle
2821.60 s
[conduit-extra] clientSettings (Data/Conduit/Network.hs:85)
2821.60 s
[conduit-extra] getPort
2821.60 s
[conduit-extra] getHost
2821.60 s
[conduit-extra] getAfterBind
2821.60 s
[conduit-extra] getNeedLocalAddr
2821.60 s
[conduit-extra] setPort
2821.60 s
[conduit-extra] setHost
2821.60 s
[conduit-extra] setAfterBind
2821.60 s
[conduit-extra] setNeedLocalAddr
2821.60 s
[conduit-extra] 90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
2821.60 s
[conduit-extra] Missing documentation for:
2821.60 s
[conduit-extra] Module header
2821.60 s
[conduit-extra] 59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
2821.60 s
[conduit-extra] Missing documentation for:
2821.60 s
[conduit-extra] Module header
2821.60 s
[conduit-extra] appSource (Data/Conduit/Network.hs:88)
2821.60 s
[conduit-extra] appSink (Data/Conduit/Network.hs:99)
2821.60 s
[conduit-extra] serverSettings (Data/Conduit/Network/Unix.hs:36)
2821.60 s
[conduit-extra] clientSettings (Data/Conduit/Network/Unix.hs:33)
2821.60 s
[conduit-extra] getPath
2821.60 s
[conduit-extra] getAfterBind
2821.60 s
[conduit-extra] setPath
2821.60 s
[conduit-extra] setAfterBind
2821.61 s
[conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.Process'
2821.61 s
[conduit-extra] 100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
2821.61 s
[conduit-extra] 100% ( 25 / 25) in 'Data.Conduit.Text'
2821.61 s
[conduit-extra] Warning: 'WindowBits' is ambiguous. It is defined
2821.61 s
[conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
2821.61 s
[conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
2821.61 s
[conduit-extra] You may be able to disambiguate the identifier by qualifying it or
2821.61 s
[conduit-extra] by specifying the type/value namespace explicitly.
2821.61 s
[conduit-extra] Defaulting to the one defined in ‘Codec.Compression.Zlib.Stream’
2821.61 s
[conduit-extra] 100% ( 14 / 14) in 'Data.Conduit.Zlib'
2821.97 s
[yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.o, dist/build/Data/Yaml/Internal.dyn_o )
2822.52 s
[conduit-extra] Warning: Data.Conduit.Attoparsec: could not find link destinations for:
2822.52 s
[conduit-extra] - Data.Conduit.Attoparsec.parseA
2822.52 s
[conduit-extra] - Data.Conduit.Attoparsec.feedA
2822.52 s
[conduit-extra] - Data.Conduit.Attoparsec.empty
2822.52 s
[conduit-extra] - Data.Conduit.Attoparsec.isNull
2822.52 s
[conduit-extra] - Data.Conduit.Attoparsec.getLinesCols
2822.52 s
[conduit-extra] - Data.Conduit.Attoparsec.stripFromEnd
2822.52 s
[conduit-extra] - Data.Attoparsec.Internal.Types.Parser
2822.52 s
[conduit-extra] - Data.Attoparsec.Internal.Types.IResult
2822.53 s
[conduit-extra] Warning: Data.Conduit.Binary: could not find link destinations for:
2822.53 s
[conduit-extra] - Data.Conduit.Binary.SinkStorableInsufficientBytes
2822.53 s
[conduit-extra] Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
2822.53 s
[conduit-extra] - Data.Conduit.Combinators.Buffer
2822.55 s
[conduit-extra] Warning: Data.Conduit.Zlib: could not find link destinations for:
2822.55 s
[conduit-extra] - Codec.Compression.Zlib.Stream.Rep_WindowBits
2822.72 s
[yaml] src/Data/Yaml/Internal.hs:112:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2822.72 s
[yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2822.72 s
[yaml] • In the data declaration for ‘ParseException’
2822.72 s
[yaml] |
2822.72 s
[yaml] 112 | deriving (Show, Typeable )
2822.72 s
[yaml] | ^^^^^^^^
2822.72 s
[yaml]
2822.86 s
[lsp-types] [451 of 452] Compiling Language.LSP.Protocol.Meta ( src/Language/LSP/Protocol/Meta.hs, dist/build/Language/LSP/Protocol/Meta.p_o )
2822.86 s
[lsp-types] [452 of 452] Compiling Language.LSP.Protocol.Utils.SMethodMap ( src/Language/LSP/Protocol/Utils/SMethodMap.hs, dist/build/Language/LSP/Protocol/Utils/SMethodMap.p_o )
2825.91 s
[yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.o, dist/build/Data/Yaml/Include.dyn_o )
2826.42 s
[yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.o, dist/build/Data/Yaml/Builder.dyn_o )
2826.57 s
[yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.o, dist/build/Data/Yaml.dyn_o )
2826.57 s
[yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.o, dist/build/Data/Yaml/Config.dyn_o )
2826.76 s
[yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.o, dist/build/Data/Yaml/Aeson.dyn_o )
2826.76 s
[yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.o, dist/build/Data/Yaml/Parser.dyn_o )
2826.76 s
[yaml] src/Data/Yaml/Parser.hs:150:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2826.76 s
[yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2826.76 s
[yaml] • In the data declaration for ‘YamlParseException’
2826.76 s
[yaml] |
2826.76 s
[yaml] 150 | deriving (Show, Typeable )
2826.76 s
[yaml] | ^^^^^^^^
2826.76 s
[yaml]
2826.76 s
[yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.o, dist/build/Data/Yaml/Pretty.dyn_o )
2826.76 s
[yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.o, dist/build/Data/Yaml/TH.dyn_o )
2826.76 s
[yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.o, dist/build/Paths_yaml.dyn_o )
2827.42 s
[yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.p_o )
2828.50 s
[yaml] src/Data/Yaml/Internal.hs:112:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2828.50 s
[yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2828.50 s
[yaml] • In the data declaration for ‘ParseException’
2828.50 s
[yaml] |
2828.50 s
[yaml] 112 | deriving (Show, Typeable )
2828.50 s
[yaml] | ^^^^^^^^
2828.50 s
[yaml]
2830.63 s
[lsp-types] Preprocessing library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
2830.63 s
[lsp-types] Building library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
2830.70 s
[yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.p_o )
2830.76 s
[lsp-types] [1 of 4] Compiling Language.LSP.Protocol.QuickCheck.Common ( quickcheck/Language/LSP/Protocol/QuickCheck/Common.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Common.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Common.dyn_o )
2831.12 s
[yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.p_o )
2831.22 s
[yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.p_o )
2831.29 s
[yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.p_o )
2831.41 s
[lsp-types] [2 of 4] Compiling Language.LSP.Protocol.QuickCheck.Types ( quickcheck/Language/LSP/Protocol/QuickCheck/Types.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Types.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Types.dyn_o )
2831.76 s
[yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.p_o )
2831.76 s
[yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.p_o )
2831.81 s
[yaml] src/Data/Yaml/Parser.hs:150:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2831.81 s
[yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2831.81 s
[yaml] • In the data declaration for ‘YamlParseException’
2831.81 s
[yaml] |
2831.81 s
[yaml] 150 | deriving (Show, Typeable )
2831.81 s
[yaml] | ^^^^^^^^
2831.81 s
[yaml]
2831.81 s
[yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.p_o )
2831.81 s
[yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.p_o )
2831.81 s
[yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.p_o )
2831.86 s
[conduit-extra] Documentation created: dist/doc/html/conduit-extra,
2831.86 s
[conduit-extra] dist/doc/html/conduit-extra/conduit-extra.txt
2832.72 s
[conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.7...
2832.81 s
[conduit-extra] Phase: installPhase
2832.92 s
[conduit-extra] Installing library in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2833.79 s
[conduit-extra] Phase: fixupPhase
2833.87 s
[conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7
2833.87 s
[conduit-extra] shrinking /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSconduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8-ghc9.12.1.so
2833.89 s
[yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
2833.90 s
[yaml] Building test suite 'spec' for yaml-0.11.11.2...
2833.90 s
[conduit-extra] checking for references to /build/ in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7...
2833.94 s
[conduit-extra] patching script interpreter paths in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7
2833.95 s
[conduit-extra] stripping (with command strip and flags -S -p) in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/lib
2834.14 s
[yaml] [1 of 5] Compiling Data.Yaml.IncludeSpec ( test/Data/Yaml/IncludeSpec.hs, dist/build/spec/spec-tmp/Data/Yaml/IncludeSpec.o )
2834.52 s
[conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc
2834.53 s
[conduit-extra] checking for references to /build/ in /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc...
2834.55 s
[conduit-extra] patching script interpreter paths in /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc
2834.85 s
[conduit-extra:post-build] Uploading to cachix cache "sellout": /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7
2836.23 s
[conduit-extra:post-build] Pushing 2 paths (128 are already present) using zstd to cache sellout ⏳
2836.23 s
[conduit-extra:post-build]
2836.61 s
[conduit-extra:post-build] Pushing /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7 (5.25 MiB)
2836.65 s
[conduit-extra:post-build] Pushing /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc (2.11 MiB)
2837.82 s
[conduit-extra:post-build]
2837.82 s
[conduit-extra:post-build] All done.
2838.08 s
[conduit-extra:post-build] Uploading to the NixCI cache: /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7
2838.65 s
[conduit-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2838.98 s
[conduit-extra:post-build] copying 2 paths...
2838.98 s
[conduit-extra:post-build] copying path '/nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc' to 'https://cache.nix-ci.com'...
2839.51 s
[conduit-extra:post-build] copying path '/nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7' to 'https://cache.nix-ci.com'...
2841.79 s
[conduit-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2842.04 s
[conduit-extra:post-build] copying 1 paths...
2842.05 s
[conduit-extra:post-build] copying path '/nix/store/0phn3n3zadh74hixi726dc2cic8lgriq-conduit-extra-1.3.7.drv' to 'https://cache.nix-ci.com'...
2842.45 s
Progress: 151 of 170 built (2 building), 375 of 375 downloaded from cache
2842.45 s
[yaml] test/Data/Yaml/IncludeSpec.hs:15:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2842.45 s
[yaml] The import of ‘Data.Yaml’ is redundant
2842.45 s
[yaml] except perhaps to import instances from ‘Data.Yaml’
2842.45 s
[yaml] To import instances alone, use: import Data.Yaml()
2842.45 s
[yaml] |
2842.45 s
[yaml] 15 | import Data.Yaml (ParseException(InvalidYaml))
2842.45 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2842.45 s
[yaml]
2842.45 s
[yaml] [2 of 5] Compiling Data.Yaml.THSpec ( test/Data/Yaml/THSpec.hs, dist/build/spec/spec-tmp/Data/Yaml/THSpec.o )
2842.45 s
[yaml] [3 of 5] Compiling Data.YamlSpec ( test/Data/YamlSpec.hs, dist/build/spec/spec-tmp/Data/YamlSpec.o )
2842.45 s
[yaml] test/Data/YamlSpec.hs:46:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2842.45 s
[yaml] The import of ‘Data.String’ is redundant
2842.45 s
[yaml] except perhaps to import instances from ‘Data.String’
2842.45 s
[yaml] To import instances alone, use: import Data.String()
2842.45 s
[yaml] |
2842.45 s
[yaml] 46 | import Data.String (fromString)
2842.45 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2842.45 s
[yaml]
2842.45 s
[yaml] test/Data/YamlSpec.hs:52:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2842.45 s
[yaml] The qualified import of ‘Data.HashMap.Strict’ is redundant
2842.45 s
[yaml] except perhaps to import instances from ‘Data.HashMap.Strict’
2842.45 s
[yaml] To import instances alone, use: import Data.HashMap.Strict()
2842.45 s
[yaml] |
2842.45 s
[yaml] 52 | import qualified Data.HashMap.Strict as HM
2842.45 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2842.45 s
[yaml]
2842.45 s
[yaml] test/Data/YamlSpec.hs:61:1: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2842.45 s
[yaml] Defined but not used: ‘toText’
2842.45 s
[yaml] |
2842.45 s
[yaml] 61 | toText = K.toText
2842.45 s
[yaml] | ^^^^^^
2842.45 s
[yaml]
2842.45 s
[yaml] [4 of 5] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
2842.45 s
[yaml] [5 of 5] Compiling Paths_yaml ( dist/build/spec/autogen/Paths_yaml.hs, dist/build/spec/spec-tmp/Paths_yaml.o )
2842.45 s
[yaml] [6 of 6] Linking dist/build/spec/spec
2842.45 s
[yaml] Phase: checkPhase
2842.49 s
[yaml] Running 1 test suites...
2842.49 s
[yaml] Test suite spec: RUNNING...
2842.50 s
[yaml]
2842.50 s
[yaml] Data.Yaml
2842.50 s
[yaml] streaming
2842.50 s
[yaml] count scalars with anchor [✔]
2842.50 s
[yaml] count sequences with anchor [✔]
2842.50 s
[yaml] count mappings with anchor [✔]
2842.50 s
[yaml] count sequences with custom tag [✔]
2842.50 s
[yaml] count mappings with custom tag [✔]
2842.50 s
[yaml] count count sequences with ! tag [✔]
2842.50 s
[yaml] count count mappings with ! tag [✔]
2842.50 s
[yaml] count block style sequences [✔]
2842.50 s
[yaml] count flow style sequences [✔]
2842.50 s
[yaml] count block style mappings [✔]
2842.50 s
[yaml] count flow style mappings [✔]
2842.50 s
[yaml] count aliases [✔]
2842.50 s
[yaml] count scalars [✔]
2842.50 s
[yaml] largest string [✔]
2842.50 s
[yaml] encode/decode [✔]
2842.50 s
[yaml] encode/decode events [✔]
2842.50 s
[yaml] encode/decode file [✔]
2842.50 s
[yaml] interleaved encode/decode [✔]
2842.50 s
[yaml] decode invalid document (without segfault) [✔]
2842.50 s
[yaml] Data.Yaml
2842.50 s
[yaml] encode/decode [✔]
2842.50 s
[yaml] encode/decode file [✔]
2842.50 s
[yaml] encode/decode files with non-ASCII names [✔]
2842.50 s
[yaml] encode/decode strings [✔]
2842.50 s
[yaml] decode invalid file [✔]
2842.50 s
[yaml] processes datatypes [✔]
2842.50 s
[yaml] encode invalid numbers [✔]
2842.50 s
[yaml] Data.Yaml.Pretty
2842.50 s
[yaml] encode/decode [✔]
2842.50 s
[yaml] encode/decode strings [✔]
2842.50 s
[yaml] processes datatypes [✔]
2842.50 s
[yaml] Data.Yaml.Builder
2842.50 s
[yaml] encode/decode [✔]
2842.50 s
[yaml] encode/decode complex mapping [✔]
2842.50 s
[yaml] Data.Yaml aliases
2842.50 s
[yaml] simple scalar alias [✔]
2842.50 s
[yaml] simple sequence alias [✔]
2842.50 s
[yaml] simple mapping alias [✔]
2842.50 s
[yaml] mapping alias before anchor [✔]
2842.50 s
[yaml] mapping alias inside anchor [✔]
2842.50 s
[yaml] scalar alias overriding [✔]
2842.50 s
[yaml] Data.Yaml merge keys
2842.50 s
[yaml] test uniqueness of keys [✔]
2842.50 s
[yaml] test mapping merge [✔]
2842.50 s
[yaml] test sequence of mappings merging [✔]
2842.50 s
[yaml] numbers
2842.50 s
[yaml] parses as string when quoted [✔]
2842.50 s
[yaml] parses as number when unquoted [✔]
2842.50 s
[yaml] parses as number !!str is present [✔]
2842.50 s
[yaml] integers have no decimals [✔]
2842.50 s
[yaml] booleans
2842.50 s
[yaml] parses when all lowercase [✔]
2842.50 s
[yaml] parses when all uppercase [✔]
2842.50 s
[yaml] parses when titlecase [✔]
2842.50 s
[yaml] empty input
2842.50 s
[yaml] parses as Null [✔]
2842.50 s
[yaml] parses as Null from file [✔]
2842.50 s
[yaml] comment only input
2842.50 s
[yaml] parses as Null [✔]
2842.50 s
[yaml] parses as Null from file [✔]
2842.50 s
[yaml] alias stripping
2842.50 s
[yaml] works [✔]
2842.50 s
[yaml] nulls
2842.50 s
[yaml] null recognized: "null" [✔]
2842.50 s
[yaml] null recognized: "Null" [✔]
2842.50 s
[yaml] null recognized: "NULL" [✔]
2842.50 s
[yaml] null recognized: "~" [✔]
2842.50 s
[yaml] null recognized: "" [✔]
2842.50 s
[yaml] pretty output
2842.50 s
[yaml] simple nulls [✔]
2842.50 s
[yaml] simple numbers [✔]
2842.50 s
[yaml] True [✔]
2842.50 s
[yaml] False [✔]
2842.50 s
[yaml] simple string [✔]
2842.50 s
[yaml] * [✔]
2842.50 s
[yaml] special keys
2842.50 s
[yaml] fo"o [✔]
2842.50 s
[yaml] fo'o [✔]
2842.50 s
[yaml] fo\'o [✔]
2842.50 s
[yaml] fo: o [✔]
2842.50 s
[yaml] foo
2842.50 s
[yaml] bar
2842.50 s
[yaml] baz
2842.50 s
[yaml] [✔]
2842.50 s
[yaml] special values
2842.50 s
[yaml] fo"o [✔]
2842.50 s
[yaml] fo'o [✔]
2842.50 s
[yaml] fo\'o [✔]
2842.50 s
[yaml] fo: o [✔]
2842.50 s
[yaml] foo
2842.50 s
[yaml] bar
2842.50 s
[yaml] baz
2842.50 s
[yaml] [✔]
2842.50 s
[yaml] decodeFileEither
2842.51 s
[yaml] loads YAML through JSON into Haskell data [✔]
2842.51 s
[yaml] when file does not exist
2842.51 s
[yaml] returns Left [✔]
2842.51 s
[yaml] multiple document support
2842.51 s
[yaml] decodes zero-length input [✔]
2842.51 s
[yaml] decodes comment-only input [✔]
2842.51 s
[yaml] decodes a single document stream [✔]
2842.51 s
[yaml] decodes multiple documents [✔]
2842.51 s
[yaml] round-tripping of special scalars
2842.51 s
[yaml] y [✔]
2842.51 s
[yaml] Y [✔]
2842.51 s
[yaml] On [✔]
2842.51 s
[yaml] ON [✔]
2842.51 s
[yaml] false [✔]
2842.51 s
[yaml] 12345 [✔]
2842.51 s
[yaml] 12345.0 [✔]
2842.51 s
[yaml] 12345a [✔]
2842.51 s
[yaml] 12e3 [✔]
2842.51 s
[yaml] no tags [✔]
2842.51 s
[yaml] aliases in keys #49 [✔]
2842.51 s
[yaml] serialization of +123 #64 [✔]
2842.51 s
[yaml] preserves Scientific precision [✔]
2842.51 s
[yaml] truncates files [✔]
2842.51 s
[yaml] encode quotes special keys #137 [✔]
2842.51 s
[yaml] encodePretty quotes special keys #179 [✔]
2842.51 s
[yaml] non-decimal numbers #135
2842.51 s
[yaml] 12345 [✔]
2842.51 s
[yaml] +12345 [✔]
2842.51 s
[yaml] 0o14 [✔]
2842.51 s
[yaml] 0o123 [✔]
2842.51 s
[yaml] 0xC [✔]
2842.51 s
[yaml] 0xc [✔]
2842.51 s
[yaml] 0xdeadBEEF [✔]
2842.51 s
[yaml] 0xDEADBEEF [✔]
2842.51 s
[yaml] 1.23015e+3 [✔]
2842.51 s
[yaml] 12.3015e+02 [✔]
2842.51 s
[yaml] 1230.15 [✔]
2842.51 s
[yaml] Text.Libyaml with default tag rendering
2842.51 s
[yaml] elides custom sequence tags [✔]
2842.51 s
[yaml] elides custom mapping tags [✔]
2842.51 s
[yaml] elides default sequence tags [✔]
2842.51 s
[yaml] elides default mapping tags [✔]
2842.51 s
[yaml] handles NoTag on sequences [✔]
2842.51 s
[yaml] handles NoTag on mappings [✔]
2842.51 s
[yaml] handles mixed tag usages but elides all mapping and sequence tags [✔]
2842.51 s
[yaml] in combination of tags, anchors and styles, outputs only the scalar tags [✔]
2842.51 s
[yaml] outputs tags when double quoted [✔]
2842.51 s
[yaml] outputs tags when single quoted [✔]
2842.51 s
[yaml] outputs tags on literal text [✔]
2842.51 s
[yaml] outputs tags on folded text [✔]
2842.51 s
[yaml] Text.Libyaml with all tags on
2842.51 s
[yaml] will output custom sequence tags [✔]
2842.51 s
[yaml] will output custom mapping tags [✔]
2842.51 s
[yaml] will output default sequence tags [✔]
2842.51 s
[yaml] will output default mapping tags [✔]
2842.51 s
[yaml] handles NoTag on sequences [✔]
2842.51 s
[yaml] handles NoTag on mappings [✔]
2842.51 s
[yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
2842.51 s
[yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
2842.51 s
[yaml] outputs plain tags [✔]
2842.51 s
[yaml] respects PlainNoTag tags [✔]
2842.51 s
[yaml] Text.Libyaml with uri tags on
2842.51 s
[yaml] will output custom sequence tags [✔]
2842.51 s
[yaml] will output custom mapping tags [✔]
2842.51 s
[yaml] will output default sequence tags [✔]
2842.51 s
[yaml] will output default mapping tags [✔]
2842.51 s
[yaml] handles NoTag on sequences [✔]
2842.51 s
[yaml] handles NoTag on mappings [✔]
2842.51 s
[yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
2842.51 s
[yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
2842.51 s
[yaml] Text.Libyaml with tags off
2842.51 s
[yaml] outputs plain tags [✔]
2842.51 s
[yaml] respects PlainNoTag tags [✔]
2842.51 s
[yaml] elides tags when double quoted [✔]
2842.51 s
[yaml] elides tags when single quoted [✔]
2842.51 s
[yaml] elides tags on literal text [✔]
2842.51 s
[yaml] elides tags on folded text [✔]
2842.51 s
[yaml] Text.Libyaml with only UriTags set to render
2842.51 s
[yaml] outputs only UriTags [✔]
2842.51 s
[yaml] Scientific values round-trip [✔]
2842.51 s
[yaml] +++ OK, passed 100 tests.
2842.51 s
[yaml] Data.Yaml.Include
2842.51 s
[yaml] decodeFile
2842.51 s
[yaml] supports includes [✔]
2842.51 s
[yaml] supports recursive includes [✔]
2842.51 s
[yaml] aborts on cyclic includes [✔]
2842.51 s
[yaml] when file does not exist
2842.51 s
[yaml] throws Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
2842.51 s
[yaml] with a 1K stack size limit
2842.51 s
[yaml] with a large list
2842.53 s
[yaml] succeeds [✔]
2842.53 s
[yaml] decodeFileEither
2842.53 s
[yaml] when file does not exist
2842.53 s
[yaml] returns Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
2842.53 s
[yaml] decodeFileWithWarnings
2842.53 s
[yaml] warns on duplicate keys [✔]
2842.54 s
[yaml] warns on nested duplicate keys [✔]
2842.54 s
[yaml] when overriding a merged key
2842.54 s
[yaml] does not warn [✔]
2842.54 s
[yaml] when overriding twice
2842.54 s
[yaml] warns [✔]
2842.54 s
[yaml] Data.Yaml.TH
2842.54 s
[yaml] yamlQQ
2842.54 s
[yaml] parses yaml [✔]
2842.54 s
[yaml]
2842.54 s
[yaml] Finished in 0.0485 seconds
2842.54 s
[yaml] 155 examples, 0 failures
2842.55 s
[yaml] Test suite spec: PASS
2842.55 s
[yaml] Test suite logged to: dist/test/yaml-0.11.11.2-spec.log
2842.55 s
[yaml] 1 of 1 test suites (1 of 1 test cases) passed.
2842.57 s
[yaml] Phase: haddockPhase
2843.46 s
[yaml] Preprocessing library for yaml-0.11.11.2...
2843.46 s
[yaml] Running Haddock on library for yaml-0.11.11.2...
2843.50 s
[yaml] Warning: The documentation for the following packages are not installed. No
2843.50 s
[yaml] links will be generated to these packages: attoparsec-0.14.4,
2843.50 s
[yaml] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
2843.98 s
[yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, nothing ) [HIE file is missing]
2844.51 s
[yaml] src/Data/Yaml/Internal.hs:112:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2844.51 s
[yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2844.51 s
[yaml] • In the data declaration for ‘ParseException’
2844.51 s
[yaml] |
2844.51 s
[yaml] 112 | deriving (Show, Typeable )
2844.51 s
[yaml] | ^^^^^^^^
2844.51 s
[yaml]
2844.52 s
[yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, nothing ) [HIE file is missing]
2844.55 s
[yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, nothing ) [HIE file is missing]
2844.62 s
[yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, nothing ) [HIE file is missing]
2844.79 s
[yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, nothing ) [HIE file is missing]
2844.83 s
[yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, nothing ) [HIE file is missing]
2844.83 s
[yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, nothing ) [HIE file is missing]
2844.92 s
[yaml] src/Data/Yaml/Parser.hs:150:21: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
2844.92 s
[yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
2844.92 s
[yaml] • In the data declaration for ‘YamlParseException’
2844.92 s
[yaml] |
2844.92 s
[yaml] 150 | deriving (Show, Typeable )
2844.92 s
[yaml] | ^^^^^^^^
2844.92 s
[yaml]
2844.92 s
[yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, nothing ) [HIE file is missing]
2844.94 s
[yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, nothing ) [HIE file is missing]
2845.01 s
[yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, nothing ) [HIE file is missing]
2845.02 s
[yaml] Haddock coverage:
2845.02 s
[yaml] Warning: 'setStringStyle' is out of scope.
2845.02 s
[yaml] If you qualify the identifier, haddock can try to link it anyway.
2845.28 s
[yaml] 42% ( 8 / 19) in 'Data.Yaml.Internal'
2845.28 s
[yaml] Missing documentation for:
2845.28 s
[yaml] Module header
2845.28 s
[yaml] ParseException (src/Data/Yaml/Internal.hs:99)
2845.28 s
[yaml] Warning (src/Data/Yaml/Internal.hs:176)
2845.28 s
[yaml] parse (src/Data/Yaml/Internal.hs:198)
2845.28 s
[yaml] Parse (src/Data/Yaml/Internal.hs:190)
2845.28 s
[yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
2845.28 s
[yaml] decodeHelper_ (src/Data/Yaml/Internal.hs:372)
2845.28 s
[yaml] decodeAllHelper (src/Data/Yaml/Internal.hs:363)
2845.28 s
[yaml] decodeAllHelper_ (src/Data/Yaml/Internal.hs:380)
2845.28 s
[yaml] textToScientific (src/Data/Yaml/Internal.hs:250)
2845.28 s
[yaml] StringStyle (src/Data/Yaml/Internal.hs:385)
2845.28 s
[yaml] 75% ( 3 / 4) in 'Data.Yaml.Include'
2845.28 s
[yaml] Missing documentation for:
2845.28 s
[yaml] Module header
2845.29 s
[yaml] 87% ( 29 / 33) in 'Data.Yaml.Builder'
2845.29 s
[yaml] Missing documentation for:
2845.29 s
[yaml] YamlBuilder (src/Data/Yaml/Builder.hs:66)
2845.29 s
[yaml] ToYaml (src/Data/Yaml/Builder.hs:68)
2845.29 s
[yaml] writeYamlFile (src/Data/Yaml/Builder.hs:235)
2845.29 s
[yaml] .= (src/Data/Yaml/Builder.hs:64)
2845.29 s
[yaml] Warning: 'YamlException' is ambiguous. It is defined
2845.29 s
[yaml] * in ‘Text.Libyaml’
2845.29 s
[yaml] * in ‘Text.Libyaml’
2845.29 s
[yaml] You may be able to disambiguate the identifier by qualifying it or
2845.29 s
[yaml] by specifying the type/value namespace explicitly.
2845.29 s
[yaml] Defaulting to the one defined in ‘Text.Libyaml’
2845.29 s
[yaml] 87% ( 56 / 64) in 'Data.Yaml'
2845.29 s
[yaml] Missing documentation for:
2845.29 s
[yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
2845.29 s
[yaml] ParseException (src/Data/Yaml/Internal.hs:99)
2845.29 s
[yaml] YamlException
2845.29 s
[yaml] .=
2845.29 s
[yaml] parseMonad (src/Data/Yaml.hs:291)
2845.29 s
[yaml] decode (src/Data/Yaml.hs:186)
2845.29 s
[yaml] decodeFile (src/Data/Yaml.hs:194)
2845.29 s
[yaml] decodeEither (src/Data/Yaml.hs:235)
2845.29 s
[yaml] 100% ( 15 / 15) in 'Data.Yaml.Config'
2845.29 s
[yaml] 100% ( 2 / 2) in 'Data.Yaml.Aeson'
2845.29 s
[yaml] 5% ( 1 / 18) in 'Data.Yaml.Parser'
2845.29 s
[yaml] Missing documentation for:
2845.29 s
[yaml] YamlParser (src/Data/Yaml/Parser.hs:31)
2845.29 s
[yaml] lookupAnchor (src/Data/Yaml/Parser.hs:67)
2845.29 s
[yaml] withAnchor (src/Data/Yaml/Parser.hs:70)
2845.29 s
[yaml] withMapping (src/Data/Yaml/Parser.hs:77)
2845.29 s
[yaml] withSequence (src/Data/Yaml/Parser.hs:82)
2845.29 s
[yaml] withText (src/Data/Yaml/Parser.hs:87)
2845.29 s
[yaml] typeMismatch (src/Data/Yaml/Parser.hs:92)
2845.29 s
[yaml] FromYaml (src/Data/Yaml/Parser.hs:106)
2845.29 s
[yaml] YamlValue (src/Data/Yaml/Parser.hs:123)
2845.29 s
[yaml] AnchorMap (src/Data/Yaml/Parser.hs:130)
2845.29 s
[yaml] RawDoc (src/Data/Yaml/Parser.hs:131)
2845.29 s
[yaml] parseRawDoc (src/Data/Yaml/Parser.hs:135)
2845.29 s
[yaml] .: (src/Data/Yaml/Parser.hs:141)
2845.29 s
[yaml] YamlParseException (src/Data/Yaml/Parser.hs:146)
2845.29 s
[yaml] sinkValue (src/Data/Yaml/Parser.hs:154)
2845.30 s
[yaml] sinkRawDoc (src/Data/Yaml/Parser.hs:201)
2845.30 s
[yaml] readYamlFile (src/Data/Yaml/Parser.hs:204)
2845.30 s
[yaml] Warning: 'encode' is out of scope.
2845.30 s
[yaml] If you qualify the identifier, haddock can try to link it anyway.
2845.30 s
[yaml] 88% ( 8 / 9) in 'Data.Yaml.Pretty'
2845.30 s
[yaml] Missing documentation for:
2845.30 s
[yaml] pretty (src/Data/Yaml/Pretty.hs:86)
2845.30 s
[yaml] 87% ( 14 / 16) in 'Data.Yaml.TH'
2845.30 s
[yaml] Missing documentation for:
2845.30 s
[yaml] Module header
2845.30 s
[yaml] .=
2845.70 s
[yaml] Warning: Data.Yaml.Internal: could not find link destinations for:
2845.70 s
[yaml] - Data.Yaml.Internal.ParseState
2845.72 s
[yaml] Warning: Data.Yaml: could not find link destinations for:
2845.72 s
[yaml] - Data.Vector.Vector
2845.72 s
[yaml] - Data.Aeson.Types.Generic.ProductSize
2845.72 s
[yaml] - Data.Aeson.Types.FromJSON.withBoundedScientific
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.FromPairs
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.gToJSON
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.fromPairs
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.pair
2845.72 s
[yaml] - Data.Vector.Generic.Base.Vector
2845.72 s
[yaml] - Data.Aeson.Types.Internal.Rep_Value
2845.72 s
[yaml] - Data.Vector.Primitive.Vector
2845.72 s
[yaml] - Data.Vector.Storable.Vector
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
2845.72 s
[yaml] - Data.Aeson.Types.ToJSON.WriteProduct
2845.73 s
[yaml] Warning: Data.Yaml.TH: could not find link destinations for:
2845.73 s
[yaml] - Data.Vector.Vector
2845.73 s
[yaml] - Data.Aeson.Types.Generic.ProductSize
2845.73 s
[yaml] - Data.Aeson.Types.ToJSON.FromPairs
2845.73 s
[yaml] - Data.Aeson.Types.ToJSON.gToJSON
2845.73 s
[yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
2845.73 s
[yaml] - Data.Aeson.Types.ToJSON.fromPairs
2845.73 s
[yaml] - Data.Aeson.Types.ToJSON.pair
2845.73 s
[yaml] - Data.Vector.Generic.Base.Vector
2845.73 s
[yaml] - Data.Aeson.Types.Internal.Rep_Value
2845.73 s
[yaml] - Data.Vector.Primitive.Vector
2845.73 s
[yaml] - Data.Vector.Storable.Vector
2845.73 s
[yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
2845.74 s
[yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
2845.74 s
[yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
2845.74 s
[yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
2845.74 s
[yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
2845.74 s
[yaml] - Data.Aeson.Types.ToJSON.WriteProduct
2852.95 s
[yaml] Documentation created: dist/doc/html/yaml, dist/doc/html/yaml/yaml.txt
2853.76 s
[yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
2853.85 s
[yaml] Phase: installPhase
2853.97 s
[yaml] Installing library in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2854.67 s
[yaml] Phase: fixupPhase
2854.69 s
[yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2
2854.70 s
[yaml] shrinking /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSyaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL-ghc9.12.1.so
2854.72 s
[yaml] checking for references to /build/ in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2...
2854.75 s
[yaml] patching script interpreter paths in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2
2854.76 s
[yaml] stripping (with command strip and flags -S -p) in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/lib
2854.99 s
[yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc
2855.00 s
[yaml] checking for references to /build/ in /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc...
2855.02 s
[yaml] patching script interpreter paths in /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc
2855.26 s
[yaml:post-build] Uploading to cachix cache "sellout": /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2
2856.66 s
[yaml:post-build] Pushing 2 paths (178 are already present) using zstd to cache sellout ⏳
2856.66 s
[yaml:post-build]
2857.03 s
[yaml:post-build] Pushing /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc (3.05 MiB)
2857.16 s
[yaml:post-build] Pushing /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2 (5.36 MiB)
2858.32 s
[yaml:post-build]
2858.33 s
[yaml:post-build] All done.
2858.52 s
[yaml:post-build] Uploading to the NixCI cache: /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2
2858.99 s
[yaml:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2859.24 s
[yaml:post-build] copying 2 paths...
2859.25 s
[yaml:post-build] copying path '/nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc' to 'https://cache.nix-ci.com'...
2859.74 s
[yaml:post-build] copying path '/nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2' to 'https://cache.nix-ci.com'...
2862.23 s
[yaml:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2862.61 s
[yaml:post-build] copying 2 paths...
2862.61 s
[yaml:post-build] copying path '/nix/store/v3197x3fmz23z81290g8g3hiwm34l091-raw-strings-qq-1.1.drv' to 'https://cache.nix-ci.com'...
2862.77 s
[yaml:post-build] copying path '/nix/store/wr4z4k86p57mxynjddxkwwv999pn26jx-yaml-0.11.11.2.drv' to 'https://cache.nix-ci.com'...
2863.08 s
Progress: 152 of 170 built (1 building), 375 of 375 downloaded from cache
2863.21 s
Building /nix/store/m38pfh1iwkdwjnnpf1f96pjckr2s229b-fourmolu-0.18.0.0.drv
2863.29 s
Building /nix/store/vdgixa4zjh2n2l0bz4gyksga45i8204s-hie-bios-0.14.0.drv
2863.42 s
Building /nix/store/81784bi7xpj02gp5a85889d3p1ygbjgz-hlint-3.10.drv
2863.48 s
Building /nix/store/9hhx7w48jbv9wrsq08nyr17dqqmsb1zx-implicit-hie-0.1.4.0.drv
2863.48 s
[lsp-types] [3 of 4] Compiling Language.LSP.Protocol.QuickCheck.Message ( quickcheck/Language/LSP/Protocol/QuickCheck/Message.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Message.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Message.dyn_o )
2863.48 s
[lsp-types] [4 of 4] Compiling Language.LSP.Protocol.QuickCheck ( quickcheck/Language/LSP/Protocol/QuickCheck.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck.dyn_o )
2863.57 s
[hie-bios] Phase: setupCompilerEnvironmentPhase
2863.58 s
[hie-bios] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2863.59 s
[fourmolu] Phase: setupCompilerEnvironmentPhase
2863.61 s
[fourmolu] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2863.61 s
[lsp-types] [1 of 4] Compiling Language.LSP.Protocol.QuickCheck.Common ( quickcheck/Language/LSP/Protocol/QuickCheck/Common.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Common.p_o )
2863.73 s
[hlint] Phase: setupCompilerEnvironmentPhase
2863.74 s
[hlint] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2863.76 s
[implicit-hie] Phase: setupCompilerEnvironmentPhase
2863.76 s
[implicit-hie] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
2864.23 s
[hie-bios] Phase: unpackPhase
2864.24 s
[fourmolu] Phase: unpackPhase
2864.26 s
[hie-bios] unpacking source archive /nix/store/5mzychgfwip9k4vjd13k077y11mapngh-hie-bios-0.14.0.tar.gz
2864.26 s
[fourmolu] unpacking source archive /nix/store/bdgihab2nhn6ywibdkvq6ik9d90f6hw0-fourmolu-0.18.0.0.tar.gz
2864.27 s
[hie-bios] source root is hie-bios-0.14.0
2864.28 s
[lsp-types] [2 of 4] Compiling Language.LSP.Protocol.QuickCheck.Types ( quickcheck/Language/LSP/Protocol/QuickCheck/Types.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Types.p_o )
2864.30 s
[hie-bios] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hie-bios-0.14.0/wrappers/cabal.hs"
2864.31 s
[hie-bios] Phase: patchPhase
2864.32 s
[hie-bios] Replace Cabal file with edited version from mirror://hackage/hie-bios-0.14.0/revision/3.cabal.
2864.34 s
[hie-bios] Phase: compileBuildDriverPhase
2864.36 s
[hie-bios] setupCompileFlags: -package-db=/build/tmp.XKgJO24e4T/setup-package.conf.d -threaded
2864.37 s
[implicit-hie] Phase: unpackPhase
2864.38 s
[fourmolu] source root is fourmolu-0.18.0.0
2864.39 s
[implicit-hie] unpacking source archive /nix/store/czymcpdrh6a611g040b8nv7xvg4lk72f-implicit-hie-0.1.4.0.tar.gz
2864.39 s
[implicit-hie] source root is implicit-hie-0.1.4.0
2864.41 s
[implicit-hie] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "implicit-hie-0.1.4.0/test/stackHie.yaml"
2864.42 s
[fourmolu] setting SOURCE_DATE_EPOCH to timestamp 1737838769 of file "fourmolu-0.18.0.0/tests/Spec.hs"
2864.42 s
[implicit-hie] Phase: patchPhase
2864.43 s
[fourmolu] Phase: patchPhase
2864.43 s
[hie-bios] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.XKgJO24e4T/Main.o )
2864.45 s
[fourmolu] Phase: compileBuildDriverPhase
2864.45 s
[implicit-hie] Phase: compileBuildDriverPhase
2864.46 s
[fourmolu] setupCompileFlags: -package-db=/build/tmp.Mc6Hr9rZU3/setup-package.conf.d -threaded
2864.47 s
[implicit-hie] setupCompileFlags: -package-db=/build/tmp.oXXKfqTlJm/setup-package.conf.d -threaded
2864.51 s
[hlint] Phase: unpackPhase
2864.52 s
[hie-bios] [2 of 2] Linking Setup
2864.52 s
[hlint] unpacking source archive /nix/store/10wkx6p9h2c1h0yyyihk1j18l2d2hkhr-hlint-3.10.tar.gz
2864.57 s
[fourmolu] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Mc6Hr9rZU3/Main.o )
2864.57 s
[hlint] source root is hlint-3.10
2864.59 s
[hlint] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hlint-3.10/tests/wildcards.test"
2864.60 s
[implicit-hie] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.oXXKfqTlJm/Main.o )
2864.61 s
[hlint] Phase: patchPhase
2864.62 s
[hlint] Phase: compileBuildDriverPhase
2864.62 s
[hlint] setupCompileFlags: -package-db=/build/tmp.dTlY4fR0z2/setup-package.conf.d -threaded
2864.65 s
[fourmolu] [2 of 2] Linking Setup
2864.71 s
[implicit-hie] [2 of 2] Linking Setup
2864.72 s
[hlint] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.dTlY4fR0z2/Main.o )
2864.80 s
[hlint] [2 of 2] Linking Setup
2866.27 s
[hie-bios] Phase: updateAutotoolsGnuConfigScriptsPhase
2866.30 s
[hie-bios] Phase: configurePhase
2866.32 s
[hie-bios] configureFlags: --verbose --prefix=/nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc/share/doc/hie-bios-0.14.0 --with-gcc=gcc --package-db=/build/tmp.XKgJO24e4T/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/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/lib
2866.35 s
[hie-bios] Using Parsec parser
2866.35 s
[hie-bios] Configuring hie-bios-0.14.0...
2866.41 s
[hie-bios] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2866.41 s
[hie-bios] 'ghc' version < 9.12):
2866.41 s
[hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2866.41 s
[hie-bios] 9.12.1
2866.44 s
[fourmolu] Phase: updateAutotoolsGnuConfigScriptsPhase
2866.47 s
[fourmolu] Phase: configurePhase
2866.49 s
[fourmolu] configureFlags: --verbose --prefix=/nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc/share/doc/fourmolu-0.18.0.0 --with-gcc=gcc --package-db=/build/tmp.Mc6Hr9rZU3/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
2866.51 s
[fourmolu] Using Parsec parser
2866.51 s
[fourmolu] Configuring fourmolu-0.18.0.0...
2866.55 s
[implicit-hie] Phase: updateAutotoolsGnuConfigScriptsPhase
2866.58 s
[fourmolu] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2866.58 s
[fourmolu] 'ghc' version < 9.12):
2866.58 s
[fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2866.58 s
[fourmolu] 9.12.1
2866.58 s
[implicit-hie] Phase: configurePhase
2866.59 s
[implicit-hie] configureFlags: --verbose --prefix=/nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc/share/doc/implicit-hie-0.1.4.0 --with-gcc=gcc --package-db=/build/tmp.oXXKfqTlJm/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
2866.62 s
[implicit-hie] Using Parsec parser
2866.62 s
[implicit-hie] Configuring implicit-hie-0.1.4.0...
2866.67 s
[hlint] Phase: updateAutotoolsGnuConfigScriptsPhase
2866.68 s
[hlint] Phase: configurePhase
2866.70 s
[hlint] configureFlags: --verbose --prefix=/nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --datadir=/nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data/share/ghc-9.12.1 --docdir=/nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc/share/doc/hlint-3.10 --with-gcc=gcc --package-db=/build/tmp.dTlY4fR0z2/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
2866.70 s
[implicit-hie] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2866.70 s
[implicit-hie] 'ghc' version < 9.12):
2866.70 s
[implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2866.70 s
[implicit-hie] 9.12.1
2866.74 s
[hlint] Using Parsec parser
2866.74 s
[hlint] Configuring hlint-3.10...
2866.81 s
[hlint] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
2866.81 s
[hlint] 'ghc' version < 9.12):
2866.81 s
[hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
2866.81 s
[hlint] 9.12.1
2867.10 s
[fourmolu] Flags chosen: dev=False
2867.25 s
[implicit-hie] Flags chosen: executable=True
2867.39 s
[hlint] Flags chosen: ghc-lib=True, gpl=True, hsyaml=False, threaded=True
2867.42 s
[hie-bios] Dependency aeson >=1.4.4 && <2.3: using aeson-2.2.3.0
2867.42 s
[hie-bios] Dependency base >=4.16 && <5: using base-4.21.0.0
2867.42 s
[hie-bios] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
2867.42 s
[hie-bios] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.12.2.0
2867.42 s
[hie-bios] Dependency co-log-core >=0.3.0 && <0.4: using co-log-core-0.3.2.5
2867.42 s
[hie-bios] Dependency conduit >=1.3 && <2: using conduit-1.3.6.1
2867.42 s
[hie-bios] Dependency conduit-extra >=1.3 && <2: using conduit-extra-1.3.7
2867.42 s
[hie-bios] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
2867.42 s
[hie-bios] cryptohash-sha1-0.11.101.0
2867.42 s
[hie-bios] Dependency deepseq >=1.4.3 && <1.6: using deepseq-1.5.1.0
2867.42 s
[hie-bios] Dependency directory >=1.3.0 && <1.4: using directory-1.3.9.0
2867.42 s
[hie-bios] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
2867.42 s
[hie-bios] Dependency extra >=1.6.14 && <1.9: using extra-1.8
2867.42 s
[hie-bios] Dependency file-embed >=0.0.11 && <1: using file-embed-0.0.16.0
2867.42 s
[hie-bios] Dependency filepath >=1.4.1 && <1.6: using filepath-1.5.4.0
2867.42 s
[hie-bios] Dependency ghc >=9.2.1 && <9.13: using ghc-9.12.1
2867.42 s
[hie-bios] Dependency prettyprinter >=1.6 && <1.7 || >=1.7.0 && <1.8: using
2867.42 s
[hie-bios] prettyprinter-1.7.1
2867.42 s
[hie-bios] Dependency template-haskell: using template-haskell-2.23.0.0
2867.42 s
[hie-bios] Dependency temporary >=1.2 && <1.4: using temporary-1.3
2867.42 s
[hie-bios] Dependency text >=1.2.3 && <2.2: using text-2.1.2
2867.42 s
[hie-bios] Dependency time >=1.8.0 && <1.15: using time-1.14
2867.42 s
[hie-bios] Dependency transformers >=0.5.2 && <0.7: using transformers-0.6.1.2
2867.42 s
[hie-bios] Dependency unix-compat >=0.5.1 && <0.8: using unix-compat-0.7.4
2867.42 s
[hie-bios] Dependency unordered-containers >=0.2.9 && <0.3: using
2867.42 s
[hie-bios] unordered-containers-0.2.20
2867.42 s
[hie-bios] Dependency yaml >=0.10.0 && <0.12: using yaml-0.11.11.2
2867.42 s
[hie-bios] Dependency base >=4.16 && <5: using base-4.21.0.0
2867.42 s
[hie-bios] Dependency co-log-core: using co-log-core-0.3.2.5
2867.42 s
[hie-bios] Dependency directory: using directory-1.3.9.0
2867.42 s
[hie-bios] Dependency filepath: using filepath-1.5.4.0
2867.42 s
[hie-bios] Dependency hie-bios: using hie-bios-0.14.0
2867.42 s
[hie-bios] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
2867.42 s
[hie-bios] Dependency prettyprinter: using prettyprinter-1.7.1
2867.42 s
[hie-bios] Source component graph:
2867.42 s
[hie-bios] component lib
2867.42 s
[hie-bios] component exe:hie-bios dependency lib
2867.42 s
[hie-bios] Configured component graph:
2867.42 s
[hie-bios] component hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
2867.42 s
[hie-bios] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.42 s
[hie-bios] include base-4.21.0.0-f068
2867.42 s
[hie-bios] include base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
2867.42 s
[hie-bios] include bytestring-0.12.2.0-be6d
2867.42 s
[hie-bios] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
2867.42 s
[hie-bios] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2867.42 s
[hie-bios] include conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2867.42 s
[hie-bios] include cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
2867.42 s
[hie-bios] include deepseq-1.5.1.0-b096
2867.42 s
[hie-bios] include directory-1.3.9.0-9eff
2867.42 s
[hie-bios] include exceptions-0.10.9-5f69
2867.42 s
[hie-bios] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2867.42 s
[hie-bios] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.42 s
[hie-bios] include filepath-1.5.4.0-7ce6
2867.42 s
[hie-bios] include ghc-9.12.1-f739
2867.42 s
[hie-bios] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
2867.42 s
[hie-bios] include template-haskell-2.23.0.0-125a
2867.42 s
[hie-bios] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
2867.42 s
[hie-bios] include text-2.1.2-5eaa
2867.42 s
[hie-bios] include time-1.14-f7a8
2867.42 s
[hie-bios] include transformers-0.6.1.2-199f
2867.42 s
[hie-bios] include unix-compat-0.7.4-AZmRsPEEGaHGaIjsvDWgZb
2867.42 s
[hie-bios] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2867.42 s
[hie-bios] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.42 s
[hie-bios] component hie-bios-0.14.0-BmiNvbEF6spL07HG0lE1MR-hie-bios
2867.42 s
[hie-bios] include base-4.21.0.0-f068
2867.42 s
[hie-bios] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
2867.42 s
[hie-bios] include directory-1.3.9.0-9eff
2867.42 s
[hie-bios] include filepath-1.5.4.0-7ce6
2867.42 s
[hie-bios] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
2867.42 s
[hie-bios] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
2867.42 s
[hie-bios] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
2867.42 s
[hie-bios] Linked component graph:
2867.42 s
[hie-bios] unit hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
2867.42 s
[hie-bios] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.42 s
[hie-bios] include base-4.21.0.0-f068
2867.42 s
[hie-bios] include base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
2867.42 s
[hie-bios] include bytestring-0.12.2.0-be6d
2867.42 s
[hie-bios] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
2867.42 s
[hie-bios] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2867.42 s
[hie-bios] include conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2867.42 s
[hie-bios] include cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
2867.42 s
[hie-bios] include deepseq-1.5.1.0-b096
2867.42 s
[hie-bios] include directory-1.3.9.0-9eff
2867.42 s
[hie-bios] include exceptions-0.10.9-5f69
2867.42 s
[hie-bios] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2867.42 s
[hie-bios] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.42 s
[hie-bios] include filepath-1.5.4.0-7ce6
2867.42 s
[hie-bios] include ghc-9.12.1-f739
2867.42 s
[hie-bios] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
2867.42 s
[hie-bios] include template-haskell-2.23.0.0-125a
2867.42 s
[hie-bios] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
2867.42 s
[hie-bios] include text-2.1.2-5eaa
2867.42 s
[hie-bios] include time-1.14-f7a8
2867.42 s
[hie-bios] include transformers-0.6.1.2-199f
2867.42 s
[hie-bios] include unix-compat-0.7.4-AZmRsPEEGaHGaIjsvDWgZb
2867.42 s
[hie-bios] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2867.42 s
[hie-bios] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.42 s
[hie-bios] HIE.Bios=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios,HIE.Bios.Config=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Config,HIE.Bios.Config.YAML=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Config.YAML,HIE.Bios.Cradle=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Cradle,HIE.Bios.Environment=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Environment,HIE.Bios.Flags=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Flags,HIE.Bios.Ghc.Api=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Ghc.Api,HIE.Bios.Ghc.Check=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Ghc.Check,HIE.Bios.Ghc.Doc=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Ghc.Doc,HIE.Bios.Ghc.Gap=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Ghc.Gap,HIE.Bios.Ghc.Load=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Ghc.Load,HIE.Bios.Ghc.Logger=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Ghc.Logger,HIE.Bios.Internal.Debug=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Internal.Debug,HIE.Bios.Types=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Types,HIE.Bios.Wrappers=hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo:HIE.Bios.Wrappers
2867.42 s
[hie-bios] unit hie-bios-0.14.0-BmiNvbEF6spL07HG0lE1MR-hie-bios
2867.42 s
[hie-bios] include base-4.21.0.0-f068
2867.42 s
[hie-bios] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
2867.42 s
[hie-bios] include directory-1.3.9.0-9eff
2867.42 s
[hie-bios] include filepath-1.5.4.0-7ce6
2867.42 s
[hie-bios] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
2867.42 s
[hie-bios] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
2867.42 s
[hie-bios] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
2867.42 s
[hie-bios] Ready component graph:
2867.42 s
[hie-bios] definite hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
2867.42 s
[hie-bios] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.42 s
[hie-bios] depends base-4.21.0.0-f068
2867.42 s
[hie-bios] depends base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
2867.42 s
[hie-bios] depends bytestring-0.12.2.0-be6d
2867.42 s
[hie-bios] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
2867.42 s
[hie-bios] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
2867.42 s
[hie-bios] depends conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
2867.42 s
[hie-bios] depends cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
2867.42 s
[hie-bios] depends deepseq-1.5.1.0-b096
2867.42 s
[hie-bios] depends directory-1.3.9.0-9eff
2867.42 s
[hie-bios] depends exceptions-0.10.9-5f69
2867.42 s
[hie-bios] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2867.42 s
[hie-bios] depends file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.42 s
[hie-bios] depends filepath-1.5.4.0-7ce6
2867.42 s
[hie-bios] depends ghc-9.12.1-f739
2867.42 s
[hie-bios] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
2867.42 s
[hie-bios] depends template-haskell-2.23.0.0-125a
2867.42 s
[hie-bios] depends temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
2867.42 s
[hie-bios] depends text-2.1.2-5eaa
2867.42 s
[hie-bios] depends time-1.14-f7a8
2867.42 s
[hie-bios] depends transformers-0.6.1.2-199f
2867.42 s
[hie-bios] depends unix-compat-0.7.4-AZmRsPEEGaHGaIjsvDWgZb
2867.42 s
[hie-bios] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2867.42 s
[hie-bios] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.42 s
[hie-bios] definite hie-bios-0.14.0-BmiNvbEF6spL07HG0lE1MR-hie-bios
2867.42 s
[hie-bios] depends base-4.21.0.0-f068
2867.42 s
[hie-bios] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
2867.43 s
[hie-bios] depends directory-1.3.9.0-9eff
2867.43 s
[hie-bios] depends filepath-1.5.4.0-7ce6
2867.43 s
[hie-bios] depends hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
2867.43 s
[hie-bios] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
2867.43 s
[hie-bios] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
2867.43 s
[hie-bios] Using Cabal-3.14.1.0 compiled by ghc-9.12
2867.43 s
[hie-bios] Using compiler: ghc-9.12.1
2867.43 s
[hie-bios] Using install prefix:
2867.43 s
[hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0
2867.49 s
[hie-bios] Executables installed in:
2867.49 s
[hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin
2867.49 s
[hie-bios] Libraries installed in:
2867.49 s
[hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
2867.50 s
[hie-bios] Dynamic Libraries installed in:
2867.50 s
[hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2867.50 s
[hie-bios] Private executables installed in:
2867.50 s
[hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/libexec/x86_64-linux-ghc-9.12.1-f739/hie-bios-0.14.0
2867.50 s
[hie-bios] Data files installed in:
2867.50 s
[hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/share/x86_64-linux-ghc-9.12.1-f739/hie-bios-0.14.0
2867.50 s
[hie-bios] Documentation installed in:
2867.50 s
[hie-bios] /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc/share/doc/hie-bios-0.14.0
2867.50 s
[hie-bios] Configuration files installed in:
2867.50 s
[hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/etc
2867.50 s
[hie-bios] No alex found
2867.50 s
[hie-bios] Using ar found on system at:
2867.50 s
[hie-bios] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2867.50 s
[hie-bios] No c2hs found
2867.50 s
[hie-bios] No cpphs found
2867.50 s
[hie-bios] No doctest found
2867.50 s
[hie-bios] Using gcc version 14.3.0 given by user at:
2867.50 s
[hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2867.50 s
[hie-bios] Using ghc version 9.12.1 found on system at:
2867.50 s
[hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2867.50 s
[hie-bios] Using ghc-pkg version 9.12.1 found on system at:
2867.50 s
[hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2867.50 s
[hie-bios] No ghcjs found
2867.50 s
[hie-bios] No ghcjs-pkg found
2867.50 s
[hie-bios] No greencard found
2867.50 s
[hie-bios] Using haddock version 2.30.0 found on system at:
2867.50 s
[hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2867.50 s
[hie-bios] No happy found
2867.50 s
[hie-bios] No haskell-suite found
2867.50 s
[hie-bios] No haskell-suite-pkg found
2867.50 s
[hie-bios] No hmake found
2867.50 s
[hie-bios] Using hpc version 0.69 found on system at:
2867.50 s
[hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2867.50 s
[hie-bios] Using hsc2hs version 0.68.10 found on system at:
2867.50 s
[hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2867.50 s
[hie-bios] Using hscolour version 1.25 found on system at:
2867.50 s
[hie-bios] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2867.50 s
[hie-bios] No jhc found
2867.50 s
[hie-bios] Using ld found on system at:
2867.50 s
[hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2867.50 s
[hie-bios] No pkg-config found
2867.50 s
[hie-bios] Using runghc version 9.12.1 found on system at:
2867.50 s
[hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2867.50 s
[hie-bios] Using strip version 2.44 found on system at:
2867.50 s
[hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2867.50 s
[hie-bios] Using tar found on system at:
2867.50 s
[hie-bios] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2867.50 s
[hie-bios] No uhc found
2867.64 s
[implicit-hie] Dependency attoparsec >=0.13: using attoparsec-0.14.4
2867.64 s
[implicit-hie] Dependency base >=4.7 && <5: using base-4.21.0.0
2867.64 s
[implicit-hie] Dependency directory >=1.3: using directory-1.3.9.0
2867.64 s
[implicit-hie] Dependency filepath >=1.4: using filepath-1.5.4.0
2867.64 s
[implicit-hie] Dependency filepattern >=0.1: using filepattern-0.1.3
2867.64 s
[implicit-hie] Dependency text >=1.2: using text-2.1.2
2867.64 s
[implicit-hie] Dependency transformers >=0.5: using transformers-0.6.1.2
2867.64 s
[implicit-hie] Dependency yaml >=0.5: using yaml-0.11.11.2
2867.64 s
[implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
2867.64 s
[implicit-hie] Dependency base >=4.7 && <5: using base-4.21.0.0
2867.64 s
[implicit-hie] Dependency directory: using directory-1.3.9.0
2867.64 s
[implicit-hie] Dependency filepath: using filepath-1.5.4.0
2867.64 s
[implicit-hie] Dependency filepattern: using filepattern-0.1.3
2867.64 s
[implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
2867.64 s
[implicit-hie] Dependency text: using text-2.1.2
2867.64 s
[implicit-hie] Dependency transformers: using transformers-0.6.1.2
2867.64 s
[implicit-hie] Dependency yaml: using yaml-0.11.11.2
2867.64 s
[implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
2867.64 s
[implicit-hie] Dependency base >=4.7 && <5: using base-4.21.0.0
2867.64 s
[implicit-hie] Dependency directory: using directory-1.3.9.0
2867.64 s
[implicit-hie] Dependency filepath: using filepath-1.5.4.0
2867.64 s
[implicit-hie] Dependency filepattern: using filepattern-0.1.3
2867.64 s
[implicit-hie] Dependency hspec: using hspec-2.11.12
2867.64 s
[implicit-hie] Dependency hspec-attoparsec: using hspec-attoparsec-0.1.0.2
2867.64 s
[implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
2867.64 s
[implicit-hie] Dependency text: using text-2.1.2
2867.64 s
[implicit-hie] Dependency transformers: using transformers-0.6.1.2
2867.64 s
[implicit-hie] Dependency yaml: using yaml-0.11.11.2
2867.64 s
[implicit-hie] Source component graph:
2867.64 s
[implicit-hie] component lib
2867.64 s
[implicit-hie] component exe:gen-hie dependency lib
2867.64 s
[implicit-hie] component test:implicit-hie-test dependency lib
2867.64 s
[implicit-hie] Configured component graph:
2867.64 s
[implicit-hie] component implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] include base-4.21.0.0-f068
2867.64 s
[implicit-hie] include directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] include filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] include text-2.1.2-5eaa
2867.64 s
[implicit-hie] include transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] component implicit-hie-0.1.4.0-3GjKBDGGluB90F2xDzPsXr-gen-hie
2867.64 s
[implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] include base-4.21.0.0-f068
2867.64 s
[implicit-hie] include directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] include filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] include text-2.1.2-5eaa
2867.64 s
[implicit-hie] include transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] component implicit-hie-0.1.4.0-DfJfBl6YNmjCJVGgyehy9O-implicit-hie-test
2867.64 s
[implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] include base-4.21.0.0-f068
2867.64 s
[implicit-hie] include directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] include filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2867.64 s
[implicit-hie] include hspec-attoparsec-0.1.0.2-LkRjfjOkPUqCqx2Zdb3EN
2867.64 s
[implicit-hie] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] include text-2.1.2-5eaa
2867.64 s
[implicit-hie] include transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] Linked component graph:
2867.64 s
[implicit-hie] unit implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] include base-4.21.0.0-f068
2867.64 s
[implicit-hie] include directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] include filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] include text-2.1.2-5eaa
2867.64 s
[implicit-hie] include transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] Hie.Cabal.Parser=implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L:Hie.Cabal.Parser,Hie.Locate=implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L:Hie.Locate,Hie.Yaml=implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L:Hie.Yaml
2867.64 s
[implicit-hie] unit implicit-hie-0.1.4.0-3GjKBDGGluB90F2xDzPsXr-gen-hie
2867.64 s
[implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] include base-4.21.0.0-f068
2867.64 s
[implicit-hie] include directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] include filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] include text-2.1.2-5eaa
2867.64 s
[implicit-hie] include transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] unit implicit-hie-0.1.4.0-DfJfBl6YNmjCJVGgyehy9O-implicit-hie-test
2867.64 s
[implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] include base-4.21.0.0-f068
2867.64 s
[implicit-hie] include directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] include filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2867.64 s
[implicit-hie] include hspec-attoparsec-0.1.0.2-LkRjfjOkPUqCqx2Zdb3EN
2867.64 s
[implicit-hie] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] include text-2.1.2-5eaa
2867.64 s
[implicit-hie] include transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] Ready component graph:
2867.64 s
[implicit-hie] definite implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] depends base-4.21.0.0-f068
2867.64 s
[implicit-hie] depends directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] depends filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] depends filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] depends text-2.1.2-5eaa
2867.64 s
[implicit-hie] depends transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] definite implicit-hie-0.1.4.0-DfJfBl6YNmjCJVGgyehy9O-implicit-hie-test
2867.64 s
[implicit-hie] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] depends base-4.21.0.0-f068
2867.64 s
[implicit-hie] depends directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] depends filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] depends filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
2867.64 s
[implicit-hie] depends hspec-attoparsec-0.1.0.2-LkRjfjOkPUqCqx2Zdb3EN
2867.64 s
[implicit-hie] depends implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] depends text-2.1.2-5eaa
2867.64 s
[implicit-hie] depends transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] definite implicit-hie-0.1.4.0-3GjKBDGGluB90F2xDzPsXr-gen-hie
2867.64 s
[implicit-hie] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
2867.64 s
[implicit-hie] depends base-4.21.0.0-f068
2867.64 s
[implicit-hie] depends directory-1.3.9.0-9eff
2867.64 s
[implicit-hie] depends filepath-1.5.4.0-7ce6
2867.64 s
[implicit-hie] depends filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.64 s
[implicit-hie] depends implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] depends text-2.1.2-5eaa
2867.64 s
[implicit-hie] depends transformers-0.6.1.2-199f
2867.64 s
[implicit-hie] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.64 s
[implicit-hie] Using Cabal-3.14.1.0 compiled by ghc-9.12
2867.64 s
[implicit-hie] Using compiler: ghc-9.12.1
2867.64 s
[implicit-hie] Using install prefix:
2867.64 s
[implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0
2867.64 s
[implicit-hie] Executables installed in:
2867.64 s
[implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin
2867.64 s
[implicit-hie] Libraries installed in:
2867.64 s
[implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2867.64 s
[implicit-hie] Dynamic Libraries installed in:
2867.64 s
[implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2867.64 s
[implicit-hie] Private executables installed in:
2867.64 s
[implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/libexec/x86_64-linux-ghc-9.12.1-f739/implicit-hie-0.1.4.0
2867.64 s
[implicit-hie] Data files installed in:
2867.64 s
[implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/share/x86_64-linux-ghc-9.12.1-f739/implicit-hie-0.1.4.0
2867.64 s
[implicit-hie] Documentation installed in:
2867.64 s
[implicit-hie] /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc/share/doc/implicit-hie-0.1.4.0
2867.64 s
[implicit-hie] Configuration files installed in:
2867.64 s
[implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/etc
2867.64 s
[implicit-hie] No alex found
2867.64 s
[implicit-hie] Using ar found on system at:
2867.64 s
[implicit-hie] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2867.64 s
[implicit-hie] No c2hs found
2867.64 s
[implicit-hie] No cpphs found
2867.64 s
[implicit-hie] No doctest found
2867.64 s
[implicit-hie] Using gcc version 14.3.0 given by user at:
2867.64 s
[implicit-hie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2867.64 s
[implicit-hie] Using ghc version 9.12.1 found on system at:
2867.64 s
[implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2867.64 s
[implicit-hie] Using ghc-pkg version 9.12.1 found on system at:
2867.64 s
[implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2867.64 s
[implicit-hie] No ghcjs found
2867.64 s
[implicit-hie] No ghcjs-pkg found
2867.64 s
[implicit-hie] No greencard found
2867.64 s
[implicit-hie] Using haddock version 2.30.0 found on system at:
2867.64 s
[implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2867.64 s
[implicit-hie] No happy found
2867.64 s
[implicit-hie] No haskell-suite found
2867.64 s
[implicit-hie] No haskell-suite-pkg found
2867.64 s
[implicit-hie] No hmake found
2867.64 s
[implicit-hie] Using hpc version 0.69 found on system at:
2867.68 s
[fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.1.0
2867.68 s
[fourmolu] Dependency Diff >=0.4 && <2: using Diff-1.0.2
2867.68 s
[fourmolu] Dependency MemoTrie >=0.6 && <0.7: using MemoTrie-0.6.11
2867.68 s
[fourmolu] Dependency aeson >=1.0 && <3.0: using aeson-2.2.3.0
2867.68 s
[fourmolu] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.2
2867.68 s
[fourmolu] Dependency array >=0.5 && <0.6: using array-0.5.8.0
2867.68 s
[fourmolu] Dependency base >=4.14 && <5: using base-4.21.0.0
2867.68 s
[fourmolu] Dependency binary >=0.8 && <0.9: using binary-0.8.9.2
2867.68 s
[fourmolu] Dependency bytestring >=0.2 && <0.13: using bytestring-0.12.2.0
2867.68 s
[fourmolu] Dependency choice >=0.2.4.1 && <0.3: using choice-0.2.4.1
2867.68 s
[fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
2867.68 s
[fourmolu] Dependency directory >=1.3 && <1.4: using directory-1.3.9.0
2867.68 s
[fourmolu] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
2867.68 s
[fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
2867.68 s
[fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
2867.68 s
[fourmolu] ghc-lib-parser-9.12.2.20250320
2867.68 s
[fourmolu] Dependency megaparsec >=9: using megaparsec-9.6.1
2867.68 s
[fourmolu] Dependency mtl >=2 && <3: using mtl-2.3.1
2867.68 s
[fourmolu] Dependency scientific >=0.3.2 && <1: using scientific-0.3.8.0
2867.68 s
[fourmolu] Dependency syb >=0.7 && <0.8: using syb-0.7.2.4
2867.68 s
[fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
2867.68 s
[fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.1.0
2867.68 s
[fourmolu] Dependency base >=4.12 && <5: using base-4.21.0.0
2867.68 s
[fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
2867.68 s
[fourmolu] Dependency directory >=1.3.3 && <1.4: using directory-1.3.9.0
2867.68 s
[fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
2867.68 s
[fourmolu] Dependency fourmolu: using fourmolu-0.18.0.0
2867.68 s
[fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
2867.68 s
[fourmolu] ghc-lib-parser-9.12.2.20250320
2867.68 s
[fourmolu] Dependency optparse-applicative >=0.17 && <0.19: using
2867.68 s
[fourmolu] optparse-applicative-0.18.1.0
2867.68 s
[fourmolu] Dependency terminal-size >=0.1 && <0.4: using terminal-size-0.3.4
2867.68 s
[fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
2867.68 s
[fourmolu] Dependency th-env >=0.1.1 && <0.2: using th-env-0.1.1
2867.68 s
[fourmolu] Dependency unliftio >=0.2.10 && <0.3: using unliftio-0.2.25.1
2867.68 s
[fourmolu] Dependency yaml >=0.11.6.0 && <1: using yaml-0.11.11.2
2867.68 s
[fourmolu] Source component graph:
2867.68 s
[fourmolu] component lib
2867.68 s
[fourmolu] component exe:fourmolu dependency lib
2867.68 s
[fourmolu] Configured component graph:
2867.68 s
[fourmolu] component fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
2867.68 s
[fourmolu] include Cabal-syntax-3.14.1.0-c359
2867.68 s
[fourmolu] include Diff-1.0.2-5PqLIQgVVgC3BsD374jVQi
2867.68 s
[fourmolu] include MemoTrie-0.6.11-ESmUIdx3iAQLVXagXaTdqL
2867.68 s
[fourmolu] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.68 s
[fourmolu] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
2867.68 s
[fourmolu] include array-0.5.8.0-038b
2867.68 s
[fourmolu] include base-4.21.0.0-f068
2867.68 s
[fourmolu] include binary-0.8.9.2-4b0d
2867.68 s
[fourmolu] include bytestring-0.12.2.0-be6d
2867.68 s
[fourmolu] include choice-0.2.4.1-3aj1p9VhBefK22ZexXgbr9
2867.68 s
[fourmolu] include containers-0.7-647d
2867.68 s
[fourmolu] include directory-1.3.9.0-9eff
2867.68 s
[fourmolu] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.68 s
[fourmolu] include filepath-1.5.4.0-7ce6
2867.68 s
[fourmolu] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.68 s
[fourmolu] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
2867.68 s
[fourmolu] include mtl-2.3.1-9650
2867.68 s
[fourmolu] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2867.68 s
[fourmolu] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
2867.68 s
[fourmolu] include text-2.1.2-5eaa
2867.68 s
[fourmolu] component fourmolu-0.18.0.0-J3RZHX9q7k3I2pXH4Lqpkc-fourmolu
2867.68 s
[fourmolu] include Cabal-syntax-3.14.1.0-c359
2867.68 s
[fourmolu] include base-4.21.0.0-f068
2867.69 s
[fourmolu] include containers-0.7-647d
2867.69 s
[fourmolu] include directory-1.3.9.0-9eff
2867.69 s
[fourmolu] include filepath-1.5.4.0-7ce6
2867.69 s
[fourmolu] include fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
2867.69 s
[fourmolu] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.69 s
[fourmolu] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
2867.69 s
[fourmolu] include terminal-size-0.3.4-CZRDlwvd1R2zWHGu5lU06
2867.69 s
[fourmolu] include text-2.1.2-5eaa
2867.69 s
[fourmolu] include th-env-0.1.1-HWKoOhZBvIr65U1ILBK3p5
2867.69 s
[fourmolu] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2867.69 s
[fourmolu] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.69 s
[fourmolu] Linked component graph:
2867.69 s
[fourmolu] unit fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
2867.69 s
[fourmolu] include Cabal-syntax-3.14.1.0-c359
2867.69 s
[fourmolu] include Diff-1.0.2-5PqLIQgVVgC3BsD374jVQi
2867.69 s
[fourmolu] include MemoTrie-0.6.11-ESmUIdx3iAQLVXagXaTdqL
2867.69 s
[fourmolu] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.69 s
[fourmolu] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
2867.69 s
[fourmolu] include array-0.5.8.0-038b
2867.69 s
[fourmolu] include base-4.21.0.0-f068
2867.69 s
[fourmolu] include binary-0.8.9.2-4b0d
2867.69 s
[fourmolu] include bytestring-0.12.2.0-be6d
2867.69 s
[fourmolu] include choice-0.2.4.1-3aj1p9VhBefK22ZexXgbr9
2867.69 s
[fourmolu] include containers-0.7-647d
2867.69 s
[fourmolu] include directory-1.3.9.0-9eff
2867.69 s
[fourmolu] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.69 s
[fourmolu] include filepath-1.5.4.0-7ce6
2867.69 s
[fourmolu] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.69 s
[fourmolu] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
2867.69 s
[fourmolu] include mtl-2.3.1-9650
2867.69 s
[fourmolu] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2867.69 s
[fourmolu] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
2867.69 s
[fourmolu] include text-2.1.2-5eaa
2867.73 s
[implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2867.73 s
[implicit-hie] Using hsc2hs version 0.68.10 found on system at:
2867.73 s
[implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2867.73 s
[implicit-hie] Using hscolour version 1.25 found on system at:
2867.73 s
[implicit-hie] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2867.73 s
[implicit-hie] No jhc found
2867.73 s
[implicit-hie] Using ld found on system at:
2867.73 s
[implicit-hie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2867.73 s
[implicit-hie] No pkg-config found
2867.73 s
[implicit-hie] Using runghc version 9.12.1 found on system at:
2867.73 s
[implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2867.73 s
[implicit-hie] Using strip version 2.44 found on system at:
2867.73 s
[implicit-hie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2867.73 s
[implicit-hie] Using tar found on system at:
2867.73 s
[implicit-hie] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2867.73 s
[implicit-hie] No uhc found
2867.75 s
[fourmolu] Ormolu=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu,Ormolu.Config=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Config,Ormolu.Diff.ParseResult=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Diff.ParseResult,Ormolu.Diff.Text=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Diff.Text,Ormolu.Exception=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Exception,Ormolu.Fixity=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Fixity,Ormolu.Fixity.Imports=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Fixity.Imports,Ormolu.Fixity.Internal=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Fixity.Internal,Ormolu.Fixity.Parser=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Fixity.Parser,Ormolu.Fixity.Printer=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Fixity.Printer,Ormolu.Imports=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Imports,Ormolu.Imports.Grouping=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Imports.Grouping,Ormolu.Parser=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Parser,Ormolu.Parser.CommentStream=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Parser.CommentStream,Ormolu.Parser.Pragma=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Parser.Pragma,Ormolu.Parser.Result=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Parser.Result,Ormolu.Printer=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer,Ormolu.Printer.Combinators=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Combinators,Ormolu.Printer.Comments=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Comments,Ormolu.Printer.Internal=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Internal,Ormolu.Printer.Meat.Common=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Common,Ormolu.Printer.Meat.Declaration=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration,Ormolu.Printer.Meat.Declaration.Annotation=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Annotation,Ormolu.Printer.Meat.Declaration.Class=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Class,Ormolu.Printer.Meat.Declaration.Data=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Data,Ormolu.Printer.Meat.Declaration.Default=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Default,Ormolu.Printer.Meat.Declaration.Foreign=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Foreign,Ormolu.Printer.Meat.Declaration.Instance=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Instance,Ormolu.Printer.Meat.Declaration.OpTree=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.OpTree,Ormolu.Printer.Meat.Declaration.RoleAnnotation=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.RoleAnnotation,Ormolu.Printer.Meat.Declaration.Rule=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Rule,Ormolu.Printer.Meat.Declaration.Signature=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Signature,Ormolu.Printer.Meat.Declaration.Splice=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Splice,Ormolu.Printer.Meat.Declaration.StringLiteral=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.StringLiteral,Ormolu.Printer.Meat.Declaration.Type=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Type,Ormolu.Printer.Meat.Declaration.TypeFamily=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.TypeFamily,Ormolu.Printer.Meat.Declaration.Value=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Value,Ormolu.Printer.Meat.Declaration.Warning=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Declaration.Warning,Ormolu.Printer.Meat.ImportExport=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.ImportExport,Ormolu.Printer.Meat.Module=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Module,Ormolu.Printer.Meat.Pragma=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Pragma,Ormolu.Printer.Meat.Type=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Meat.Type,Ormolu.Printer.Operators=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.Operators,Ormolu.Printer.SpanStream=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Printer.SpanStream,Ormolu.Processing.Common=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Processing.Common,Ormolu.Processing.Cpp=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Processing.Cpp,Ormolu.Processing.Preprocess=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Processing.Preprocess,Ormolu.Terminal=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Terminal,Ormolu.Terminal.QualifiedDo=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Terminal.QualifiedDo,Ormolu.Utils=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Utils,Ormolu.Utils.Cabal=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Utils.Cabal,Ormolu.Utils.Fixity=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Utils.Fixity,Ormolu.Utils.Glob=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Utils.Glob,Ormolu.Utils.IO=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Ormolu.Utils.IO,Paths_fourmolu=fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG:Paths_fourmolu
2867.75 s
[fourmolu] unit fourmolu-0.18.0.0-J3RZHX9q7k3I2pXH4Lqpkc-fourmolu
2867.75 s
[fourmolu] include Cabal-syntax-3.14.1.0-c359
2867.75 s
[fourmolu] include base-4.21.0.0-f068
2867.75 s
[fourmolu] include containers-0.7-647d
2867.75 s
[fourmolu] include directory-1.3.9.0-9eff
2867.75 s
[fourmolu] include filepath-1.5.4.0-7ce6
2867.75 s
[fourmolu] include fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
2867.75 s
[fourmolu] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.75 s
[fourmolu] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
2867.75 s
[fourmolu] include terminal-size-0.3.4-CZRDlwvd1R2zWHGu5lU06
2867.75 s
[fourmolu] include text-2.1.2-5eaa
2867.75 s
[fourmolu] include th-env-0.1.1-HWKoOhZBvIr65U1ILBK3p5
2867.75 s
[fourmolu] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2867.75 s
[fourmolu] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.75 s
[fourmolu] Ready component graph:
2867.75 s
[fourmolu] definite fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
2867.75 s
[fourmolu] depends Cabal-syntax-3.14.1.0-c359
2867.75 s
[fourmolu] depends Diff-1.0.2-5PqLIQgVVgC3BsD374jVQi
2867.75 s
[fourmolu] depends MemoTrie-0.6.11-ESmUIdx3iAQLVXagXaTdqL
2867.75 s
[fourmolu] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.75 s
[fourmolu] depends ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
2867.75 s
[fourmolu] depends array-0.5.8.0-038b
2867.75 s
[fourmolu] depends base-4.21.0.0-f068
2867.75 s
[fourmolu] depends binary-0.8.9.2-4b0d
2867.75 s
[fourmolu] depends bytestring-0.12.2.0-be6d
2867.75 s
[fourmolu] depends choice-0.2.4.1-3aj1p9VhBefK22ZexXgbr9
2867.75 s
[fourmolu] depends containers-0.7-647d
2867.75 s
[fourmolu] depends directory-1.3.9.0-9eff
2867.75 s
[fourmolu] depends file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.75 s
[fourmolu] depends filepath-1.5.4.0-7ce6
2867.75 s
[fourmolu] depends ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.75 s
[fourmolu] depends megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
2867.75 s
[fourmolu] depends mtl-2.3.1-9650
2867.75 s
[fourmolu] depends scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
2867.75 s
[fourmolu] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
2867.75 s
[fourmolu] depends text-2.1.2-5eaa
2867.75 s
[fourmolu] definite fourmolu-0.18.0.0-J3RZHX9q7k3I2pXH4Lqpkc-fourmolu
2867.75 s
[fourmolu] depends Cabal-syntax-3.14.1.0-c359
2867.75 s
[fourmolu] depends base-4.21.0.0-f068
2867.75 s
[fourmolu] depends containers-0.7-647d
2867.75 s
[fourmolu] depends directory-1.3.9.0-9eff
2867.75 s
[fourmolu] depends filepath-1.5.4.0-7ce6
2867.76 s
[fourmolu] depends fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
2867.76 s
[fourmolu] depends ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.76 s
[fourmolu] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
2867.76 s
[fourmolu] depends terminal-size-0.3.4-CZRDlwvd1R2zWHGu5lU06
2867.76 s
[fourmolu] depends text-2.1.2-5eaa
2867.76 s
[fourmolu] depends th-env-0.1.1-HWKoOhZBvIr65U1ILBK3p5
2867.76 s
[fourmolu] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
2867.76 s
[fourmolu] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.76 s
[fourmolu] Using Cabal-3.14.1.0 compiled by ghc-9.12
2867.76 s
[fourmolu] Using compiler: ghc-9.12.1
2867.76 s
[fourmolu] Using install prefix:
2867.76 s
[fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0
2867.76 s
[fourmolu] Executables installed in:
2867.76 s
[fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin
2867.76 s
[fourmolu] Libraries installed in:
2867.76 s
[fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
2867.76 s
[fourmolu] Dynamic Libraries installed in:
2867.76 s
[fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2867.76 s
[fourmolu] Private executables installed in:
2867.76 s
[fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/libexec/x86_64-linux-ghc-9.12.1-f739/fourmolu-0.18.0.0
2867.76 s
[fourmolu] Data files installed in:
2867.76 s
[fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/share/x86_64-linux-ghc-9.12.1-f739/fourmolu-0.18.0.0
2867.76 s
[fourmolu] Documentation installed in:
2867.76 s
[fourmolu] /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc/share/doc/fourmolu-0.18.0.0
2867.76 s
[fourmolu] Configuration files installed in:
2867.76 s
[fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/etc
2867.76 s
[fourmolu] No alex found
2867.76 s
[fourmolu] Using ar found on system at:
2867.76 s
[fourmolu] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2867.76 s
[fourmolu] No c2hs found
2867.76 s
[fourmolu] No cpphs found
2867.76 s
[fourmolu] No doctest found
2867.76 s
[fourmolu] Using gcc version 14.3.0 given by user at:
2867.76 s
[fourmolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2867.76 s
[fourmolu] Using ghc version 9.12.1 found on system at:
2867.76 s
[fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2867.76 s
[fourmolu] Using ghc-pkg version 9.12.1 found on system at:
2867.76 s
[fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2867.76 s
[fourmolu] No ghcjs found
2867.76 s
[fourmolu] No ghcjs-pkg found
2867.76 s
[fourmolu] No greencard found
2867.76 s
[fourmolu] Using haddock version 2.30.0 found on system at:
2867.76 s
[fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2867.76 s
[fourmolu] No happy found
2867.76 s
[fourmolu] No haskell-suite found
2867.76 s
[fourmolu] No haskell-suite-pkg found
2867.76 s
[fourmolu] No hmake found
2867.76 s
[fourmolu] Using hpc version 0.69 found on system at:
2867.76 s
[fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2867.76 s
[fourmolu] Using hsc2hs version 0.68.10 found on system at:
2867.76 s
[fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2867.76 s
[fourmolu] Using hscolour version 1.25 found on system at:
2867.76 s
[fourmolu] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2867.76 s
[fourmolu] No jhc found
2867.76 s
[fourmolu] Using ld found on system at:
2867.76 s
[fourmolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2867.76 s
[fourmolu] No pkg-config found
2867.76 s
[fourmolu] Using runghc version 9.12.1 found on system at:
2867.76 s
[fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2867.76 s
[fourmolu] Using strip version 2.44 found on system at:
2867.76 s
[fourmolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2867.76 s
[fourmolu] Using tar found on system at:
2867.76 s
[fourmolu] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2867.76 s
[fourmolu] No uhc found
2867.84 s
[hlint] Dependency aeson >=1.3: using aeson-2.2.3.0
2867.84 s
[hlint] Dependency ansi-terminal >=0.8.1: using ansi-terminal-1.1.2
2867.84 s
[hlint] Dependency base >=4 && <5: using base-4.21.0.0
2867.84 s
[hlint] Dependency bytestring: using bytestring-0.12.2.0
2867.84 s
[hlint] Dependency cmdargs >=0.10.22: using cmdargs-0.10.22
2867.84 s
[hlint] Dependency containers: using containers-0.7
2867.84 s
[hlint] Dependency cpphs >=1.20.1: using cpphs-1.20.9.1
2867.84 s
[hlint] Dependency data-default >=0.3: using data-default-0.7.1.3
2867.84 s
[hlint] Dependency deriving-aeson >=0.2: using deriving-aeson-0.2.10
2867.84 s
[hlint] Dependency directory: using directory-1.3.9.0
2867.84 s
[hlint] Dependency extra >=1.7.3: using extra-1.8
2867.84 s
[hlint] Dependency file-embed: using file-embed-0.0.16.0
2867.84 s
[hlint] Dependency filepath: using filepath-1.5.4.0
2867.84 s
[hlint] Dependency filepattern >=0.1.1: using filepattern-0.1.3
2867.84 s
[hlint] Dependency ghc-lib-parser >=9.12 && <9.13: using
2867.84 s
[hlint] ghc-lib-parser-9.12.2.20250320
2867.84 s
[hlint] Dependency ghc-lib-parser-ex >=9.12.0.0 && <9.13.0: using
2867.84 s
[hlint] ghc-lib-parser-ex-9.12.0.0
2867.84 s
[hlint] Dependency hscolour >=1.21: using hscolour-1.25
2867.84 s
[hlint] Dependency process: using process-1.6.25.0
2867.84 s
[hlint] Dependency refact >=0.3: using refact-0.3.0.2
2867.84 s
[hlint] Dependency text: using text-2.1.2
2867.84 s
[hlint] Dependency transformers: using transformers-0.6.1.2
2867.84 s
[hlint] Dependency uniplate >=1.5: using uniplate-1.6.13
2867.84 s
[hlint] Dependency unordered-containers: using unordered-containers-0.2.20
2867.84 s
[hlint] Dependency utf8-string: using utf8-string-1.0.2
2867.84 s
[hlint] Dependency vector: using vector-0.13.2.0
2867.84 s
[hlint] Dependency yaml >=0.5.0: using yaml-0.11.11.2
2867.84 s
[hlint] Dependency base: using base-4.21.0.0
2867.84 s
[hlint] Dependency hlint: using hlint-3.10
2867.84 s
[hlint] Source component graph:
2867.84 s
[hlint] component lib
2867.84 s
[hlint] component exe:hlint dependency lib
2867.84 s
[hlint] Configured component graph:
2867.84 s
[hlint] component hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
2867.84 s
[hlint] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.84 s
[hlint] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
2867.84 s
[hlint] include base-4.21.0.0-f068
2867.84 s
[hlint] include bytestring-0.12.2.0-be6d
2867.84 s
[hlint] include cmdargs-0.10.22-JXXQtElXIhZrgiGpv1pF4
2867.84 s
[hlint] include containers-0.7-647d
2867.84 s
[hlint] include cpphs-1.20.9.1-HoqWlBoFHNXJhkIiG6vRz0
2867.84 s
[hlint] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
2867.84 s
[hlint] include deriving-aeson-0.2.10-4fyM9Z8M5gM9ZEywRSgwkJ
2867.84 s
[hlint] include directory-1.3.9.0-9eff
2867.84 s
[hlint] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2867.84 s
[hlint] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.84 s
[hlint] include filepath-1.5.4.0-7ce6
2867.84 s
[hlint] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.84 s
[hlint] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.84 s
[hlint] include ghc-lib-parser-ex-9.12.0.0-Keu02lJYFFJFBF0RgIBDK7
2867.84 s
[hlint] include hscolour-1.25-11r49cmi21465JznnOLtk5
2867.84 s
[hlint] include process-1.6.25.0-4623
2867.84 s
[hlint] include refact-0.3.0.2-8PXfdJkC3Ir1ERQ3LzXF3t
2867.84 s
[hlint] include text-2.1.2-5eaa
2867.84 s
[hlint] include transformers-0.6.1.2-199f
2867.84 s
[hlint] include uniplate-1.6.13-FUxzFFPBlAdHMlLdE3pYMr
2867.84 s
[hlint] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2867.84 s
[hlint] include utf8-string-1.0.2-Bde2FMp8Wot3q1kRC9IAY4
2867.84 s
[hlint] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2867.84 s
[hlint] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.84 s
[hlint] component hlint-3.10-6Io4oSSS51THiSrUoGDegO-hlint
2867.84 s
[hlint] include base-4.21.0.0-f068
2867.84 s
[hlint] include hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
2867.84 s
[hlint] Linked component graph:
2867.84 s
[hlint] unit hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
2867.84 s
[hlint] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.84 s
[hlint] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
2867.84 s
[hlint] include base-4.21.0.0-f068
2867.84 s
[hlint] include bytestring-0.12.2.0-be6d
2867.84 s
[hlint] include cmdargs-0.10.22-JXXQtElXIhZrgiGpv1pF4
2867.84 s
[hlint] include containers-0.7-647d
2867.84 s
[hlint] include cpphs-1.20.9.1-HoqWlBoFHNXJhkIiG6vRz0
2867.84 s
[hlint] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
2867.84 s
[hlint] include deriving-aeson-0.2.10-4fyM9Z8M5gM9ZEywRSgwkJ
2867.84 s
[hlint] include directory-1.3.9.0-9eff
2867.84 s
[hlint] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2867.85 s
[hlint] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.85 s
[hlint] include filepath-1.5.4.0-7ce6
2867.85 s
[hlint] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.85 s
[hlint] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.85 s
[hlint] include ghc-lib-parser-ex-9.12.0.0-Keu02lJYFFJFBF0RgIBDK7
2867.85 s
[hlint] include hscolour-1.25-11r49cmi21465JznnOLtk5
2867.85 s
[hlint] include process-1.6.25.0-4623
2867.85 s
[hlint] include refact-0.3.0.2-8PXfdJkC3Ir1ERQ3LzXF3t
2867.85 s
[hlint] include text-2.1.2-5eaa
2867.85 s
[hlint] include transformers-0.6.1.2-199f
2867.85 s
[hlint] include uniplate-1.6.13-FUxzFFPBlAdHMlLdE3pYMr
2867.85 s
[hlint] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2867.85 s
[hlint] include utf8-string-1.0.2-Bde2FMp8Wot3q1kRC9IAY4
2867.85 s
[hlint] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2867.85 s
[hlint] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.85 s
[hlint] Language.Haskell.HLint=hlint-3.10-2lLvXxcFNWnLtDjmofKSXy:Language.Haskell.HLint
2867.85 s
[hlint] unit hlint-3.10-6Io4oSSS51THiSrUoGDegO-hlint
2867.85 s
[hlint] include base-4.21.0.0-f068
2867.85 s
[hlint] include hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
2867.85 s
[hlint] Ready component graph:
2867.85 s
[hlint] definite hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
2867.85 s
[hlint] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
2867.85 s
[hlint] depends ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
2867.85 s
[hlint] depends base-4.21.0.0-f068
2867.85 s
[hlint] depends bytestring-0.12.2.0-be6d
2867.85 s
[hlint] depends cmdargs-0.10.22-JXXQtElXIhZrgiGpv1pF4
2867.85 s
[hlint] depends containers-0.7-647d
2867.85 s
[hlint] depends cpphs-1.20.9.1-HoqWlBoFHNXJhkIiG6vRz0
2867.85 s
[hlint] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
2867.85 s
[hlint] depends deriving-aeson-0.2.10-4fyM9Z8M5gM9ZEywRSgwkJ
2867.85 s
[hlint] depends directory-1.3.9.0-9eff
2867.85 s
[hlint] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
2867.85 s
[hlint] depends file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
2867.85 s
[hlint] depends filepath-1.5.4.0-7ce6
2867.85 s
[hlint] depends filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
2867.85 s
[hlint] depends ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
2867.85 s
[hlint] depends ghc-lib-parser-ex-9.12.0.0-Keu02lJYFFJFBF0RgIBDK7
2867.85 s
[hlint] depends hscolour-1.25-11r49cmi21465JznnOLtk5
2867.85 s
[hlint] depends process-1.6.25.0-4623
2867.85 s
[hlint] depends refact-0.3.0.2-8PXfdJkC3Ir1ERQ3LzXF3t
2867.85 s
[hlint] depends text-2.1.2-5eaa
2867.85 s
[hlint] depends transformers-0.6.1.2-199f
2867.85 s
[hlint] depends uniplate-1.6.13-FUxzFFPBlAdHMlLdE3pYMr
2867.85 s
[hlint] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
2867.85 s
[hlint] depends utf8-string-1.0.2-Bde2FMp8Wot3q1kRC9IAY4
2867.85 s
[hlint] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
2867.85 s
[hlint] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
2867.85 s
[hlint] definite hlint-3.10-6Io4oSSS51THiSrUoGDegO-hlint
2867.85 s
[hlint] depends base-4.21.0.0-f068
2867.85 s
[hlint] depends hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
2867.85 s
[hlint] Using Cabal-3.14.1.0 compiled by ghc-9.12
2867.85 s
[hlint] Using compiler: ghc-9.12.1
2867.85 s
[hlint] Using install prefix: /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10
2867.85 s
[hlint] Executables installed in:
2867.85 s
[hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin
2867.85 s
[hlint] Libraries installed in:
2867.85 s
[hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
2867.85 s
[hlint] Dynamic Libraries installed in:
2867.85 s
[hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
2867.85 s
[hlint] Private executables installed in:
2867.85 s
[hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/libexec/x86_64-linux-ghc-9.12.1-f739/hlint-3.10
2867.85 s
[hlint] Data files installed in:
2867.85 s
[hlint] /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data/share/ghc-9.12.1/x86_64-linux-ghc-9.12.1-f739/hlint-3.10
2867.85 s
[hlint] Documentation installed in:
2867.85 s
[hlint] /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc/share/doc/hlint-3.10
2867.85 s
[hlint] Configuration files installed in:
2867.85 s
[hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/etc
2867.85 s
[hlint] No alex found
2867.85 s
[hlint] Using ar found on system at:
2867.85 s
[hlint] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
2867.85 s
[hlint] No c2hs found
2867.85 s
[hlint] Using cpphs version 1.20.9 found on system at:
2867.85 s
[hlint] /nix/store/jcw8ljzcfws07li6avqcj2as6pg4ihsc-cpphs-1.20.9.1/bin/cpphs
2867.85 s
[hlint] No doctest found
2867.85 s
[hlint] Using gcc version 14.3.0 given by user at:
2867.85 s
[hlint] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
2867.85 s
[hlint] Using ghc version 9.12.1 found on system at:
2867.85 s
[hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
2867.85 s
[hlint] Using ghc-pkg version 9.12.1 found on system at:
2867.85 s
[hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
2867.85 s
[hlint] No ghcjs found
2867.85 s
[hlint] No ghcjs-pkg found
2867.85 s
[hlint] No greencard found
2867.85 s
[hlint] Using haddock version 2.30.0 found on system at:
2867.85 s
[hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
2867.85 s
[hlint] No happy found
2867.85 s
[hlint] No haskell-suite found
2867.85 s
[hlint] No haskell-suite-pkg found
2867.85 s
[hlint] No hmake found
2867.85 s
[hlint] Using hpc version 0.69 found on system at:
2867.87 s
[hie-bios] Phase: buildPhase
2867.88 s
[hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
2867.88 s
[hlint] Using hsc2hs version 0.68.10 found on system at:
2867.88 s
[hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
2867.88 s
[hlint] Using hscolour version 1.25 found on system at:
2867.88 s
[hlint] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
2867.88 s
[hlint] No jhc found
2867.88 s
[hlint] Using ld found on system at:
2867.88 s
[hlint] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
2867.88 s
[hlint] No pkg-config found
2867.88 s
[hlint] Using runghc version 9.12.1 found on system at:
2867.88 s
[hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
2867.88 s
[hlint] Using strip version 2.44 found on system at:
2867.88 s
[hlint] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
2867.88 s
[hlint] Using tar found on system at:
2867.88 s
[hlint] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
2867.88 s
[hlint] No uhc found
2868.00 s
[hie-bios] Preprocessing library for hie-bios-0.14.0...
2868.00 s
[hie-bios] Building library for hie-bios-0.14.0...
2868.11 s
[implicit-hie] Phase: buildPhase
2868.14 s
[fourmolu] Phase: buildPhase
2868.20 s
[hlint] Phase: buildPhase
2868.23 s
[implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
2868.23 s
[implicit-hie] Building library for implicit-hie-0.1.4.0...
2868.23 s
[fourmolu] Preprocessing library for fourmolu-0.18.0.0...
2868.24 s
[fourmolu] Building library for fourmolu-0.18.0.0...
2868.35 s
[hlint] Preprocessing library for hlint-3.10...
2868.36 s
[hlint] Building library for hlint-3.10...
2868.40 s
[implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, dist/build/Hie/Cabal/Parser.o, dist/build/Hie/Cabal/Parser.dyn_o )
2868.52 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 )
2868.70 s
[fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.o, dist/build/GHC/DynFlags.dyn_o )
2868.75 s
[hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.o, dist/build/EmbedData.dyn_o )
2871.02 s
[implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, dist/build/Hie/Locate.o, dist/build/Hie/Locate.dyn_o )
2871.32 s
[fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.o, dist/build/Ormolu/Printer/SpanStream.dyn_o )
2871.42 s
[fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.o, dist/build/Ormolu/Processing/Cpp.dyn_o )
2871.46 s
[fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.o, dist/build/Ormolu/Utils.dyn_o )
2871.49 s
[implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, dist/build/Hie/Yaml.o, dist/build/Hie/Yaml.dyn_o )
2871.49 s
[implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, dist/build/Paths_implicit_hie.o, dist/build/Paths_implicit_hie.dyn_o )
2871.94 s
[implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, dist/build/Hie/Cabal/Parser.p_o )
2872.74 s
[fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.o, dist/build/Ormolu/Terminal.dyn_o )
2873.12 s
[hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.o, dist/build/Extension.dyn_o )
2874.00 s
[hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.o, dist/build/Fixity.dyn_o )
2874.00 s
[hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, dist/build/GHC/Util/ApiAnnotation.o, dist/build/GHC/Util/ApiAnnotation.dyn_o )
2874.70 s
[implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, dist/build/Hie/Locate.p_o )
2874.76 s
[fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.o, dist/build/Ormolu/Terminal/QualifiedDo.dyn_o )
2874.86 s
[fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.o, dist/build/Ormolu/Diff/Text.dyn_o )
2875.12 s
[hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, dist/build/GHC/Util/Brackets.o, dist/build/GHC/Util/Brackets.dyn_o )
2875.12 s
[hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, dist/build/GHC/Util/DynFlags.o, dist/build/GHC/Util/DynFlags.dyn_o )
2875.12 s
[hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, dist/build/GHC/Util/FreeVars.o, dist/build/GHC/Util/FreeVars.dyn_o )
2875.18 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 )
2875.49 s
[hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, dist/build/GHC/Util/HsDecl.o, dist/build/GHC/Util/HsDecl.dyn_o )
2875.49 s
[hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, dist/build/GHC/Util/Scope.o, dist/build/GHC/Util/Scope.dyn_o )
2875.49 s
[hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, dist/build/GHC/Util/SrcLoc.o, dist/build/GHC/Util/SrcLoc.dyn_o )
2875.49 s
[hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, dist/build/GHC/Util/View.o, dist/build/GHC/Util/View.dyn_o )
2875.49 s
[hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.o, dist/build/HsColour.dyn_o )
2875.49 s
[hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.o, dist/build/Parallel.dyn_o )
2875.49 s
[hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.o, dist/build/Paths_hlint.dyn_o )
2875.49 s
[hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.o, dist/build/Refact.dyn_o )
2875.50 s
[hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, dist/build/GHC/Util/HsExpr.o, dist/build/GHC/Util/HsExpr.dyn_o )
2875.50 s
[implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, dist/build/Hie/Yaml.p_o )
2875.54 s
[implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, dist/build/Paths_implicit_hie.p_o )
2876.06 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 )
2876.06 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 )
2876.06 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 )
2876.06 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 )
2876.06 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 )
2876.06 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 )
2876.06 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 )
2876.06 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 )
2876.06 s
[hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
2876.06 s
[hie-bios] Pattern match(es) are non-exhaustive
2876.06 s
[hie-bios] In an equation for ‘appendLogRef’:
2876.06 s
[hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
2876.06 s
[hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
2876.06 s
[hie-bios] _ _ (LogRef _) _ MCOutput _ _
2876.06 s
[hie-bios] _ _ (LogRef _) _ MCFatal _ _
2876.06 s
[hie-bios] _ _ (LogRef _) _ MCInteractive _ _
2876.06 s
[hie-bios] _ _ (LogRef _) _ MCDump _ _
2876.06 s
[hie-bios] ...
2876.06 s
[hie-bios] |
2876.06 s
[hie-bios] 48 | appendLogRef df style (LogRef ref) _
2876.06 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2876.06 s
[hie-bios]
2876.06 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 )
2876.06 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 )
2876.06 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 )
2876.20 s
[fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.o, dist/build/Ormolu/Exception.dyn_o )
2876.21 s
[hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2876.21 s
[hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
2876.21 s
[hie-bios] |
2876.21 s
[hie-bios] 145 | { cradleRoot :: FilePath
2876.21 s
[hie-bios] | ^^^^^^^^^^
2876.21 s
[hie-bios]
2876.21 s
[hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2876.21 s
[hie-bios] Defined but not used:
2876.21 s
[hie-bios] record field of ResolvedCradles ‘resolvedCradles’
2876.21 s
[hie-bios] |
2876.21 s
[hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
2876.21 s
[hie-bios] | ^^^^^^^^^^^^^^^
2876.21 s
[hie-bios]
2876.21 s
[hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2876.21 s
[hie-bios] Defined but not used:
2876.21 s
[hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
2876.21 s
[hie-bios] |
2876.21 s
[hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
2876.21 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
2876.21 s
[hie-bios]
2876.30 s
[hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.o, dist/build/Timing.dyn_o )
2876.30 s
[hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
2876.30 s
[hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, dist/build/GHC/Util/Unify.o, dist/build/GHC/Util/Unify.dyn_o )
2876.66 s
[fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.o, dist/build/Ormolu/Parser/Pragma.dyn_o )
2876.69 s
[fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.o, dist/build/Ormolu/Parser/CommentStream.dyn_o )
2876.69 s
[fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.o, dist/build/Ormolu/Fixity/Internal.dyn_o )
2876.69 s
[fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.o, dist/build/Ormolu/Fixity/Imports.dyn_o )
2876.69 s
[fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.o, dist/build/Ormolu/Fixity.dyn_o )
2876.82 s
[fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.o, dist/build/Ormolu/Printer/Operators.dyn_o )
2877.33 s
[hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.o, dist/build/GHC/Util.dyn_o )
2877.56 s
[hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.o, dist/build/Config/Type.dyn_o )
2877.85 s
[fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.o, dist/build/Ormolu/Fixity/Printer.dyn_o )
2877.85 s
[fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.o, dist/build/Ormolu/Fixity/Parser.dyn_o )
2878.34 s
[implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
2878.34 s
[implicit-hie] Building test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
2878.52 s
[implicit-hie] [1 of 2] Compiling Main ( test/Spec.hs, dist/build/implicit-hie-test/implicit-hie-test-tmp/Main.o )
2878.70 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 )
2878.84 s
[hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.o, dist/build/HIE/Bios.dyn_o )
2878.84 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 )
2879.73 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 )
2879.80 s
[implicit-hie] [2 of 2] Compiling Paths_implicit_hie ( dist/build/implicit-hie-test/autogen/Paths_implicit_hie.hs, dist/build/implicit-hie-test/implicit-hie-test-tmp/Paths_implicit_hie.o )
2880.15 s
[implicit-hie] [3 of 3] Linking dist/build/implicit-hie-test/implicit-hie-test
2880.86 s
[hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.o, dist/build/Idea.dyn_o )
2881.31 s
[fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, dist/build/Ormolu/Utils/Glob.o, dist/build/Ormolu/Utils/Glob.dyn_o )
2881.31 s
[fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, dist/build/Ormolu/Config/Types.o, dist/build/Ormolu/Config/Types.dyn_o )
2881.31 s
[fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, dist/build/Ormolu/Config/Gen.o, dist/build/Ormolu/Config/Gen.dyn_o )
2881.31 s
[fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.o, dist/build/Ormolu/Utils/IO.dyn_o )
2881.31 s
[fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.o, dist/build/Ormolu/Utils/Fixity.dyn_o )
2881.39 s
[implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
2881.39 s
[implicit-hie] Building executable 'gen-hie' for implicit-hie-0.1.4.0...
2881.42 s
[fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.o, dist/build/Ormolu/Config.dyn_o )
2881.44 s
[hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.o, dist/build/Test/Util.dyn_o )
2881.62 s
[implicit-hie] [1 of 2] Compiling Main ( app/Main.hs, dist/build/gen-hie/gen-hie-tmp/Main.o )
2882.15 s
[implicit-hie] [2 of 2] Compiling Paths_implicit_hie ( dist/build/gen-hie/autogen/Paths_implicit_hie.hs, dist/build/gen-hie/gen-hie-tmp/Paths_implicit_hie.o )
2882.44 s
[implicit-hie] [3 of 3] Linking dist/build/gen-hie/gen-hie
2883.09 s
[fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.o, dist/build/Ormolu/Processing/Common.dyn_o )
2883.48 s
[fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.o, dist/build/Ormolu/Processing/Preprocess.dyn_o )
2883.92 s
[implicit-hie] Phase: checkPhase
2884.54 s
[implicit-hie] Running 1 test suites...
2884.54 s
[implicit-hie] Test suite implicit-hie-test: RUNNING...
2884.58 s
[implicit-hie]
2884.58 s
[implicit-hie] Should Succeed
2884.58 s
[implicit-hie] successfully parses executable section [✔]
2884.58 s
[implicit-hie] Should Succeed
2884.58 s
[implicit-hie] successfully parses test section [✔]
2884.58 s
[implicit-hie] Should Succeed
2884.58 s
[implicit-hie] successfully parses library section [✔]
2884.58 s
[implicit-hie] Should Succeed
2884.58 s
[implicit-hie] successfully parses library section with 2 hs-source-dirs [✔]
2884.58 s
[implicit-hie] Should Succeed
2884.58 s
[implicit-hie] successfully parses library section with 2 paths under hs-source-dirs [✔]
2884.58 s
[implicit-hie] Should Succeed
2884.58 s
[implicit-hie] successfully parses bench section [✔]
2884.58 s
[implicit-hie] Should Succeed
2884.59 s
[implicit-hie] successfully parses package [✔]
2884.59 s
[implicit-hie] Should Succeed
2884.59 s
[implicit-hie] skips to end of block section [✔]
2884.59 s
[implicit-hie] Should Succeed
2884.59 s
[implicit-hie] successfully generates stack hie.yaml [✔]
2884.59 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] successfully generates cabal hie.yaml for haskell-language-server [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] successfully parses comma list [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] successfully parses newline list [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] successfully parses newline comma list [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] quoted list [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] list with leading commas [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] list with a comment [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] list2 with a comment [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] list3 with a comment [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] list4 with a comment [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] list5 with a comment [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] succesfully parses exe component with other-modules containing dots [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] succesfully parses single other-modules [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] succesfully parses empty other-modules1 [✔]
2884.60 s
[implicit-hie] Should Succeed
2884.60 s
[implicit-hie] succesfully parses empty other-modules2 [✔]
2884.60 s
[implicit-hie]
2884.60 s
[implicit-hie] Finished in 0.0193 seconds
2884.60 s
[implicit-hie] 24 examples, 0 failures
2884.61 s
[implicit-hie] Test suite implicit-hie-test: PASS
2884.61 s
[implicit-hie] Test suite logged to: dist/test/implicit-hie-0.1.4.0-implicit-hie-test.log
2884.61 s
[implicit-hie] 1 of 1 test suites (1 of 1 test cases) passed.
2884.63 s
[implicit-hie] Phase: haddockPhase
2884.85 s
[fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.o, dist/build/Ormolu/Printer/Internal.dyn_o )
2885.06 s
[hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.o, dist/build/Test/InputOutput.dyn_o )
2885.44 s
[hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.p_o )
2885.63 s
[implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
2885.63 s
[implicit-hie] Running Haddock on library for implicit-hie-0.1.4.0...
2885.64 s
[implicit-hie] Warning: The documentation for the following packages are not installed. No
2885.64 s
[implicit-hie] links will be generated to these packages: attoparsec-0.14.4,
2885.64 s
[implicit-hie] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
2886.42 s
[implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, nothing ) [HIE file is missing]
2886.72 s
[implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, nothing ) [HIE file is missing]
2886.88 s
[fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.o, dist/build/Ormolu/Printer/Comments.dyn_o )
2886.99 s
[implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, nothing ) [HIE file is missing]
2887.00 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 )
2887.00 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 )
2887.00 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 )
2887.00 s
[hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.p_o )
2887.00 s
[hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.p_o )
2887.00 s
[hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.p_o )
2887.00 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 )
2887.00 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 )
2887.00 s
[hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
2887.00 s
[hie-bios] Pattern match(es) are non-exhaustive
2887.00 s
[hie-bios] In an equation for ‘appendLogRef’:
2887.00 s
[hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
2887.00 s
[hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
2887.00 s
[hie-bios] _ _ (LogRef _) _ MCOutput _ _
2887.00 s
[hie-bios] _ _ (LogRef _) _ MCFatal _ _
2887.00 s
[hie-bios] _ _ (LogRef _) _ MCInteractive _ _
2887.00 s
[hie-bios] _ _ (LogRef _) _ MCDump _ _
2887.00 s
[hie-bios] ...
2887.00 s
[hie-bios] |
2887.00 s
[hie-bios] 48 | appendLogRef df style (LogRef ref) _
2887.00 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2887.00 s
[hie-bios]
2887.01 s
[implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, nothing ) [HIE file is missing]
2887.03 s
[implicit-hie] Haddock coverage:
2887.30 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 )
2887.33 s
[implicit-hie] 5% ( 2 / 35) in 'Hie.Cabal.Parser'
2887.33 s
[implicit-hie] Missing documentation for:
2887.33 s
[implicit-hie] Module header
2887.33 s
[implicit-hie] Name (src/Hie/Cabal/Parser.hs:16)
2887.33 s
[implicit-hie] Path (src/Hie/Cabal/Parser.hs:18)
2887.33 s
[implicit-hie] Indent (src/Hie/Cabal/Parser.hs:20)
2887.33 s
[implicit-hie] Package (src/Hie/Cabal/Parser.hs:22)
2887.33 s
[implicit-hie] CompType (src/Hie/Cabal/Parser.hs:25)
2887.33 s
[implicit-hie] Component (src/Hie/Cabal/Parser.hs:28)
2887.33 s
[implicit-hie] parsePackage' (src/Hie/Cabal/Parser.hs:33)
2887.33 s
[implicit-hie] skipFreeformField (src/Hie/Cabal/Parser.hs:42)
2887.33 s
[implicit-hie] parsePackage (src/Hie/Cabal/Parser.hs:58)
2887.33 s
[implicit-hie] componentHeader (src/Hie/Cabal/Parser.hs:74)
2887.34 s
[implicit-hie] parseComponent (src/Hie/Cabal/Parser.hs:83)
2887.34 s
[implicit-hie] parseLib (src/Hie/Cabal/Parser.hs:90)
2887.34 s
[implicit-hie] parseTestSuite (src/Hie/Cabal/Parser.hs:95)
2887.34 s
[implicit-hie] parseExe (src/Hie/Cabal/Parser.hs:98)
2887.34 s
[implicit-hie] parseBench (src/Hie/Cabal/Parser.hs:101)
2887.34 s
[implicit-hie] parseSecMain (src/Hie/Cabal/Parser.hs:104)
2887.34 s
[implicit-hie] parseQuoted (src/Hie/Cabal/Parser.hs:110)
2887.34 s
[implicit-hie] parseString (src/Hie/Cabal/Parser.hs:117)
2887.34 s
[implicit-hie] unqualName (src/Hie/Cabal/Parser.hs:120)
2887.34 s
[implicit-hie] pathMain (src/Hie/Cabal/Parser.hs:146)
2887.34 s
[implicit-hie] <//> (src/Hie/Cabal/Parser.hs:162)
2887.34 s
[implicit-hie] parseSec (src/Hie/Cabal/Parser.hs:167)
2887.34 s
[implicit-hie] skipToNextLine (src/Hie/Cabal/Parser.hs:174)
2887.34 s
[implicit-hie] skipBlock (src/Hie/Cabal/Parser.hs:177)
2887.34 s
[implicit-hie] comment (src/Hie/Cabal/Parser.hs:180)
2887.34 s
[implicit-hie] skipBlockLine (src/Hie/Cabal/Parser.hs:183)
2887.34 s
[implicit-hie] emptyOrComLine (src/Hie/Cabal/Parser.hs:186)
2887.34 s
[implicit-hie] tabOrSpace (src/Hie/Cabal/Parser.hs:189)
2887.34 s
[implicit-hie] hsSourceDir (src/Hie/Cabal/Parser.hs:192)
2887.34 s
[implicit-hie] field (src/Hie/Cabal/Parser.hs:200)
2887.34 s
[implicit-hie] extractPath (src/Hie/Cabal/Parser.hs:212)
2887.34 s
[implicit-hie] extractPkgs (src/Hie/Cabal/Parser.hs:225)
2887.34 s
[implicit-hie] 0% ( 0 / 4) in 'Hie.Locate'
2887.34 s
[implicit-hie] Missing documentation for:
2887.34 s
[implicit-hie] Module header
2887.34 s
[implicit-hie] nestedPkg (src/Hie/Locate.hs:67)
2887.34 s
[implicit-hie] stackYamlPkgs (src/Hie/Locate.hs:34)
2887.34 s
[implicit-hie] cabalPkgs (src/Hie/Locate.hs:44)
2887.34 s
[implicit-hie] 0% ( 0 / 6) in 'Hie.Yaml'
2887.34 s
[implicit-hie] Missing documentation for:
2887.34 s
[implicit-hie] Module header
2887.34 s
[implicit-hie] hieYaml (src/Hie/Yaml.hs:16)
2887.34 s
[implicit-hie] fmtComponent (src/Hie/Yaml.hs:46)
2887.34 s
[implicit-hie] fmtPkgs (src/Hie/Yaml.hs:58)
2887.34 s
[implicit-hie] cabalComponent (src/Hie/Yaml.hs:32)
2887.34 s
[implicit-hie] stackComponent (src/Hie/Yaml.hs:39)
2887.46 s
[fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.o, dist/build/Ormolu/Printer/Combinators.dyn_o )
2887.72 s
[hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.o, dist/build/SARIF.dyn_o )
2887.72 s
[hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.o, dist/build/Report.dyn_o )
2887.72 s
[hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.o, dist/build/CC.dyn_o )
2887.72 s
[hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.o, dist/build/GHC/All.dyn_o )
2887.72 s
[hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.o, dist/build/Hint/Type.dyn_o )
2887.72 s
[hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.o, dist/build/Hint/Unsafe.dyn_o )
2887.72 s
[hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.o, dist/build/Hint/Smell.dyn_o )
2887.72 s
[hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.o, dist/build/Hint/Restrict.dyn_o )
2888.09 s
[hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.p_o )
2888.09 s
[hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.p_o )
2888.09 s
[hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2888.09 s
[hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
2888.09 s
[hie-bios] |
2888.09 s
[hie-bios] 145 | { cradleRoot :: FilePath
2888.09 s
[hie-bios] | ^^^^^^^^^^
2888.09 s
[hie-bios]
2888.09 s
[hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2888.09 s
[hie-bios] Defined but not used:
2888.09 s
[hie-bios] record field of ResolvedCradles ‘resolvedCradles’
2888.09 s
[hie-bios] |
2888.09 s
[hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
2888.09 s
[hie-bios] | ^^^^^^^^^^^^^^^
2888.09 s
[hie-bios]
2888.09 s
[hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2888.09 s
[hie-bios] Defined but not used:
2888.09 s
[hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
2888.09 s
[hie-bios] |
2888.09 s
[hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
2888.09 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
2888.09 s
[hie-bios]
2888.23 s
[implicit-hie] Warning: Hie.Cabal.Parser: could not find link destinations for:
2888.23 s
[implicit-hie] - Data.Attoparsec.Text.Internal.Parser
2888.29 s
[fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, dist/build/Ormolu/Printer/Meat/Pragma.o, dist/build/Ormolu/Printer/Meat/Pragma.dyn_o )
2888.55 s
[hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.o, dist/build/Hint/Pragma.dyn_o )
2888.55 s
[hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.o, dist/build/Hint/Pattern.dyn_o )
2888.55 s
[hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.o, dist/build/Hint/NumLiteral.dyn_o )
2888.55 s
[hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.o, dist/build/Hint/NewType.dyn_o )
2888.55 s
[hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.o, dist/build/Hint/Negation.dyn_o )
2888.55 s
[hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.o, dist/build/Hint/Naming.dyn_o )
2888.55 s
[hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.o, dist/build/Hint/Monad.dyn_o )
2888.66 s
[hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.o, dist/build/Hint/Match.dyn_o )
2888.66 s
[hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.o, dist/build/Hint/ListRec.dyn_o )
2888.66 s
[hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.o, dist/build/Hint/List.dyn_o )
2888.66 s
[hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.o, dist/build/Hint/Lambda.dyn_o )
2888.92 s
[fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, dist/build/Ormolu/Printer/Meat/Declaration/StringLiteral.o, dist/build/Ormolu/Printer/Meat/Declaration/StringLiteral.dyn_o )
2889.33 s
[hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.o, dist/build/Hint/Import.dyn_o )
2889.33 s
[hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.o, dist/build/Hint/Fixities.dyn_o )
2889.33 s
[hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.o, dist/build/Hint/Extensions.dyn_o )
2889.33 s
[hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.o, dist/build/Hint/Export.dyn_o )
2889.33 s
[hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.o, dist/build/Hint/Duplicate.dyn_o )
2889.33 s
[hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.o, dist/build/Hint/Comment.dyn_o )
2889.33 s
[hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.o, dist/build/Hint/Bracket.dyn_o )
2889.33 s
[hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.o, dist/build/Hint/All.dyn_o )
2889.60 s
[hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.o, dist/build/Config/Yaml.dyn_o )
2889.60 s
[hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.o, dist/build/Config/Read.dyn_o )
2889.60 s
[hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.o, dist/build/Config/Compute.dyn_o )
2889.60 s
[hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.o, dist/build/Config/Haskell.dyn_o )
2889.60 s
[hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.o, dist/build/CmdLine.dyn_o )
2889.60 s
[hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.o, dist/build/Apply.dyn_o )
2890.01 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 )
2890.25 s
[hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.o, dist/build/Test/Annotations.dyn_o )
2890.48 s
[hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.p_o )
2890.48 s
[hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.p_o )
2890.70 s
[fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, dist/build/Ormolu/Printer/Meat/Common.o, dist/build/Ormolu/Printer/Meat/Common.dyn_o )
2890.70 s
[fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, dist/build/Ormolu/Printer/Meat/Declaration/Warning.o, dist/build/Ormolu/Printer/Meat/Declaration/Warning.dyn_o )
2890.70 s
[fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, dist/build/Ormolu/Printer/Meat/ImportExport.o, dist/build/Ormolu/Printer/Meat/ImportExport.dyn_o )
2890.71 s
[fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.o, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.dyn_o )
2890.71 s
[fourmolu] [34 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.o-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.dyn_o-boot )
2890.71 s
[fourmolu] [35 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.o-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.dyn_o-boot )
2890.71 s
[fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, dist/build/Ormolu/Printer/Meat/Type.o, dist/build/Ormolu/Printer/Meat/Type.dyn_o )
2890.83 s
[hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.o, dist/build/Test/All.dyn_o )
2891.50 s
[hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.o, dist/build/Summary.dyn_o )
2891.94 s
[fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, dist/build/Ormolu/Printer/Meat/Declaration/Signature.o, dist/build/Ormolu/Printer/Meat/Declaration/Signature.dyn_o )
2892.96 s
[fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.o, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.dyn_o )
2894.35 s
[fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.o, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.dyn_o )
2894.35 s
[fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, dist/build/Ormolu/Printer/Meat/Declaration/Type.o, dist/build/Ormolu/Printer/Meat/Declaration/Type.dyn_o )
2894.35 s
[fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, dist/build/Ormolu/Printer/Meat/Declaration/Data.o, dist/build/Ormolu/Printer/Meat/Declaration/Data.dyn_o )
2895.22 s
[fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, dist/build/Ormolu/Printer/Meat/Declaration/Default.o, dist/build/Ormolu/Printer/Meat/Declaration/Default.dyn_o )
2895.23 s
[fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration.o-boot, dist/build/Ormolu/Printer/Meat/Declaration.dyn_o-boot )
2895.23 s
[fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, dist/build/Ormolu/Printer/Meat/Declaration/Value.o, dist/build/Ormolu/Printer/Meat/Declaration/Value.dyn_o )
2897.61 s
[hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.14.0...
2897.61 s
[hie-bios] Building executable 'hie-bios' for hie-bios-0.14.0...
2897.64 s
[implicit-hie] Documentation created: dist/doc/html/implicit-hie,
2897.65 s
[implicit-hie] dist/doc/html/implicit-hie/implicit-hie.txt
2897.80 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 )
2898.00 s
[hie-bios] [2 of 2] Compiling Main ( exe/Main.hs, dist/build/hie-bios/hie-bios-tmp/Main.o )
2898.20 s
[lsp-types] [3 of 4] Compiling Language.LSP.Protocol.QuickCheck.Message ( quickcheck/Language/LSP/Protocol/QuickCheck/Message.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Message.p_o )
2898.52 s
[implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
2898.84 s
[lsp-types] [4 of 4] Compiling Language.LSP.Protocol.QuickCheck ( quickcheck/Language/LSP/Protocol/QuickCheck.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck.p_o )
2899.20 s
[hie-bios] [3 of 3] Linking dist/build/hie-bios/hie-bios
2899.31 s
[implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
2899.42 s
[implicit-hie] Phase: installPhase
2899.55 s
[implicit-hie] Installing library in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
2899.63 s
[implicit-hie] Installing executable gen-hie in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin
2899.63 s
[implicit-hie] Warning: The directory
2899.63 s
[implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin is not in
2899.63 s
[implicit-hie] the system search path.
2899.77 s
[hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.o, dist/build/HLint.dyn_o )
2900.04 s
[implicit-hie] Phase: fixupPhase
2900.13 s
[implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0
2900.13 s
[implicit-hie] shrinking /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSimplicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L-ghc9.12.1.so
2900.16 s
[implicit-hie] shrinking /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin/gen-hie
2900.18 s
[implicit-hie] checking for references to /build/ in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0...
2900.22 s
[implicit-hie] patching script interpreter paths in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0
2900.27 s
[implicit-hie] stripping (with command strip and flags -S -p) in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/lib /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin
2900.30 s
[hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.o, dist/build/Language/Haskell/HLint.dyn_o )
2900.45 s
[implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc
2900.46 s
[implicit-hie] checking for references to /build/ in /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc...
2900.48 s
[implicit-hie] patching script interpreter paths in /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc
2900.82 s
[implicit-hie:post-build] Uploading to cachix cache "sellout": /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0
2901.90 s
[implicit-hie:post-build] Pushing 2 paths (186 are already present) using zstd to cache sellout ⏳
2901.90 s
[implicit-hie:post-build]
2902.26 s
[implicit-hie:post-build] Pushing /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0 (4.46 MiB)
2902.34 s
[implicit-hie:post-build] Pushing /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc (474.79 KiB)
2903.58 s
[implicit-hie:post-build]
2903.58 s
[implicit-hie:post-build] All done.
2903.81 s
[implicit-hie:post-build] Uploading to the NixCI cache: /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0
2904.41 s
[implicit-hie:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2904.82 s
[implicit-hie:post-build] copying 2 paths...
2904.82 s
[implicit-hie:post-build] copying path '/nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc' to 'https://cache.nix-ci.com'...
2905.05 s
[implicit-hie:post-build] copying path '/nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0' to 'https://cache.nix-ci.com'...
2907.70 s
[implicit-hie:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2908.00 s
[implicit-hie:post-build] copying 1 paths...
2908.00 s
[implicit-hie:post-build] copying path '/nix/store/9hhx7w48jbv9wrsq08nyr17dqqmsb1zx-implicit-hie-0.1.4.0.drv' to 'https://cache.nix-ci.com'...
2908.33 s
Progress: 153 of 170 built (4 building), 375 of 375 downloaded from cache
2908.33 s
[fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.o, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.dyn_o )
2908.33 s
[fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, dist/build/Ormolu/Printer/Meat/Declaration/Splice.o, dist/build/Ormolu/Printer/Meat/Declaration/Splice.dyn_o )
2908.33 s
[fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, dist/build/Ormolu/Printer/Meat/Declaration/Rule.o, dist/build/Ormolu/Printer/Meat/Declaration/Rule.dyn_o )
2908.33 s
[fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.o, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.dyn_o )
2908.33 s
[fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, dist/build/Ormolu/Printer/Meat/Declaration/Instance.o, dist/build/Ormolu/Printer/Meat/Declaration/Instance.dyn_o )
2908.33 s
[fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, dist/build/Ormolu/Printer/Meat/Declaration/Class.o, dist/build/Ormolu/Printer/Meat/Declaration/Class.dyn_o )
2908.33 s
[fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, dist/build/Ormolu/Printer/Meat/Declaration.o, dist/build/Ormolu/Printer/Meat/Declaration.dyn_o )
2908.33 s
[fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.o, dist/build/Ormolu/Parser/Result.dyn_o )
2908.33 s
[fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.o, dist/build/Ormolu/Parser.dyn_o )
2908.33 s
[fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, dist/build/Ormolu/Imports/Grouping.o, dist/build/Ormolu/Imports/Grouping.dyn_o )
2908.34 s
[fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.o, dist/build/Ormolu/Imports.dyn_o )
2908.34 s
[fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, dist/build/Ormolu/Printer/Meat/Module.o, dist/build/Ormolu/Printer/Meat/Module.dyn_o )
2908.34 s
[fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.o, dist/build/Ormolu/Printer.dyn_o )
2908.34 s
[fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.o, dist/build/Ormolu/Diff/ParseResult.dyn_o )
2908.34 s
[fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.o, dist/build/Ormolu/Utils/Cabal.dyn_o )
2908.34 s
[fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.o, dist/build/Ormolu.dyn_o )
2908.34 s
[fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, dist/build/Paths_fourmolu.o, dist/build/Paths_fourmolu.dyn_o )
2908.34 s
[fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.p_o )
2908.34 s
[fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.p_o )
2908.34 s
[fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.p_o )
2908.34 s
[hie-bios] buildPhase completed in 38 seconds
2908.34 s
[hie-bios] Phase: haddockPhase
2908.34 s
[hie-bios] Preprocessing library for hie-bios-0.14.0...
2908.34 s
[hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.p_o )
2908.34 s
[hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.p_o )
2908.34 s
[hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.p_o )
2908.34 s
[hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, dist/build/GHC/Util/ApiAnnotation.p_o )
2908.34 s
[hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, dist/build/GHC/Util/Brackets.p_o )
2908.34 s
[hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, dist/build/GHC/Util/DynFlags.p_o )
2908.34 s
[hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, dist/build/GHC/Util/FreeVars.p_o )
2908.34 s
[hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, dist/build/GHC/Util/HsDecl.p_o )
2908.34 s
[hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, dist/build/GHC/Util/Scope.p_o )
2908.34 s
[hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, dist/build/GHC/Util/SrcLoc.p_o )
2908.34 s
[hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, dist/build/GHC/Util/View.p_o )
2908.34 s
[hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.p_o )
2908.34 s
[hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.p_o )
2908.34 s
[hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.p_o )
2908.34 s
[hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.p_o )
2908.34 s
[hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, dist/build/GHC/Util/HsExpr.p_o )
2908.34 s
[lsp-types] Preprocessing library 'metamodel' for lsp-types-2.3.0.1...
2908.34 s
[lsp-types] Building library 'metamodel' for lsp-types-2.3.0.1...
2908.34 s
[lsp-types] [1 of 2] Compiling Language.LSP.MetaModel.Types ( metamodel/Language/LSP/MetaModel/Types.hs, dist/build/metamodel/Language/LSP/MetaModel/Types.o, dist/build/metamodel/Language/LSP/MetaModel/Types.dyn_o )
2908.34 s
[hie-bios] Running Haddock on library for hie-bios-0.14.0...
2908.35 s
[hie-bios] Warning: The documentation for the following packages are not installed. No
2908.35 s
[hie-bios] links will be generated to these packages: attoparsec-0.14.4,
2908.35 s
[hie-bios] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
2908.38 s
[hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.p_o )
2908.38 s
[hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.p_o )
2908.38 s
[hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, dist/build/GHC/Util/Unify.p_o )
2908.67 s
[fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.p_o )
2908.67 s
[fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.p_o )
2909.56 s
[hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.p_o )
2909.59 s
[hie-bios] [ 1 of 16] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, nothing ) [HIE file is missing]
2910.02 s
[hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.p_o )
2910.52 s
[hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, nothing ) [HIE file is missing]
2910.63 s
[fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.p_o )
2910.70 s
[hie-bios] [ 3 of 16] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, nothing ) [HIE file is missing]
2910.90 s
[fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.p_o )
2912.02 s
[hie-bios] [ 4 of 16] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, nothing ) [HIE file is missing]
2912.06 s
[hie-bios] [ 5 of 16] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, nothing ) [HIE file is missing]
2912.66 s
[hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, nothing ) [HIE file is missing]
2912.67 s
[fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.p_o )
2912.89 s
[hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, nothing ) [HIE file is missing]
2912.90 s
[hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, nothing ) [HIE file is missing]
2913.06 s
[hie-bios] [ 9 of 16] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, nothing ) [HIE file is missing]
2913.11 s
[hie-bios] [10 of 16] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, nothing ) [HIE file is missing]
2913.19 s
[hie-bios] [11 of 16] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, nothing ) [HIE file is missing]
2913.24 s
[hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, nothing ) [HIE file is missing]
2913.37 s
[fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.p_o )
2913.37 s
[fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.p_o )
2913.63 s
[hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, nothing ) [HIE file is missing]
2913.88 s
[fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.p_o )
2913.88 s
[fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.p_o )
2913.88 s
[fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.p_o )
2914.19 s
[hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.p_o )
2914.45 s
[fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.p_o )
2914.63 s
[lsp-types] [2 of 2] Compiling Language.LSP.MetaModel ( metamodel/Language/LSP/MetaModel.hs, dist/build/metamodel/Language/LSP/MetaModel.o, dist/build/metamodel/Language/LSP/MetaModel.dyn_o )
2914.68 s
[hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2914.69 s
[hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
2914.69 s
[hie-bios] |
2914.69 s
[hie-bios] 145 | { cradleRoot :: FilePath
2914.69 s
[hie-bios] | ^^^^^^^^^^
2914.69 s
[hie-bios]
2914.69 s
[hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2914.69 s
[hie-bios] Defined but not used:
2914.69 s
[hie-bios] record field of ResolvedCradles ‘resolvedCradles’
2914.69 s
[hie-bios] |
2914.69 s
[hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
2914.69 s
[hie-bios] | ^^^^^^^^^^^^^^^
2914.69 s
[hie-bios]
2914.69 s
[hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
2914.69 s
[hie-bios] Defined but not used:
2914.69 s
[hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
2914.69 s
[hie-bios] |
2914.69 s
[hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
2914.69 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
2914.69 s
[hie-bios]
2914.70 s
[hie-bios] [14 of 16] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, nothing ) [HIE file is missing]
2914.74 s
[hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, nothing ) [HIE file is missing]
2914.75 s
[hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, nothing ) [HIE file is missing]
2914.76 s
[hie-bios] Haddock coverage:
2914.91 s
[hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.p_o )
2915.11 s
[hie-bios] 7% ( 1 / 14) in 'HIE.Bios.Config.YAML'
2915.11 s
[hie-bios] Missing documentation for:
2915.12 s
[hie-bios] CradleConfigYAML (src/HIE/Bios/Config/YAML.hs:62)
2915.12 s
[hie-bios] CradleComponent (src/HIE/Bios/Config/YAML.hs:67)
2915.12 s
[hie-bios] MultiSubComponent (src/HIE/Bios/Config/YAML.hs:99)
2915.12 s
[hie-bios] CabalConfig (src/HIE/Bios/Config/YAML.hs:104)
2915.12 s
[hie-bios] CabalComponent (src/HIE/Bios/Config/YAML.hs:118)
2915.12 s
[hie-bios] StackConfig (src/HIE/Bios/Config/YAML.hs:134)
2915.12 s
[hie-bios] StackComponent (src/HIE/Bios/Config/YAML.hs:139)
2915.12 s
[hie-bios] DirectConfig (src/HIE/Bios/Config/YAML.hs:176)
2915.12 s
[hie-bios] BiosConfig (src/HIE/Bios/Config/YAML.hs:180)
2915.12 s
[hie-bios] NoneConfig (src/HIE/Bios/Config/YAML.hs:83)
2915.12 s
[hie-bios] OtherConfig (src/HIE/Bios/Config/YAML.hs:85)
2915.12 s
[hie-bios] OneOrManyComponents (src/HIE/Bios/Config/YAML.hs:164)
2915.12 s
[hie-bios] Callable (src/HIE/Bios/Config/YAML.hs:189)
2915.12 s
[hie-bios] Warning: 'Cradle' is out of scope.
2915.12 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.12 s
[hie-bios] 21% ( 3 / 14) in 'HIE.Bios.Config'
2915.12 s
[hie-bios] Missing documentation for:
2915.12 s
[hie-bios] readConfig (src/HIE/Bios/Config.hs:140)
2915.12 s
[hie-bios] CradleConfig (src/HIE/Bios/Config.hs:44)
2915.12 s
[hie-bios] CabalType (src/HIE/Bios/Config.hs:80)
2915.12 s
[hie-bios] cabalComponent (src/HIE/Bios/Config.hs:80)
2915.12 s
[hie-bios] cabalProjectFile (src/HIE/Bios/Config.hs:80)
2915.12 s
[hie-bios] StackType (src/HIE/Bios/Config.hs:86)
2915.12 s
[hie-bios] StackType (src/HIE/Bios/Config.hs:97)
2915.12 s
[hie-bios] stackComponent (src/HIE/Bios/Config.hs:97)
2915.12 s
[hie-bios] stackYaml (src/HIE/Bios/Config.hs:97)
2915.12 s
[hie-bios] CradleTree (src/HIE/Bios/Config.hs:103)
2915.12 s
[hie-bios] Callable (src/HIE/Bios/Config.hs:56)
2915.12 s
[hie-bios] 40% ( 21 / 52) in 'HIE.Bios.Ghc.Gap'
2915.12 s
[hie-bios] Missing documentation for:
2915.12 s
[hie-bios] ghcVersion (src/HIE/Bios/Ghc/Gap.hs:96)
2915.12 s
[hie-bios] makeUserStyle (src/HIE/Bios/Ghc/Gap.hs:162)
2915.12 s
[hie-bios] PprStyle
2915.12 s
[hie-bios] parseTargetFiles (src/HIE/Bios/Ghc/Gap.hs:287)
2915.12 s
[hie-bios] getHscEnv
2915.12 s
[hie-bios] batchMsg
2915.12 s
[hie-bios] set_hsc_dflags (src/HIE/Bios/Ghc/Gap.hs:137)
2915.12 s
[hie-bios] overPkgDbRef (src/HIE/Bios/Ghc/Gap.hs:140)
2915.12 s
[hie-bios] guessTarget (src/HIE/Bios/Ghc/Gap.hs:149)
2915.12 s
[hie-bios] setNoCode (src/HIE/Bios/Ghc/Gap.hs:129)
2915.12 s
[hie-bios] getModSummaries (src/HIE/Bios/Ghc/Gap.hs:167)
2915.12 s
[hie-bios] mapOverIncludePaths (src/HIE/Bios/Ghc/Gap.hs:178)
2915.12 s
[hie-bios] getLogger (src/HIE/Bios/Ghc/Gap.hs:245)
2915.12 s
[hie-bios] RealSrcSpan (src/HIE/Bios/Ghc/Gap.hs:123)
2915.12 s
[hie-bios] catch (src/HIE/Bios/Ghc/Gap.hs:117)
2915.12 s
[hie-bios] bracket (src/HIE/Bios/Ghc/Gap.hs:110)
2915.12 s
[hie-bios] handle (src/HIE/Bios/Ghc/Gap.hs:114)
2915.12 s
[hie-bios] pageMode (src/HIE/Bios/Ghc/Gap.hs:209)
2915.12 s
[hie-bios] oneLineMode (src/HIE/Bios/Ghc/Gap.hs:213)
2915.12 s
[hie-bios] initializePluginsForModSummary (src/HIE/Bios/Ghc/Gap.hs:227)
2915.12 s
[hie-bios] setFrontEndHooks (src/HIE/Bios/Ghc/Gap.hs:235)
2915.12 s
[hie-bios] setWayDynamicIfHostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:252)
2915.12 s
[hie-bios] gopt_set (src/HIE/Bios/Ghc/Gap.hs:249)
2915.12 s
[hie-bios] parseDynamicFlags (src/HIE/Bios/Ghc/Gap.hs:283)
2915.12 s
[hie-bios] hostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:294)
2915.12 s
[hie-bios] getTyThing (src/HIE/Bios/Ghc/Gap.hs:170)
2915.12 s
[hie-bios] fixInfo (src/HIE/Bios/Ghc/Gap.hs:173)
2915.12 s
[hie-bios] mgModSummaries
2915.12 s
[hie-bios] unsetLogAction (src/HIE/Bios/Ghc/Gap.hs:191)
2915.12 s
[hie-bios] load' (src/HIE/Bios/Ghc/Gap.hs:100)
2915.12 s
[hie-bios] getDynFlags
2915.12 s
[hie-bios] 14% ( 1 / 7) in 'HIE.Bios.Ghc.Doc'
2915.12 s
[hie-bios] Missing documentation for:
2915.12 s
[hie-bios] getPrintUnqual (src/HIE/Bios/Ghc/Doc.hs:26)
2915.12 s
[hie-bios] showPage (src/HIE/Bios/Ghc/Doc.hs:30)
2915.12 s
[hie-bios] showOneLine (src/HIE/Bios/Ghc/Doc.hs:35)
2915.12 s
[hie-bios] getStyle (src/HIE/Bios/Ghc/Doc.hs:40)
2915.12 s
[hie-bios] styleUnqualified (src/HIE/Bios/Ghc/Doc.hs:43)
2915.12 s
[hie-bios] showDocWith (src/HIE/Bios/Ghc/Doc.hs:46)
2915.12 s
[hie-bios] Warning: 'TypecheckedModule' is ambiguous. It is defined
2915.12 s
[hie-bios] * in ‘GHC’
2915.13 s
[hie-bios] * in ‘GHC’
2915.13 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.13 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.13 s
[hie-bios] Defaulting to the one defined in ‘GHC’
2915.13 s
[hie-bios] 60% ( 9 / 15) in 'HIE.Bios.Ghc.Load'
2915.13 s
[hie-bios] Missing documentation for:
2915.13 s
[hie-bios] Log (src/HIE/Bios/Ghc/Load.hs:30)
2915.13 s
[hie-bios] get_fp (src/HIE/Bios/Ghc/Load.hs:45)
2915.13 s
[hie-bios] msTargetIs (src/HIE/Bios/Ghc/Load.hs:113)
2915.13 s
[hie-bios] initializePluginsGhc (src/HIE/Bios/Ghc/Load.hs:188)
2915.13 s
[hie-bios] ghcInHsc (src/HIE/Bios/Ghc/Load.hs:195)
2915.13 s
[hie-bios] setTargetFilename (src/HIE/Bios/Ghc/Load.hs:209)
2915.13 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
2915.13 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
2915.13 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
2915.13 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.13 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.13 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
2915.13 s
[hie-bios] Warning: 'cabal' is out of scope.
2915.13 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.13 s
[hie-bios] 55% ( 11 / 20) in 'HIE.Bios.Types'
2915.13 s
[hie-bios] Missing documentation for:
2915.13 s
[hie-bios] Module header
2915.13 s
[hie-bios] ActionName (src/HIE/Bios/Types.hs:83)
2915.13 s
[hie-bios] Log (src/HIE/Bios/Types.hs:94)
2915.13 s
[hie-bios] CradleAction (src/HIE/Bios/Types.hs:158)
2915.13 s
[hie-bios] cradleLoadResult (src/HIE/Bios/Types.hs:183)
2915.13 s
[hie-bios] CradleLoadResultT (src/HIE/Bios/Types.hs:200)
2915.13 s
[hie-bios] modCradleError (src/HIE/Bios/Types.hs:251)
2915.13 s
[hie-bios] throwCE (src/HIE/Bios/Types.hs:258)
2915.13 s
[hie-bios] CradleError (src/HIE/Bios/Types.hs:260)
2915.13 s
[hie-bios] Warning: 'DynFlags' is out of scope.
2915.13 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.13 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
2915.13 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
2915.13 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
2915.13 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.13 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.13 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
2915.13 s
[hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Flags'
2915.13 s
[hie-bios] Missing documentation for:
2915.13 s
[hie-bios] Module header
2915.14 s
[hie-bios] Warning: 'runCradleGhc' is out of scope.
2915.14 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.14 s
[hie-bios] Warning: 'CradleError' is ambiguous. It is defined
2915.14 s
[hie-bios] * at src/HIE/Bios/Types.hs:260:20
2915.14 s
[hie-bios] * at src/HIE/Bios/Types.hs:260:1
2915.14 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.14 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.14 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:260:1
2915.14 s
[hie-bios] Warning: 'DynFlags' is out of scope.
2915.14 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.14 s
[hie-bios] 75% ( 6 / 8) in 'HIE.Bios.Environment'
2915.14 s
[hie-bios] Missing documentation for:
2915.14 s
[hie-bios] Module header
2915.14 s
[hie-bios] makeTargetsAbsolute (src/HIE/Bios/Environment.hs:57)
2915.14 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
2915.14 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
2915.14 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
2915.14 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.14 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.14 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
2915.14 s
[hie-bios] 66% ( 4 / 6) in 'HIE.Bios.Ghc.Api'
2915.14 s
[hie-bios] Missing documentation for:
2915.14 s
[hie-bios] SuccessFlag
2915.14 s
[hie-bios] withDynFlags (src/HIE/Bios/Ghc/Api.hs:63)
2915.14 s
[hie-bios] Warning: 'SourceError' is ambiguous. It is defined
2915.14 s
[hie-bios] * in ‘GHC.Types.SourceError’
2915.14 s
[hie-bios] * in ‘GHC.Types.SourceError’
2915.14 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.14 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.14 s
[hie-bios] Defaulting to the one defined in ‘GHC.Types.SourceError’
2915.14 s
[hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Ghc.Logger'
2915.14 s
[hie-bios] Missing documentation for:
2915.14 s
[hie-bios] Module header
2915.14 s
[hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Ghc.Check'
2915.14 s
[hie-bios] Missing documentation for:
2915.14 s
[hie-bios] Module header
2915.14 s
[hie-bios] 0% ( 0 / 3) in 'HIE.Bios.Wrappers'
2915.14 s
[hie-bios] Missing documentation for:
2915.14 s
[hie-bios] Module header
2915.14 s
[hie-bios] cabalWrapper (src/HIE/Bios/Wrappers.hs:13)
2915.14 s
[hie-bios] cabalWrapperHs (src/HIE/Bios/Wrappers.hs:16)
2915.14 s
[hie-bios] Warning: 'componentDir' is out of scope.
2915.14 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.14 s
[hie-bios] Warning: 'rootDir' is out of scope.
2915.14 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.14 s
[hie-bios] Warning: 'cabal' is out of scope.
2915.14 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.14 s
[hie-bios] Warning: 'CradleError' is ambiguous. It is defined
2915.14 s
[hie-bios] * at src/HIE/Bios/Types.hs:260:20
2915.14 s
[hie-bios] * at src/HIE/Bios/Types.hs:260:1
2915.14 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.14 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.14 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:260:1
2915.14 s
[hie-bios] Warning: 'fpName' is out of scope.
2915.14 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.14 s
[hie-bios] Warning: 'srcHash' is out of scope.
2915.14 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.14 s
[hie-bios] Warning: 'populate' is out of scope.
2915.14 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.15 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
2915.15 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
2915.15 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
2915.15 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.15 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.15 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
2915.15 s
[hie-bios] Warning: 'ghc' is out of scope.
2915.15 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.15 s
[hie-bios] Warning: 'ghcPathAbs' is out of scope.
2915.15 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
2915.15 s
[hie-bios] 40% ( 8 / 20) in 'HIE.Bios.Cradle'
2915.15 s
[hie-bios] Missing documentation for:
2915.15 s
[hie-bios] Module header
2915.15 s
[hie-bios] yamlConfig (src/HIE/Bios/Cradle.hs:350)
2915.15 s
[hie-bios] isCabalCradle (src/HIE/Bios/Cradle.hs:376)
2915.15 s
[hie-bios] isStackCradle (src/HIE/Bios/Cradle.hs:381)
2915.15 s
[hie-bios] isDirectCradle (src/HIE/Bios/Cradle.hs:386)
2915.15 s
[hie-bios] isBiosCradle (src/HIE/Bios/Cradle.hs:391)
2915.15 s
[hie-bios] isNoneCradle (src/HIE/Bios/Cradle.hs:401)
2915.15 s
[hie-bios] isMultiCradle (src/HIE/Bios/Cradle.hs:396)
2915.15 s
[hie-bios] isDefaultCradle (src/HIE/Bios/Cradle.hs:406)
2915.15 s
[hie-bios] isOtherCradle (src/HIE/Bios/Cradle.hs:411)
2915.15 s
[hie-bios] getCradle (src/HIE/Bios/Cradle.hs:115)
2915.15 s
[hie-bios] makeCradleResult (src/HIE/Bios/Cradle.hs:1221)
2915.15 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
2915.15 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:17
2915.15 s
[hie-bios] * at src/HIE/Bios/Types.hs:68:1
2915.15 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
2915.15 s
[hie-bios] by specifying the type/value namespace explicitly.
2915.15 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
2915.15 s
[hie-bios] 40% ( 2 / 5) in 'HIE.Bios.Internal.Debug'
2915.15 s
[hie-bios] Missing documentation for:
2915.15 s
[hie-bios] Module header
2915.15 s
[hie-bios] configInfo (src/HIE/Bios/Internal/Debug.hs:74)
2915.15 s
[hie-bios] cradleInfo (src/HIE/Bios/Internal/Debug.hs:88)
2915.15 s
[hie-bios] 93% ( 15 / 16) in 'HIE.Bios'
2915.15 s
[hie-bios] Missing documentation for:
2915.15 s
[hie-bios] CradleError (src/HIE/Bios/Types.hs:260)
2915.44 s
[hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.p_o )
2915.59 s
[fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.p_o )
2915.59 s
[fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.p_o )
2917.57 s
[hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.p_o )
2918.52 s
[hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.p_o )
2918.52 s
[hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.p_o )
2918.52 s
[hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.p_o )
2918.52 s
[hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.p_o )
2918.52 s
[hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.p_o )
2918.52 s
[hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.p_o )
2918.52 s
[hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.p_o )
2918.67 s
[fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, dist/build/Ormolu/Utils/Glob.p_o )
2918.67 s
[fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, dist/build/Ormolu/Config/Types.p_o )
2918.67 s
[fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, dist/build/Ormolu/Config/Gen.p_o )
2918.67 s
[fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.p_o )
2918.67 s
[fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.p_o )
2918.90 s
[fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.p_o )
2920.62 s
[fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.p_o )
2921.00 s
[hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.p_o )
2921.00 s
[hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.p_o )
2921.00 s
[hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.p_o )
2921.00 s
[hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.p_o )
2921.00 s
[hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.p_o )
2921.00 s
[hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.p_o )
2921.00 s
[hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.p_o )
2921.00 s
[hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.p_o )
2921.00 s
[hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.p_o )
2921.00 s
[hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.p_o )
2921.12 s
[fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.p_o )
2921.27 s
[hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.p_o )
2921.33 s
[hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.p_o )
2921.33 s
[hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.p_o )
2921.33 s
[hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.p_o )
2921.82 s
[fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.p_o )
2922.20 s
[hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.p_o )
2922.20 s
[hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.p_o )
2922.20 s
[hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.p_o )
2922.20 s
[hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.p_o )
2922.20 s
[hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.p_o )
2922.31 s
[hie-bios] Warning: HIE.Bios.Config.YAML: could not find link destinations for:
2922.31 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_CradleConfigYAML
2922.31 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_DirectConfig
2922.31 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_MultiSubComponent
2922.31 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_CradleComponent
2922.32 s
[hie-bios] Warning: HIE.Bios.Ghc.Check: could not find link destinations for:
2922.32 s
[hie-bios] - HIE.Bios.Ghc.Check.Log
2922.32 s
[hie-bios] Warning: HIE.Bios.Cradle: could not find link destinations for:
2922.32 s
[hie-bios] - HIE.Bios.Cradle.OutputName
2922.32 s
[hie-bios] - HIE.Bios.Cradle.Outputs
2922.71 s
[hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.p_o )
2922.71 s
[hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.p_o )
2922.71 s
[hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.p_o )
2922.71 s
[hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.p_o )
2922.71 s
[hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.p_o )
2922.71 s
[hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.p_o )
2923.38 s
[hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.p_o )
2923.48 s
[fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.p_o )
2923.83 s
[hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.p_o )
2923.95 s
[fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.p_o )
2924.23 s
[hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.p_o )
2924.78 s
[fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, dist/build/Ormolu/Printer/Meat/Pragma.p_o )
2925.27 s
[fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, dist/build/Ormolu/Printer/Meat/Declaration/StringLiteral.p_o )
2927.03 s
[fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, dist/build/Ormolu/Printer/Meat/Common.p_o )
2927.03 s
[fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, dist/build/Ormolu/Printer/Meat/Declaration/Warning.p_o )
2927.09 s
[fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, dist/build/Ormolu/Printer/Meat/ImportExport.p_o )
2927.77 s
[fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.p_o )
2927.77 s
[fourmolu] [34 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.p_o-boot )
2927.77 s
[fourmolu] [35 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.p_o-boot )
2927.77 s
[fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, dist/build/Ormolu/Printer/Meat/Type.p_o )
2928.89 s
[fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, dist/build/Ormolu/Printer/Meat/Declaration/Signature.p_o )
2930.12 s
[fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.p_o )
2930.69 s
[fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.p_o )
2930.69 s
[fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, dist/build/Ormolu/Printer/Meat/Declaration/Type.p_o )
2930.69 s
[fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, dist/build/Ormolu/Printer/Meat/Declaration/Data.p_o )
2931.41 s
[hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.p_o )
2931.70 s
[fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, dist/build/Ormolu/Printer/Meat/Declaration/Default.p_o )
2931.70 s
[fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration.p_o-boot )
2931.70 s
[fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, dist/build/Ormolu/Printer/Meat/Declaration/Value.p_o )
2931.99 s
[hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.p_o )
2935.22 s
[lsp-types] [1 of 2] Compiling Language.LSP.MetaModel.Types ( metamodel/Language/LSP/MetaModel/Types.hs, dist/build/metamodel/Language/LSP/MetaModel/Types.p_o )
2936.16 s
[fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.p_o )
2937.18 s
[fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, dist/build/Ormolu/Printer/Meat/Declaration/Splice.p_o )
2937.40 s
[fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, dist/build/Ormolu/Printer/Meat/Declaration/Rule.p_o )
2938.25 s
[fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.p_o )
2938.25 s
[fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, dist/build/Ormolu/Printer/Meat/Declaration/Instance.p_o )
2938.28 s
[fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, dist/build/Ormolu/Printer/Meat/Declaration/Class.p_o )
2938.28 s
[fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, dist/build/Ormolu/Printer/Meat/Declaration.p_o )
2939.23 s
[fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.p_o )
2939.23 s
[fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.p_o )
2939.23 s
[fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, dist/build/Ormolu/Imports/Grouping.p_o )
2939.23 s
[fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.p_o )
2939.23 s
[fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, dist/build/Ormolu/Printer/Meat/Module.p_o )
2939.63 s
[fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.p_o )
2939.79 s
[hie-bios] Documentation created: dist/doc/html/hie-bios,
2939.79 s
[hie-bios] dist/doc/html/hie-bios/hie-bios.txt
2939.82 s
[fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.p_o )
2939.82 s
[fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.p_o )
2939.82 s
[fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.p_o )
2940.76 s
[fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, dist/build/Paths_fourmolu.p_o )
2942.44 s
[hlint] Preprocessing executable 'hlint' for hlint-3.10...
2943.25 s
[hlint] Building executable 'hlint' for hlint-3.10...
2943.25 s
[hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.14.0...
2943.25 s
[hlint] [1 of 1] Compiling Main ( src/Main.hs, dist/build/hlint/hlint-tmp/Main.o )
2943.25 s
[hie-bios] haddockPhase completed in 37 seconds
2943.25 s
[hie-bios] Phase: installPhase
2943.25 s
[hlint] [2 of 2] Linking dist/build/hlint/hlint
2943.35 s
[hie-bios] Installing library in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
2943.57 s
[hie-bios] Installing executable hie-bios in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin
2943.57 s
[hie-bios] Warning: The directory
2943.57 s
[hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin is not in the
2943.57 s
[hie-bios] system search path.
2945.02 s
[hie-bios] Phase: fixupPhase
2945.14 s
[hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0
2945.16 s
[hie-bios] shrinking /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo-ghc9.12.1.so
2945.21 s
[hie-bios] shrinking /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin/hie-bios
2945.38 s
[hie-bios] checking for references to /build/ in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0...
2945.50 s
[hie-bios] patching script interpreter paths in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0
2945.52 s
[hie-bios] stripping (with command strip and flags -S -p) in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/lib /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin
2946.06 s
[hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc
2946.08 s
[hie-bios] checking for references to /build/ in /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc...
2946.12 s
[hie-bios] patching script interpreter paths in /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc
2946.94 s
[hie-bios:post-build] Uploading to cachix cache "sellout": /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0
2950.19 s
[hie-bios:post-build] Pushing 2 paths (209 are already present) using zstd to cache sellout ⏳
2950.19 s
[hie-bios:post-build]
2950.59 s
[hie-bios:post-build] Pushing /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0 (78.69 MiB)
2950.74 s
[hie-bios:post-build] Pushing /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc (2.69 MiB)
2952.91 s
[hie-bios:post-build]
2952.92 s
[hie-bios:post-build] All done.
2953.05 s
[hie-bios:post-build] Uploading to the NixCI cache: /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0
2954.20 s
[hie-bios:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2954.49 s
[hie-bios:post-build] copying 2 paths...
2954.49 s
[hie-bios:post-build] copying path '/nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc' to 'https://cache.nix-ci.com'...
2955.13 s
[hie-bios:post-build] copying path '/nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0' to 'https://cache.nix-ci.com'...
2996.35 s
[hie-bios:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2996.69 s
[hie-bios:post-build] copying 1 paths...
2996.71 s
[hie-bios:post-build] copying path '/nix/store/vdgixa4zjh2n2l0bz4gyksga45i8204s-hie-bios-0.14.0.drv' to 'https://cache.nix-ci.com'...
2997.10 s
Progress: 154 of 170 built (3 building), 375 of 375 downloaded from cache
2997.10 s
[fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.18.0.0...
2997.10 s
[fourmolu] Building executable 'fourmolu' for fourmolu-0.18.0.0...
2997.10 s
[fourmolu] [1 of 2] Compiling Paths_fourmolu ( dist/build/fourmolu/autogen/Paths_fourmolu.hs, dist/build/fourmolu/fourmolu-tmp/Paths_fourmolu.o, dist/build/fourmolu/fourmolu-tmp/Paths_fourmolu.dyn_o )
2997.10 s
[fourmolu] [2 of 2] Compiling Main ( app/Main.hs, dist/build/fourmolu/fourmolu-tmp/Main.o )
2997.10 s
[fourmolu] [3 of 3] Linking dist/build/fourmolu/fourmolu
2997.10 s
[fourmolu] buildPhase completed in 1 minutes 29 seconds
2997.10 s
[fourmolu] Phase: haddockPhase
2997.10 s
[fourmolu] Preprocessing library for fourmolu-0.18.0.0...
2997.10 s
[fourmolu] Running Haddock on library for fourmolu-0.18.0.0...
2997.10 s
[fourmolu] Warning: The documentation for the following packages are not installed. No
2997.10 s
[fourmolu] links will be generated to these packages: vector-0.13.2.0
2997.10 s
[fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, /build/ghc1611_tmp_0/ghc_tmp_10.o, /build/ghc1611_tmp_0/ghc_tmp_10.dyn_o )
2997.10 s
[fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, /build/ghc1611_tmp_0/ghc_tmp_32.o, /build/ghc1611_tmp_0/ghc_tmp_32.dyn_o )
2997.10 s
[fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, /build/ghc1611_tmp_0/ghc_tmp_28.o, /build/ghc1611_tmp_0/ghc_tmp_28.dyn_o )
2997.10 s
[fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, /build/ghc1611_tmp_0/ghc_tmp_30.o, /build/ghc1611_tmp_0/ghc_tmp_30.dyn_o )
2997.10 s
[fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, /build/ghc1611_tmp_0/ghc_tmp_16.o, /build/ghc1611_tmp_0/ghc_tmp_16.dyn_o )
2997.10 s
[fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, /build/ghc1611_tmp_0/ghc_tmp_18.o, /build/ghc1611_tmp_0/ghc_tmp_18.dyn_o )
2997.10 s
[fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, /build/ghc1611_tmp_0/ghc_tmp_24.o, /build/ghc1611_tmp_0/ghc_tmp_24.dyn_o )
2997.10 s
[fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, /build/ghc1611_tmp_0/ghc_tmp_22.o, /build/ghc1611_tmp_0/ghc_tmp_22.dyn_o )
2997.10 s
[fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, /build/ghc1611_tmp_0/ghc_tmp_20.o, /build/ghc1611_tmp_0/ghc_tmp_20.dyn_o )
2997.10 s
[fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, /build/ghc1611_tmp_0/ghc_tmp_26.o, /build/ghc1611_tmp_0/ghc_tmp_26.dyn_o )
2997.10 s
[fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, /build/ghc1611_tmp_0/ghc_tmp_36.o, /build/ghc1611_tmp_0/ghc_tmp_36.dyn_o )
2997.10 s
[fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, /build/ghc1611_tmp_0/ghc_tmp_14.o, /build/ghc1611_tmp_0/ghc_tmp_14.dyn_o )
2997.10 s
[fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, /build/ghc1611_tmp_0/ghc_tmp_12.o, /build/ghc1611_tmp_0/ghc_tmp_12.dyn_o )
2997.10 s
[fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, /build/ghc1611_tmp_0/ghc_tmp_38.o, /build/ghc1611_tmp_0/ghc_tmp_38.dyn_o )
2997.10 s
[fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, /build/ghc1611_tmp_0/ghc_tmp_34.o, /build/ghc1611_tmp_0/ghc_tmp_34.dyn_o )
2997.10 s
[fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, nothing ) [Flags changed]
2997.10 s
[fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, nothing ) [Flags changed]
2997.10 s
[hlint] buildPhase completed in 1 minutes 19 seconds
2997.10 s
[hlint] Phase: checkPhase
2997.10 s
[hlint] Package has no test suites.
2997.10 s
[hlint] Phase: haddockPhase
2997.10 s
[hlint] Preprocessing library for hlint-3.10...
2997.10 s
[hlint] Running Haddock on library for hlint-3.10...
2997.10 s
[hlint] Warning: The documentation for the following packages are not installed. No
2997.10 s
[hlint] links will be generated to these packages: attoparsec-0.14.4,
2997.10 s
[hlint] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
2997.10 s
[hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [15 of 62] Compiling Refact ( src/Refact.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [17 of 62] Compiling Timing ( src/Timing.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [18 of 62] Compiling Util ( src/Util.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [22 of 62] Compiling Idea ( src/Idea.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [26 of 62] Compiling Report ( src/Report.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [27 of 62] Compiling CC ( src/CC.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, nothing ) [HIE file is missing]
2997.10 s
[hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, nothing ) [HIE file is missing]
2997.10 s
[lsp-types] [2 of 2] Compiling Language.LSP.MetaModel ( metamodel/Language/LSP/MetaModel.hs, dist/build/metamodel/Language/LSP/MetaModel.p_o )
2997.10 s
[lsp-types] Preprocessing executable 'generator' for lsp-types-2.3.0.1...
2997.10 s
[lsp-types] Building executable 'generator' for lsp-types-2.3.0.1...
2997.10 s
[lsp-types] [1 of 2] Compiling CodeGen ( generator/CodeGen.hs, dist/build/generator/generator-tmp/CodeGen.o )
2997.10 s
[lsp-types] [2 of 2] Compiling Main ( generator/Main.hs, dist/build/generator/generator-tmp/Main.o )
2997.10 s
[lsp-types] [3 of 3] Linking dist/build/generator/generator
2997.10 s
[lsp-types] Preprocessing test suite 'lsp-types-test' for lsp-types-2.3.0.1...
2997.10 s
[lsp-types] Building test suite 'lsp-types-test' for lsp-types-2.3.0.1...
2997.10 s
[lsp-types] [ 1 of 11] Compiling CapabilitiesSpec ( test/CapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/CapabilitiesSpec.o )
2997.10 s
[lsp-types] [ 2 of 11] Compiling JsonSpec ( test/JsonSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/JsonSpec.o )
2997.10 s
[lsp-types] [ 3 of 11] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/LocationSpec.o )
2997.10 s
[lsp-types] [ 4 of 11] Compiling MethodSpec ( test/MethodSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/MethodSpec.o )
2997.10 s
[lsp-types] [ 5 of 11] Compiling SemanticTokensSpec ( test/SemanticTokensSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/SemanticTokensSpec.o )
2997.10 s
[lsp-types] [ 6 of 11] Compiling ServerCapabilitiesSpec ( test/ServerCapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/ServerCapabilitiesSpec.o )
2997.10 s
[lsp-types] [ 7 of 11] Compiling TypesSpec ( test/TypesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/TypesSpec.o )
2997.10 s
[lsp-types] [ 8 of 11] Compiling URIFilePathSpec ( test/URIFilePathSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/URIFilePathSpec.o )
2997.10 s
[lsp-types] [ 9 of 11] Compiling WorkspaceEditSpec ( test/WorkspaceEditSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/WorkspaceEditSpec.o )
2997.10 s
[lsp-types] [10 of 11] Compiling Spec ( test/Spec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Spec.o )
2997.10 s
[lsp-types] [11 of 11] Compiling Main ( test/Main.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Main.o )
2997.10 s
[lsp-types] [12 of 12] Linking dist/build/lsp-types-test/lsp-types-test
2997.10 s
[lsp-types] buildPhase completed in 9 minutes 30 seconds
2997.10 s
[lsp-types] Phase: checkPhase
2997.10 s
[lsp-types] Running 1 test suites...
2997.10 s
[lsp-types] Test suite lsp-types-test: RUNNING...
2997.10 s
[lsp-types]
2997.10 s
[lsp-types] Capabilities
2997.10 s
[lsp-types] capabilities
2997.10 s
[lsp-types] produces full latest client capabilities [✔]
2997.10 s
[lsp-types] First time execution. Golden file created.
2997.10 s
[lsp-types] produces pre-3.10 client capabilities [✔]
2997.10 s
[lsp-types] First time execution. Golden file created.
2997.10 s
[lsp-types] Json
2997.10 s
[lsp-types] MarkedString
2997.11 s
[lsp-types] roundtrip [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] MarkupContent
2997.11 s
[lsp-types] roundtrip [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] TextDocumentContentChangeEvent
2997.11 s
[lsp-types] roundtrip [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] WatchedFiles
2997.11 s
[lsp-types] roundtrip [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] Registration
2997.11 s
[lsp-types] roundtrip [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] CompletionList
2997.11 s
[lsp-types] handles optional field set to null in record [✔]
2997.11 s
[lsp-types] CompletionItem
2997.11 s
[lsp-types] example [✔]
2997.11 s
[lsp-types] RequestMessage
2997.11 s
[lsp-types] handles missing params field [✔]
2997.11 s
[lsp-types] handles params field set to null [✔]
2997.11 s
[lsp-types] ResponseMessage
2997.11 s
[lsp-types] Hover roundtrip [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] decodes error data = null [✔]
2997.11 s
[lsp-types] throws if neither result nor error is present [✔]
2997.11 s
[lsp-types] throws if both result and error are present [✔]
2997.11 s
[lsp-types] decodes result = null [✔]
2997.11 s
[lsp-types] NotificationMessage
2997.11 s
[lsp-types] handles missing params field [✔]
2997.11 s
[lsp-types] Location
2997.11 s
[lsp-types] isSubrangeOf
2997.11 s
[lsp-types] is true if the first range is totally inside the second range [✔]
2997.11 s
[lsp-types] is true if two ranges equal [✔]
2997.11 s
[lsp-types] is false if the first range is outside of the second [✔]
2997.11 s
[lsp-types] positionInRange
2997.11 s
[lsp-types] is false if position is after the end of a single line range [✔]
2997.11 s
[lsp-types] is false if position is before the begining of a single line range [✔]
2997.11 s
[lsp-types] is true if position is in a single line range [✔]
2997.11 s
[lsp-types] is false if position is right at the end of the range [✔]
2997.11 s
[lsp-types] is true if position is in the middle of a multiline range [✔]
2997.11 s
[lsp-types] is false if position is before the beginning of a multiline range [✔]
2997.11 s
[lsp-types] is false if position is right at the end of a multiline range [✔]
2997.11 s
[lsp-types] Method
2997.11 s
[fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [34 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, nothing ) [Flags changed]
2997.11 s
[fourmolu] [35 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, nothing ) [Flags changed]
2997.11 s
[fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, nothing ) [Flags changed]
2997.11 s
[fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, nothing ) [Flags changed]
2997.11 s
[hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [57 of 62] Compiling Apply ( src/Apply.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [60 of 62] Compiling Summary ( src/Summary.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [61 of 62] Compiling HLint ( src/HLint.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, nothing ) [HIE file is missing]
2997.11 s
[hlint] Haddock coverage:
2997.11 s
[hlint] Warning: 'EpAnn' is ambiguous. It is defined
2997.11 s
[hlint] * in ‘GHC.Parser.Annotation’
2997.11 s
[hlint] * in ‘GHC.Parser.Annotation’
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined in ‘GHC.Parser.Annotation’
2997.11 s
[hlint] Warning: 'e' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'Idea' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'ideaDecl' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'ideaHint' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'ideaModule' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'HsExtendInstances' is ambiguous. It is defined
2997.11 s
[hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
2997.11 s
[hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
2997.11 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
2997.11 s
[hlint] * at src/Idea.hs:26:13
2997.11 s
[hlint] * at src/Idea.hs:26:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
2997.11 s
[hlint] Warning: 'Hint' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
2997.11 s
[hlint] * at src/Idea.hs:26:13
2997.11 s
[hlint] * at src/Idea.hs:26:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
2997.11 s
[lsp-types] Method enum aeson instance consistency
2997.11 s
[lsp-types] Client Methods
2997.11 s
[lsp-types] maintains roundtrip consistency [✔]
2997.11 s
[lsp-types] Server Methods
2997.11 s
[lsp-types] maintains roundtrip consistency [✔]
2997.11 s
[lsp-types] SemanticTokens
2997.11 s
[lsp-types] relativize/absolutizeTokens
2997.11 s
[lsp-types] round-trips [✔]
2997.11 s
[lsp-types] handles big tokens [✔]
2997.11 s
[lsp-types] encodeTokens
2997.11 s
[lsp-types] when running the LSP examples
2997.11 s
[lsp-types] encodes example 1 correctly [✔]
2997.11 s
[lsp-types] encodes example 2 correctly [✔]
2997.11 s
[lsp-types] handles big tokens [✔]
2997.11 s
[lsp-types] computeEdits
2997.11 s
[lsp-types] handles an edit in the middle [✔]
2997.11 s
[lsp-types] handles an edit at the end [✔]
2997.11 s
[lsp-types] handles an edit at the beginning [✔]
2997.11 s
[lsp-types] handles an ambiguous edit [✔]
2997.11 s
[lsp-types] handles a long edit [✔]
2997.11 s
[lsp-types] handles multiple edits [✔]
2997.11 s
[lsp-types] handles big tokens [✔]
2997.11 s
[lsp-types] ServerCapabilities
2997.11 s
[lsp-types] server capabilities
2997.11 s
[lsp-types] folding range options
2997.11 s
[lsp-types] decodes
2997.11 s
[lsp-types] just id [✔]
2997.11 s
[lsp-types] id and document selector [✔]
2997.11 s
[lsp-types] static boolean [✔]
2997.11 s
[lsp-types] encodes
2997.11 s
[lsp-types] just id [✔]
2997.11 s
[lsp-types] decodes [✔]
2997.11 s
[lsp-types] client/registerCapability
2997.11 s
[lsp-types] allows empty registerOptions [✔]
2997.11 s
[lsp-types] Types
2997.11 s
[lsp-types] MarkupContent
2997.11 s
[lsp-types] appends two plainstrings [✔]
2997.11 s
[lsp-types] appends a marked up and a plain string [✔]
2997.11 s
[lsp-types] appends a plain string and a marked up string [✔]
2997.11 s
[lsp-types] URIFilePath
2997.11 s
[lsp-types] Platform aware URI file path functions
2997.11 s
[lsp-types] converts a URI to a POSIX file path [✔]
2997.11 s
[lsp-types] converts a POSIX file path to a URI [✔]
2997.11 s
[lsp-types] converts a URI to a Windows file path [✔]
2997.11 s
[lsp-types] converts a Windows file path to a URI [✔]
2997.11 s
[lsp-types] converts a POSIX file path to a URI [✔]
2997.11 s
[lsp-types] converts a Windows file path to a URI [✔]
2997.11 s
[lsp-types] converts a Windows file path to a URI [✔]
2997.11 s
[lsp-types] converts a POSIX file path to a URI and back [✔]
2997.11 s
[lsp-types] converts a Posix file path to a URI and back [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] converts a Windows file path to a URI and back [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] converts a relative POSIX file path to a URI and back [✔]
2997.11 s
[lsp-types] URI file path functions
2997.11 s
[lsp-types] converts a URI to a file path [✔]
2997.11 s
[lsp-types] converts a file path to a URI [✔]
2997.11 s
[lsp-types] removes unnecessary current directory paths [✔]
2997.11 s
[lsp-types] converts a file path to a URI and back [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] converts a relative file path to a URI and back [✔]
2997.11 s
[lsp-types] converts a file path with initial current dir to a URI and back [✔]
2997.11 s
[lsp-types] URI normalization functions
2997.11 s
[lsp-types] ignores differences in percent-encoding [✔]
2997.11 s
[lsp-types] +++ OK, passed 100 tests.
2997.11 s
[lsp-types] ignores differences in percent-encoding (examples) [✔]
2997.11 s
[lsp-types] normalizes uri file path when converting from uri to normalized uri [✔]
2997.11 s
[lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
2997.11 s
[lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
2997.11 s
[fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, nothing ) [Flags changed]
2997.11 s
[fourmolu] Haddock coverage:
2997.11 s
[fourmolu] Warning: 'SpanStream' is ambiguous. It is defined
2997.11 s
[fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:22
2997.11 s
[fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:1
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Printer/SpanStream.hs:22:1
2997.11 s
[fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
2997.11 s
[fourmolu] * in ‘GHC.Types.SrcLoc’
2997.11 s
[fourmolu] * in ‘GHC.Types.SrcLoc’
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
2997.11 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer.SpanStream'
2997.11 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Processing.Cpp'
2997.11 s
[fourmolu] Warning: 'groupBy' is out of scope.
2997.11 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[fourmolu] Warning: 'StringBuffer' is ambiguous. It is defined
2997.11 s
[fourmolu] * in ‘GHC.Data.StringBuffer’
2997.11 s
[fourmolu] * in ‘GHC.Data.StringBuffer’
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
2997.11 s
[fourmolu] 100% ( 14 / 14) in 'Ormolu.Utils'
2997.11 s
[fourmolu] 87% ( 14 / 16) in 'Ormolu.Terminal'
2997.11 s
[fourmolu] Missing documentation for:
2997.11 s
[fourmolu] Term (src/Ormolu/Terminal.hs:42)
2997.11 s
[fourmolu] runTermPure (src/Ormolu/Terminal.hs:88)
2997.11 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Terminal.QualifiedDo'
2997.11 s
[fourmolu] Missing documentation for:
2997.11 s
[fourmolu] Module header
2997.11 s
[fourmolu] >> (src/Ormolu/Terminal/QualifiedDo.hs:7)
2997.11 s
[fourmolu] Warning: 'TextDiff' is ambiguous. It is defined
2997.11 s
[fourmolu] * at src/Ormolu/Diff/Text.hs:35:17
2997.11 s
[fourmolu] * at src/Ormolu/Diff/Text.hs:35:1
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:35:1
2997.11 s
[fourmolu] Warning: 'Hunk' is ambiguous. It is defined
2997.11 s
[fourmolu] * at src/Ormolu/Diff/Text.hs:54:13
2997.11 s
[fourmolu] * at src/Ormolu/Diff/Text.hs:54:1
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:54:1
2997.11 s
[fourmolu] 100% ( 5 / 5) in 'Ormolu.Diff.Text'
2997.11 s
[fourmolu] 100% ( 4 / 4) in 'Ormolu.Exception'
2997.11 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Pragma'
2997.11 s
[fourmolu] Warning: 'Comment' is ambiguous. It is defined
2997.11 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
2997.11 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
2997.11 s
[fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
2997.11 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
2997.11 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
2997.11 s
[fourmolu] 90% ( 9 / 10) in 'Ormolu.Parser.CommentStream'
2997.11 s
[fourmolu] Missing documentation for:
2997.11 s
[fourmolu] LComment (src/Ormolu/Parser/CommentStream.hs:110)
2997.11 s
[fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
2997.11 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
2997.11 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
2997.11 s
[fourmolu] Warning: 'FixityApproximation' is ambiguous. It is defined
2997.11 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:28
2997.11 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:1
2997.11 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.11 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:125:1
2997.11 s
[fourmolu] Warning: 'OpName' is ambiguous. It is defined
2997.11 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:71:1
2997.11 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
2997.11 s
[hlint] * at src/Idea.hs:26:13
2997.11 s
[hlint] * at src/Idea.hs:26:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
2997.11 s
[hlint] Warning: 'Issue' is ambiguous. It is defined
2997.11 s
[hlint] * at src/CC.hs:26:14
2997.11 s
[hlint] * at src/CC.hs:26:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/CC.hs:26:1
2997.11 s
[hlint] Warning: 'ModuleEx' is ambiguous. It is defined
2997.11 s
[hlint] * at src/GHC/All.hs:92:20
2997.11 s
[hlint] * at src/GHC/All.hs:92:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/GHC/All.hs:92:1
2997.11 s
[hlint] Warning: 'ParseFlags' is ambiguous. It is defined
2997.11 s
[hlint] * at src/GHC/All.hs:53:19
2997.11 s
[hlint] * at src/GHC/All.hs:53:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
2997.11 s
[hlint] Warning: 'NoCpp' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
2997.11 s
[hlint] * at src/Idea.hs:26:13
2997.11 s
[hlint] * at src/Idea.hs:26:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
2997.11 s
[hlint] Warning: 'Decl' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'HsSrcBang' is ambiguous. It is defined
2997.11 s
[hlint] * in ‘GHC.Core.DataCon’
2997.11 s
[hlint] * in ‘GHC.Core.DataCon’
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined in ‘GHC.Core.DataCon’
2997.11 s
[hlint] Warning: 'f' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'a' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'b' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'HintRule' is ambiguous. It is defined
2997.11 s
[hlint] * at src/Config/Type.hs:108:17
2997.11 s
[hlint] * at src/Config/Type.hs:108:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/Config/Type.hs:108:1
2997.11 s
[hlint] Warning: 'Hint' is ambiguous. It is defined
2997.11 s
[hlint] * at src/Hint/Type.hs:22:13
2997.11 s
[hlint] * at src/Hint/Type.hs:22:1
2997.11 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.11 s
[hlint] by specifying the type/value namespace explicitly.
2997.11 s
[hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
2997.11 s
[hlint] Warning: 'refactor' is out of scope.
2997.11 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.11 s
[hlint] Warning: 'Hint' is ambiguous. It is defined
2997.11 s
[hlint] * at src/Hint/Type.hs:22:13
2997.12 s
[hlint] * at src/Hint/Type.hs:22:1
2997.12 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[hlint] by specifying the type/value namespace explicitly.
2997.12 s
[hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
2997.12 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
2997.12 s
[hlint] * at src/Idea.hs:26:13
2997.12 s
[hlint] * at src/Idea.hs:26:1
2997.12 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[hlint] by specifying the type/value namespace explicitly.
2997.12 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
2997.12 s
[hlint] Warning: 'Hint' is ambiguous. It is defined
2997.12 s
[hlint] * at src/Hint/Type.hs:22:13
2997.12 s
[hlint] * at src/Hint/Type.hs:22:1
2997.12 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[hlint] by specifying the type/value namespace explicitly.
2997.12 s
[hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
2997.12 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
2997.12 s
[hlint] * at src/Idea.hs:26:13
2997.12 s
[hlint] * at src/Idea.hs:26:1
2997.12 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[hlint] by specifying the type/value namespace explicitly.
2997.12 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
2997.12 s
[hlint] Warning: 'ParseFlags' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:60:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:60:1
2997.12 s
[fourmolu] 90% ( 19 / 21) in 'Ormolu.Fixity.Internal'
2997.12 s
[fourmolu] Missing documentation for:
2997.12 s
[fourmolu] Module header
2997.12 s
[fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
2997.12 s
[fourmolu] Warning: 'FixityImport' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:21
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Imports.hs:28:1
2997.12 s
[fourmolu] 100% ( 4 / 4) in 'Ormolu.Fixity.Imports'
2997.12 s
[fourmolu] Warning: 'HackageInfo' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:179:5
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:178:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:178:1
2997.12 s
[fourmolu] 95% ( 23 / 24) in 'Ormolu.Fixity'
2997.12 s
[fourmolu] Missing documentation for:
2997.12 s
[fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
2997.12 s
[fourmolu] Warning: 'OpInfo' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Printer/Operators.hs:48:18
2997.12 s
[fourmolu] * at src/Ormolu/Printer/Operators.hs:48:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Operators.hs:48:1
2997.12 s
[fourmolu] Warning: 'equal' is out of scope.
2997.12 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
2997.12 s
[fourmolu] Warning: 'lessThan' is out of scope.
2997.12 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
2997.12 s
[fourmolu] Warning: 'greaterThan' is out of scope.
2997.12 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
2997.12 s
[fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
2997.12 s
[fourmolu] 85% ( 6 / 7) in 'Ormolu.Printer.Operators'
2997.12 s
[fourmolu] Missing documentation for:
2997.12 s
[fourmolu] BinaryOpBranches (src/Ormolu/Printer/Operators.hs:44)
2997.12 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Fixity.Printer'
2997.12 s
[fourmolu] Warning: 'FixityOverrides' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:27
2997.12 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:184:1
2997.12 s
[fourmolu] 50% ( 8 / 16) in 'Ormolu.Fixity.Parser'
2997.12 s
[fourmolu] Missing documentation for:
2997.12 s
[fourmolu] pModuleName (src/Ormolu/Fixity/Parser.hs:156)
2997.12 s
[fourmolu] pPackageName (src/Ormolu/Fixity/Parser.hs:171)
2997.12 s
[fourmolu] isIdentifierFirstChar (src/Ormolu/Fixity/Parser.hs:177)
2997.12 s
[fourmolu] isIdentifierConstituent (src/Ormolu/Fixity/Parser.hs:180)
2997.12 s
[fourmolu] isOperatorConstituent (src/Ormolu/Fixity/Parser.hs:183)
2997.12 s
[fourmolu] isPackageNameConstituent (src/Ormolu/Fixity/Parser.hs:188)
2997.12 s
[fourmolu] isModuleSegmentFirstChar (src/Ormolu/Fixity/Parser.hs:191)
2997.12 s
[fourmolu] isModuleSegmentConstituent (src/Ormolu/Fixity/Parser.hs:194)
2997.12 s
[fourmolu] 0% ( 0 / 4) in 'Ormolu.Utils.Glob'
2997.12 s
[fourmolu] Missing documentation for:
2997.12 s
[fourmolu] Module header
2997.12 s
[fourmolu] Glob (src/Ormolu/Utils/Glob.hs:11)
2997.12 s
[fourmolu] mkGlob (src/Ormolu/Utils/Glob.hs:21)
2997.12 s
[fourmolu] matchesGlob (src/Ormolu/Utils/Glob.hs:36)
2997.12 s
[fourmolu] 40% ( 2 / 5) in 'Ormolu.Utils.IO'
2997.12 s
[fourmolu] Missing documentation for:
2997.12 s
[fourmolu] Module header
2997.12 s
[fourmolu] Cache (src/Ormolu/Utils/IO.hs:54)
2997.12 s
[fourmolu] newCache (src/Ormolu/Utils/IO.hs:57)
2997.12 s
[fourmolu] Warning: 'CabalInfo' is out of scope.
2997.12 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
2997.12 s
[fourmolu] 75% ( 3 / 4) in 'Ormolu.Utils.Fixity'
2997.12 s
[fourmolu] Missing documentation for:
2997.12 s
[fourmolu] Module header
2997.12 s
[fourmolu] Warning: 'Config' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:106:22
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:106:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[hlint] * at src/GHC/All.hs:53:19
2997.12 s
[hlint] * at src/GHC/All.hs:53:1
2997.12 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[hlint] by specifying the type/value namespace explicitly.
2997.12 s
[hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
2997.12 s
[hlint] Warning: 'Classify' is ambiguous. It is defined
2997.12 s
[hlint] * at src/Config/Type.hs:97:17
2997.12 s
[hlint] * at src/Config/Type.hs:97:1
2997.12 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[hlint] by specifying the type/value namespace explicitly.
2997.12 s
[hlint] Defaulting to the one defined at src/Config/Type.hs:97:1
2997.12 s
[hlint] Warning: 'resolveHints' is out of scope.
2997.12 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
2997.12 s
[hlint] 96% ( 30 / 31) in 'Language.Haskell.HLint'
2997.12 s
[hlint] Missing documentation for:
2997.12 s
[hlint] createModuleExWithFixities (src/GHC/All.hs:166)
2997.12 s
[hlint] Warning: Language.Haskell.HLint: could not find link destinations for:
2997.12 s
[hlint] - Config.Type.Rep_Severity
2997.12 s
[hlint] Documentation created: dist/doc/html/hlint, dist/doc/html/hlint/hlint.txt
2997.12 s
[hlint] Preprocessing executable 'hlint' for hlint-3.10...
2997.12 s
[hlint] haddockPhase completed in 33 seconds
2997.12 s
[hlint] Phase: installPhase
2997.12 s
[hlint] Installing library in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
2997.12 s
[hlint] Installing executable hlint in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin
2997.12 s
[hlint] Warning: The directory
2997.12 s
[hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin is not in the
2997.12 s
[hlint] system search path.
2997.12 s
[hlint] Phase: fixupPhase
2997.12 s
[hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10
2997.12 s
[hlint] shrinking /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShlint-3.10-2lLvXxcFNWnLtDjmofKSXy-ghc9.12.1.so
2997.12 s
[hlint] shrinking /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin/hlint
2997.12 s
[hlint] checking for references to /build/ in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10...
2997.12 s
[hlint] patching script interpreter paths in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10
2997.12 s
[hlint] stripping (with command strip and flags -S -p) in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/lib /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin
2997.12 s
[hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data
2997.12 s
[hlint] checking for references to /build/ in /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data...
2997.12 s
[hlint] patching script interpreter paths in /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data
2997.12 s
[hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc
2997.12 s
[hlint] checking for references to /build/ in /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc...
2997.12 s
[hlint] patching script interpreter paths in /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:106:1
2997.12 s
[fourmolu] Warning: 'RegionIndices' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:133:22
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:133:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:133:1
2997.12 s
[fourmolu] Warning: 'DynOption' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:203:21
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:203:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:203:1
2997.12 s
[fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:143:21
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:143:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:143:1
2997.12 s
[fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Config/Gen.hs:45:3
2997.12 s
[fourmolu] * at src/Ormolu/Config/Gen.hs:44:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:44:1
2997.12 s
[fourmolu] 43% ( 20 / 46) in 'Ormolu.Config'
2997.12 s
[fourmolu] Missing documentation for:
2997.12 s
[fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:118)
2997.12 s
[fourmolu] defaultPrinterOptsYaml (src/Ormolu/Config/Gen.hs:623)
2997.12 s
[fourmolu] CommaStyle (src/Ormolu/Config/Gen.hs:314)
2997.12 s
[fourmolu] FunctionArrowsStyle (src/Ormolu/Config/Gen.hs:319)
2997.12 s
[fourmolu] HaddockPrintStyle (src/Ormolu/Config/Gen.hs:325)
2997.12 s
[fourmolu] HaddockPrintStyleModule (src/Ormolu/Config/Gen.hs:331)
2997.12 s
[fourmolu] ImportExportStyle (src/Ormolu/Config/Gen.hs:336)
2997.12 s
[fourmolu] ImportGrouping (src/Ormolu/Config/Gen.hs:378)
2997.12 s
[fourmolu] ImportGroup (src/Ormolu/Config/Types.hs:24)
2997.12 s
[fourmolu] ImportGroupRule (src/Ormolu/Config/Types.hs:36)
2997.12 s
[fourmolu] ImportModuleMatcher (src/Ormolu/Config/Types.hs:84)
2997.12 s
[fourmolu] ImportRulePriority (src/Ormolu/Config/Types.hs:63)
2997.12 s
[fourmolu] matchAllRulePriority (src/Ormolu/Config/Types.hs:70)
2997.12 s
[fourmolu] matchLocalRulePriority (src/Ormolu/Config/Types.hs:73)
2997.12 s
[fourmolu] defaultImportRulePriority (src/Ormolu/Config/Types.hs:76)
2997.12 s
[fourmolu] QualifiedImportMatcher (src/Ormolu/Config/Types.hs:78)
2997.12 s
[fourmolu] LetStyle (src/Ormolu/Config/Gen.hs:342)
2997.12 s
[fourmolu] InStyle (src/Ormolu/Config/Gen.hs:349)
2997.12 s
[fourmolu] Unicode (src/Ormolu/Config/Gen.hs:355)
2997.12 s
[fourmolu] ColumnLimit (src/Ormolu/Config/Gen.hs:367)
2997.12 s
[fourmolu] SingleDerivingParens (src/Ormolu/Config/Gen.hs:372)
2997.12 s
[fourmolu] parsePrinterOptsCLI (src/Ormolu/Config/Gen.hs:180)
2997.12 s
[fourmolu] parsePrinterOptType
2997.12 s
[fourmolu] ConfigNotFound (src/Ormolu/Config.hs:301)
2997.12 s
[fourmolu] FourmoluConfig (src/Ormolu/Config.hs:255)
2997.12 s
[fourmolu] emptyConfig (src/Ormolu/Config.hs:278)
2997.12 s
[fourmolu] Warning: 'RegionDelta' is out of scope.
2997.12 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
2997.12 s
[fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:143:21
2997.12 s
[fourmolu] * at src/Ormolu/Config.hs:143:1
2997.12 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
2997.12 s
[fourmolu] by specifying the type/value namespace explicitly.
2997.12 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:143:1
2997.12 s
[fourmolu] 100% ( 5 / 5) in 'Ormolu.Processing.Common'
2997.48 s
[hlint:post-build] Uploading to cachix cache "sellout": /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10 /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc
2998.93 s
[hlint:post-build] Pushing 3 paths (224 are already present) using zstd to cache sellout ⏳
2998.93 s
[hlint:post-build]
2999.29 s
[hlint:post-build] Pushing /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc (7.97 MiB)
2999.54 s
[hlint:post-build] Pushing /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data (112.98 KiB)
2999.56 s
[hlint:post-build] Pushing /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10 (66.74 MiB)
3001.80 s
[hlint:post-build]
3001.80 s
[hlint:post-build] All done.
3002.08 s
[hlint:post-build] Uploading to the NixCI cache: /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10 /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc
3002.65 s
[hlint:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3002.92 s
[hlint:post-build] copying 6 paths...
3002.92 s
[hlint:post-build] copying path '/nix/store/nff1j3438ghn77y67dpkl7ap4npb158s-hscolour-1.25-data' to 'https://cache.nix-ci.com'...
3002.92 s
[hlint:post-build] copying path '/nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data' to 'https://cache.nix-ci.com'...
3002.93 s
[hlint:post-build] copying path '/nix/store/n68yqsch5hxrcl2qwxjwyrzxhv0wqr1x-hscolour-1.25-doc' to 'https://cache.nix-ci.com'...
3003.43 s
[hlint:post-build] copying path '/nix/store/dg2d8n03bhjv359p1xqd2xd2li04i6g3-hscolour-1.25' to 'https://cache.nix-ci.com'...
3003.43 s
[hlint:post-build] copying path '/nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc' to 'https://cache.nix-ci.com'...
3005.87 s
[hlint:post-build] copying path '/nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10' to 'https://cache.nix-ci.com'...
3032.50 s
[hlint:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3032.79 s
[hlint:post-build] copying 2 paths...
3032.80 s
[hlint:post-build] copying path '/nix/store/a6zw0vclngamsyhmhf47qzdlx1pfzdji-hscolour-1.25.drv' to 'https://cache.nix-ci.com'...
3032.94 s
[hlint:post-build] copying path '/nix/store/81784bi7xpj02gp5a85889d3p1ygbjgz-hlint-3.10.drv' to 'https://cache.nix-ci.com'...
3033.33 s
Progress: 155 of 170 built (2 building), 375 of 375 downloaded from cache
3033.33 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Processing.Preprocess'
3033.33 s
[fourmolu] Warning: 'R' is ambiguous. It is defined
3033.33 s
[fourmolu] * at src/Ormolu/Printer/Internal.hs:101:15
3033.33 s
[fourmolu] * at src/Ormolu/Printer/Internal.hs:101:1
3033.33 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.33 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.33 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Internal.hs:101:1
3033.33 s
[fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
3033.33 s
[fourmolu] * in ‘GHC.Types.SrcLoc’
3033.33 s
[fourmolu] * in ‘GHC.Types.SrcLoc’
3033.33 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.33 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.33 s
[fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
3033.33 s
[fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
3033.33 s
[fourmolu] * at src/Ormolu/Config/Gen.hs:45:3
3033.33 s
[fourmolu] * at src/Ormolu/Config/Gen.hs:44:1
3033.33 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.33 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.33 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:44:1
3033.33 s
[fourmolu] Warning: 'Comment' is ambiguous. It is defined
3033.33 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
3033.33 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
3033.33 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.33 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.33 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
3033.33 s
[fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
3033.33 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
3033.33 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
3033.33 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.33 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.33 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
3033.33 s
[fourmolu] Warning: 'n' is out of scope.
3033.33 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.33 s
[fourmolu] 94% ( 47 / 50) in 'Ormolu.Printer.Internal'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
3033.33 s
[fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
3033.33 s
[fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
3033.33 s
[fourmolu] Warning: 'Comment' is ambiguous. It is defined
3033.33 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
3033.33 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
3033.33 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.33 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.33 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
3033.33 s
[fourmolu] 100% ( 6 / 6) in 'Ormolu.Printer.Comments'
3033.33 s
[fourmolu] 96% ( 80 / 83) in 'Ormolu.Printer.Combinators'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
3033.33 s
[fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
3033.33 s
[fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
3033.33 s
[fourmolu] Warning: 'LanguagePragma' is out of scope.
3033.33 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.33 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Pragma'
3033.33 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.StringLiteral'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] Module header
3033.33 s
[fourmolu] 58% ( 7 / 12) in 'Ormolu.Printer.Meat.Common'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] p_ieWrappedName (src/Ormolu/Printer/Meat/Common.hs:62)
3033.33 s
[fourmolu] p_qualName (src/Ormolu/Printer/Meat/Common.hs:121)
3033.33 s
[fourmolu] p_sourceText (src/Ormolu/Printer/Meat/Common.hs:235)
3033.33 s
[fourmolu] p_namespaceSpec (src/Ormolu/Printer/Meat/Common.hs:240)
3033.33 s
[fourmolu] p_arrow (src/Ormolu/Printer/Meat/Common.hs:246)
3033.33 s
[fourmolu] 16% ( 3 / 18) in 'Ormolu.Printer.Meat.Type'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] p_hsType (src/Ormolu/Printer/Meat/Type.hs:52)
3033.33 s
[fourmolu] startTypeAnnotation (src/Ormolu/Printer/Meat/Type.hs:202)
3033.33 s
[fourmolu] startTypeAnnotationDecl (src/Ormolu/Printer/Meat/Type.hs:210)
3033.33 s
[fourmolu] p_hsContext (src/Ormolu/Printer/Meat/Type.hs:256)
3033.33 s
[fourmolu] p_hsContext' (src/Ormolu/Printer/Meat/Type.hs:263)
3033.33 s
[fourmolu] p_hsTyVarBndr (src/Ormolu/Printer/Meat/Type.hs:291)
3033.33 s
[fourmolu] ForAllVisibility (src/Ormolu/Printer/Meat/Type.hs:306)
3033.33 s
[fourmolu] p_conDeclFields (src/Ormolu/Printer/Meat/Type.hs:333)
3033.33 s
[fourmolu] p_lhsTypeArg (src/Ormolu/Printer/Meat/Type.hs:366)
3033.33 s
[fourmolu] p_hsSigType (src/Ormolu/Printer/Meat/Type.hs:375)
3033.33 s
[fourmolu] p_hsForAllTelescope (src/Ormolu/Printer/Meat/Type.hs:382)
3033.33 s
[lsp-types] converts a file path to a normalized URI and back [✔]
3033.33 s
[lsp-types] +++ OK, passed 100 tests.
3033.33 s
[lsp-types] Normalized file path functions
3033.33 s
[lsp-types] makes file path normalized [✔]
3033.33 s
[lsp-types] +++ OK, passed 100 tests.
3033.33 s
[lsp-types] converts to a normalized uri and back [✔]
3033.33 s
[lsp-types] +++ OK, passed 100 tests.
3033.33 s
[lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
3033.33 s
[lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
3033.33 s
[lsp-types] creates the same NormalizedUri than the older implementation [✔]
3033.33 s
[lsp-types] +++ OK, passed 100 tests.
3033.33 s
[lsp-types] converts to NormalizedFilePath and back sucessfully [✔]
3033.33 s
[lsp-types] +++ OK, passed 100 tests.
3033.33 s
[lsp-types] can not convert OsPath in non-standard encoding to NormalizedFilePath [✔]
3033.33 s
[lsp-types] WorkspaceEdit
3033.33 s
[lsp-types] applyTextEdit
3033.33 s
[lsp-types] inserts text [✔]
3033.33 s
[lsp-types] deletes text [✔]
3033.33 s
[lsp-types] edits a multiline text [✔]
3033.33 s
[lsp-types] inserts text past the last line [✔]
3033.33 s
[lsp-types] editTextEdit
3033.33 s
[lsp-types] edits a multiline text edit [✔]
3033.33 s
[lsp-types]
3033.33 s
[lsp-types] Finished in 29.1759 seconds
3033.33 s
[lsp-types] 85 examples, 0 failures
3033.33 s
[lsp-types] Test suite lsp-types-test: PASS
3033.33 s
[lsp-types] Test suite logged to: dist/test/lsp-types-2.3.0.1-lsp-types-test.log
3033.33 s
[lsp-types] 1 of 1 test suites (1 of 1 test cases) passed.
3033.33 s
[lsp-types] checkPhase completed in 30 seconds
3033.33 s
[lsp-types] Phase: haddockPhase
3033.33 s
[lsp-types] Phase: installPhase
3033.33 s
[lsp-types] Installing library in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3033.33 s
[lsp-types] Installing internal library lsp-types-quickcheck in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/lsp-types-2.3.0.1-Hi9Caj5lkJEC1H1FYgzFmc-lsp-types-quickcheck
3033.33 s
[lsp-types] Installing internal library metamodel in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/lsp-types-2.3.0.1-BNzI05lDCV1EaM5QneSY2C-metamodel
3033.33 s
[lsp-types] Installing executable generator in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/bin
3033.33 s
[lsp-types] Warning: The directory
3033.33 s
[lsp-types] /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/bin is not in
3033.33 s
[lsp-types] the system search path.
3033.33 s
[lsp-types] Phase: fixupPhase
3033.33 s
[lsp-types] shrinking RPATHs of ELF executables and libraries in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1
3033.33 s
[lsp-types] shrinking /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSlsp-types-2.3.0.1-Hi9Caj5lkJEC1H1FYgzFmc-lsp-types-quickcheck-ghc9.12.1.so
3033.33 s
[lsp-types] shrinking /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSlsp-types-2.3.0.1-BNzI05lDCV1EaM5QneSY2C-metamodel-ghc9.12.1.so
3033.33 s
[lsp-types] shrinking /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSlsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh-ghc9.12.1.so
3033.33 s
[lsp-types] shrinking /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/bin/generator
3033.33 s
[lsp-types] checking for references to /build/ in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1...
3033.33 s
[lsp-types] patching script interpreter paths in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1
3033.33 s
[lsp-types] stripping (with command strip and flags -S -p) in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/lib /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/bin
3033.33 s
[fourmolu] p_hsQualArrow (src/Ormolu/Printer/Meat/Type.hs:404)
3033.33 s
[fourmolu] p_hsFun (src/Ormolu/Printer/Meat/Type.hs:419)
3033.33 s
[fourmolu] hsOuterTyVarBndrsToHsType (src/Ormolu/Printer/Meat/Type.hs:451)
3033.33 s
[fourmolu] lhsTypeToSigType (src/Ormolu/Printer/Meat/Type.hs:457)
3033.33 s
[fourmolu] 0% ( 0 / 3) in 'Ormolu.Printer.Meat.Declaration.Warning'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] Module header
3033.33 s
[fourmolu] p_warnDecls (src/Ormolu/Printer/Meat/Declaration/Warning.hs:23)
3033.33 s
[fourmolu] p_warningTxt (src/Ormolu/Printer/Meat/Declaration/Warning.hs:37)
3033.33 s
[fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.ImportExport'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] p_hsmodExports (src/Ormolu/Printer/Meat/ImportExport.hs:30)
3033.33 s
[fourmolu] p_hsmodImport (src/Ormolu/Printer/Meat/ImportExport.hs:44)
3033.33 s
[fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.Declaration.TypeFamily'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] p_famDecl (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:22)
3033.33 s
[fourmolu] p_tyFamInstEqn (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:83)
3033.33 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Type'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] p_synDecl (src/Ormolu/Printer/Meat/Declaration/Type.hs:30)
3033.33 s
[fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Signature'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] p_sigDecl (src/Ormolu/Printer/Meat/Declaration/Signature.hs:28)
3033.33 s
[fourmolu] p_typeAscription (src/Ormolu/Printer/Meat/Declaration/Signature.hs:61)
3033.33 s
[fourmolu] p_activation (src/Ormolu/Printer/Meat/Declaration/Signature.hs:149)
3033.33 s
[fourmolu] p_standaloneKindSig (src/Ormolu/Printer/Meat/Declaration/Signature.hs:219)
3033.33 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.RoleAnnotation'
3033.33 s
[fourmolu] Missing documentation for:
3033.33 s
[fourmolu] p_roleAnnot (src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs:18)
3033.33 s
[fourmolu] Warning: 'ForeignImport' is ambiguous. It is defined
3033.33 s
[fourmolu] * in ‘Language.Haskell.Syntax.Decls’
3033.34 s
[fourmolu] * in ‘Language.Haskell.Syntax.Decls’
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Decls’
3033.34 s
[fourmolu] Warning: 'SourceText' is out of scope.
3033.34 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.34 s
[fourmolu] Warning: 'Outputable' is out of scope.
3033.34 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.34 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Foreign'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] p_foreignDecl (src/Ormolu/Printer/Meat/Declaration/Foreign.hs:18)
3033.34 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Default'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] p_defaultDecl (src/Ormolu/Printer/Meat/Declaration/Default.hs:15)
3033.34 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Data'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] p_dataDecl (src/Ormolu/Printer/Meat/Declaration/Data.hs:52)
3033.34 s
[fourmolu] Warning: 'Match' is ambiguous. It is defined
3033.34 s
[fourmolu] * in ‘Language.Haskell.Syntax.Expr’
3033.34 s
[fourmolu] * in ‘Language.Haskell.Syntax.Expr’
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Expr’
3033.34 s
[fourmolu] 40% ( 4 / 10) in 'Ormolu.Printer.Meat.Declaration.Value'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] p_valDecl (src/Ormolu/Printer/Meat/Declaration/Value.hs:72)
3033.34 s
[fourmolu] p_pat (src/Ormolu/Printer/Meat/Declaration/Value.hs:1237)
3033.34 s
[fourmolu] p_hsExpr (src/Ormolu/Printer/Meat/Declaration/Value.hs:593)
3033.34 s
[fourmolu] p_hsUntypedSplice (src/Ormolu/Printer/Meat/Declaration/Value.hs:1351)
3033.34 s
[fourmolu] p_hsExpr' (src/Ormolu/Printer/Meat/Declaration/Value.hs:610)
3033.34 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Splice'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] p_spliceDecl (src/Ormolu/Printer/Meat/Declaration/Splice.hs:11)
3033.34 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Rule'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] p_ruleDecls (src/Ormolu/Printer/Meat/Declaration/Rule.hs:21)
3033.34 s
[fourmolu] 100% ( 9 / 9) in 'Ormolu.Printer.Meat.Declaration.OpTree'
3033.34 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Annotation'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] p_annDecl (src/Ormolu/Printer/Meat/Declaration/Annotation.hs:15)
3033.34 s
[fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Instance'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] p_clsInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:64)
3033.34 s
[fourmolu] p_tyFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:97)
3033.34 s
[fourmolu] p_dataFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:105)
3033.34 s
[fourmolu] p_standaloneDerivDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:31)
3033.34 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Class'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] p_classDecl (src/Ormolu/Printer/Meat/Declaration/Class.hs:39)
3033.34 s
[fourmolu] 66% ( 2 / 3) in 'Ormolu.Printer.Meat.Declaration'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] p_hsDecls (src/Ormolu/Printer/Meat/Declaration.hs:50)
3033.34 s
[fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
3033.34 s
[fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
3033.34 s
[fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
3033.34 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Result'
3033.34 s
[fourmolu] Warning: 'HsModule' is ambiguous. It is defined
3033.34 s
[fourmolu] * in ‘Language.Haskell.Syntax’
3033.34 s
[fourmolu] * in ‘Language.Haskell.Syntax’
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax’
3033.34 s
[fourmolu] Warning: 'DynFlags' is ambiguous. It is defined
3033.34 s
[fourmolu] * in ‘GHC.Driver.DynFlags’
3033.34 s
[fourmolu] * in ‘GHC.Driver.DynFlags’
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined in ‘GHC.Driver.DynFlags’
3033.34 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser'
3033.34 s
[fourmolu] 0% ( 0 / 4) in 'Ormolu.Imports.Grouping'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] Import (src/Ormolu/Imports/Grouping.hs:29)
3033.34 s
[fourmolu] prepareExistingGroups (src/Ormolu/Imports/Grouping.hs:137)
3033.34 s
[fourmolu] groupImports (src/Ormolu/Imports/Grouping.hs:147)
3033.34 s
[fourmolu] Warning: 'IEWrapppedName' is out of scope.
3033.34 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.34 s
[fourmolu] Warning: 'GhcPs' is ambiguous. It is defined
3033.34 s
[fourmolu] * in ‘GHC.Hs.Extension’
3033.34 s
[fourmolu] * in ‘GHC.Hs.Extension’
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined in ‘GHC.Hs.Extension’
3033.34 s
[fourmolu] Warning: 'ImportId' is ambiguous. It is defined
3033.34 s
[fourmolu] * at src/Ormolu/Imports.hs:85:17
3033.34 s
[fourmolu] * at src/Ormolu/Imports.hs:85:1
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Imports.hs:85:1
3033.34 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Imports'
3033.34 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Module'
3033.34 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer'
3033.34 s
[fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
3033.34 s
[fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
3033.34 s
[fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
3033.34 s
[fourmolu] Warning: 'Diff' is out of scope.
3033.34 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.34 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Diff.ParseResult'
3033.34 s
[fourmolu] Warning: 'CabalInfo' is ambiguous. It is defined
3033.34 s
[fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:18
3033.34 s
[fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:1
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:51:1
3033.34 s
[fourmolu] Warning: 'DynOption' is ambiguous. It is defined
3033.34 s
[fourmolu] * at src/Ormolu/Config.hs:203:21
3033.34 s
[fourmolu] * at src/Ormolu/Config.hs:203:1
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:203:1
3033.34 s
[fourmolu] Warning: 'CachedCabalFile' is ambiguous. It is defined
3033.34 s
[fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:24
3033.34 s
[fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:1
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:96:1
3033.34 s
[fourmolu] 85% ( 6 / 7) in 'Ormolu.Utils.Cabal'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] Warning: 'Config' is ambiguous. It is defined
3033.34 s
[fourmolu] * at src/Ormolu/Config.hs:106:22
3033.34 s
[fourmolu] * at src/Ormolu/Config.hs:106:1
3033.34 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
3033.34 s
[fourmolu] by specifying the type/value namespace explicitly.
3033.34 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:106:1
3033.34 s
[fourmolu] Warning: 'CabalInfo' is out of scope.
3033.34 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.34 s
[fourmolu] Warning: 'FixityMap' is out of scope.
3033.34 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.34 s
[fourmolu] Warning: 'getFixityOverridesForSourceFile' is out of scope.
3033.34 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
3033.34 s
[fourmolu] 94% ( 32 / 34) in 'Ormolu'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:118)
3033.34 s
[fourmolu] ConfigNotFound (src/Ormolu/Config.hs:301)
3033.34 s
[fourmolu] 0% ( 0 / 9) in 'Paths_fourmolu'
3033.34 s
[fourmolu] Missing documentation for:
3033.34 s
[fourmolu] Module header
3033.34 s
[fourmolu] version (dist/build/autogen/Paths_fourmolu.hs:36)
3033.34 s
[fourmolu] getBinDir (dist/build/autogen/Paths_fourmolu.hs:56)
3033.34 s
[fourmolu] getLibDir (dist/build/autogen/Paths_fourmolu.hs:57)
3033.34 s
[fourmolu] getDynLibDir (dist/build/autogen/Paths_fourmolu.hs:58)
3033.34 s
[fourmolu] getDataDir (dist/build/autogen/Paths_fourmolu.hs:59)
3033.34 s
[fourmolu] getLibexecDir (dist/build/autogen/Paths_fourmolu.hs:60)
3033.34 s
[fourmolu] getDataFileName (dist/build/autogen/Paths_fourmolu.hs:39)
3033.34 s
[fourmolu] getSysconfDir (dist/build/autogen/Paths_fourmolu.hs:61)
3033.34 s
[fourmolu] Warning: Ormolu.Terminal: could not find link destinations for:
3033.34 s
[fourmolu] - Ormolu.Terminal.TermOutput
3033.34 s
[fourmolu] Warning: Ormolu.Fixity.Internal: could not find link destinations for:
3033.34 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
3033.34 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
3033.34 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
3033.34 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
3033.34 s
[fourmolu] Warning: Ormolu.Fixity: could not find link destinations for:
3033.34 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
3033.34 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
3033.34 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
3033.34 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
3033.34 s
[fourmolu] Warning: Ormolu.Fixity.Parser: could not find link destinations for:
3033.34 s
[fourmolu] - Ormolu.Fixity.Parser.Parser
3033.34 s
[fourmolu] Warning: Ormolu.Config: could not find link destinations for:
3033.34 s
[fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
3033.34 s
[fourmolu] - Ormolu.Config.Gen.PrinterOptsFieldType
3033.34 s
[fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
3033.34 s
[fourmolu] - Ormolu.Config.Rep_Config
3033.34 s
[fourmolu] Warning: Ormolu.Printer.Meat.Type: could not find link destinations for:
3033.34 s
[fourmolu] - Ormolu.Printer.Meat.Type.IsTyVarBndrFlag
3033.34 s
[fourmolu] Warning: Ormolu.Printer: could not find link destinations for:
3033.34 s
[fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
3033.34 s
[fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
3033.34 s
[fourmolu] Warning: Ormolu.Utils.Cabal: could not find link destinations for:
3033.34 s
[fourmolu] - Distribution.Utils.Structured.structureHash'
3033.34 s
[fourmolu] - Distribution.Utils.Structured.Tagged
3033.34 s
[fourmolu] - Language.Haskell.Extension.Rep_Extension
3033.34 s
[fourmolu] Warning: Ormolu: could not find link destinations for:
3033.34 s
[fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
3033.34 s
[fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
3033.34 s
[fourmolu] - Ormolu.Config.Rep_Config
3033.34 s
[fourmolu] Documentation created: dist/doc/html/fourmolu,
3033.34 s
[fourmolu] dist/doc/html/fourmolu/fourmolu.txt
3033.34 s
[fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.18.0.0...
3033.34 s
[fourmolu] haddockPhase completed in 58 seconds
3033.34 s
[fourmolu] Phase: installPhase
3033.34 s
[fourmolu] Installing library in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
3033.34 s
[fourmolu] Installing executable fourmolu in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin
3033.34 s
[fourmolu] Warning: The directory
3033.34 s
[fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin is not in
3033.34 s
[fourmolu] the system search path.
3033.34 s
[fourmolu] Phase: fixupPhase
3033.34 s
[fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0
3033.34 s
[fourmolu] shrinking /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSfourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG-ghc9.12.1.so
3033.34 s
[fourmolu] shrinking /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin/fourmolu
3033.34 s
[fourmolu] checking for references to /build/ in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0...
3033.34 s
[fourmolu] patching script interpreter paths in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0
3033.34 s
[fourmolu] stripping (with command strip and flags -S -p) in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/lib /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin
3033.34 s
[fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc
3033.34 s
[fourmolu] checking for references to /build/ in /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc...
3033.34 s
[fourmolu] patching script interpreter paths in /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc
3033.69 s
[fourmolu:post-build] Uploading to cachix cache "sellout": /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0 /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc
3035.00 s
[fourmolu:post-build] Pushing 2 paths (211 are already present) using zstd to cache sellout ⏳
3035.00 s
[fourmolu:post-build]
3035.36 s
[fourmolu:post-build] Pushing /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc (9.09 MiB)
3035.49 s
[fourmolu:post-build] Pushing /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0 (71.85 MiB)
3037.42 s
[fourmolu:post-build]
3037.42 s
[fourmolu:post-build] All done.
3037.65 s
[fourmolu:post-build] Uploading to the NixCI cache: /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0 /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc
3038.23 s
[fourmolu:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3038.50 s
[fourmolu:post-build] copying 4 paths...
3038.55 s
[fourmolu:post-build] copying path '/nix/store/hj7micnvhc2f1sn51fgl0mr4dh11hdhk-Diff-1.0.2-doc' to 'https://cache.nix-ci.com'...
3039.03 s
[fourmolu:post-build] copying path '/nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc' to 'https://cache.nix-ci.com'...
3039.03 s
[fourmolu:post-build] copying path '/nix/store/v9s179m06h4vqvyjsn3qx0k9wxwkl1a1-Diff-1.0.2' to 'https://cache.nix-ci.com'...
3040.64 s
[fourmolu:post-build] copying path '/nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0' to 'https://cache.nix-ci.com'...
3067.40 s
[fourmolu:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3067.75 s
[fourmolu:post-build] copying 2 paths...
3068.18 s
[fourmolu:post-build] copying path '/nix/store/1sgbma9k4z7w25hhv40dm52a36rzi1xf-Diff-1.0.2.drv' to 'https://cache.nix-ci.com'...
3068.18 s
[fourmolu:post-build] copying path '/nix/store/m38pfh1iwkdwjnnpf1f96pjckr2s229b-fourmolu-0.18.0.0.drv' to 'https://cache.nix-ci.com'...
3068.36 s
Progress: 156 of 170 built (1 building), 375 of 375 downloaded from cache
3069.37 s
[lsp-types:post-build] Uploading to cachix cache "sellout": /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1
3070.76 s
[lsp-types:post-build] Pushing 1 paths (242 are already present) using zstd to cache sellout ⏳
3070.76 s
[lsp-types:post-build]
3071.15 s
[lsp-types:post-build] Pushing /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1 (401.62 MiB)
3077.84 s
[lsp-types:post-build]
3077.84 s
[lsp-types:post-build] All done.
3077.84 s
[lsp-types:post-build] Uploading to the NixCI cache: /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1
3078.14 s
[lsp-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3078.14 s
[lsp-types:post-build] copying 1 paths...
3078.14 s
[lsp-types:post-build] copying path '/nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1' to 'https://cache.nix-ci.com'...
3177.87 s
[lsp-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3178.45 s
[lsp-types:post-build] copying 1 paths...
3178.45 s
[lsp-types:post-build] copying path '/nix/store/sz70l1fr96l6f6fl4pppza5zvx33qsg1-lsp-types-2.3.0.1.drv' to 'https://cache.nix-ci.com'...
3178.89 s
Progress: 157 of 170 built, 375 of 375 downloaded from cache
3179.03 s
Building /nix/store/kf5axq74d1l2f4wdmrz82df6aqxmdka3-lsp-2.7.0.1.drv
3179.42 s
[lsp] Phase: setupCompilerEnvironmentPhase
3179.43 s
[lsp] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
3180.42 s
[lsp] Phase: unpackPhase
3180.44 s
[lsp] unpacking source archive /nix/store/12k1a9yd29ayydcbms6q8jmm5hkylh2c-lsp-2.7.0.1.tar.gz
3180.46 s
[lsp] source root is lsp-2.7.0.1
3180.48 s
[lsp] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-2.7.0.1/test/VspSpec.hs"
3180.50 s
[lsp] Phase: patchPhase
3180.51 s
[lsp] Phase: compileBuildDriverPhase
3180.52 s
[lsp] setupCompileFlags: -package-db=/build/tmp.xxvuQRjDML/setup-package.conf.d -threaded
3180.60 s
[lsp] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.xxvuQRjDML/Main.o )
3180.68 s
[lsp] [2 of 2] Linking Setup
3182.45 s
[lsp] Phase: updateAutotoolsGnuConfigScriptsPhase
3182.47 s
[lsp] Phase: configurePhase
3182.48 s
[lsp] configureFlags: --verbose --prefix=/nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1 --with-gcc=gcc --package-db=/build/tmp.xxvuQRjDML/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
3182.50 s
[lsp] Using Parsec parser
3182.50 s
[lsp] Configuring lsp-2.7.0.1...
3182.56 s
[lsp] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3182.56 s
[lsp] 'ghc' version < 9.12):
3182.56 s
[lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
3182.56 s
[lsp] 9.12.1
3183.07 s
[lsp] Flags chosen: demo=False
3183.40 s
[lsp] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
3183.40 s
[lsp] Dependency async >=2.2 && <2.3: using async-2.2.5
3183.40 s
[lsp] Dependency attoparsec >=0.14 && <0.15: using attoparsec-0.14.4
3183.40 s
[lsp] Dependency base >=4.11 && <5: using base-4.21.0.0
3183.40 s
[lsp] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
3183.40 s
[lsp] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
3183.40 s
[lsp] Dependency containers >=0.6 && <0.8: using containers-0.7
3183.40 s
[lsp] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
3183.40 s
[lsp] Dependency directory >=1.3 && <1.4: using directory-1.3.9.0
3183.40 s
[lsp] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
3183.40 s
[lsp] Dependency extra >=1.7 && <1.9: using extra-1.8
3183.40 s
[lsp] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
3183.40 s
[lsp] Dependency hashable >=1.4 && <1.6: using hashable-1.4.7.0
3183.40 s
[lsp] Dependency lens >=5.1 && <5.4: using lens-5.3.4
3183.40 s
[lsp] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
3183.40 s
[lsp] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
3183.40 s
[lsp] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
3183.40 s
[lsp] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
3183.40 s
[lsp] Dependency sorted-list >=0.2.1 && <0.3: using sorted-list-0.2.3.1
3183.40 s
[lsp] Dependency stm >=2.5 && <2.6: using stm-2.5.3.1
3183.40 s
[lsp] Dependency text >=1 && <2.2: using text-2.1.2
3183.40 s
[lsp] Dependency text-rope >=0.2 && <0.4: using text-rope-0.2
3183.40 s
[lsp] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.2
3183.40 s
[lsp] Dependency unliftio >=0.2 && <0.3: using unliftio-0.2.25.1
3183.40 s
[lsp] Dependency unliftio-core >=0.2 && <0.3: using unliftio-core-0.2.1.0
3183.40 s
[lsp] Dependency unordered-containers >=0.2 && <0.3: using
3183.40 s
[lsp] unordered-containers-0.2.20
3183.40 s
[lsp] Dependency base: using base-4.21.0.0
3183.40 s
[lsp] Dependency containers: using containers-0.7
3183.40 s
[lsp] Dependency hspec: using hspec-2.11.12
3183.40 s
[lsp] Dependency lsp: using lsp-2.7.0.1
3183.40 s
[lsp] Dependency sorted-list: using sorted-list-0.2.3.1
3183.40 s
[lsp] Dependency text: using text-2.1.2
3183.40 s
[lsp] Dependency text-rope: using text-rope-0.2
3183.40 s
[lsp] Dependency unordered-containers: using unordered-containers-0.2.20
3183.40 s
[lsp] Source component graph:
3183.40 s
[lsp] component lib
3183.40 s
[lsp] component test:lsp-test dependency lib
3183.40 s
[lsp] Configured component graph:
3183.40 s
[lsp] component lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3183.40 s
[lsp] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3183.40 s
[lsp] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3183.40 s
[lsp] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
3183.40 s
[lsp] include base-4.21.0.0-f068
3183.40 s
[lsp] include bytestring-0.12.2.0-be6d
3183.40 s
[lsp] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3183.40 s
[lsp] include containers-0.7-647d
3183.40 s
[lsp] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3183.40 s
[lsp] include directory-1.3.9.0-9eff
3183.40 s
[lsp] include exceptions-0.10.9-5f69
3183.40 s
[lsp] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3183.40 s
[lsp] include filepath-1.5.4.0-7ce6
3183.40 s
[lsp] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3183.40 s
[lsp] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3183.40 s
[lsp] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3183.40 s
[lsp] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3183.40 s
[lsp] include mtl-2.3.1-9650
3183.40 s
[lsp] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3183.40 s
[lsp] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3183.40 s
[lsp] include stm-2.5.3.1-0481
3183.40 s
[lsp] include text-2.1.2-5eaa
3183.40 s
[lsp] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3183.40 s
[lsp] include transformers-0.6.1.2-199f
3183.40 s
[lsp] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3183.40 s
[lsp] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3183.40 s
[lsp] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3183.40 s
[lsp] component lsp-2.7.0.1-8o78k8CmPUA2vemyPCyp3B-lsp-test
3183.40 s
[lsp] include base-4.21.0.0-f068
3183.40 s
[lsp] include containers-0.7-647d
3183.40 s
[lsp] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3183.40 s
[lsp] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3183.40 s
[lsp] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3183.40 s
[lsp] include text-2.1.2-5eaa
3183.40 s
[lsp] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3183.40 s
[lsp] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3183.40 s
[lsp] Linked component graph:
3183.40 s
[lsp] unit lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3183.40 s
[lsp] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3183.40 s
[lsp] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3183.40 s
[lsp] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
3183.40 s
[lsp] include base-4.21.0.0-f068
3183.40 s
[lsp] include bytestring-0.12.2.0-be6d
3183.40 s
[lsp] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3183.40 s
[lsp] include containers-0.7-647d
3183.40 s
[lsp] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3183.40 s
[lsp] include directory-1.3.9.0-9eff
3183.40 s
[lsp] include exceptions-0.10.9-5f69
3183.40 s
[lsp] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3183.40 s
[lsp] include filepath-1.5.4.0-7ce6
3183.40 s
[lsp] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3183.40 s
[lsp] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3183.40 s
[lsp] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3183.40 s
[lsp] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3183.40 s
[lsp] include mtl-2.3.1-9650
3183.40 s
[lsp] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3183.40 s
[lsp] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3183.40 s
[lsp] include stm-2.5.3.1-0481
3183.40 s
[lsp] include text-2.1.2-5eaa
3183.40 s
[lsp] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3183.40 s
[lsp] include transformers-0.6.1.2-199f
3183.40 s
[lsp] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3183.40 s
[lsp] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3183.40 s
[lsp] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3183.40 s
[lsp] Language.LSP.Diagnostics=lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze:Language.LSP.Diagnostics,Language.LSP.Logging=lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze:Language.LSP.Logging,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Lens=lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Lens,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Types,Language.LSP.Server=lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze:Language.LSP.Server,Language.LSP.VFS=lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze:Language.LSP.VFS
3183.40 s
[lsp] unit lsp-2.7.0.1-8o78k8CmPUA2vemyPCyp3B-lsp-test
3183.40 s
[lsp] include base-4.21.0.0-f068
3183.40 s
[lsp] include containers-0.7-647d
3183.40 s
[lsp] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3183.40 s
[lsp] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3183.40 s
[lsp] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3183.40 s
[lsp] include text-2.1.2-5eaa
3183.40 s
[lsp] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3183.40 s
[lsp] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3183.40 s
[lsp] Ready component graph:
3183.40 s
[lsp] definite lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3183.40 s
[lsp] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3183.40 s
[lsp] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3183.40 s
[lsp] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
3183.40 s
[lsp] depends base-4.21.0.0-f068
3183.40 s
[lsp] depends bytestring-0.12.2.0-be6d
3183.40 s
[lsp] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3183.40 s
[lsp] depends containers-0.7-647d
3183.40 s
[lsp] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3183.40 s
[lsp] depends directory-1.3.9.0-9eff
3183.40 s
[lsp] depends exceptions-0.10.9-5f69
3183.40 s
[lsp] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3183.40 s
[lsp] depends filepath-1.5.4.0-7ce6
3183.40 s
[lsp] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3183.40 s
[lsp] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3183.40 s
[lsp] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3183.41 s
[lsp] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3183.41 s
[lsp] depends mtl-2.3.1-9650
3183.41 s
[lsp] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3183.41 s
[lsp] depends sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3183.41 s
[lsp] depends stm-2.5.3.1-0481
3183.41 s
[lsp] depends text-2.1.2-5eaa
3183.41 s
[lsp] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3183.41 s
[lsp] depends transformers-0.6.1.2-199f
3183.41 s
[lsp] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3183.41 s
[lsp] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3183.41 s
[lsp] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3183.41 s
[lsp] definite lsp-2.7.0.1-8o78k8CmPUA2vemyPCyp3B-lsp-test
3183.41 s
[lsp] depends base-4.21.0.0-f068
3183.41 s
[lsp] depends containers-0.7-647d
3183.41 s
[lsp] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3183.41 s
[lsp] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3183.41 s
[lsp] depends sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3183.41 s
[lsp] depends text-2.1.2-5eaa
3183.41 s
[lsp] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3183.41 s
[lsp] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3183.41 s
[lsp] Using Cabal-3.14.1.0 compiled by ghc-9.12
3183.41 s
[lsp] Using compiler: ghc-9.12.1
3183.41 s
[lsp] Using install prefix: /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1
3183.48 s
[lsp] Executables installed in:
3183.48 s
[lsp] /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/bin
3183.48 s
[lsp] Libraries installed in:
3183.48 s
[lsp] /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3183.48 s
[lsp] Dynamic Libraries installed in:
3183.48 s
[lsp] /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
3183.48 s
[lsp] Private executables installed in:
3183.48 s
[lsp] /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/libexec/x86_64-linux-ghc-9.12.1-f739/lsp-2.7.0.1
3183.48 s
[lsp] Data files installed in:
3183.48 s
[lsp] /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/share/x86_64-linux-ghc-9.12.1-f739/lsp-2.7.0.1
3183.48 s
[lsp] Documentation installed in:
3183.48 s
[lsp] /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1
3183.48 s
[lsp] Configuration files installed in:
3183.48 s
[lsp] /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/etc
3183.48 s
[lsp] No alex found
3183.48 s
[lsp] Using ar found on system at:
3183.48 s
[lsp] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
3183.48 s
[lsp] No c2hs found
3183.48 s
[lsp] No cpphs found
3183.48 s
[lsp] No doctest found
3183.48 s
[lsp] Using gcc version 14.3.0 given by user at:
3183.48 s
[lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
3183.48 s
[lsp] Using ghc version 9.12.1 found on system at:
3183.48 s
[lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
3183.48 s
[lsp] Using ghc-pkg version 9.12.1 found on system at:
3183.48 s
[lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
3183.48 s
[lsp] No ghcjs found
3183.48 s
[lsp] No ghcjs-pkg found
3183.48 s
[lsp] No greencard found
3183.48 s
[lsp] Using haddock version 2.30.0 found on system at:
3183.48 s
[lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
3183.48 s
[lsp] No happy found
3183.48 s
[lsp] No haskell-suite found
3183.48 s
[lsp] No haskell-suite-pkg found
3183.48 s
[lsp] No hmake found
3183.48 s
[lsp] Using hpc version 0.69 found on system at:
3183.48 s
[lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
3183.48 s
[lsp] Using hsc2hs version 0.68.10 found on system at:
3183.48 s
[lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3183.48 s
[lsp] Using hscolour version 1.25 found on system at:
3183.48 s
[lsp] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
3183.48 s
[lsp] No jhc found
3183.48 s
[lsp] Using ld found on system at:
3183.48 s
[lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
3183.48 s
[lsp] No pkg-config found
3183.48 s
[lsp] Using runghc version 9.12.1 found on system at:
3183.48 s
[lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
3183.48 s
[lsp] Using strip version 2.44 found on system at:
3183.48 s
[lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
3183.48 s
[lsp] Using tar found on system at:
3183.48 s
[lsp] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
3183.48 s
[lsp] No uhc found
3183.79 s
[lsp] Phase: buildPhase
3183.92 s
[lsp] Preprocessing library for lsp-2.7.0.1...
3183.93 s
[lsp] Building library for lsp-2.7.0.1...
3184.06 s
[lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.o, dist/build/Language/LSP/Diagnostics.dyn_o )
3186.19 s
[lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.o, dist/build/Language/LSP/VFS.dyn_o )
3187.20 s
[lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, dist/build/Language/LSP/Server/Core.o, dist/build/Language/LSP/Server/Core.dyn_o )
3189.72 s
[lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, dist/build/Language/LSP/Server/Progress.o, dist/build/Language/LSP/Server/Progress.dyn_o )
3190.70 s
[lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, dist/build/Language/LSP/Server/Processing.o, dist/build/Language/LSP/Server/Processing.dyn_o )
3192.65 s
[lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.o, dist/build/Language/LSP/Logging.dyn_o )
3192.65 s
[lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, dist/build/Language/LSP/Server/Control.o, dist/build/Language/LSP/Server/Control.dyn_o )
3193.15 s
[lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.o, dist/build/Language/LSP/Server.dyn_o )
3193.66 s
[lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.p_o )
3195.79 s
[lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.p_o )
3196.35 s
[lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, dist/build/Language/LSP/Server/Core.p_o )
3199.05 s
[lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, dist/build/Language/LSP/Server/Progress.p_o )
3199.85 s
[lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, dist/build/Language/LSP/Server/Processing.p_o )
3201.60 s
[lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.p_o )
3201.60 s
[lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, dist/build/Language/LSP/Server/Control.p_o )
3202.22 s
[lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.p_o )
3205.85 s
[lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
3205.85 s
[lsp] Building test suite 'lsp-test' for lsp-2.7.0.1...
3205.95 s
[lsp] [1 of 4] Compiling DiagnosticsSpec ( test/DiagnosticsSpec.hs, dist/build/lsp-test/lsp-test-tmp/DiagnosticsSpec.o )
3208.29 s
[lsp] [2 of 4] Compiling VspSpec ( test/VspSpec.hs, dist/build/lsp-test/lsp-test-tmp/VspSpec.o )
3208.29 s
[lsp] [3 of 4] Compiling Spec ( test/Spec.hs, dist/build/lsp-test/lsp-test-tmp/Spec.o )
3208.33 s
[lsp] [4 of 4] Compiling Main ( test/Main.hs, dist/build/lsp-test/lsp-test-tmp/Main.o )
3208.77 s
[lsp] [5 of 5] Linking dist/build/lsp-test/lsp-test
3210.40 s
[lsp] Phase: checkPhase
3211.07 s
[lsp] Running 1 test suites...
3211.07 s
[lsp] Test suite lsp-test: RUNNING...
3211.11 s
[lsp]
3211.12 s
[lsp] Diagnostics
3211.12 s
[lsp] Diagnostics functions
3211.12 s
[lsp] constructs a new store
3211.13 s
[lsp] constructs a store with no doc version and a single source [✔]
3211.14 s
[lsp] constructs a store with no doc version and multiple sources [✔]
3211.15 s
[lsp] constructs a store with doc version and multiple sources [✔]
3211.16 s
[lsp] updates a store for same document version
3211.17 s
[lsp] updates a store without a document version, single source only [✔]
3211.17 s
[lsp] updates just one source of a 2 source store [✔]
3211.18 s
[lsp] updates just one source of a 2 source store, with empty diags [✔]
3211.19 s
[lsp] updates a store for a new document version
3211.20 s
[lsp] updates a store without a document version, single source only [✔]
3211.21 s
[lsp] updates a store for a new doc version, removing all priot sources [✔]
3211.22 s
[lsp] retrieves all the diagnostics for a given uri
3211.23 s
[lsp] gets diagnostics for multiple sources [✔]
3211.23 s
[lsp] limits the number of diagnostics retrieved, in order
3211.24 s
[lsp] gets diagnostics for multiple sources [✔]
3211.25 s
[lsp] flushes the diagnostics for a given source
3211.26 s
[lsp] gets diagnostics for multiple sources [✔]
3211.27 s
[lsp] Vsp
3211.27 s
[lsp] VSP functions
3211.28 s
[lsp] applys changes in order
3211.28 s
[lsp] handles vscode style undos [✔]
3211.29 s
[lsp] handles vscode style redos [✔]
3211.30 s
[lsp] deletes characters
3211.31 s
[lsp] deletes characters within a line [✔]
3211.32 s
[lsp] deletes one line [✔]
3211.32 s
[lsp] deletes two lines [✔]
3211.33 s
[lsp] adds characters
3211.34 s
[lsp] adds one line [✔]
3211.34 s
[lsp] adds two lines [✔]
3211.35 s
[lsp] changes characters
3211.36 s
[lsp] removes end of a line [✔]
3211.37 s
[lsp] indexes using utf-16 code units [✔]
3211.37 s
[lsp] LSP utilities
3211.38 s
[lsp] splits at a line [✔]
3211.39 s
[lsp] converts code units to code points [✔]
3211.40 s
[lsp] converts code points to code units [✔]
3211.41 s
[lsp]
3211.41 s
[lsp] Finished in 0.3118 seconds
3211.41 s
[lsp] 23 examples, 0 failures
3211.43 s
[lsp] Test suite lsp-test: PASS
3211.43 s
[lsp] Test suite logged to: dist/test/lsp-2.7.0.1-lsp-test.log
3211.43 s
[lsp] 1 of 1 test suites (1 of 1 test cases) passed.
3211.44 s
[lsp] Phase: haddockPhase
3212.83 s
[lsp] Preprocessing library for lsp-2.7.0.1...
3212.84 s
[lsp] Running Haddock on library for lsp-2.7.0.1...
3212.88 s
[lsp] Warning: The documentation for the following packages are not installed. No
3212.88 s
[lsp] links will be generated to these packages: attoparsec-0.14.4,
3212.88 s
[lsp] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
3213.32 s
[lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, nothing ) [HIE file is missing]
3214.85 s
[lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, nothing ) [HIE file is missing]
3215.44 s
[lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, nothing ) [HIE file is missing]
3216.34 s
[lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, nothing ) [HIE file is missing]
3216.46 s
[lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, nothing ) [HIE file is missing]
3216.73 s
[lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, nothing ) [HIE file is missing]
3216.75 s
[lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, nothing ) [HIE file is missing]
3216.83 s
[lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, nothing ) [HIE file is missing]
3216.84 s
[lsp] Haddock coverage:
3217.40 s
[lsp] 11% ( 1 / 9) in 'Language.LSP.Diagnostics'
3217.40 s
[lsp] Missing documentation for:
3217.40 s
[lsp] Module header
3217.40 s
[lsp] DiagnosticStore (src/Language/LSP/Diagnostics.hs:42)
3217.40 s
[lsp] DiagnosticsBySource (src/Language/LSP/Diagnostics.hs:48)
3217.40 s
[lsp] StoreItem (src/Language/LSP/Diagnostics.hs:44)
3217.40 s
[lsp] partitionBySource (src/Language/LSP/Diagnostics.hs:53)
3217.40 s
[lsp] flushBySource (src/Language/LSP/Diagnostics.hs:58)
3217.40 s
[lsp] updateDiagnostics (src/Language/LSP/Diagnostics.hs:71)
3217.40 s
[lsp] getDiagnosticParamsFor (src/Language/LSP/Diagnostics.hs:93)
3217.40 s
[lsp] Warning: 'filesystem' is out of scope.
3217.40 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
3217.40 s
[lsp] Warning: 'DidChangeTextDocumentNotification' is out of scope.
3217.40 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
3217.40 s
[lsp] Warning: 'VFS' is ambiguous. It is defined
3217.40 s
[lsp] * at src/Language/LSP/VFS.hs:98:12
3217.40 s
[lsp] * at src/Language/LSP/VFS.hs:98:1
3217.40 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.40 s
[lsp] by specifying the type/value namespace explicitly.
3217.40 s
[lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:98:1
3217.40 s
[lsp] Warning: 'ApplyWorkspaceEditRequest' is out of scope.
3217.40 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
3217.40 s
[lsp] Warning: 'CodePointPosition' is ambiguous. It is defined
3217.40 s
[lsp] * at src/Language/LSP/VFS.hs:362:26
3217.40 s
[lsp] * at src/Language/LSP/VFS.hs:362:1
3217.40 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.40 s
[lsp] by specifying the type/value namespace explicitly.
3217.40 s
[lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:362:1
3217.40 s
[lsp] Warning: 'CodePointRange' is ambiguous. It is defined
3217.40 s
[lsp] * at src/Language/LSP/VFS.hs:373:23
3217.40 s
[lsp] * at src/Language/LSP/VFS.hs:373:1
3217.40 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.40 s
[lsp] by specifying the type/value namespace explicitly.
3217.40 s
[lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:373:1
3217.40 s
[lsp] 50% ( 17 / 34) in 'Language.LSP.VFS'
3217.40 s
[lsp] Missing documentation for:
3217.40 s
[lsp] VFS (src/Language/LSP/VFS.hs:98)
3217.40 s
[lsp] vfsMap
3217.40 s
[lsp] VirtualFile (src/Language/LSP/VFS.hs:87)
3217.40 s
[lsp] lsp_version
3217.40 s
[lsp] file_version
3217.40 s
[lsp] file_text
3217.40 s
[lsp] virtualFileText (src/Language/LSP/VFS.hs:130)
3217.40 s
[lsp] virtualFileVersion (src/Language/LSP/VFS.hs:133)
3217.40 s
[lsp] VfsLog (src/Language/LSP/VFS.hs:103)
3217.40 s
[lsp] emptyVFS (src/Language/LSP/VFS.hs:138)
3217.40 s
[lsp] closeVFS (src/Language/LSP/VFS.hs:319)
3217.41 s
[lsp] line
3217.41 s
[lsp] character
3217.41 s
[lsp] start
3217.41 s
[lsp] end
3217.41 s
[lsp] rangeLinesFromVfs (src/Language/LSP/VFS.hs:466)
3217.41 s
[lsp] applyChange (src/Language/LSP/VFS.hs:336)
3217.41 s
[lsp] Warning: 'VirtualFile' is ambiguous. It is defined
3217.41 s
[lsp] * at src/Language/LSP/VFS.hs:87:20
3217.41 s
[lsp] * at src/Language/LSP/VFS.hs:87:1
3217.41 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.41 s
[lsp] by specifying the type/value namespace explicitly.
3217.41 s
[lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:87:1
3217.41 s
[lsp] Warning: 'NormalizedUri' is ambiguous. It is defined
3217.41 s
[lsp] * in ‘Language.LSP.Protocol.Types.Uri’
3217.41 s
[lsp] * in ‘Language.LSP.Protocol.Types.Uri’
3217.41 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.41 s
[lsp] by specifying the type/value namespace explicitly.
3217.41 s
[lsp] Defaulting to the one defined in ‘Language.LSP.Protocol.Types.Uri’
3217.41 s
[lsp] Warning: 'shutdown' is out of scope.
3217.41 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
3217.41 s
[lsp] Warning: 'RegistrationToken' is ambiguous. It is defined
3217.41 s
[lsp] * at src/Language/LSP/Server/Core.hs:223:57
3217.41 s
[lsp] * at src/Language/LSP/Server/Core.hs:223:1
3217.41 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.41 s
[lsp] by specifying the type/value namespace explicitly.
3217.41 s
[lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:223:1
3217.41 s
[lsp] Warning: 'Handlers' is ambiguous. It is defined
3217.41 s
[lsp] * at src/Language/LSP/Server/Core.hs:157:19
3217.41 s
[lsp] * at src/Language/LSP/Server/Core.hs:157:1
3217.41 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.41 s
[lsp] by specifying the type/value namespace explicitly.
3217.41 s
[lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:157:1
3217.41 s
[lsp] Warning: 'documentOnTypeFormattingHandler' is out of scope.
3217.41 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
3217.41 s
[lsp] Warning: 'executeCommandHandler' is out of scope.
3217.41 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
3217.41 s
[lsp] Warning: 'LanguageContextEnv' is ambiguous. It is defined
3217.41 s
[lsp] * at src/Language/LSP/Server/Core.hs:126:34
3217.41 s
[lsp] * at src/Language/LSP/Server/Core.hs:126:1
3217.41 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.41 s
[lsp] by specifying the type/value namespace explicitly.
3217.41 s
[lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:126:1
3217.41 s
[lsp] Warning: 'LspT' is ambiguous. It is defined
3217.41 s
[lsp] * at src/Language/LSP/Server/Core.hs:97:27
3217.41 s
[lsp] * at src/Language/LSP/Server/Core.hs:97:1
3217.41 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
3217.41 s
[lsp] by specifying the type/value namespace explicitly.
3217.41 s
[lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:97:1
3217.42 s
[lsp] Warning: 'sensible' is out of scope.
3217.42 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
3217.42 s
[lsp] 75% ( 3 / 4) in 'Language.LSP.Logging'
3217.42 s
[lsp] Missing documentation for:
3217.42 s
[lsp] Module header
3217.42 s
[lsp] 65% ( 38 / 58) in 'Language.LSP.Server'
3217.42 s
[lsp] Missing documentation for:
3217.42 s
[lsp] Module header
3217.42 s
[lsp] LspServerLog (src/Language/LSP/Server/Control.hs:37)
3217.42 s
[lsp] VFSData (src/Language/LSP/Server/Core.hs:232)
3217.42 s
[lsp] transmuteHandlers (src/Language/LSP/Server/Core.hs:190)
3217.42 s
[lsp] mapHandlers (src/Language/LSP/Server/Core.hs:197)
3217.42 s
[lsp] notificationHandler (src/Language/LSP/Server/Core.hs:168)
3217.42 s
[lsp] requestHandler (src/Language/LSP/Server/Core.hs:171)
3217.42 s
[lsp] defaultOptions (src/Language/LSP/Server/Core.hs:317)
3217.42 s
[lsp] LspT (src/Language/LSP/Server/Core.hs:97)
3217.42 s
[lsp] LspM (src/Language/LSP/Server/Core.hs:108)
3217.42 s
[lsp] MonadLsp (src/Language/LSP/Server/Core.hs:110)
3217.42 s
[lsp] runLspT (src/Language/LSP/Server/Core.hs:105)
3217.42 s
[lsp] LanguageContextEnv (src/Language/LSP/Server/Core.hs:126)
3217.42 s
[lsp] getClientCapabilities (src/Language/LSP/Server/Core.hs:521)
3217.42 s
[lsp] setConfig (src/Language/LSP/Server/Core.hs:517)
3217.42 s
[lsp] getRootPath (src/Language/LSP/Server/Core.hs:525)
3217.42 s
[lsp] sendRequest (src/Language/LSP/Server/Core.hs:417)
3217.42 s
[lsp] sendNotification (src/Language/LSP/Server/Core.hs:404)
3217.42 s
[lsp] getVirtualFiles (src/Language/LSP/Server/Core.hs:439)
3217.42 s
[lsp] RegistrationToken (src/Language/LSP/Server/Core.hs:223)
3219.30 s
[lsp] Warning: Language.LSP.Diagnostics: could not find link destinations for:
3219.30 s
[lsp] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
3219.33 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
3219.33 s
[lsp] Warning: Language.LSP.VFS: could not find link destinations for:
3219.33 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.Position.Position
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.Range.Range
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
3219.33 s
[lsp] - Language.LSP.Protocol.Types.Common.UInt
3219.33 s
[lsp] - Language.LSP.VFS.HasCharacter
3219.33 s
[lsp] - Language.LSP.VFS.HasEnd
3219.33 s
[lsp] - Language.LSP.VFS.HasFile_text
3219.33 s
[lsp] - Language.LSP.VFS.HasFile_version
3219.33 s
[lsp] - Language.LSP.VFS.HasLine
3219.33 s
[lsp] - Language.LSP.VFS.HasLsp_version
3219.33 s
[lsp] - Language.LSP.VFS.HasStart
3219.33 s
[lsp] - Language.LSP.VFS.HasVfsMap
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Types.TMessage
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceApplyEdit
3219.33 s
[lsp] Warning: Language.LSP.Server: could not find link destinations for:
3219.33 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions._commitCharactersSupport
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
3219.33 s
[lsp] - Language.LSP.Protocol.Types.Common.UInt
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Types.TMessage
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Meta.ClientToServer
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Meta.Notification
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Meta.ServerToClient
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Meta.Request
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.MessageParams
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.MessageResult
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_Initialize
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.RegistrationOptions
3219.33 s
[lsp] - Language.LSP.Protocol.Internal.Method.SMethod
3219.33 s
[lsp] - Language.LSP.Protocol.Message.LspId.LspId
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Meta.MessageKind
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Method.SClientMethod
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Method.SServerMethod
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Types.TNotificationMessage
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Types.TRequestMessage
3219.33 s
[lsp] - Language.LSP.Protocol.Message.Types.TResponseError
3219.33 s
[lsp] - Language.LSP.Server.Core.LanguageContextState
3219.33 s
[lsp] - Language.LSP.Server.Core.LspCoreLog
3219.33 s
[lsp] - Language.LSP.Protocol.Utils.SMethodMap.SMethodMap
3219.33 s
[lsp] - Language.LSP.Server.Processing.LspProcessingLog
3219.33 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Capabilities'
3219.33 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Lens'
3219.33 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Message'
3219.33 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Types'
3229.75 s
[lsp] Documentation created: dist/doc/html/lsp, dist/doc/html/lsp/lsp.txt
3230.84 s
[lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
3230.96 s
[lsp] Phase: installPhase
3231.16 s
[lsp] Installing library in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3231.94 s
[lsp] Phase: fixupPhase
3232.04 s
[lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1
3232.05 s
[lsp] shrinking /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSlsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze-ghc9.12.1.so
3232.08 s
[lsp] checking for references to /build/ in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1...
3232.11 s
[lsp] patching script interpreter paths in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1
3232.12 s
[lsp] stripping (with command strip and flags -S -p) in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/lib
3232.35 s
[lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc
3232.36 s
[lsp] checking for references to /build/ in /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc...
3232.38 s
[lsp] patching script interpreter paths in /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc
3232.70 s
[lsp:post-build] Uploading to cachix cache "sellout": /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1 /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc
3234.25 s
[lsp:post-build] Pushing 2 paths (265 are already present) using zstd to cache sellout ⏳
3234.25 s
[lsp:post-build]
3234.63 s
[lsp:post-build] Pushing /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc (2.12 MiB)
3234.66 s
[lsp:post-build] Pushing /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1 (8.62 MiB)
3236.14 s
[lsp:post-build]
3236.15 s
[lsp:post-build] All done.
3236.39 s
[lsp:post-build] Uploading to the NixCI cache: /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1 /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc
3236.98 s
[lsp:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3237.27 s
[lsp:post-build] copying 4 paths...
3237.27 s
[lsp:post-build] copying path '/nix/store/j8qn2kr26m042pr32kza5551rcvylxjc-sorted-list-0.2.3.1-doc' to 'https://cache.nix-ci.com'...
3237.54 s
[lsp:post-build] copying path '/nix/store/k4qmzr7byxfl64w4mbx3haws5cmlc6s6-sorted-list-0.2.3.1' to 'https://cache.nix-ci.com'...
3237.54 s
[lsp:post-build] copying path '/nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc' to 'https://cache.nix-ci.com'...
3238.04 s
[lsp:post-build] copying path '/nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1' to 'https://cache.nix-ci.com'...
3241.30 s
[lsp:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3241.66 s
[lsp:post-build] copying 2 paths...
3241.68 s
[lsp:post-build] copying path '/nix/store/47ld0fp7h6n390djlp392vacjaxs2m66-sorted-list-0.2.3.1.drv' to 'https://cache.nix-ci.com'...
3241.82 s
[lsp:post-build] copying path '/nix/store/kf5axq74d1l2f4wdmrz82df6aqxmdka3-lsp-2.7.0.1.drv' to 'https://cache.nix-ci.com'...
3242.22 s
Progress: 158 of 170 built, 375 of 375 downloaded from cache
3242.37 s
Building /nix/store/hcilykh7svkkxpxxdf499a78fmfn4w0g-hls-plugin-api-2.10.0.0.drv
3242.47 s
Building /nix/store/kwv3n8bgm4hi32fl8l8c35vfr6cl7gsg-lsp-test-0.17.1.1.drv
3243.12 s
[lsp-test] Phase: setupCompilerEnvironmentPhase
3243.13 s
[lsp-test] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
3243.14 s
[hls-plugin-api] Phase: setupCompilerEnvironmentPhase
3243.14 s
[hls-plugin-api] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
3243.81 s
[hls-plugin-api] Phase: unpackPhase
3243.82 s
[hls-plugin-api] unpacking source archive /nix/store/mm2vs04i50g7m6k38v32gkpj91lb18ci-hls-plugin-api-2.10.0.0.tar.gz
3243.83 s
[hls-plugin-api] source root is hls-plugin-api-2.10.0.0
3243.85 s
[hls-plugin-api] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-plugin-api-2.10.0.0/test/Main.hs"
3243.86 s
[hls-plugin-api] Phase: patchPhase
3243.88 s
[hls-plugin-api] Phase: compileBuildDriverPhase
3243.89 s
[hls-plugin-api] setupCompileFlags: -package-db=/build/tmp.jRcD3Kum8y/setup-package.conf.d -threaded
3243.95 s
[hls-plugin-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.jRcD3Kum8y/Main.o )
3244.09 s
[hls-plugin-api] [2 of 2] Linking Setup
3244.23 s
[lsp-test] Phase: unpackPhase
3244.24 s
[lsp-test] unpacking source archive /nix/store/nzq58rnlzlp5yrv5iyi4xsccjhi16j3y-lsp-test-0.17.1.1.tar.gz
3244.26 s
[lsp-test] source root is lsp-test-0.17.1.1
3244.28 s
[lsp-test] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-test-0.17.1.1/test/Test.hs"
3244.31 s
[lsp-test] Phase: patchPhase
3244.34 s
[lsp-test] Phase: compileBuildDriverPhase
3244.36 s
[lsp-test] setupCompileFlags: -package-db=/build/tmp.LUbbigNBCd/setup-package.conf.d -threaded
3244.47 s
[lsp-test] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.LUbbigNBCd/Main.o )
3244.58 s
[lsp-test] [2 of 2] Linking Setup
3245.82 s
[hls-plugin-api] Phase: updateAutotoolsGnuConfigScriptsPhase
3245.84 s
[hls-plugin-api] Phase: configurePhase
3245.85 s
[hls-plugin-api] configureFlags: --verbose --prefix=/nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc/share/doc/hls-plugin-api-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.jRcD3Kum8y/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/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/lib
3245.87 s
[hls-plugin-api] Using Parsec parser
3245.87 s
[hls-plugin-api] Configuring hls-plugin-api-2.10.0.0...
3245.93 s
[hls-plugin-api] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3245.93 s
[hls-plugin-api] 'ghc' version < 9.12):
3245.93 s
[hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
3245.93 s
[hls-plugin-api] 9.12.1
3246.47 s
[lsp-test] Phase: updateAutotoolsGnuConfigScriptsPhase
3246.50 s
[lsp-test] Phase: configurePhase
3246.52 s
[lsp-test] configureFlags: --verbose --prefix=/nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1 --with-gcc=gcc --package-db=/build/tmp.LUbbigNBCd/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
3246.54 s
[lsp-test] Using Parsec parser
3246.54 s
[lsp-test] Configuring lsp-test-0.17.1.1...
3246.57 s
[hls-plugin-api] Flags chosen: pedantic=False, use-fingertree=True
3246.62 s
[lsp-test] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3246.62 s
[lsp-test] 'ghc' version < 9.12):
3246.62 s
[lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
3246.62 s
[lsp-test] 9.12.1
3246.91 s
[hls-plugin-api] Dependency Diff >=0.5 && <0.6: using Diff-0.5
3246.91 s
[hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
3246.92 s
[hls-plugin-api] Dependency base >=4.12 && <5: using base-4.21.0.0
3246.92 s
[hls-plugin-api] Dependency co-log-core: using co-log-core-0.3.2.5
3246.92 s
[hls-plugin-api] Dependency containers: using containers-0.7
3246.92 s
[hls-plugin-api] Dependency data-default: using data-default-0.7.1.3
3246.92 s
[hls-plugin-api] Dependency dependent-map: using dependent-map-0.4.0.0
3246.92 s
[hls-plugin-api] Dependency dependent-sum >=0.7: using dependent-sum-0.7.2.0
3246.92 s
[hls-plugin-api] Dependency dlist: using dlist-1.0
3246.92 s
[hls-plugin-api] Dependency extra: using extra-1.8
3246.92 s
[hls-plugin-api] Dependency filepath: using filepath-1.5.4.0
3246.92 s
[hls-plugin-api] Dependency ghc: using ghc-9.12.1
3246.92 s
[hls-plugin-api] Dependency hashable: using hashable-1.4.7.0
3246.92 s
[hls-plugin-api] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
3246.92 s
[hls-plugin-api] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
3246.92 s
[hls-plugin-api] Dependency lens: using lens-5.3.4
3246.92 s
[hls-plugin-api] Dependency lens-aeson: using lens-aeson-1.2.3
3246.92 s
[hls-plugin-api] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
3246.92 s
[hls-plugin-api] Dependency megaparsec >=9.0: using megaparsec-9.6.1
3246.92 s
[hls-plugin-api] Dependency mtl: using mtl-2.3.1
3246.92 s
[hls-plugin-api] Dependency opentelemetry >=0.4: using opentelemetry-0.8.0
3246.92 s
[hls-plugin-api] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3246.92 s
[hls-plugin-api] Dependency prettyprinter: using prettyprinter-1.7.1
3246.92 s
[hls-plugin-api] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
3246.92 s
[hls-plugin-api] Dependency stm: using stm-2.5.3.1
3246.92 s
[hls-plugin-api] Dependency text: using text-2.1.2
3246.92 s
[hls-plugin-api] Dependency time: using time-1.14
3246.92 s
[hls-plugin-api] Dependency transformers: using transformers-0.6.1.2
3246.92 s
[hls-plugin-api] Dependency unix: using unix-2.8.6.0
3246.92 s
[hls-plugin-api] Dependency unliftio: using unliftio-0.2.25.1
3246.92 s
[hls-plugin-api] Dependency unordered-containers: using unordered-containers-0.2.20
3246.92 s
[hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
3246.92 s
[hls-plugin-api] Dependency base: using base-4.21.0.0
3246.92 s
[hls-plugin-api] Dependency bytestring: using bytestring-0.12.2.0
3246.92 s
[hls-plugin-api] Dependency containers: using containers-0.7
3246.92 s
[hls-plugin-api] Dependency data-default: using data-default-0.7.1.3
3246.92 s
[hls-plugin-api] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
3246.92 s
[hls-plugin-api] Dependency lens: using lens-5.3.4
3246.92 s
[hls-plugin-api] Dependency lsp-types: using lsp-types-2.3.0.1
3246.92 s
[hls-plugin-api] Dependency tasty: using tasty-1.5.3
3246.92 s
[hls-plugin-api] Dependency tasty-golden: using tasty-golden-2.3.5
3246.92 s
[hls-plugin-api] Dependency tasty-hunit: using tasty-hunit-0.10.2
3246.92 s
[hls-plugin-api] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
3246.92 s
[hls-plugin-api] Dependency tasty-rerun: using tasty-rerun-1.1.20
3246.92 s
[hls-plugin-api] Dependency text: using text-2.1.2
3246.92 s
[hls-plugin-api] Source component graph:
3246.92 s
[hls-plugin-api] component lib
3246.92 s
[hls-plugin-api] component test:tests dependency lib
3246.92 s
[hls-plugin-api] Configured component graph:
3246.92 s
[hls-plugin-api] component hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3246.92 s
[hls-plugin-api] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3246.92 s
[hls-plugin-api] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3246.92 s
[hls-plugin-api] include base-4.21.0.0-f068
3246.92 s
[hls-plugin-api] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3246.92 s
[hls-plugin-api] include containers-0.7-647d
3246.92 s
[hls-plugin-api] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3246.92 s
[hls-plugin-api] include dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
3246.92 s
[hls-plugin-api] include dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
3246.92 s
[hls-plugin-api] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3246.92 s
[hls-plugin-api] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3246.92 s
[hls-plugin-api] include filepath-1.5.4.0-7ce6
3246.92 s
[hls-plugin-api] include ghc-9.12.1-f739
3246.92 s
[hls-plugin-api] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3246.92 s
[hls-plugin-api] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3246.92 s
[hls-plugin-api] include hw-fingertree-0.1.2.1-K0gd77M74vd4aZMQSVy8cl
3246.92 s
[hls-plugin-api] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3246.92 s
[hls-plugin-api] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3246.93 s
[hls-plugin-api] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3246.93 s
[hls-plugin-api] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
3246.93 s
[hls-plugin-api] include mtl-2.3.1-9650
3246.93 s
[hls-plugin-api] include opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
3246.93 s
[hls-plugin-api] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3246.93 s
[hls-plugin-api] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3246.93 s
[hls-plugin-api] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3246.93 s
[hls-plugin-api] include stm-2.5.3.1-0481
3246.93 s
[hls-plugin-api] include text-2.1.2-5eaa
3246.93 s
[hls-plugin-api] include time-1.14-f7a8
3246.93 s
[hls-plugin-api] include transformers-0.6.1.2-199f
3246.93 s
[hls-plugin-api] include unix-2.8.6.0-6369
3246.93 s
[hls-plugin-api] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3246.93 s
[hls-plugin-api] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3246.93 s
[hls-plugin-api] component hls-plugin-api-2.10.0.0-GYdNxVFF5RJGvlItFCKKLl-tests
3246.93 s
[hls-plugin-api] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3246.93 s
[hls-plugin-api] include base-4.21.0.0-f068
3246.93 s
[hls-plugin-api] include bytestring-0.12.2.0-be6d
3246.93 s
[hls-plugin-api] include containers-0.7-647d
3246.93 s
[hls-plugin-api] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3246.93 s
[hls-plugin-api] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3246.93 s
[hls-plugin-api] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3246.93 s
[hls-plugin-api] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3246.93 s
[hls-plugin-api] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
3246.93 s
[hls-plugin-api] include tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
3246.93 s
[hls-plugin-api] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3246.93 s
[hls-plugin-api] include tasty-quickcheck-0.11-597oKWlAkLA6PjifDQdXTX
3246.93 s
[hls-plugin-api] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
3246.93 s
[hls-plugin-api] include text-2.1.2-5eaa
3246.93 s
[hls-plugin-api] Linked component graph:
3246.93 s
[hls-plugin-api] unit hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3246.93 s
[hls-plugin-api] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3246.93 s
[hls-plugin-api] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3246.93 s
[hls-plugin-api] include base-4.21.0.0-f068
3246.93 s
[hls-plugin-api] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3246.93 s
[hls-plugin-api] include containers-0.7-647d
3246.93 s
[hls-plugin-api] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3246.93 s
[hls-plugin-api] include dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
3246.93 s
[hls-plugin-api] include dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
3246.93 s
[hls-plugin-api] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3246.93 s
[hls-plugin-api] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3246.93 s
[hls-plugin-api] include filepath-1.5.4.0-7ce6
3246.93 s
[hls-plugin-api] include ghc-9.12.1-f739
3246.93 s
[hls-plugin-api] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3246.93 s
[hls-plugin-api] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3246.93 s
[hls-plugin-api] include hw-fingertree-0.1.2.1-K0gd77M74vd4aZMQSVy8cl
3246.93 s
[hls-plugin-api] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3246.93 s
[hls-plugin-api] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3246.93 s
[hls-plugin-api] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3246.93 s
[hls-plugin-api] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
3246.93 s
[hls-plugin-api] include mtl-2.3.1-9650
3246.93 s
[hls-plugin-api] include opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
3246.93 s
[hls-plugin-api] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3246.93 s
[hls-plugin-api] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3246.93 s
[hls-plugin-api] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3246.93 s
[hls-plugin-api] include stm-2.5.3.1-0481
3246.93 s
[hls-plugin-api] include text-2.1.2-5eaa
3246.93 s
[hls-plugin-api] include time-1.14-f7a8
3246.93 s
[hls-plugin-api] include transformers-0.6.1.2-199f
3246.93 s
[hls-plugin-api] include unix-2.8.6.0-6369
3246.93 s
[hls-plugin-api] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3246.93 s
[hls-plugin-api] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3246.93 s
[hls-plugin-api] Ide.Logger=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Logger,Ide.Plugin.Config=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Plugin.Config,Ide.Plugin.ConfigUtils=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Plugin.ConfigUtils,Ide.Plugin.Error=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Plugin.Error,Ide.Plugin.HandleRequestTypes=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Plugin.HandleRequestTypes,Ide.Plugin.Properties=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Plugin.Properties,Ide.Plugin.RangeMap=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Plugin.RangeMap,Ide.Plugin.Resolve=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Plugin.Resolve,Ide.PluginUtils=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.PluginUtils,Ide.Types=hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT:Ide.Types
3246.93 s
[hls-plugin-api] unit hls-plugin-api-2.10.0.0-GYdNxVFF5RJGvlItFCKKLl-tests
3246.93 s
[hls-plugin-api] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3246.93 s
[hls-plugin-api] include base-4.21.0.0-f068
3246.93 s
[hls-plugin-api] include bytestring-0.12.2.0-be6d
3246.93 s
[hls-plugin-api] include containers-0.7-647d
3246.93 s
[hls-plugin-api] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3246.93 s
[hls-plugin-api] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3246.93 s
[hls-plugin-api] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3246.93 s
[hls-plugin-api] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3246.93 s
[hls-plugin-api] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
3246.93 s
[hls-plugin-api] include tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
3246.93 s
[hls-plugin-api] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3246.93 s
[hls-plugin-api] include tasty-quickcheck-0.11-597oKWlAkLA6PjifDQdXTX
3246.93 s
[hls-plugin-api] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
3246.93 s
[hls-plugin-api] include text-2.1.2-5eaa
3246.93 s
[hls-plugin-api] Ready component graph:
3246.93 s
[hls-plugin-api] definite hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3246.93 s
[hls-plugin-api] depends Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3246.93 s
[hls-plugin-api] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3246.93 s
[hls-plugin-api] depends base-4.21.0.0-f068
3246.93 s
[hls-plugin-api] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3246.93 s
[hls-plugin-api] depends containers-0.7-647d
3246.93 s
[hls-plugin-api] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3247.02 s
[hls-plugin-api] depends dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
3247.02 s
[hls-plugin-api] depends dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
3247.02 s
[hls-plugin-api] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3247.02 s
[hls-plugin-api] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.02 s
[hls-plugin-api] depends filepath-1.5.4.0-7ce6
3247.02 s
[hls-plugin-api] depends ghc-9.12.1-f739
3247.02 s
[hls-plugin-api] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3247.02 s
[hls-plugin-api] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3247.02 s
[hls-plugin-api] depends hw-fingertree-0.1.2.1-K0gd77M74vd4aZMQSVy8cl
3247.02 s
[hls-plugin-api] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.02 s
[hls-plugin-api] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3247.02 s
[hls-plugin-api] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.02 s
[hls-plugin-api] depends megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
3247.02 s
[hls-plugin-api] depends mtl-2.3.1-9650
3247.02 s
[hls-plugin-api] depends opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
3247.02 s
[hls-plugin-api] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3247.02 s
[hls-plugin-api] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3247.02 s
[hls-plugin-api] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3247.02 s
[hls-plugin-api] depends stm-2.5.3.1-0481
3247.02 s
[hls-plugin-api] depends text-2.1.2-5eaa
3247.02 s
[hls-plugin-api] depends time-1.14-f7a8
3247.02 s
[hls-plugin-api] depends transformers-0.6.1.2-199f
3247.02 s
[hls-plugin-api] depends unix-2.8.6.0-6369
3247.02 s
[hls-plugin-api] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3247.02 s
[hls-plugin-api] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3247.02 s
[hls-plugin-api] definite hls-plugin-api-2.10.0.0-GYdNxVFF5RJGvlItFCKKLl-tests
3247.02 s
[hls-plugin-api] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.02 s
[hls-plugin-api] depends base-4.21.0.0-f068
3247.02 s
[hls-plugin-api] depends bytestring-0.12.2.0-be6d
3247.02 s
[hls-plugin-api] depends containers-0.7-647d
3247.03 s
[hls-plugin-api] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3247.03 s
[hls-plugin-api] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3247.03 s
[hls-plugin-api] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.03 s
[hls-plugin-api] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3247.03 s
[hls-plugin-api] depends tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
3247.03 s
[hls-plugin-api] depends tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
3247.03 s
[hls-plugin-api] depends tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3247.03 s
[hls-plugin-api] depends tasty-quickcheck-0.11-597oKWlAkLA6PjifDQdXTX
3247.03 s
[hls-plugin-api] depends tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
3247.03 s
[hls-plugin-api] depends text-2.1.2-5eaa
3247.03 s
[hls-plugin-api] Using Cabal-3.14.1.0 compiled by ghc-9.12
3247.03 s
[hls-plugin-api] Using compiler: ghc-9.12.1
3247.03 s
[hls-plugin-api] Using install prefix:
3247.03 s
[hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0
3247.03 s
[hls-plugin-api] Executables installed in:
3247.03 s
[hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/bin
3247.03 s
[hls-plugin-api] Libraries installed in:
3247.03 s
[hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3247.03 s
[hls-plugin-api] Dynamic Libraries installed in:
3247.03 s
[hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
3247.03 s
[hls-plugin-api] Private executables installed in:
3247.03 s
[hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/libexec/x86_64-linux-ghc-9.12.1-f739/hls-plugin-api-2.10.0.0
3247.03 s
[hls-plugin-api] Data files installed in:
3247.03 s
[hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/share/x86_64-linux-ghc-9.12.1-f739/hls-plugin-api-2.10.0.0
3247.03 s
[hls-plugin-api] Documentation installed in:
3247.03 s
[hls-plugin-api] /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc/share/doc/hls-plugin-api-2.10.0.0
3247.03 s
[hls-plugin-api] Configuration files installed in:
3247.03 s
[hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/etc
3247.03 s
[hls-plugin-api] No alex found
3247.03 s
[hls-plugin-api] Using ar found on system at:
3247.03 s
[hls-plugin-api] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
3247.03 s
[hls-plugin-api] No c2hs found
3247.03 s
[hls-plugin-api] No cpphs found
3247.03 s
[hls-plugin-api] No doctest found
3247.03 s
[hls-plugin-api] Using gcc version 14.3.0 given by user at:
3247.03 s
[hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
3247.03 s
[hls-plugin-api] Using ghc version 9.12.1 found on system at:
3247.03 s
[hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
3247.03 s
[hls-plugin-api] Using ghc-pkg version 9.12.1 found on system at:
3247.03 s
[hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
3247.03 s
[hls-plugin-api] No ghcjs found
3247.03 s
[hls-plugin-api] No ghcjs-pkg found
3247.03 s
[hls-plugin-api] No greencard found
3247.03 s
[hls-plugin-api] Using haddock version 2.30.0 found on system at:
3247.03 s
[hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
3247.03 s
[hls-plugin-api] No happy found
3247.03 s
[hls-plugin-api] No haskell-suite found
3247.03 s
[hls-plugin-api] No haskell-suite-pkg found
3247.03 s
[hls-plugin-api] No hmake found
3247.03 s
[hls-plugin-api] Using hpc version 0.69 found on system at:
3247.03 s
[hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
3247.03 s
[hls-plugin-api] Using hsc2hs version 0.68.10 found on system at:
3247.03 s
[hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3247.03 s
[hls-plugin-api] Using hscolour version 1.25 found on system at:
3247.03 s
[hls-plugin-api] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
3247.03 s
[hls-plugin-api] No jhc found
3247.03 s
[hls-plugin-api] Using ld found on system at:
3247.03 s
[hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
3247.03 s
[hls-plugin-api] No pkg-config found
3247.03 s
[hls-plugin-api] Using runghc version 9.12.1 found on system at:
3247.03 s
[hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
3247.03 s
[hls-plugin-api] Using strip version 2.44 found on system at:
3247.03 s
[hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
3247.03 s
[hls-plugin-api] Using tar found on system at:
3247.03 s
[hls-plugin-api] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
3247.03 s
[hls-plugin-api] No uhc found
3247.45 s
[hls-plugin-api] Phase: buildPhase
3247.61 s
[lsp-test] Dependency Diff >=0.4 && <1.1: using Diff-0.5
3247.61 s
[lsp-test] Dependency Glob >=0.9 && <0.11: using Glob-0.10.2
3247.61 s
[lsp-test] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
3247.61 s
[lsp-test] Dependency aeson-pretty >=0.8 && <0.9: using aeson-pretty-0.8.10
3247.61 s
[lsp-test] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.2
3247.61 s
[lsp-test] Dependency async >=2.2 && <2.3: using async-2.2.5
3247.61 s
[lsp-test] Dependency base >=4.10 && <5: using base-4.21.0.0
3247.61 s
[lsp-test] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
3247.61 s
[lsp-test] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
3247.61 s
[lsp-test] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
3247.61 s
[lsp-test] Dependency conduit-parse >=0.2 && <0.3: using conduit-parse-0.2.1.1
3247.61 s
[lsp-test] Dependency containers >=0.6 && <0.8: using containers-0.7
3247.61 s
[lsp-test] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
3247.61 s
[lsp-test] Dependency directory >=1.3 && <1.4: using directory-1.3.9.0
3247.61 s
[lsp-test] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
3247.61 s
[lsp-test] Dependency extra >=1.7 && <1.9: using extra-1.8
3247.61 s
[lsp-test] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
3247.61 s
[lsp-test] Dependency lens >=5.1 && <5.4: using lens-5.3.4
3247.61 s
[lsp-test] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
3247.61 s
[lsp-test] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
3247.61 s
[lsp-test] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
3247.61 s
[lsp-test] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
3247.61 s
[lsp-test] Dependency parser-combinators >=1.3 && <1.4: using parser-combinators-1.3.0
3247.61 s
[lsp-test] Dependency process >=1.6 && <1.7: using process-1.6.25.0
3247.61 s
[lsp-test] Dependency some >=1.0 && <1.1: using some-1.0.6
3247.61 s
[lsp-test] Dependency text >=1 && <2.2: using text-2.1.2
3247.61 s
[lsp-test] Dependency time >=1.10 && <1.15: using time-1.14
3247.61 s
[lsp-test] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.2
3247.61 s
[lsp-test] Dependency unix: using unix-2.8.6.0
3247.61 s
[lsp-test] Dependency aeson: using aeson-2.2.3.0
3247.61 s
[lsp-test] Dependency base: using base-4.21.0.0
3247.61 s
[lsp-test] Dependency containers: using containers-0.7
3247.61 s
[lsp-test] Dependency data-default: using data-default-0.7.1.3
3247.61 s
[lsp-test] Dependency directory: using directory-1.3.9.0
3247.61 s
[lsp-test] Dependency extra: using extra-1.8
3247.61 s
[lsp-test] Dependency filepath: using filepath-1.5.4.0
3247.61 s
[lsp-test] Dependency hspec: using hspec-2.11.12
3247.61 s
[lsp-test] Dependency lens: using lens-5.3.4
3247.61 s
[lsp-test] Dependency lsp: using lsp-2.7.0.1
3247.61 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
3247.61 s
[lsp-test] Dependency mtl: using mtl-2.3.1
3247.61 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
3247.61 s
[lsp-test] Dependency process: using process-1.6.25.0
3247.61 s
[lsp-test] Dependency text: using text-2.1.2
3247.61 s
[lsp-test] Dependency unliftio: using unliftio-0.2.25.1
3247.61 s
[lsp-test] Dependency aeson: using aeson-2.2.3.0
3247.61 s
[lsp-test] Dependency base: using base-4.21.0.0
3247.61 s
[lsp-test] Dependency co-log-core: using co-log-core-0.3.2.5
3247.61 s
[lsp-test] Dependency extra: using extra-1.8
3247.61 s
[lsp-test] Dependency hspec: using hspec-2.11.12
3247.61 s
[lsp-test] Dependency lens: using lens-5.3.4
3247.61 s
[lsp-test] Dependency lsp: using lsp-2.7.0.1
3247.61 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
3247.61 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
3247.61 s
[lsp-test] Dependency process: using process-1.6.25.0
3247.61 s
[lsp-test] Dependency unliftio: using unliftio-0.2.25.1
3247.61 s
[lsp-test] Dependency base: using base-4.21.0.0
3247.61 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
3247.61 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
3247.61 s
[lsp-test] Source component graph:
3247.61 s
[lsp-test] component lib
3247.61 s
[lsp-test] component test:example dependency lib
3247.61 s
[lsp-test] component test:func-test dependency lib
3247.61 s
[lsp-test] component test:tests dependency lib
3247.61 s
[lsp-test] Configured component graph:
3247.61 s
[lsp-test] component lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.61 s
[lsp-test] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3247.61 s
[lsp-test] include Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
3247.61 s
[lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.61 s
[lsp-test] include aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
3247.61 s
[lsp-test] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
3247.61 s
[lsp-test] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3247.61 s
[lsp-test] include base-4.21.0.0-f068
3247.61 s
[lsp-test] include bytestring-0.12.2.0-be6d
3247.61 s
[lsp-test] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3247.61 s
[lsp-test] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
3247.61 s
[lsp-test] include conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
3247.61 s
[lsp-test] include containers-0.7-647d
3247.61 s
[lsp-test] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3247.61 s
[lsp-test] include directory-1.3.9.0-9eff
3247.61 s
[lsp-test] include exceptions-0.10.9-5f69
3247.61 s
[lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.61 s
[lsp-test] include filepath-1.5.4.0-7ce6
3247.61 s
[lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.61 s
[lsp-test] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3247.61 s
[hls-plugin-api] Preprocessing library for hls-plugin-api-2.10.0.0...
3247.61 s
[lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.61 s
[lsp-test] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3247.61 s
[lsp-test] include mtl-2.3.1-9650
3247.61 s
[lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.61 s
[lsp-test] include process-1.6.25.0-4623
3247.61 s
[lsp-test] include some-1.0.6-GcAm4VUIyuqI2SZPwsx4pL
3247.61 s
[lsp-test] include text-2.1.2-5eaa
3247.61 s
[lsp-test] include time-1.14-f7a8
3247.61 s
[lsp-test] include transformers-0.6.1.2-199f
3247.61 s
[lsp-test] include unix-2.8.6.0-6369
3247.61 s
[lsp-test] component lsp-test-0.17.1.1-JEFZlJvoTo1Jl3hpo8unGk-example
3247.61 s
[lsp-test] include base-4.21.0.0-f068
3247.61 s
[lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.61 s
[lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.61 s
[lsp-test] component lsp-test-0.17.1.1-8H52KiRbPAx6fTmiB8W1iG-func-test
3247.61 s
[lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.61 s
[lsp-test] include base-4.21.0.0-f068
3247.61 s
[lsp-test] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3247.61 s
[lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.61 s
[lsp-test] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3247.61 s
[lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.61 s
[lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.61 s
[lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.61 s
[lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.61 s
[lsp-test] include process-1.6.25.0-4623
3247.61 s
[lsp-test] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3247.61 s
[lsp-test] component lsp-test-0.17.1.1-GbkIoJxZcEzFTNuEGkTsTK-tests
3247.61 s
[lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.61 s
[lsp-test] include base-4.21.0.0-f068
3247.61 s
[lsp-test] include containers-0.7-647d
3247.61 s
[lsp-test] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3247.61 s
[lsp-test] include directory-1.3.9.0-9eff
3247.61 s
[lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.61 s
[lsp-test] include filepath-1.5.4.0-7ce6
3247.61 s
[lsp-test] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3247.61 s
[lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.61 s
[lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.61 s
[lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.61 s
[lsp-test] include mtl-2.3.1-9650
3247.61 s
[lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.61 s
[lsp-test] include process-1.6.25.0-4623
3247.61 s
[lsp-test] include text-2.1.2-5eaa
3247.61 s
[lsp-test] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3247.61 s
[lsp-test] Linked component graph:
3247.61 s
[lsp-test] unit lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.61 s
[lsp-test] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3247.61 s
[lsp-test] include Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
3247.61 s
[lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.61 s
[lsp-test] include aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
3247.61 s
[lsp-test] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
3247.61 s
[lsp-test] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3247.61 s
[lsp-test] include base-4.21.0.0-f068
3247.61 s
[lsp-test] include bytestring-0.12.2.0-be6d
3247.61 s
[lsp-test] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3247.61 s
[lsp-test] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
3247.61 s
[lsp-test] include conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
3247.61 s
[lsp-test] include containers-0.7-647d
3247.61 s
[lsp-test] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3247.61 s
[lsp-test] include directory-1.3.9.0-9eff
3247.61 s
[lsp-test] include exceptions-0.10.9-5f69
3247.61 s
[lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.61 s
[lsp-test] include filepath-1.5.4.0-7ce6
3247.61 s
[lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.61 s
[lsp-test] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3247.61 s
[lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.61 s
[lsp-test] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3247.61 s
[lsp-test] include mtl-2.3.1-9650
3247.61 s
[lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.61 s
[lsp-test] include process-1.6.25.0-4623
3247.61 s
[lsp-test] include some-1.0.6-GcAm4VUIyuqI2SZPwsx4pL
3247.61 s
[lsp-test] include text-2.1.2-5eaa
3247.61 s
[lsp-test] include time-1.14-f7a8
3247.61 s
[lsp-test] include transformers-0.6.1.2-199f
3247.61 s
[lsp-test] include unix-2.8.6.0-6369
3247.61 s
[lsp-test] Control.Applicative.Combinators=parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ:Control.Applicative.Combinators,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Types,Language.LSP.Test=lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n:Language.LSP.Test
3247.61 s
[lsp-test] unit lsp-test-0.17.1.1-JEFZlJvoTo1Jl3hpo8unGk-example
3247.61 s
[hls-plugin-api] Building library for hls-plugin-api-2.10.0.0...
3247.66 s
[lsp-test] include base-4.21.0.0-f068
3247.66 s
[lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.66 s
[lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.66 s
[lsp-test] unit lsp-test-0.17.1.1-8H52KiRbPAx6fTmiB8W1iG-func-test
3247.66 s
[lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.66 s
[lsp-test] include base-4.21.0.0-f068
3247.66 s
[lsp-test] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3247.66 s
[lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.66 s
[lsp-test] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3247.66 s
[lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.66 s
[lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.66 s
[lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.66 s
[lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.66 s
[lsp-test] include process-1.6.25.0-4623
3247.66 s
[lsp-test] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3247.66 s
[lsp-test] unit lsp-test-0.17.1.1-GbkIoJxZcEzFTNuEGkTsTK-tests
3247.66 s
[lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.66 s
[lsp-test] include base-4.21.0.0-f068
3247.66 s
[lsp-test] include containers-0.7-647d
3247.66 s
[lsp-test] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3247.66 s
[lsp-test] include directory-1.3.9.0-9eff
3247.67 s
[lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.67 s
[lsp-test] include filepath-1.5.4.0-7ce6
3247.67 s
[lsp-test] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3247.67 s
[lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.67 s
[lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.67 s
[lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.67 s
[lsp-test] include mtl-2.3.1-9650
3247.67 s
[lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.67 s
[lsp-test] include process-1.6.25.0-4623
3247.67 s
[lsp-test] include text-2.1.2-5eaa
3247.67 s
[lsp-test] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3247.67 s
[lsp-test] Ready component graph:
3247.67 s
[lsp-test] definite lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.67 s
[lsp-test] depends Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3247.67 s
[lsp-test] depends Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
3247.67 s
[lsp-test] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.67 s
[lsp-test] depends aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
3247.67 s
[lsp-test] depends ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
3247.67 s
[lsp-test] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3247.67 s
[lsp-test] depends base-4.21.0.0-f068
3247.67 s
[lsp-test] depends bytestring-0.12.2.0-be6d
3247.67 s
[lsp-test] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3247.67 s
[lsp-test] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
3247.67 s
[lsp-test] depends conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
3247.67 s
[lsp-test] depends containers-0.7-647d
3247.67 s
[lsp-test] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3247.67 s
[lsp-test] depends directory-1.3.9.0-9eff
3247.67 s
[lsp-test] depends exceptions-0.10.9-5f69
3247.67 s
[lsp-test] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.67 s
[lsp-test] depends filepath-1.5.4.0-7ce6
3247.67 s
[lsp-test] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.67 s
[lsp-test] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3247.67 s
[lsp-test] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.67 s
[lsp-test] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3247.67 s
[lsp-test] depends mtl-2.3.1-9650
3247.67 s
[lsp-test] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.67 s
[lsp-test] depends process-1.6.25.0-4623
3247.67 s
[lsp-test] depends some-1.0.6-GcAm4VUIyuqI2SZPwsx4pL
3247.67 s
[lsp-test] depends text-2.1.2-5eaa
3247.67 s
[lsp-test] depends time-1.14-f7a8
3247.67 s
[lsp-test] depends transformers-0.6.1.2-199f
3247.67 s
[lsp-test] depends unix-2.8.6.0-6369
3247.67 s
[lsp-test] definite lsp-test-0.17.1.1-8H52KiRbPAx6fTmiB8W1iG-func-test
3247.67 s
[lsp-test] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.67 s
[lsp-test] depends base-4.21.0.0-f068
3247.67 s
[lsp-test] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3247.67 s
[lsp-test] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.67 s
[lsp-test] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3247.67 s
[lsp-test] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.67 s
[lsp-test] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.67 s
[lsp-test] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.67 s
[lsp-test] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.67 s
[lsp-test] depends process-1.6.25.0-4623
3247.67 s
[lsp-test] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3247.67 s
[lsp-test] definite lsp-test-0.17.1.1-GbkIoJxZcEzFTNuEGkTsTK-tests
3247.67 s
[lsp-test] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3247.67 s
[lsp-test] depends base-4.21.0.0-f068
3247.67 s
[lsp-test] depends containers-0.7-647d
3247.67 s
[lsp-test] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3247.67 s
[lsp-test] depends directory-1.3.9.0-9eff
3247.67 s
[lsp-test] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3247.67 s
[lsp-test] depends filepath-1.5.4.0-7ce6
3247.67 s
[lsp-test] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
3247.67 s
[lsp-test] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3247.67 s
[lsp-test] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3247.67 s
[lsp-test] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.67 s
[lsp-test] depends mtl-2.3.1-9650
3247.67 s
[lsp-test] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.67 s
[lsp-test] depends process-1.6.25.0-4623
3247.67 s
[lsp-test] depends text-2.1.2-5eaa
3247.67 s
[lsp-test] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3247.67 s
[lsp-test] definite lsp-test-0.17.1.1-JEFZlJvoTo1Jl3hpo8unGk-example
3247.67 s
[lsp-test] depends base-4.21.0.0-f068
3247.67 s
[lsp-test] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.67 s
[lsp-test] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3247.67 s
[lsp-test] Using Cabal-3.14.1.0 compiled by ghc-9.12
3247.67 s
[lsp-test] Using compiler: ghc-9.12.1
3247.67 s
[lsp-test] Using install prefix:
3247.67 s
[lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1
3247.67 s
[lsp-test] Executables installed in:
3247.67 s
[lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/bin
3247.67 s
[lsp-test] Libraries installed in:
3247.67 s
[lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3247.67 s
[lsp-test] Dynamic Libraries installed in:
3247.67 s
[lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
3247.67 s
[lsp-test] Private executables installed in:
3247.67 s
[lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/libexec/x86_64-linux-ghc-9.12.1-f739/lsp-test-0.17.1.1
3247.67 s
[lsp-test] Data files installed in:
3247.67 s
[lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/share/x86_64-linux-ghc-9.12.1-f739/lsp-test-0.17.1.1
3247.67 s
[lsp-test] Documentation installed in:
3247.67 s
[lsp-test] /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1
3247.67 s
[lsp-test] Configuration files installed in:
3247.67 s
[lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/etc
3247.67 s
[lsp-test] No alex found
3247.67 s
[lsp-test] Using ar found on system at:
3247.67 s
[lsp-test] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
3247.67 s
[lsp-test] No c2hs found
3247.67 s
[lsp-test] No cpphs found
3247.67 s
[lsp-test] No doctest found
3247.67 s
[lsp-test] Using gcc version 14.3.0 given by user at:
3247.67 s
[lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
3247.67 s
[lsp-test] Using ghc version 9.12.1 found on system at:
3247.67 s
[lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
3247.67 s
[lsp-test] Using ghc-pkg version 9.12.1 found on system at:
3247.67 s
[lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
3247.67 s
[lsp-test] No ghcjs found
3247.67 s
[lsp-test] No ghcjs-pkg found
3247.67 s
[lsp-test] No greencard found
3247.67 s
[lsp-test] Using haddock version 2.30.0 found on system at:
3247.67 s
[lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
3247.67 s
[lsp-test] No happy found
3247.67 s
[lsp-test] No haskell-suite found
3247.67 s
[lsp-test] No haskell-suite-pkg found
3247.67 s
[lsp-test] No hmake found
3247.67 s
[lsp-test] Using hpc version 0.69 found on system at:
3247.67 s
[lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
3247.67 s
[lsp-test] Using hsc2hs version 0.68.10 found on system at:
3247.67 s
[lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3247.67 s
[lsp-test] Using hscolour version 1.25 found on system at:
3247.67 s
[lsp-test] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
3247.67 s
[lsp-test] No jhc found
3247.67 s
[lsp-test] Using ld found on system at:
3247.67 s
[lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
3247.67 s
[lsp-test] No pkg-config found
3247.67 s
[lsp-test] Using runghc version 9.12.1 found on system at:
3247.67 s
[lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
3247.67 s
[lsp-test] Using strip version 2.44 found on system at:
3247.67 s
[lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
3247.67 s
[lsp-test] Using tar found on system at:
3247.67 s
[lsp-test] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
3247.67 s
[lsp-test] No uhc found
3247.93 s
[lsp-test] Phase: buildPhase
3247.93 s
[hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.o, dist/build/Ide/Logger.dyn_o )
3248.10 s
[lsp-test] Preprocessing library for lsp-test-0.17.1.1...
3248.10 s
[lsp-test] Building library for lsp-test-0.17.1.1...
3248.33 s
[lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, dist/build/Language/LSP/Test/Compat.o, dist/build/Language/LSP/Test/Compat.dyn_o )
3248.88 s
[lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, dist/build/Language/LSP/Test/Exceptions.o, dist/build/Language/LSP/Test/Exceptions.dyn_o )
3249.69 s
[lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, dist/build/Language/LSP/Test/Decoding.o, dist/build/Language/LSP/Test/Decoding.dyn_o )
3250.99 s
[lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, dist/build/Language/LSP/Test/Files.o, dist/build/Language/LSP/Test/Files.dyn_o )
3250.99 s
[lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, dist/build/Language/LSP/Test/Server.o, dist/build/Language/LSP/Test/Server.dyn_o )
3250.99 s
[lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, dist/build/Language/LSP/Test/Session.o, dist/build/Language/LSP/Test/Session.dyn_o )
3251.44 s
[lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning : [ GHC-63394 ] [ -Wx-partial ]
3251.44 s
[lsp-test] In the use of ‘head’
3251.44 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
3251.44 s
[lsp-test] "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"."
3251.44 s
[lsp-test] |
3251.44 s
[lsp-test] 483 | head <$> textDocumentVersions uri
3251.44 s
[lsp-test] | ^^^^
3251.44 s
[lsp-test]
3251.44 s
[lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning : [ GHC-63394 ] [ -Wx-partial ]
3251.44 s
[lsp-test] In the use of ‘head’
3251.44 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
3251.44 s
[lsp-test] "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"."
3251.44 s
[lsp-test] |
3251.44 s
[lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
3251.44 s
[lsp-test] | ^^^^
3251.44 s
[lsp-test]
3251.81 s
[hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, dist/build/Ide/Plugin/HandleRequestTypes.o, dist/build/Ide/Plugin/HandleRequestTypes.dyn_o )
3251.81 s
[hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, dist/build/Ide/Plugin/Error.o, dist/build/Ide/Plugin/Error.dyn_o )
3251.92 s
[hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, dist/build/Ide/Plugin/Properties.o, dist/build/Ide/Plugin/Properties.dyn_o )
3251.98 s
[hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, dist/build/Ide/Plugin/RangeMap.o, dist/build/Ide/Plugin/RangeMap.dyn_o )
3251.98 s
[hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.o, dist/build/Ide/Types.dyn_o )
3254.64 s
[lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, dist/build/Language/LSP/Test/Parsing.o, dist/build/Language/LSP/Test/Parsing.dyn_o )
3255.15 s
[lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.o, dist/build/Language/LSP/Test.dyn_o )
3255.33 s
[lsp-test] src/Language/LSP/Test.hs:155:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3255.33 s
[lsp-test] The import of ‘Data.List’ is redundant
3255.33 s
[lsp-test] except perhaps to import instances from ‘Data.List’
3255.33 s
[lsp-test] To import instances alone, use: import Data.List()
3255.33 s
[lsp-test] |
3255.33 s
[lsp-test] 155 | import Data.List
3255.33 s
[lsp-test] | ^^^^^^^^^^^^^^^^
3255.33 s
[lsp-test]
3257.81 s
[hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, dist/build/Ide/Plugin/Resolve.o, dist/build/Ide/Plugin/Resolve.dyn_o )
3258.36 s
[lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, dist/build/Language/LSP/Test/Compat.p_o )
3258.65 s
[hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, dist/build/Ide/Plugin/Config.o, dist/build/Ide/Plugin/Config.dyn_o )
3258.65 s
[hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.o, dist/build/Ide/PluginUtils.dyn_o )
3258.97 s
[lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, dist/build/Language/LSP/Test/Exceptions.p_o )
3259.22 s
[lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, dist/build/Language/LSP/Test/Decoding.p_o )
3259.24 s
[hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, dist/build/Ide/Plugin/ConfigUtils.o, dist/build/Ide/Plugin/ConfigUtils.dyn_o )
3259.78 s
[hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.p_o )
3260.58 s
[lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, dist/build/Language/LSP/Test/Files.p_o )
3260.58 s
[lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, dist/build/Language/LSP/Test/Server.p_o )
3260.58 s
[lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, dist/build/Language/LSP/Test/Session.p_o )
3261.25 s
[lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning : [ GHC-63394 ] [ -Wx-partial ]
3261.25 s
[lsp-test] In the use of ‘head’
3261.25 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
3261.25 s
[lsp-test] "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"."
3261.25 s
[lsp-test] |
3261.25 s
[lsp-test] 483 | head <$> textDocumentVersions uri
3261.25 s
[lsp-test] | ^^^^
3261.25 s
[lsp-test]
3261.25 s
[lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning : [ GHC-63394 ] [ -Wx-partial ]
3261.25 s
[lsp-test] In the use of ‘head’
3261.25 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
3261.25 s
[lsp-test] "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"."
3261.25 s
[lsp-test] |
3261.25 s
[lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
3261.25 s
[lsp-test] | ^^^^
3261.25 s
[lsp-test]
3262.21 s
[hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, dist/build/Ide/Plugin/HandleRequestTypes.p_o )
3262.21 s
[hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, dist/build/Ide/Plugin/Error.p_o )
3262.45 s
[hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, dist/build/Ide/Plugin/Properties.p_o )
3262.45 s
[hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, dist/build/Ide/Plugin/RangeMap.p_o )
3262.46 s
[hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.p_o )
3263.64 s
[lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, dist/build/Language/LSP/Test/Parsing.p_o )
3264.23 s
[lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.p_o )
3264.35 s
[lsp-test] src/Language/LSP/Test.hs:155:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3264.35 s
[lsp-test] The import of ‘Data.List’ is redundant
3264.35 s
[lsp-test] except perhaps to import instances from ‘Data.List’
3264.35 s
[lsp-test] To import instances alone, use: import Data.List()
3264.35 s
[lsp-test] |
3264.35 s
[lsp-test] 155 | import Data.List
3264.35 s
[lsp-test] | ^^^^^^^^^^^^^^^^
3264.35 s
[lsp-test]
3269.68 s
[lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
3269.68 s
[lsp-test] Building test suite 'func-test' for lsp-test-0.17.1.1...
3269.80 s
[lsp-test] [1 of 1] Compiling Main ( func-test/FuncTest.hs, dist/build/func-test/func-test-tmp/Main.o )
3272.06 s
[hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, dist/build/Ide/Plugin/Resolve.p_o )
3272.47 s
[lsp-test] [2 of 2] Linking dist/build/func-test/func-test
3274.01 s
[hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, dist/build/Ide/Plugin/Config.p_o )
3274.01 s
[hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.p_o )
3274.35 s
[hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, dist/build/Ide/Plugin/ConfigUtils.p_o )
3274.84 s
[lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
3274.85 s
[lsp-test] Building test suite 'tests' for lsp-test-0.17.1.1...
3275.00 s
[lsp-test] [1 of 2] Compiling DummyServer ( test/DummyServer.hs, dist/build/tests/tests-tmp/DummyServer.o )
3276.19 s
[lsp-test] [2 of 2] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
3277.01 s
[lsp-test] test/Test.hs:259:18: warning : [ GHC-63394 ] [ -Wx-partial ]
3277.01 s
[lsp-test] In the use of ‘head’
3277.01 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
3277.01 s
[lsp-test] "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"."
3277.01 s
[lsp-test] |
3277.01 s
[lsp-test] 259 | let item = head comps
3277.01 s
[lsp-test] | ^^^^
3277.01 s
[lsp-test]
3277.01 s
[lsp-test] test/Test.hs:441:16: warning : [ GHC-63394 ] [ -Wx-partial ]
3277.01 s
[lsp-test] In the use of ‘head’
3277.01 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
3277.01 s
[lsp-test] "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"."
3277.01 s
[lsp-test] |
3277.01 s
[lsp-test] 441 | liftIO $ head rsp ^. L.range `shouldBe` Range (Position 2 3) (Position 4 5)
3277.01 s
[lsp-test] | ^^^^
3277.01 s
[lsp-test]
3277.01 s
[lsp-test] test/Test.hs:447:16: warning : [ GHC-63394 ] [ -Wx-partial ]
3277.01 s
[lsp-test] In the use of ‘head’
3277.01 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
3277.02 s
[lsp-test] "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"."
3277.02 s
[lsp-test] |
3277.02 s
[lsp-test] 447 | liftIO $ head fromRanges `shouldBe` Range (Position 2 3) (Position 4 5)
3277.02 s
[lsp-test] | ^^^^
3277.02 s
[lsp-test]
3277.02 s
[lsp-test] test/Test.hs:450:16: warning : [ GHC-63394 ] [ -Wx-partial ]
3277.02 s
[lsp-test] In the use of ‘head’
3277.02 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
3277.02 s
[lsp-test] "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"."
3277.02 s
[lsp-test] |
3277.02 s
[lsp-test] 450 | liftIO $ head fromRanges `shouldBe` Range (Position 4 5) (Position 2 3)
3277.02 s
[lsp-test] | ^^^^
3277.02 s
[lsp-test]
3277.02 s
[lsp-test] test/Test.hs:462:16: warning : [ GHC-63394 ] [ -Wx-partial ]
3277.02 s
[lsp-test] In the use of ‘head’
3277.02 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
3277.02 s
[lsp-test] "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"."
3277.02 s
[lsp-test] |
3277.02 s
[lsp-test] 462 | liftIO $ head inlayHints ^. L.label `shouldBe` InL ":: Text"
3277.02 s
[lsp-test] | ^^^^
3277.02 s
[lsp-test]
3277.02 s
[lsp-test] test/Test.hs:466:16: warning : [ GHC-63394 ] [ -Wx-partial ]
3277.02 s
[lsp-test] In the use of ‘head’
3277.02 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
3277.02 s
[lsp-test] "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"."
3277.02 s
[lsp-test] |
3277.02 s
[lsp-test] 466 | liftIO $ head inlayHints ^. L.tooltip `shouldBe` Just (InL $ "start at " <> T.pack (show (Position 1 2)))
3277.02 s
[lsp-test] | ^^^^
3277.02 s
[lsp-test]
3280.44 s
[hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.10.0.0...
3280.46 s
[hls-plugin-api] Building test suite 'tests' for hls-plugin-api-2.10.0.0...
3280.58 s
[hls-plugin-api] [1 of 3] Compiling Ide.PluginUtilsTest ( test/Ide/PluginUtilsTest.hs, dist/build/tests/tests-tmp/Ide/PluginUtilsTest.o )
3280.64 s
[lsp-test] [3 of 3] Linking dist/build/tests/tests
3282.93 s
[lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
3282.93 s
[lsp-test] Building test suite 'example' for lsp-test-0.17.1.1...
3283.04 s
[lsp-test] [1 of 1] Compiling Main ( example/Test.hs, dist/build/example/example-tmp/Main.o )
3284.20 s
[lsp-test] [2 of 2] Linking dist/build/example/example
3284.29 s
[hls-plugin-api] [2 of 3] Compiling Ide.TypesTests ( test/Ide/TypesTests.hs, dist/build/tests/tests-tmp/Ide/TypesTests.o )
3284.29 s
[hls-plugin-api] [3 of 3] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
3284.88 s
[hls-plugin-api] [4 of 4] Linking dist/build/tests/tests
3286.21 s
[lsp-test] buildPhase completed in 38 seconds
3286.21 s
[lsp-test] Phase: checkPhase
3286.80 s
[lsp-test] Running 2 test suites...
3286.80 s
[lsp-test] Test suite tests: RUNNING...
3286.80 s
[lsp-test]
3286.80 s
[lsp-test] Session
3287.43 s
[hls-plugin-api] buildPhase completed in 40 seconds
3287.43 s
[hls-plugin-api] Phase: checkPhase
3288.05 s
[hls-plugin-api] Running 1 test suites...
3288.05 s
[hls-plugin-api] Test suite tests: RUNNING...
3288.10 s
[hls-plugin-api] Main
3288.10 s
[hls-plugin-api] PluginUtils
3288.10 s
[hls-plugin-api] unescape
3288.11 s
[hls-plugin-api] no double quote: OK (0.03s)
3288.11 s
[hls-plugin-api] whole string quoted: OK
3288.11 s
[hls-plugin-api] text before quotes should not be unescaped: OK (0.03s)
3288.11 s
[hls-plugin-api] some text after quotes: OK (0.03s)
3288.13 s
[hls-plugin-api] many pairs of quote: OK (0.03s)
3288.13 s
[hls-plugin-api] double quote itself should not be unescaped: OK (0.03s)
3288.13 s
[hls-plugin-api] control characters should not be escaped: OK (0.03s)
3288.13 s
[hls-plugin-api] extractTextInRange
3288.13 s
[hls-plugin-api] inline range: OK (0.03s)
3288.13 s
[hls-plugin-api] inline range with empty content: OK (0.03s)
3288.13 s
[hls-plugin-api] multiline range with empty content: OK (0.03s)
3288.13 s
[hls-plugin-api] multiline range: OK (0.03s)
3288.13 s
[hls-plugin-api] multiline range with end pos at the line below the last line: OK (0.03s)
3288.81 s
[lsp-test] fails a test [✔]
3288.81 s
[lsp-test] initializeResponse [✔]
3288.81 s
[lsp-test] runSessionWithConfig [✔]
3288.81 s
[lsp-test] withTimeout
3293.81 s
[lsp-test] times out [✔]
3295.82 s
[lsp-test] doesn't time out [✔]
3300.85 s
[lsp-test] further timeout messages are ignored [✔]
3302.28 s
[hls-plugin-api] RangeMap-List filtering identical: OK (14.20s)
3302.29 s
[hls-plugin-api] +++ OK, passed 100 tests:
3302.29 s
[hls-plugin-api] 77% no matches
3302.29 s
[hls-plugin-api] 13% 1 match
3302.29 s
[hls-plugin-api] 10% >1 matches
3302.29 s
[hls-plugin-api] property api tests
3302.29 s
[hls-plugin-api] property toVSCodeExtensionSchema: OK
3302.29 s
[hls-plugin-api] Golden file did not exist; created
3302.29 s
[hls-plugin-api] property toDefaultJSON: OK
3302.29 s
[hls-plugin-api] Golden file did not exist; created
3302.29 s
[hls-plugin-api] parsePropertyPath single key path: OK
3302.29 s
[hls-plugin-api] parsePropertyPath two key path: OK
3302.29 s
[hls-plugin-api] parsePropertyPath two key path default: OK
3302.29 s
[hls-plugin-api] parsePropertyPath two key path not default: OK
3302.29 s
[hls-plugin-api] PluginTypes
3302.29 s
[hls-plugin-api] combineResponses
3302.29 s
[hls-plugin-api] TextDocumentDefinition
3302.29 s
[hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
3302.29 s
[hls-plugin-api] merges all location link responses into one with all links (with link support): OK (0.01s)
3302.29 s
[hls-plugin-api] merges location responses with link responses into link responses (with link support): OK (0.03s)
3302.29 s
[hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
3302.29 s
[hls-plugin-api] ignores Null responses when other responses are available: OK (0.03s)
3302.29 s
[hls-plugin-api] returns Null when all responses are Null: OK
3302.29 s
[hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK (0.05s)
3302.29 s
[hls-plugin-api] +++ OK, passed 100 tests:
3302.29 s
[hls-plugin-api] 95% Has at least one response with locations
3302.29 s
[hls-plugin-api] 90% Has at least one response with links
3302.29 s
[hls-plugin-api] 89% Has at least one response with Null
3302.29 s
[hls-plugin-api] TextDocumentTypeDefinition
3302.29 s
[hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
3302.29 s
[hls-plugin-api] merges all location link responses into one with all links (with link support): OK
3302.29 s
[hls-plugin-api] merges location responses with link responses into link responses (with link support): OK (0.03s)
3302.29 s
[hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
3302.29 s
[hls-plugin-api] ignores Null responses when other responses are available: OK (0.02s)
3302.29 s
[hls-plugin-api] returns Null when all responses are Null: OK
3302.29 s
[hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK (0.07s)
3302.29 s
[hls-plugin-api] +++ OK, passed 100 tests:
3302.29 s
[hls-plugin-api] 93% Has at least one response with locations
3302.29 s
[hls-plugin-api] 87% Has at least one response with links
3302.29 s
[hls-plugin-api] 84% Has at least one response with Null
3302.29 s
[hls-plugin-api]
3302.29 s
[hls-plugin-api] All 33 tests passed (14.20s)
3302.29 s
[hls-plugin-api] Test suite tests: PASS
3302.29 s
[hls-plugin-api] Test suite logged to: dist/test/hls-plugin-api-2.10.0.0-tests.log
3302.29 s
[hls-plugin-api] 1 of 1 test suites (1 of 1 test cases) passed.
3302.32 s
[hls-plugin-api] Phase: haddockPhase
3304.52 s
[hls-plugin-api] Preprocessing library for hls-plugin-api-2.10.0.0...
3304.53 s
[hls-plugin-api] Running Haddock on library for hls-plugin-api-2.10.0.0...
3304.56 s
[hls-plugin-api] Warning: The documentation for the following packages are not installed. No
3304.56 s
[hls-plugin-api] links will be generated to these packages: attoparsec-0.14.4,
3304.56 s
[hls-plugin-api] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
3305.20 s
[hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, nothing ) [HIE file is missing]
3305.86 s
[hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, nothing ) [HIE file is missing]
3305.88 s
[hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, nothing ) [HIE file is missing]
3305.93 s
[hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, nothing ) [HIE file is missing]
3306.44 s
[hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, nothing ) [HIE file is missing]
3307.43 s
[hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, nothing ) [HIE file is missing]
3307.82 s
[lsp-test] overrides global message timeout [✔]
3309.18 s
[hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, nothing ) [HIE file is missing]
3309.28 s
[hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, nothing ) [HIE file is missing]
3309.32 s
[hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, nothing ) [HIE file is missing]
3309.43 s
[hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, nothing ) [HIE file is missing]
3309.48 s
[hls-plugin-api] Haddock coverage:
3309.49 s
[hls-plugin-api] Warning: 'Recorder' is ambiguous. It is defined
3309.49 s
[hls-plugin-api] * at src/Ide/Logger.hs:86:24
3309.49 s
[hls-plugin-api] * at src/Ide/Logger.hs:86:1
3309.49 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.49 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.49 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Logger.hs:86:1
3309.91 s
[hls-plugin-api] 35% ( 7 / 20) in 'Ide.Logger'
3309.91 s
[hls-plugin-api] Missing documentation for:
3309.91 s
[hls-plugin-api] Priority (src/Ide/Logger.hs:70)
3309.91 s
[hls-plugin-api] WithPriority (src/Ide/Logger.hs:81)
3309.91 s
[hls-plugin-api] logWith (src/Ide/Logger.hs:90)
3309.91 s
[hls-plugin-api] cmap (src/Ide/Logger.hs:108)
3309.91 s
[hls-plugin-api] cmapIO (src/Ide/Logger.hs:114)
3309.91 s
[hls-plugin-api] cfilter (src/Ide/Logger.hs:119)
3309.91 s
[hls-plugin-api] withFileRecorder (src/Ide/Logger.hs:142)
3309.91 s
[hls-plugin-api] makeDefaultStderrRecorder (src/Ide/Logger.hs:129)
3309.91 s
[hls-plugin-api] makeDefaultHandleRecorder (src/Ide/Logger.hs:159)
3309.91 s
[hls-plugin-api] LoggingColumn (src/Ide/Logger.hs:168)
3309.91 s
[hls-plugin-api] cmapWithPrio (src/Ide/Logger.hs:111)
3309.91 s
[hls-plugin-api] toCologActionWithPrio (src/Ide/Logger.hs:275)
3309.91 s
[hls-plugin-api] defaultLoggingColumns (src/Ide/Logger.hs:176)
3309.91 s
[hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.HandleRequestTypes'
3309.91 s
[hls-plugin-api] Missing documentation for:
3309.91 s
[hls-plugin-api] Module header
3309.91 s
[hls-plugin-api] Warning: 'combineResponses' is out of scope.
3309.91 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
3309.92 s
[hls-plugin-api] Warning: 'pluginEnabled' is out of scope.
3309.92 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
3309.92 s
[hls-plugin-api] Warning: 'showWindow' is out of scope.
3309.92 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
3309.92 s
[hls-plugin-api] Warning: 'handlesRequest' is out of scope.
3309.92 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
3309.92 s
[hls-plugin-api] 50% ( 4 / 8) in 'Ide.Plugin.Error'
3309.92 s
[hls-plugin-api] Missing documentation for:
3309.92 s
[hls-plugin-api] Module header
3309.92 s
[hls-plugin-api] handleMaybe (src/Ide/Plugin/Error.hs:139)
3309.92 s
[hls-plugin-api] handleMaybeM (src/Ide/Plugin/Error.hs:142)
3309.92 s
[hls-plugin-api] getNormalizedFilePathE (src/Ide/Plugin/Error.hs:145)
3309.92 s
[hls-plugin-api] Warning: 'MetaData' is ambiguous. It is defined
3309.92 s
[hls-plugin-api] * at src/Ide/Plugin/Properties.hs:86:3
3309.92 s
[hls-plugin-api] * at src/Ide/Plugin/Properties.hs:85:1
3309.92 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.92 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.92 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:85:1
3309.92 s
[hls-plugin-api] Warning: 'plcConfig' is out of scope.
3309.92 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
3309.92 s
[hls-plugin-api] Warning: 'PropertyKey' is ambiguous. It is defined
3309.92 s
[hls-plugin-api] * at src/Ide/Plugin/Properties.hs:111:20
3309.92 s
[hls-plugin-api] * at src/Ide/Plugin/Properties.hs:111:1
3309.92 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.92 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.92 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:111:1
3309.92 s
[hls-plugin-api] 75% ( 21 / 28) in 'Ide.Plugin.Properties'
3309.92 s
[hls-plugin-api] Missing documentation for:
3309.92 s
[hls-plugin-api] Module header
3309.92 s
[hls-plugin-api] ToHsType (src/Ide/Plugin/Properties.hs:72)
3309.92 s
[hls-plugin-api] NotElem (src/Ide/Plugin/Properties.hs:206)
3309.92 s
[hls-plugin-api] HasPropertyByPath (src/Ide/Plugin/Properties.hs:215)
3309.92 s
[hls-plugin-api] definePropertiesProperty (src/Ide/Plugin/Properties.hs:420)
3309.92 s
[hls-plugin-api] usePropertyByPathEither
3309.92 s
[hls-plugin-api] usePropertyByPath
3309.92 s
[hls-plugin-api] Warning: 'RangeMap' is ambiguous. It is defined
3309.93 s
[hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:22
3309.93 s
[hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:1
3309.93 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.93 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.93 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/RangeMap.hs:36:1
3309.93 s
[hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
3309.93 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
3309.93 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
3309.93 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.93 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.93 s
[hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
3309.93 s
[hls-plugin-api] 83% ( 5 / 6) in 'Ide.Plugin.RangeMap'
3309.93 s
[hls-plugin-api] Missing documentation for:
3309.93 s
[hls-plugin-api] fromList' (src/Ide/Plugin/RangeMap.hs:55)
3309.93 s
[hls-plugin-api] Warning: 'DynFlagsModifications' is ambiguous. It is defined
3309.93 s
[hls-plugin-api] * at src/Ide/Types.hs:144:3
3309.93 s
[hls-plugin-api] * at src/Ide/Types.hs:143:1
3309.93 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.93 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.93 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:143:1
3309.93 s
[hls-plugin-api] Warning: 'PluginDescriptor' is ambiguous. It is defined
3309.93 s
[hls-plugin-api] * at src/Ide/Types.hs:314:3
3309.93 s
[hls-plugin-api] * at src/Ide/Types.hs:313:1
3309.93 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.93 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.93 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:313:1
3309.93 s
[hls-plugin-api] Warning: 'ExtraParams' is out of scope.
3309.93 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
3309.94 s
[hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
3309.94 s
[hls-plugin-api] * at src/Ide/Types.hs:257:5
3309.94 s
[hls-plugin-api] * at src/Ide/Types.hs:256:1
3309.94 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.94 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.94 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
3309.94 s
[hls-plugin-api] 42% ( 22 / 52) in 'Ide.Types'
3309.94 s
[hls-plugin-api] Missing documentation for:
3309.94 s
[hls-plugin-api] Module header
3309.94 s
[hls-plugin-api] PluginDescriptor (src/Ide/Types.hs:313)
3309.94 s
[hls-plugin-api] defaultPluginPriority (src/Ide/Types.hs:1033)
3309.94 s
[hls-plugin-api] describePlugin (src/Ide/Types.hs:334)
3309.94 s
[hls-plugin-api] IdeCommand (src/Ide/Types.hs:165)
3309.94 s
[hls-plugin-api] IdePlugins (src/Ide/Types.hs:114)
3309.94 s
[hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
3309.94 s
[hls-plugin-api] SessionLoadingPreferenceConfig (src/Ide/Types.hs:220)
3309.94 s
[hls-plugin-api] defaultConfigDescriptor (src/Ide/Types.hs:378)
3309.94 s
[hls-plugin-api] mkCustomConfig (src/Ide/Types.hs:375)
3309.94 s
[hls-plugin-api] FallbackCodeActionParams (src/Ide/Types.hs:1193)
3309.94 s
[hls-plugin-api] FormattingMethod (src/Ide/Types.hs:1176)
3309.94 s
[hls-plugin-api] FormattingHandler (src/Ide/Types.hs:1182)
3309.94 s
[hls-plugin-api] HasTracing (src/Ide/Types.hs:1205)
3309.94 s
[hls-plugin-api] PluginCommand (src/Ide/Types.hs:1085)
3309.94 s
[hls-plugin-api] CommandId (src/Ide/Types.hs:1080)
3309.94 s
[hls-plugin-api] CommandFunction (src/Ide/Types.hs:1093)
3309.94 s
[hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1240)
3309.94 s
[hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1245)
3309.94 s
[hls-plugin-api] PluginId (src/Ide/Types.hs:1158)
3309.94 s
[hls-plugin-api] runHandlerM (src/Ide/Types.hs:928)
3309.94 s
[hls-plugin-api] PluginHandlers (src/Ide/Types.hs:960)
3309.94 s
[hls-plugin-api] PluginMethodHandler (src/Ide/Types.hs:980)
3309.94 s
[hls-plugin-api] PluginNotificationHandler (src/Ide/Types.hs:957)
3309.94 s
[hls-plugin-api] PluginNotificationHandlers (src/Ide/Types.hs:961)
3309.94 s
[hls-plugin-api] PluginRequestMethod (src/Ide/Types.hs:635)
3309.94 s
[hls-plugin-api] getProcessID (src/Ide/Types.hs:1262)
3309.94 s
[hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1264)
3309.94 s
[hls-plugin-api] lookupCommandProvider
3309.94 s
[hls-plugin-api] ResolveFunction (src/Ide/Types.hs:1101)
3309.95 s
[hls-plugin-api] 100% ( 3 / 3) in 'Ide.Plugin.Resolve'
3309.95 s
[hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
3309.95 s
[hls-plugin-api] * at src/Ide/Types.hs:257:5
3309.95 s
[hls-plugin-api] * at src/Ide/Types.hs:256:1
3309.95 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.95 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.95 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
3309.95 s
[hls-plugin-api] 50% ( 3 / 6) in 'Ide.Plugin.Config'
3309.95 s
[hls-plugin-api] Missing documentation for:
3309.95 s
[hls-plugin-api] Module header
3309.95 s
[hls-plugin-api] parseConfig (src/Ide/Plugin/Config.hs:38)
3309.95 s
[hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
3309.95 s
[hls-plugin-api] Warning: 'WorkspaceEdit' is ambiguous. It is defined
3309.95 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
3309.95 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
3309.95 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.95 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.95 s
[hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
3309.95 s
[hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
3309.95 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
3309.95 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
3309.95 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.95 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.95 s
[hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
3309.95 s
[hls-plugin-api] Warning: Ide.PluginUtils: Couldn't find .haddock for export positionInRange
3309.95 s
[hls-plugin-api] 58% ( 20 / 34) in 'Ide.PluginUtils'
3309.95 s
[hls-plugin-api] Missing documentation for:
3309.95 s
[hls-plugin-api] Module header
3309.95 s
[hls-plugin-api] WithDeletions (src/Ide/PluginUtils.hs:105)
3309.95 s
[hls-plugin-api] getProcessID (src/Ide/Types.hs:1262)
3309.95 s
[hls-plugin-api] makeDiffTextEdit (src/Ide/PluginUtils.hs:115)
3309.95 s
[hls-plugin-api] makeDiffTextEditAdditive (src/Ide/PluginUtils.hs:118)
3309.95 s
[hls-plugin-api] pluginDescToIdePlugins (src/Ide/PluginUtils.hs:199)
3309.95 s
[hls-plugin-api] idePluginsToPluginDesc (src/Ide/PluginUtils.hs:202)
3309.95 s
[hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1240)
3309.95 s
[hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1245)
3309.95 s
[hls-plugin-api] allLspCmdIds (src/Ide/PluginUtils.hs:303)
3309.95 s
[hls-plugin-api] allLspCmdIds' (src/Ide/PluginUtils.hs:299)
3309.95 s
[hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1264)
3309.95 s
[hls-plugin-api] subRange (src/Ide/PluginUtils.hs:279)
3309.95 s
[hls-plugin-api] positionInRange
3309.95 s
[hls-plugin-api] Warning: 'Config' is ambiguous. It is defined
3309.95 s
[hls-plugin-api] * at src/Ide/Types.hs:174:3
3309.95 s
[hls-plugin-api] * at src/Ide/Types.hs:173:1
3309.95 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
3309.95 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
3309.95 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:173:1
3309.95 s
[hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.ConfigUtils'
3309.95 s
[hls-plugin-api] Missing documentation for:
3309.95 s
[hls-plugin-api] Module header
3316.69 s
[hls-plugin-api] Warning: Ide.Plugin.Error: could not find link destinations for:
3316.69 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
3316.70 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
3316.70 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
3316.70 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
3316.70 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
3316.70 s
[hls-plugin-api] Warning: Ide.Plugin.Properties: could not find link destinations for:
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.ParsePropertyPath
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.FindByKeyPath
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.FindPropertyMeta
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.Elem
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.FindByKeyName
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.IsProperties
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.IsTEnum
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.NonEmptyList
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.:|
3316.70 s
[hls-plugin-api] - Ide.Plugin.Properties.NE
3316.70 s
[hls-plugin-api] Warning: Ide.Plugin.RangeMap: could not find link destinations for:
3316.70 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
3316.70 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
3316.71 s
[hls-plugin-api] Warning: Ide.Types: could not find link destinations for:
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Notification
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ServerToClient
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ClientToServer
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Request
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageResult
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyIncomingCalls
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyOutgoingCalls
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeLensResolve
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_Initialized
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_InlayHintResolve
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidSave
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentHighlight
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentInlayHint
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareCallHierarchy
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareRename
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRename
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSelectionRange
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFull
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFullDelta
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWatchedFiles
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWorkspaceFolders
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.LspId.LspId
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.MessageKind
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Method.SClientMethod
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Method.SServerMethod
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Types.TResponseError
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.Null
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
3316.71 s
[hls-plugin-api] - Ide.Types.Rep_CheckParents
3316.71 s
[hls-plugin-api] - Ide.Types.Rep_FallbackCodeActionParams
3316.71 s
[hls-plugin-api] - Ide.Types.Rep_SessionLoadingPreferenceConfig
3316.71 s
[hls-plugin-api] - Ide.Types.PluginNotificationMethod
3316.71 s
[hls-plugin-api] - Ide.Types.PluginNotificationMethodHandler
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasTextDocument
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasUri
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasOptions
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasData_
3316.71 s
[hls-plugin-api] Warning: Ide.Plugin.Resolve: could not find link destinations for:
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
3316.71 s
[hls-plugin-api] - Ide.Plugin.Resolve.Log
3316.71 s
[hls-plugin-api] Warning: Ide.Plugin.Config: could not find link destinations for:
3316.71 s
[hls-plugin-api] - Ide.Types.Rep_CheckParents
3316.71 s
[hls-plugin-api] Warning: Ide.PluginUtils: could not find link destinations for:
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
3316.71 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
3319.83 s
[lsp-test] unoverrides global message timeout [✔]
3319.83 s
[lsp-test] SessionException
3329.83 s
[lsp-test] throw on time out [✔]
3335.83 s
[lsp-test] don't throw when no time out [✔]
3336.36 s
[lsp-test] UnexpectedMessageException
3336.36 s
[lsp-test] throws when there's an unexpected message [✔]
3336.36 s
[lsp-test] provides the correct types that were expected and received [✔]
3336.36 s
[lsp-test] config
3336.36 s
[lsp-test] updates config correctly [✔]
3336.36 s
[lsp-test] text document VFS
3336.36 s
[lsp-test] sends back didChange notifications (documentChanges) [✔]
3336.36 s
[lsp-test] sends back didChange notifications [✔]
3336.36 s
[lsp-test] getDocumentEdit
3336.36 s
[lsp-test] automatically consumes applyedit requests [✔]
3336.36 s
[lsp-test] getCodeActions
3337.75 s
[hls-plugin-api] Documentation created: dist/doc/html/hls-plugin-api,
3337.75 s
[hls-plugin-api] dist/doc/html/hls-plugin-api/hls-plugin-api.txt
3337.83 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3337.83 s
[lsp-test]
3337.83 s
[lsp-test] <file descriptor: 26>: hPutBuf: resource vanished (Broken pipe)
3337.83 s
[lsp-test]
3337.83 s
[lsp-test] HasCallStack backtrace:
3337.83 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3337.83 s
[lsp-test]
3337.84 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3337.84 s
[lsp-test]
3337.84 s
[lsp-test] <file descriptor: 27>: hPutBuf: resource vanished (Broken pipe)
3337.84 s
[lsp-test]
3337.84 s
[lsp-test] HasCallStack backtrace:
3337.84 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3337.84 s
[lsp-test]
3337.85 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] <file descriptor: 18>: hPutBuf: resource vanished (Broken pipe)
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] HasCallStack backtrace:
3337.85 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] <file descriptor: 12>: hPutBuf: resource vanished (Broken pipe)
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] HasCallStack backtrace:
3337.85 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] <file descriptor: 22>: hPutBuf: resource vanished (Broken pipe)
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] HasCallStack backtrace:
3337.85 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3337.85 s
[lsp-test]
3337.85 s
[lsp-test] works [✔]
3337.85 s
[lsp-test] getAllCodeActions
3339.86 s
[lsp-test] works [✔]
3339.86 s
[lsp-test] getDocumentSymbols
3339.86 s
[lsp-test] works [✔]
3339.86 s
[lsp-test] applyEdit
3339.86 s
[lsp-test] increments the version [✔]
3339.86 s
[lsp-test] changes the document contents [✔]
3339.86 s
[lsp-test] getCompletions
3339.87 s
[lsp-test] works [✔]
3339.87 s
[lsp-test] waitForDiagnosticsSource
3340.19 s
[hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.10.0.0...
3340.43 s
[hls-plugin-api] haddockPhase completed in 38 seconds
3340.43 s
[hls-plugin-api] Phase: installPhase
3340.61 s
[hls-plugin-api] Installing library in /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3341.39 s
[hls-plugin-api] Phase: fixupPhase
3341.46 s
[hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0
3341.48 s
[hls-plugin-api] shrinking /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT-ghc9.12.1.so
3341.54 s
[hls-plugin-api] checking for references to /build/ in /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0...
3341.58 s
[hls-plugin-api] patching script interpreter paths in /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0
3341.59 s
[hls-plugin-api] stripping (with command strip and flags -S -p) in /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/lib
3341.86 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3341.86 s
[lsp-test]
3341.86 s
[lsp-test] <file descriptor: 11>: hPutBuf: resource vanished (Broken pipe)
3341.86 s
[lsp-test]
3341.86 s
[lsp-test] HasCallStack backtrace:
3341.86 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3341.86 s
[lsp-test]
3341.86 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3341.86 s
[lsp-test]
3341.86 s
[lsp-test] <file descriptor: 16>: hPutBuf: resource vanished (Broken pipe)
3341.86 s
[lsp-test]
3341.86 s
[lsp-test] HasCallStack backtrace:
3341.86 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3341.86 s
[lsp-test]
3341.86 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3341.86 s
[lsp-test]
3341.86 s
[lsp-test] <file descriptor: 22>: hPutBuf: resource vanished (Broken pipe)
3341.87 s
[lsp-test]
3341.87 s
[lsp-test] HasCallStack backtrace:
3341.87 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3341.87 s
[lsp-test]
3341.87 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3341.87 s
[lsp-test]
3341.87 s
[lsp-test] <file descriptor: 19>: hPutBuf: resource vanished (Broken pipe)
3341.87 s
[lsp-test]
3341.87 s
[lsp-test] HasCallStack backtrace:
3341.87 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3341.87 s
[lsp-test]
3341.87 s
[lsp-test] works [✔]
3341.87 s
[lsp-test] getHover
3341.87 s
[lsp-test] works [✔]
3341.87 s
[lsp-test] closeDoc
3341.87 s
[lsp-test] works [✔]
3341.87 s
[lsp-test] satisfy
3341.87 s
[lsp-test] works [✔]
3341.87 s
[lsp-test] satisfyMaybe
3341.87 s
[lsp-test] returns matched data on match [✔]
3341.88 s
[lsp-test] doesn't return if no match [✔]
3341.88 s
[lsp-test] ignoreLogNotifications
3341.92 s
[hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc
3341.93 s
[hls-plugin-api] checking for references to /build/ in /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc...
3341.95 s
[hls-plugin-api] patching script interpreter paths in /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc
3342.37 s
[hls-plugin-api:post-build] Uploading to cachix cache "sellout": /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0 /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc
3343.86 s
[hls-plugin-api:post-build] Pushing 2 paths (323 are already present) using zstd to cache sellout ⏳
3343.86 s
[hls-plugin-api:post-build]
3344.21 s
[hls-plugin-api:post-build] Pushing /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0 (13.62 MiB)
3344.37 s
[hls-plugin-api:post-build] Pushing /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc (3.09 MiB)
3345.78 s
[hls-plugin-api:post-build]
3345.78 s
[hls-plugin-api:post-build] All done.
3345.96 s
[hls-plugin-api:post-build] Uploading to the NixCI cache: /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0 /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc
3346.52 s
[hls-plugin-api:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3346.82 s
[hls-plugin-api:post-build] copying 2 paths...
3346.84 s
[hls-plugin-api:post-build] copying path '/nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
3347.85 s
[hls-plugin-api:post-build] copying path '/nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0' to 'https://cache.nix-ci.com'...
3353.78 s
[hls-plugin-api:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3354.13 s
[hls-plugin-api:post-build] copying 1 paths...
3354.13 s
[hls-plugin-api:post-build] copying path '/nix/store/hcilykh7svkkxpxxdf499a78fmfn4w0g-hls-plugin-api-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
3354.52 s
Progress: 159 of 170 built (1 building), 375 of 375 downloaded from cache
3354.74 s
Building /nix/store/d9xr1f98d4nw6c46sfihrvn27sa46i3k-ghcide-2.10.0.0.drv
3354.74 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] <file descriptor: 12>: hPutBuf: resource vanished (Broken pipe)
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] HasCallStack backtrace:
3354.74 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] <file descriptor: 19>: hPutBuf: resource vanished (Broken pipe)
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] HasCallStack backtrace:
3354.74 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] <file descriptor: 27>: hPutBuf: resource vanished (Broken pipe)
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] HasCallStack backtrace:
3354.74 s
[lsp-test] ioError, called at libraries/ghc-internal/src/GHC/Internal/Foreign/C/Error.hs:291:5 in ghc-internal:GHC.Internal.Foreign.C.Error
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] works [✔]
3354.74 s
[lsp-test] dynamic capabilities
3354.74 s
[lsp-test] keeps track [✔]
3354.74 s
[lsp-test] handles absolute patterns [✔]
3354.74 s
[lsp-test] call hierarchy
3354.74 s
[lsp-test] prepare works [✔]
3354.74 s
[lsp-test] prepare not works [✔]
3354.74 s
[lsp-test] incoming calls [✔]
3354.74 s
[lsp-test] outgoing calls [✔]
3354.74 s
[lsp-test] semantic tokens
3354.74 s
[lsp-test] full works [✔]
3354.74 s
[lsp-test] inlay hints
3354.74 s
[lsp-test] get works [✔]
3354.74 s
[lsp-test] resolve tooltip works [✔]
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] Finished in 57.0901 seconds
3354.74 s
[lsp-test] 38 examples, 0 failures
3354.74 s
[lsp-test] Test suite tests: PASS
3354.74 s
[lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-tests.log
3354.74 s
[lsp-test] Test suite func-test: RUNNING...
3354.74 s
[lsp-test]
3354.74 s
[lsp-test] server-initiated progress reporting
3354.74 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
3354.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
3354.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
3354.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
3354.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
3354.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
3354.75 s
[lsp-test] sends updates [✔]
3354.75 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (ProgressCancel (ProgressToken (InL 0))), getSeverity = Debug}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_WindowWorkDoneProgressCancel), getSeverity = Error}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
3354.75 s
[lsp-test] handles cancellation [✔]
3354.75 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
3354.75 s
[lsp-test] func-test: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.SomeAsyncException:
3354.75 s
[lsp-test]
3354.75 s
[lsp-test] AsyncCancelled
3354.75 s
[lsp-test]
3354.75 s
[lsp-test] While handling AsyncCancelled
3354.75 s
[lsp-test]
3354.75 s
[lsp-test] HasCallStack backtrace:
3354.75 s
[lsp-test] throwIO, called at ./Control/Concurrent/Async/Internal.hs:185:7 in async-2.2.5-4SAtpwJRIvu1g4bLe95jrP:Control.Concurrent.Async.Internal
3354.75 s
[lsp-test]
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
3354.75 s
[lsp-test] sends end notification if thread is killed [✔]
3354.75 s
[lsp-test] client-initiated progress reporting
3354.75 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
3354.75 s
[lsp-test] sends updates [✔]
3354.75 s
[lsp-test] workspace folders
3354.75 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
3354.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
3354.75 s
[lsp-test] keeps track of open workspace folders [✔]
3354.75 s
[lsp-test]
3354.75 s
[lsp-test] Finished in 0.0211 seconds
3354.75 s
[lsp-test] 5 examples, 0 failures
3354.75 s
[lsp-test] Test suite func-test: PASS
3354.75 s
[lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-func-test.log
3354.75 s
[lsp-test] 2 of 2 test suites (2 of 2 test cases) passed.
3354.75 s
[lsp-test] checkPhase completed in 58 seconds
3354.75 s
[lsp-test] Phase: haddockPhase
3354.75 s
[lsp-test] Preprocessing library for lsp-test-0.17.1.1...
3354.75 s
[lsp-test] Running Haddock on library for lsp-test-0.17.1.1...
3354.75 s
[lsp-test] Warning: The documentation for the following packages are not installed. No
3354.75 s
[lsp-test] links will be generated to these packages: attoparsec-0.14.4,
3354.75 s
[lsp-test] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
3354.75 s
[lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, nothing ) [HIE file is missing]
3354.75 s
[lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, nothing ) [HIE file is missing]
3354.75 s
[lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, nothing ) [HIE file is missing]
3354.75 s
[lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, nothing ) [HIE file is missing]
3354.75 s
[lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, nothing ) [HIE file is missing]
3354.75 s
[lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, nothing ) [HIE file is missing]
3354.75 s
[lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning : [ GHC-63394 ] [ -Wx-partial ]
3354.75 s
[lsp-test] In the use of ‘head’
3354.75 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
3354.75 s
[lsp-test] "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"."
3354.75 s
[lsp-test] |
3354.75 s
[lsp-test] 483 | head <$> textDocumentVersions uri
3354.75 s
[lsp-test] | ^^^^
3354.75 s
[lsp-test]
3354.75 s
[lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning : [ GHC-63394 ] [ -Wx-partial ]
3354.75 s
[lsp-test] In the use of ‘head’
3354.75 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
3354.75 s
[lsp-test] "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"."
3354.75 s
[lsp-test] |
3354.75 s
[lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
3354.75 s
[lsp-test] | ^^^^
3354.75 s
[lsp-test]
3354.75 s
[lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, nothing ) [HIE file is missing]
3354.75 s
[lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, nothing ) [HIE file is missing]
3354.75 s
[lsp-test] src/Language/LSP/Test.hs:155:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3354.75 s
[lsp-test] The import of ‘Data.List’ is redundant
3354.75 s
[lsp-test] except perhaps to import instances from ‘Data.List’
3354.75 s
[lsp-test] To import instances alone, use: import Data.List()
3354.75 s
[lsp-test] |
3354.75 s
[lsp-test] 155 | import Data.List
3354.75 s
[lsp-test] | ^^^^^^^^^^^^^^^^
3354.75 s
[lsp-test]
3354.75 s
[lsp-test] Haddock coverage:
3354.75 s
[lsp-test] Warning: 'runSession' is out of scope.
3354.75 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
3354.75 s
[lsp-test] Warning: 'SessionConfig' is ambiguous. It is defined
3354.75 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:105:22
3354.75 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:105:1
3354.75 s
[lsp-test] You may be able to disambiguate the identifier by qualifying it or
3354.75 s
[lsp-test] by specifying the type/value namespace explicitly.
3354.75 s
[lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:105:1
3354.75 s
[lsp-test] Warning: 'Session' is ambiguous. It is defined
3354.75 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
3354.75 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
3354.75 s
[lsp-test] You may be able to disambiguate the identifier by qualifying it or
3354.75 s
[lsp-test] by specifying the type/value namespace explicitly.
3354.75 s
[lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
3354.75 s
[lsp-test] Warning: 'mylang' is out of scope.
3354.75 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
3354.75 s
[lsp-test] Warning: 'Session' is ambiguous. It is defined
3354.75 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
3354.75 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
3354.75 s
[lsp-test] You may be able to disambiguate the identifier by qualifying it or
3354.75 s
[lsp-test] by specifying the type/value namespace explicitly.
3354.75 s
[lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
3354.75 s
[lsp-test] Warning: 'semanticTokensFull' is out of scope.
3354.75 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
3354.75 s
[lsp-test] Warning: 'PublishDiagnosticsNotification' is out of scope.
3354.75 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
3354.75 s
[lsp-test] Warning: Language.LSP.Test: Couldn't find .haddock for export fullLatestClientCaps
3354.75 s
[lsp-test] 91% (103 /113) in 'Language.LSP.Test'
3354.75 s
[lsp-test] Missing documentation for:
3354.75 s
[lsp-test] runSessionWithHandles' (src/Language/LSP/Test.hs:278)
3354.75 s
[lsp-test] setIgnoringLogNotifications (src/Language/LSP/Test.hs:481)
3354.75 s
[lsp-test] setIgnoringConfigurationRequests (src/Language/LSP/Test.hs:485)
3354.75 s
[lsp-test] setIgnoringRegistrationRequests (src/Language/LSP/Test.hs:489)
3354.75 s
[lsp-test] fullLatestClientCaps
3354.75 s
[lsp-test] customNotification (src/Language/LSP/Test/Parsing.hs:142)
3354.75 s
[lsp-test] customRequest (src/Language/LSP/Test/Parsing.hs:129)
3354.75 s
[lsp-test] loggingOrConfiguration (src/Language/LSP/Test/Parsing.hs:220)
3354.75 s
[lsp-test] incomingCalls (src/Language/LSP/Test.hs:1016)
3354.75 s
[lsp-test] outgoingCalls (src/Language/LSP/Test.hs:1019)
3354.75 s
[lsp-test] Warning: Language.LSP.Test: could not find link destinations for:
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Command.Command
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Definition.Definition
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Hover.Hover
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Location.Location
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Position.Position
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Range.Range
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
3354.75 s
[lsp-test] - Language.LSP.Protocol.Types.Common.Null
3354.75 s
[lsp-test] - Language.LSP.Protocol.Types.Common.|?
3354.75 s
[lsp-test] - Language.LSP.Protocol.Types.Uri.Uri
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.MessageDirection
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.LspId.LspId
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TResponseError
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.Request
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.ErrorData
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.MessageParams
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.MessageResult
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_Initialize
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
3354.75 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.SMethod
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.ClientToServer
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.ServerToClient
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.MessageKind
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.Notification
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Method.SClientMethod
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Method.SServerMethod
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Registration.SomeRegistration
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TMessage
3354.75 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TResponseMessage
3354.75 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Capabilities'
3354.75 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Message'
3354.75 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Types'
3355.36 s
[ghcide] Phase: setupCompilerEnvironmentPhase
3355.36 s
[ghcide] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
3356.26 s
[ghcide] Phase: unpackPhase
3356.27 s
[ghcide] unpacking source archive /nix/store/nv12havvv9m95kgbb9jrc6x3cqp9c6dv-ghcide-2.10.0.0.tar.gz
3356.28 s
[ghcide] source root is ghcide-2.10.0.0
3356.29 s
[ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.10.0.0/src/Text/Fuzzy/Parallel.hs"
3356.29 s
[ghcide] Phase: patchPhase
3356.30 s
[ghcide] Phase: compileBuildDriverPhase
3356.30 s
[ghcide] setupCompileFlags: -package-db=/build/tmp.jgHvOerevz/setup-package.conf.d -threaded
3356.37 s
[ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.jgHvOerevz/Main.o )
3356.43 s
[ghcide] [2 of 2] Linking Setup
3358.17 s
[ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
3358.20 s
[ghcide] Phase: configurePhase
3358.21 s
[ghcide] configureFlags: --verbose --prefix=/nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.jgHvOerevz/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/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/lib
3358.22 s
[ghcide] Using Parsec parser
3358.22 s
[ghcide] Configuring ghcide-2.10.0.0...
3358.28 s
[ghcide] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3358.28 s
[ghcide] 'ghc' version < 9.12):
3358.28 s
[ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
3358.28 s
[ghcide] 9.12.1
3358.81 s
[ghcide] Flags chosen: executable=True, pedantic=False
3359.20 s
[ghcide] Dependency Diff >=0.5 && <0.6: using Diff-0.5
3359.20 s
[ghcide] Dependency Glob: using Glob-0.10.2
3359.25 s
[ghcide] Dependency aeson: using aeson-2.2.3.0
3359.25 s
[ghcide] Dependency array: using array-0.5.8.0
3359.25 s
[ghcide] Dependency async: using async-2.2.5
3359.25 s
[ghcide] Dependency base >=4.16 && <5: using base-4.21.0.0
3359.25 s
[ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
3359.25 s
[ghcide] Dependency binary: using binary-0.8.9.2
3359.25 s
[ghcide] Dependency bytestring: using bytestring-0.12.2.0
3359.25 s
[ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
3359.25 s
[ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
3359.25 s
[ghcide] Dependency containers: using containers-0.7
3359.25 s
[ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
3359.25 s
[ghcide] cryptohash-sha1-0.11.101.0
3359.25 s
[ghcide] Dependency data-default: using data-default-0.7.1.3
3359.25 s
[ghcide] Dependency deepseq: using deepseq-1.5.1.0
3359.25 s
[ghcide] Dependency dependent-map: using dependent-map-0.4.0.0
3359.25 s
[ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
3359.25 s
[ghcide] Dependency directory: using directory-1.3.9.0
3359.25 s
[ghcide] Dependency dlist: using dlist-1.0
3359.25 s
[ghcide] Dependency enummapset: using enummapset-0.7.3.0
3359.25 s
[ghcide] Dependency exceptions: using exceptions-0.10.9
3359.25 s
[ghcide] Dependency extra >=1.7.14: using extra-1.8
3359.25 s
[ghcide] Dependency filepath: using filepath-1.5.4.0
3359.25 s
[ghcide] Dependency fingertree: using fingertree-0.1.5.0
3359.25 s
[ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
3359.25 s
[ghcide] Dependency ghc >=9.2: using ghc-9.12.1
3359.25 s
[ghcide] Dependency ghc-boot: using ghc-boot-9.12.1
3359.25 s
[ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.12.1
3359.25 s
[ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
3359.25 s
[ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
3359.25 s
[ghcide] Dependency hashable: using hashable-1.4.7.0
3359.25 s
[ghcide] Dependency hie-bios >=0.14.0 && <0.15: using hie-bios-0.14.0
3359.25 s
[ghcide] Dependency hie-compat >=0.3.0.0 && <0.4: using hie-compat-0.3.1.2
3359.25 s
[ghcide] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
3359.25 s
[ghcide] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
3359.25 s
[ghcide] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3359.25 s
[ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
3359.25 s
[ghcide] Dependency lens: using lens-5.3.4
3359.25 s
[ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
3359.25 s
[ghcide] Dependency list-t: using list-t-1.0.5.7
3359.25 s
[ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
3359.25 s
[ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
3359.25 s
[ghcide] Dependency mtl: using mtl-2.3.1
3359.25 s
[ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
3359.25 s
[ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3359.25 s
[ghcide] Dependency os-string: using os-string-2.0.7
3359.25 s
[ghcide] Dependency parallel: using parallel-3.2.2.0
3359.25 s
[ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
3359.25 s
[ghcide] Dependency prettyprinter-ansi-terminal: using
3359.25 s
[ghcide] prettyprinter-ansi-terminal-1.1.3
3359.25 s
[ghcide] Dependency random: using random-1.2.1.3
3359.25 s
[ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
3359.25 s
[ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
3359.25 s
[ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
3359.25 s
[ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
3359.25 s
[ghcide] Dependency stm: using stm-2.5.3.1
3359.25 s
[ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
3359.25 s
[ghcide] Dependency syb: using syb-0.7.2.4
3359.25 s
[ghcide] Dependency text: using text-2.1.2
3359.25 s
[ghcide] Dependency text-rope: using text-rope-0.2
3359.25 s
[ghcide] Dependency time: using time-1.14
3359.25 s
[ghcide] Dependency transformers: using transformers-0.6.1.2
3359.25 s
[ghcide] Dependency unix: using unix-2.8.6.0
3359.25 s
[ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
3359.25 s
[ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
3359.25 s
[ghcide] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
3359.25 s
[ghcide] Dependency vector: using vector-0.13.2.0
3359.25 s
[ghcide] Dependency base >=4.16 && <5: using base-4.21.0.0
3359.25 s
[ghcide] Dependency data-default: using data-default-0.7.1.3
3359.25 s
[ghcide] Dependency extra: using extra-1.8
3359.25 s
[ghcide] Dependency ghcide: using ghcide-2.10.0.0
3359.25 s
[ghcide] Dependency gitrev: using gitrev-1.3.1
3359.25 s
[ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
3359.25 s
[ghcide] Dependency lsp: using lsp-2.7.0.1
3359.25 s
[ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
3359.25 s
[ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3359.25 s
[ghcide] Source component graph:
3359.25 s
[ghcide] component lib
3359.25 s
[ghcide] component exe:ghcide dependency lib
3359.25 s
[ghcide] Configured component graph:
3359.25 s
[ghcide] component ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3359.25 s
[ghcide] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3359.25 s
[ghcide] include Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
3359.25 s
[ghcide] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3359.25 s
[ghcide] include array-0.5.8.0-038b
3359.25 s
[ghcide] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3359.25 s
[ghcide] include base-4.21.0.0-f068
3359.25 s
[ghcide] include base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
3359.25 s
[ghcide] include binary-0.8.9.2-4b0d
3359.25 s
[ghcide] include bytestring-0.12.2.0-be6d
3359.25 s
[ghcide] include case-insensitive-1.2.1.0-1111wd92GfMLQ0M9sgP9TH
3359.25 s
[ghcide] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3359.25 s
[ghcide] include containers-0.7-647d
3359.25 s
[ghcide] include cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
3359.25 s
[ghcide] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3359.25 s
[ghcide] include deepseq-1.5.1.0-b096
3359.25 s
[ghcide] include dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
3359.25 s
[ghcide] include dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
3359.25 s
[ghcide] include directory-1.3.9.0-9eff
3359.25 s
[ghcide] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3359.25 s
[ghcide] include enummapset-0.7.3.0-F45XJkClLgvKM40FWucRMH
3359.25 s
[ghcide] include exceptions-0.10.9-5f69
3359.25 s
[ghcide] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3359.25 s
[ghcide] include filepath-1.5.4.0-7ce6
3359.25 s
[ghcide] include fingertree-0.1.5.0-7Mr9oDEmpjN4Lgt6khel2z
3359.25 s
[ghcide] include focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
3359.25 s
[ghcide] include ghc-9.12.1-f739
3359.25 s
[ghcide] include ghc-boot-9.12.1-81fa
3359.25 s
[ghcide] include ghc-boot-th-9.12.1-846e
3359.25 s
[ghcide] include ghc-trace-events-0.1.2.10-KGhaV5rYUWe4FDhm8SPMdC
3359.25 s
[ghcide] include haddock-library-1.11.0-f4f5
3359.25 s
[ghcide] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3359.25 s
[ghcide] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3359.25 s
[ghcide] include hie-compat-0.3.1.2-LIcRwGMCshmBlVZKWliEnS
3359.25 s
[ghcide] include hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
3359.25 s
[ghcide] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3359.25 s
[ghcide] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3359.25 s
[ghcide] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
3359.25 s
[ghcide] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3359.25 s
[ghcide] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3359.25 s
[ghcide] include list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
3359.25 s
[ghcide] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3359.25 s
[ghcide] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3359.25 s
[ghcide] include mtl-2.3.1-9650
3359.25 s
[ghcide] include opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
3359.25 s
[ghcide] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3359.25 s
[ghcide] include os-string-2.0.7-112d
3359.25 s
[ghcide] include parallel-3.2.2.0-EOA93WO8SvSCm3kjwhGa1v
3359.25 s
[ghcide] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3359.25 s
[ghcide] include prettyprinter-ansi-terminal-1.1.3-LwMnGvv6x1OEhtbOPx4tq3
3359.25 s
[ghcide] include random-1.2.1.3-Fu806TZniKRG79uAj7bp6W
3359.25 s
[ghcide] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3359.25 s
[ghcide] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3359.25 s
[ghcide] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3359.25 s
[ghcide] include sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
3359.25 s
[ghcide] include stm-2.5.3.1-0481
3359.25 s
[ghcide] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
3359.25 s
[ghcide] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3359.25 s
[ghcide] include text-2.1.2-5eaa
3359.25 s
[ghcide] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3359.25 s
[ghcide] include time-1.14-f7a8
3359.25 s
[ghcide] include transformers-0.6.1.2-199f
3359.25 s
[ghcide] include unix-2.8.6.0-6369
3359.26 s
[ghcide] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3359.26 s
[ghcide] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3359.26 s
[ghcide] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3359.26 s
[ghcide] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
3359.26 s
[ghcide] component ghcide-2.10.0.0-RSIN1QTZdrKgkjr8u8h3w-ghcide
3359.26 s
[ghcide] include base-4.21.0.0-f068
3359.26 s
[ghcide] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3359.26 s
[ghcide] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3359.26 s
[ghcide] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3359.26 s
[ghcide] include gitrev-1.3.1-Fr3nOVdlhnzLvcbaYOqB6t
3359.26 s
[ghcide] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3359.26 s
[ghcide] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3359.26 s
[ghcide] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3359.26 s
[ghcide] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3359.26 s
[ghcide] Linked component graph:
3359.26 s
[ghcide] unit ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3359.26 s
[ghcide] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3359.26 s
[ghcide] include Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
3359.26 s
[ghcide] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3359.26 s
[ghcide] include array-0.5.8.0-038b
3359.26 s
[ghcide] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3359.26 s
[ghcide] include base-4.21.0.0-f068
3359.26 s
[ghcide] include base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
3359.26 s
[ghcide] include binary-0.8.9.2-4b0d
3359.26 s
[ghcide] include bytestring-0.12.2.0-be6d
3359.26 s
[ghcide] include case-insensitive-1.2.1.0-1111wd92GfMLQ0M9sgP9TH
3359.26 s
[ghcide] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3359.26 s
[ghcide] include containers-0.7-647d
3359.26 s
[ghcide] include cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
3359.26 s
[ghcide] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3359.26 s
[ghcide] include deepseq-1.5.1.0-b096
3359.26 s
[ghcide] include dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
3359.26 s
[ghcide] include dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
3359.26 s
[ghcide] include directory-1.3.9.0-9eff
3359.26 s
[ghcide] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3359.26 s
[ghcide] include enummapset-0.7.3.0-F45XJkClLgvKM40FWucRMH
3359.26 s
[ghcide] include exceptions-0.10.9-5f69
3359.26 s
[ghcide] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3359.26 s
[ghcide] include filepath-1.5.4.0-7ce6
3359.26 s
[ghcide] include fingertree-0.1.5.0-7Mr9oDEmpjN4Lgt6khel2z
3359.26 s
[ghcide] include focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
3359.26 s
[ghcide] include ghc-9.12.1-f739
3359.26 s
[ghcide] include ghc-boot-9.12.1-81fa
3359.26 s
[ghcide] include ghc-boot-th-9.12.1-846e
3359.26 s
[ghcide] include ghc-trace-events-0.1.2.10-KGhaV5rYUWe4FDhm8SPMdC
3359.26 s
[ghcide] include haddock-library-1.11.0-f4f5
3359.26 s
[ghcide] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3359.26 s
[ghcide] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3359.26 s
[ghcide] include hie-compat-0.3.1.2-LIcRwGMCshmBlVZKWliEnS
3359.26 s
[ghcide] include hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
3359.26 s
[ghcide] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3359.26 s
[ghcide] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3359.26 s
[ghcide] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
3359.26 s
[ghcide] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3359.26 s
[ghcide] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3359.26 s
[ghcide] include list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
3359.26 s
[ghcide] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3359.26 s
[ghcide] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3359.26 s
[ghcide] include mtl-2.3.1-9650
3359.26 s
[ghcide] include opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
3359.26 s
[ghcide] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3359.26 s
[ghcide] include os-string-2.0.7-112d
3359.26 s
[ghcide] include parallel-3.2.2.0-EOA93WO8SvSCm3kjwhGa1v
3359.26 s
[ghcide] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3359.26 s
[ghcide] include prettyprinter-ansi-terminal-1.1.3-LwMnGvv6x1OEhtbOPx4tq3
3359.26 s
[ghcide] include random-1.2.1.3-Fu806TZniKRG79uAj7bp6W
3359.26 s
[ghcide] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3359.26 s
[ghcide] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3359.26 s
[ghcide] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3359.26 s
[ghcide] include sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
3359.26 s
[ghcide] include stm-2.5.3.1-0481
3359.26 s
[ghcide] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
3359.26 s
[ghcide] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3359.26 s
[ghcide] include text-2.1.2-5eaa
3359.26 s
[ghcide] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3359.26 s
[ghcide] include time-1.14-f7a8
3359.26 s
[ghcide] include transformers-0.6.1.2-199f
3359.26 s
[ghcide] include unix-2.8.6.0-6369
3359.26 s
[ghcide] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3359.26 s
[ghcide] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3359.26 s
[ghcide] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3359.26 s
[ghcide] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
3359.26 s
[ghcide] Control.Concurrent.Strict=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Control.Concurrent.Strict,Development.IDE=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE,Development.IDE.Core.Actions=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.Actions,Development.IDE.Core.Compile=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.Compile,Development.IDE.Core.Debouncer=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.Debouncer,Development.IDE.Core.FileStore=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.FileStore,Development.IDE.Core.FileUtils=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.FileUtils,Development.IDE.Core.IdeConfiguration=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.IdeConfiguration,Development.IDE.Core.OfInterest=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.OfInterest,Development.IDE.Core.PluginUtils=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.PluginUtils,Development.IDE.Core.PositionMapping=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.PositionMapping,Development.IDE.Core.Preprocessor=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.Preprocessor,Development.IDE.Core.ProgressReporting=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.ProgressReporting,Development.IDE.Core.RuleTypes=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.RuleTypes,Development.IDE.Core.Rules=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.Rules,Development.IDE.Core.Service=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.Service,Development.IDE.Core.Shake=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.Shake,Development.IDE.Core.Tracing=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.Tracing,Development.IDE.Core.UseStale=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.UseStale,Development.IDE.Core.WorkerThread=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Core.WorkerThread,Development.IDE.GHC.Compat=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat,Development.IDE.GHC.Compat.CmdLine=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.CmdLine,Development.IDE.GHC.Compat.Core=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Core,Development.IDE.GHC.Compat.Driver=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Driver,Development.IDE.GHC.Compat.Env=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Env,Development.IDE.GHC.Compat.Error=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Error,Development.IDE.GHC.Compat.Iface=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Iface,Development.IDE.GHC.Compat.Logger=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Logger,Development.IDE.GHC.Compat.Outputable=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Outputable,Development.IDE.GHC.Compat.Parser=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Parser,Development.IDE.GHC.Compat.Plugins=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Plugins,Development.IDE.GHC.Compat.Units=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Units,Development.IDE.GHC.Compat.Util=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Compat.Util,Development.IDE.GHC.CoreFile=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.CoreFile,Development.IDE.GHC.Error=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Error,Development.IDE.GHC.Orphans=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Orphans,Development.IDE.GHC.Util=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.GHC.Util,Development.IDE.Import.DependencyInformation=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Import.DependencyInformation,Development.IDE.Import.FindImports=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Import.FindImports,Development.IDE.LSP.HoverDefinition=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.LSP.HoverDefinition,Development.IDE.LSP.LanguageServer=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.LSP.LanguageServer,Development.IDE.LSP.Notifications=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.LSP.Notifications,Development.IDE.LSP.Outline=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.LSP.Outline,Development.IDE.LSP.Server=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.LSP.Server,Development.IDE.Main=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Main,Development.IDE.Main.HeapStats=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Main.HeapStats,Development.IDE.Monitoring.OpenTelemetry=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Monitoring.OpenTelemetry,Development.IDE.Plugin=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Plugin,Development.IDE.Plugin.Completions=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Plugin.Completions,Development.IDE.Plugin.Completions.Logic=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Plugin.Completions.Logic,Development.IDE.Plugin.Completions.Types=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Plugin.Completions.Types,Development.IDE.Plugin.HLS=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Plugin.HLS,Development.IDE.Plugin.HLS.GhcIde=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Plugin.HLS.GhcIde,Development.IDE.Plugin.Test=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Plugin.Test,Development.IDE.Plugin.TypeLenses=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Plugin.TypeLenses,Development.IDE.Session=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Session,Development.IDE.Session.Diagnostics=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Session.Diagnostics,Development.IDE.Session.Implicit=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Session.Implicit,Development.IDE.Spans.AtPoint=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Spans.AtPoint,Development.IDE.Spans.Common=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Spans.Common,Development.IDE.Spans.Documentation=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Spans.Documentation,Development.IDE.Spans.LocalBindings=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Spans.LocalBindings,Development.IDE.Spans.Pragmas=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Spans.Pragmas,Development.IDE.Types.Diagnostics=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Types.Diagnostics,Development.IDE.Types.Exports=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Types.Exports,Development.IDE.Types.HscEnvEq=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Types.HscEnvEq,Development.IDE.Types.KnownTargets=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Types.KnownTargets,Development.IDE.Types.Location=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Types.Location,Development.IDE.Types.Monitoring=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Types.Monitoring,Development.IDE.Types.Options=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Types.Options,Development.IDE.Types.Shake=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Development.IDE.Types.Shake,Generics.SYB.GHC=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Generics.SYB.GHC,Text.Fuzzy.Parallel=ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN:Text.Fuzzy.Parallel
3359.26 s
[ghcide] unit ghcide-2.10.0.0-RSIN1QTZdrKgkjr8u8h3w-ghcide
3359.26 s
[ghcide] include base-4.21.0.0-f068
3359.26 s
[ghcide] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3359.26 s
[ghcide] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3359.26 s
[ghcide] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3359.26 s
[ghcide] include gitrev-1.3.1-Fr3nOVdlhnzLvcbaYOqB6t
3359.26 s
[ghcide] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3359.26 s
[ghcide] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3359.26 s
[ghcide] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3359.26 s
[ghcide] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3359.26 s
[ghcide] Ready component graph:
3359.26 s
[ghcide] definite ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3359.26 s
[ghcide] depends Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3359.26 s
[ghcide] depends Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
3359.26 s
[ghcide] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3359.26 s
[ghcide] depends array-0.5.8.0-038b
3359.26 s
[ghcide] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3359.26 s
[ghcide] depends base-4.21.0.0-f068
3359.26 s
[ghcide] depends base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
3359.26 s
[ghcide] depends binary-0.8.9.2-4b0d
3359.26 s
[ghcide] depends bytestring-0.12.2.0-be6d
3359.26 s
[ghcide] depends case-insensitive-1.2.1.0-1111wd92GfMLQ0M9sgP9TH
3359.26 s
[ghcide] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
3359.26 s
[ghcide] depends containers-0.7-647d
3359.26 s
[ghcide] depends cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
3359.26 s
[ghcide] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3359.26 s
[ghcide] depends deepseq-1.5.1.0-b096
3359.26 s
[ghcide] depends dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
3359.26 s
[ghcide] depends dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
3359.26 s
[ghcide] depends directory-1.3.9.0-9eff
3359.26 s
[ghcide] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3359.26 s
[ghcide] depends enummapset-0.7.3.0-F45XJkClLgvKM40FWucRMH
3359.26 s
[ghcide] depends exceptions-0.10.9-5f69
3359.26 s
[ghcide] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3359.26 s
[ghcide] depends filepath-1.5.4.0-7ce6
3359.26 s
[ghcide] depends fingertree-0.1.5.0-7Mr9oDEmpjN4Lgt6khel2z
3359.26 s
[ghcide] depends focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
3359.26 s
[ghcide] depends ghc-9.12.1-f739
3359.26 s
[ghcide] depends ghc-boot-9.12.1-81fa
3359.26 s
[ghcide] depends ghc-boot-th-9.12.1-846e
3359.26 s
[ghcide] depends ghc-trace-events-0.1.2.10-KGhaV5rYUWe4FDhm8SPMdC
3359.26 s
[ghcide] depends haddock-library-1.11.0-f4f5
3359.26 s
[ghcide] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3359.26 s
[ghcide] depends hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3359.26 s
[ghcide] depends hie-compat-0.3.1.2-LIcRwGMCshmBlVZKWliEnS
3359.26 s
[ghcide] depends hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
3359.26 s
[ghcide] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3359.26 s
[ghcide] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3359.26 s
[ghcide] depends implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
3359.26 s
[ghcide] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3359.26 s
[ghcide] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3359.26 s
[ghcide] depends list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
3359.26 s
[ghcide] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3359.26 s
[ghcide] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3359.26 s
[ghcide] depends mtl-2.3.1-9650
3359.26 s
[ghcide] depends opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
3359.26 s
[ghcide] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3359.26 s
[ghcide] depends os-string-2.0.7-112d
3359.26 s
[ghcide] depends parallel-3.2.2.0-EOA93WO8SvSCm3kjwhGa1v
3359.26 s
[ghcide] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3359.26 s
[ghcide] depends prettyprinter-ansi-terminal-1.1.3-LwMnGvv6x1OEhtbOPx4tq3
3359.26 s
[ghcide] depends random-1.2.1.3-Fu806TZniKRG79uAj7bp6W
3359.26 s
[ghcide] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3359.26 s
[ghcide] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3359.26 s
[ghcide] depends sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
3359.26 s
[ghcide] depends sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
3359.26 s
[ghcide] depends stm-2.5.3.1-0481
3359.26 s
[ghcide] depends stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
3359.26 s
[ghcide] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3359.26 s
[ghcide] depends text-2.1.2-5eaa
3359.26 s
[ghcide] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3359.26 s
[ghcide] depends time-1.14-f7a8
3359.26 s
[ghcide] depends transformers-0.6.1.2-199f
3359.26 s
[ghcide] depends unix-2.8.6.0-6369
3359.26 s
[ghcide] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3359.26 s
[ghcide] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3359.26 s
[ghcide] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3359.26 s
[ghcide] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
3359.26 s
[ghcide] definite ghcide-2.10.0.0-RSIN1QTZdrKgkjr8u8h3w-ghcide
3359.26 s
[ghcide] depends base-4.21.0.0-f068
3359.26 s
[ghcide] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3359.26 s
[ghcide] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3359.26 s
[ghcide] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3359.26 s
[ghcide] depends gitrev-1.3.1-Fr3nOVdlhnzLvcbaYOqB6t
3359.26 s
[ghcide] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3359.26 s
[ghcide] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3359.26 s
[ghcide] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3359.26 s
[ghcide] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3359.26 s
[ghcide] Using Cabal-3.14.1.0 compiled by ghc-9.12
3359.26 s
[ghcide] Using compiler: ghc-9.12.1
3359.26 s
[ghcide] Using install prefix:
3359.26 s
[ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0
3359.26 s
[ghcide] Executables installed in:
3359.26 s
[ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin
3359.26 s
[ghcide] Libraries installed in:
3359.26 s
[ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3359.26 s
[ghcide] Dynamic Libraries installed in:
3359.26 s
[ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
3359.26 s
[ghcide] Private executables installed in:
3359.26 s
[ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/libexec/x86_64-linux-ghc-9.12.1-f739/ghcide-2.10.0.0
3359.26 s
[ghcide] Data files installed in:
3359.26 s
[ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/share/x86_64-linux-ghc-9.12.1-f739/ghcide-2.10.0.0
3359.26 s
[ghcide] Documentation installed in:
3359.26 s
[ghcide] /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0
3359.26 s
[ghcide] Configuration files installed in:
3359.26 s
[ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/etc
3359.26 s
[ghcide] No alex found
3359.26 s
[ghcide] Using ar found on system at:
3359.26 s
[ghcide] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
3359.26 s
[ghcide] No c2hs found
3359.26 s
[ghcide] No cpphs found
3359.26 s
[ghcide] No doctest found
3359.26 s
[ghcide] Using gcc version 14.3.0 given by user at:
3359.26 s
[ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
3359.29 s
[ghcide] Using ghc version 9.12.1 found on system at:
3359.29 s
[ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
3359.29 s
[ghcide] Using ghc-pkg version 9.12.1 found on system at:
3359.29 s
[ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
3359.29 s
[ghcide] No ghcjs found
3359.29 s
[ghcide] No ghcjs-pkg found
3359.29 s
[ghcide] No greencard found
3359.29 s
[ghcide] Using haddock version 2.30.0 found on system at:
3359.29 s
[ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
3359.29 s
[ghcide] No happy found
3359.29 s
[ghcide] No haskell-suite found
3359.29 s
[ghcide] No haskell-suite-pkg found
3359.29 s
[ghcide] No hmake found
3359.29 s
[ghcide] Using hpc version 0.69 found on system at:
3359.29 s
[ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
3359.29 s
[ghcide] Using hsc2hs version 0.68.10 found on system at:
3359.29 s
[ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3359.29 s
[ghcide] Using hscolour version 1.25 found on system at:
3359.29 s
[ghcide] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
3359.29 s
[ghcide] No jhc found
3359.29 s
[ghcide] Using ld found on system at:
3359.29 s
[ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
3359.29 s
[ghcide] No pkg-config found
3359.29 s
[ghcide] Using runghc version 9.12.1 found on system at:
3359.29 s
[ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
3359.29 s
[ghcide] Using strip version 2.44 found on system at:
3359.29 s
[ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
3359.29 s
[ghcide] Using tar found on system at:
3359.29 s
[ghcide] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
3359.29 s
[ghcide] No uhc found
3359.61 s
[ghcide] Phase: buildPhase
3359.74 s
[ghcide] Preprocessing library for ghcide-2.10.0.0...
3359.76 s
[ghcide] Building library for ghcide-2.10.0.0...
3359.87 s
[lsp-test] Documentation created: dist/doc/html/lsp-test,
3359.87 s
[lsp-test] dist/doc/html/lsp-test/lsp-test.txt
3361.23 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3361.23 s
[ghcide] The following packages were specified via -package or -package-id flags,
3361.23 s
[ghcide] but were not needed for compilation:
3361.23 s
[ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-112d)
3361.23 s
[ghcide]
3361.27 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 )
3361.40 s
[lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
3362.64 s
[lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
3363.90 s
[lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
3364.05 s
[lsp-test] Phase: installPhase
3364.20 s
[lsp-test] Installing library in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3364.72 s
[lsp-test] Phase: fixupPhase
3364.74 s
[lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1
3364.78 s
[lsp-test] shrinking /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSlsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n-ghc9.12.1.so
3364.80 s
[lsp-test] checking for references to /build/ in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1...
3364.82 s
[lsp-test] patching script interpreter paths in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1
3364.83 s
[lsp-test] stripping (with command strip and flags -S -p) in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/lib
3365.07 s
[lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc
3365.08 s
[lsp-test] checking for references to /build/ in /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc...
3365.09 s
[lsp-test] patching script interpreter paths in /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc
3365.35 s
[lsp-test:post-build] Uploading to cachix cache "sellout": /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1
3366.71 s
[lsp-test:post-build] Pushing 2 paths (295 are already present) using zstd to cache sellout ⏳
3366.71 s
[lsp-test:post-build]
3367.09 s
[lsp-test:post-build] Pushing /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1 (9.17 MiB)
3367.20 s
[lsp-test:post-build] Pushing /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc (1.61 MiB)
3368.19 s
[lsp-test:post-build]
3368.19 s
[lsp-test:post-build] All done.
3368.30 s
[lsp-test:post-build] Uploading to the NixCI cache: /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1
3368.86 s
[lsp-test:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3369.15 s
[lsp-test:post-build] copying 2 paths...
3369.15 s
[lsp-test:post-build] copying path '/nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc' to 'https://cache.nix-ci.com'...
3369.65 s
[lsp-test:post-build] copying path '/nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1' to 'https://cache.nix-ci.com'...
3372.85 s
[lsp-test:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3373.16 s
[lsp-test:post-build] copying 1 paths...
3373.16 s
[lsp-test:post-build] copying path '/nix/store/kwv3n8bgm4hi32fl8l8c35vfr6cl7gsg-lsp-test-0.17.1.1.drv' to 'https://cache.nix-ci.com'...
3373.56 s
Progress: 160 of 170 built (1 building), 375 of 375 downloaded from cache
3373.56 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 )
3373.56 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 )
3373.56 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 )
3378.32 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3378.33 s
[ghcide] The import of ‘Data.List’ is redundant
3378.33 s
[ghcide] except perhaps to import instances from ‘Data.List’
3378.33 s
[ghcide] To import instances alone, use: import Data.List()
3378.33 s
[ghcide] |
3378.33 s
[ghcide] 31 | import Data.List
3378.33 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3378.33 s
[ghcide]
3379.41 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 )
3379.41 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
3379.41 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
3379.41 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
3379.41 s
[ghcide] |
3379.41 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
3379.41 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3379.41 s
[ghcide]
3379.41 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
3379.41 s
[ghcide] The import of ‘Exception, fromException’
3379.41 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
3379.41 s
[ghcide] |
3379.41 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
3379.41 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3379.41 s
[ghcide]
3379.41 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 )
3379.41 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 )
3379.41 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
3379.41 s
[ghcide] The export item ‘Warn(..)’ suggests that
3379.41 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
3379.41 s
[ghcide] but it has none
3379.41 s
[ghcide] |
3379.41 s
[ghcide] 270 | Warn(..) ,
3379.41 s
[ghcide] | ^^^^^^^^
3379.41 s
[ghcide]
3379.41 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
3379.41 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
3379.41 s
[ghcide] |
3379.41 s
[ghcide] 364 | module GHC.Utils.Panic ,
3379.41 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
3379.42 s
[ghcide]
3379.42 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
3379.42 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
3379.42 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
3379.42 s
[ghcide] but it has none
3379.42 s
[ghcide] |
3379.42 s
[ghcide] 432 | import GHC.Driver.CmdLine (Warn (..) )
3379.42 s
[ghcide] | ^^^^^^^^^
3379.42 s
[ghcide]
3379.42 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3379.42 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
3379.42 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
3379.42 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
3379.42 s
[ghcide] |
3379.42 s
[ghcide] 498 | import GHC.Data.Bag
3379.42 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3379.42 s
[ghcide]
3379.42 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
3379.42 s
[ghcide] Top-level binding with no type signature:
3379.42 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
3379.42 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
3379.42 s
[ghcide] |
3379.42 s
[ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
3379.42 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
3379.42 s
[ghcide]
3379.42 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 )
3379.42 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 )
3379.42 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 )
3379.42 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 )
3379.42 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 )
3379.42 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 )
3379.42 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 )
3379.42 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 )
3379.42 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 )
3379.42 s
[ghcide] src/Development/IDE/GHC/Compat/Parser.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3379.42 s
[ghcide] The qualified import of ‘GHC.Parser.Annotation’ is redundant
3379.42 s
[ghcide] except perhaps to import instances from ‘GHC.Parser.Annotation’
3379.42 s
[ghcide] To import instances alone, use: import GHC.Parser.Annotation()
3379.42 s
[ghcide] |
3379.42 s
[ghcide] 28 | import qualified GHC.Parser.Annotation as Anno
3379.42 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3379.42 s
[ghcide]
3379.42 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 )
3379.42 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 )
3379.42 s
[ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3379.42 s
[ghcide] The import of ‘Data.List’ is redundant
3379.42 s
[ghcide] except perhaps to import instances from ‘Data.List’
3379.42 s
[ghcide] To import instances alone, use: import Data.List()
3379.42 s
[ghcide] |
3379.42 s
[ghcide] 128 | import Data.List (foldl')
3379.42 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3379.42 s
[ghcide]
3379.42 s
[ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
3379.42 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
3379.42 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
3379.42 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
3379.42 s
[ghcide] This makes type inference for inner bindings fragile;
3379.42 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
3379.42 s
[ghcide] • In the type signature:
3379.42 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
3379.42 s
[ghcide] GenLocated a e -> GenLocated b e
3379.42 s
[ghcide] |
3379.42 s
[ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
3379.42 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3379.42 s
[ghcide]
3379.42 s
[ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
3379.42 s
[ghcide] Pattern match(es) are non-exhaustive
3379.42 s
[ghcide] In a pattern binding:
3379.42 s
[ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
3379.42 s
[ghcide] |
3379.42 s
[ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
3379.42 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3379.42 s
[ghcide]
3379.42 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
3379.42 s
[ghcide] Top-level binding with no type signature:
3379.42 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
3379.42 s
[ghcide] |
3379.42 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
3379.42 s
[ghcide] | ^^^^^^^^^^^^
3379.42 s
[ghcide]
3380.33 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 )
3380.42 s
[ghcide] src/Development/IDE/GHC/CPP.hs:38:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3380.42 s
[ghcide] The qualified import of ‘GHC.SysTools.Tasks’ is redundant
3380.42 s
[ghcide] except perhaps to import instances from ‘GHC.SysTools.Tasks’
3380.42 s
[ghcide] To import instances alone, use: import GHC.SysTools.Tasks()
3380.42 s
[ghcide] |
3380.42 s
[ghcide] 38 | import qualified GHC.SysTools.Tasks as Pipeline
3380.42 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3380.42 s
[ghcide]
3380.54 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 )
3381.80 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 )
3381.80 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 )
3381.80 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 )
3381.80 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 )
3381.80 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 )
3381.80 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3381.80 s
[ghcide] The import of ‘Text.Printf’ is redundant
3381.80 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
3381.80 s
[ghcide] To import instances alone, use: import Text.Printf()
3381.80 s
[ghcide] |
3381.80 s
[ghcide] 66 | import Text.Printf (printf)
3381.80 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3381.80 s
[ghcide]
3382.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 )
3383.33 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 )
3383.36 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 )
3383.36 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3383.36 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
3383.36 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
3383.36 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
3383.36 s
[ghcide] |
3383.36 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
3383.36 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3383.36 s
[ghcide]
3383.36 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 )
3384.52 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 )
3384.52 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 )
3384.52 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 )
3385.63 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 )
3385.63 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 )
3385.63 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3385.63 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
3385.63 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
3385.63 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
3385.63 s
[ghcide] |
3385.63 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
3385.63 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3385.63 s
[ghcide]
3385.63 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3385.63 s
[ghcide] The import of ‘System.Directory’ is redundant
3385.63 s
[ghcide] except perhaps to import instances from ‘System.Directory’
3385.63 s
[ghcide] To import instances alone, use: import System.Directory()
3385.63 s
[ghcide] |
3385.63 s
[ghcide] 30 | import System.Directory (makeAbsolute)
3385.63 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3385.63 s
[ghcide]
3385.63 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
3385.63 s
[ghcide] Defined but not used: ‘file_cache’
3385.63 s
[ghcide] |
3385.63 s
[ghcide] 57 | file_cache <- newIORef M.empty
3385.63 s
[ghcide] | ^^^^^^^^^^
3385.63 s
[ghcide]
3385.63 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 )
3385.63 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 )
3385.63 s
[ghcide] src/Development/IDE/Import/FindImports.hs:212:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3385.63 s
[ghcide] Pattern match(es) are non-exhaustive
3385.63 s
[ghcide] In a record update:
3385.63 s
[ghcide] Patterns of type ‘FindResult’ not matched:
3385.63 s
[ghcide] Found _ _
3385.63 s
[ghcide] NoPackage _
3385.63 s
[ghcide] FoundMultiple _
3385.63 s
[ghcide] |
3385.63 s
[ghcide] 212 | notFound
3385.63 s
[ghcide] | ^^^^^^^^...
3385.63 s
[ghcide]
3385.63 s
[ghcide] src/Development/IDE/Import/FindImports.hs:225:15: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3385.63 s
[ghcide] Pattern match(es) are non-exhaustive
3385.63 s
[ghcide] In a record update:
3385.63 s
[ghcide] Patterns of type ‘FindResult’ not matched:
3385.63 s
[ghcide] Found _ _
3385.63 s
[ghcide] NoPackage _
3385.63 s
[ghcide] FoundMultiple _
3385.63 s
[ghcide] |
3385.63 s
[ghcide] 225 | in notFound {fr_unusables = unusables'}
3385.63 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3385.63 s
[ghcide]
3385.63 s
[ghcide] src/Development/IDE/Import/FindImports.hs:227:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3385.63 s
[ghcide] Pattern match(es) are non-exhaustive
3385.63 s
[ghcide] In a record update:
3385.63 s
[ghcide] Patterns of type ‘FindResult’ not matched:
3385.63 s
[ghcide] Found _ _
3385.63 s
[ghcide] NoPackage _
3385.63 s
[ghcide] FoundMultiple _
3385.63 s
[ghcide] |
3385.63 s
[ghcide] 227 | notFound {fr_suggestions = suggest}
3385.63 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3385.63 s
[ghcide]
3385.63 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 )
3386.09 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 )
3388.59 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 )
3388.66 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 )
3388.66 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 )
3388.66 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 )
3388.66 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 )
3388.66 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 )
3389.07 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 )
3389.38 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 )
3389.38 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 )
3389.55 s
[ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
3389.55 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
3389.55 s
[ghcide] |
3389.55 s
[ghcide] 108 | import Data.List.Extra (foldl' , partition,
3389.55 s
[ghcide] | ^^^^^^
3389.55 s
[ghcide]
3393.11 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 )
3393.51 s
[ghcide] session-loader/Development/IDE/Session.hs:1218:25: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3393.51 s
[ghcide] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3393.51 s
[ghcide] • In the data declaration for ‘PackageSetupException’
3393.51 s
[ghcide] |
3393.51 s
[ghcide] 1218 | deriving (Eq, Show, Typeable )
3393.51 s
[ghcide] | ^^^^^^^^
3393.51 s
[ghcide]
3399.25 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 )
3399.27 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 )
3399.27 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 )
3399.27 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 )
3399.27 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 )
3399.92 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 )
3399.92 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3399.92 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
3399.92 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
3399.92 s
[ghcide] To import instances alone, use: import Data.Aeson()
3399.92 s
[ghcide] |
3399.92 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
3399.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3399.92 s
[ghcide]
3399.92 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 )
3399.92 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 )
3399.92 s
[ghcide] src/Development/IDE/Core/Compile.hs:118:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3399.92 s
[ghcide] The import of ‘GHC.Types.HpcInfo’ is redundant
3399.92 s
[ghcide] except perhaps to import instances from ‘GHC.Types.HpcInfo’
3399.92 s
[ghcide] To import instances alone, use: import GHC.Types.HpcInfo()
3399.92 s
[ghcide] |
3399.92 s
[ghcide] 118 | import GHC.Types.HpcInfo
3399.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3399.92 s
[ghcide]
3399.92 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
3399.92 s
[ghcide] Defined but not used: ‘ms’
3399.92 s
[ghcide] |
3399.92 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
3399.92 s
[ghcide] | ^^
3399.92 s
[ghcide]
3399.92 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
3399.92 s
[ghcide] Defined but not used: ‘hsc_env’
3399.92 s
[ghcide] |
3399.92 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
3399.92 s
[ghcide] | ^^^^^^^
3399.92 s
[ghcide]
3399.92 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 )
3400.10 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 )
3401.02 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 )
3401.02 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 )
3401.02 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 )
3401.02 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 )
3401.02 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 )
3401.47 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 )
3401.47 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3401.47 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
3401.47 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
3401.47 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
3401.47 s
[ghcide] |
3401.47 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
3401.47 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3401.47 s
[ghcide]
3401.47 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
3401.47 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
3401.47 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
3401.47 s
[ghcide] Consider disambiguating using module qualification instead.
3401.47 s
[ghcide] |
3401.47 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
3401.47 s
[ghcide] | ^^^^^^^^^^^^^^^
3401.47 s
[ghcide]
3404.67 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 )
3410.08 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 )
3410.10 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 )
3410.10 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.o, dist/build/Development/IDE.dyn_o )
3410.10 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 )
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 160 | defaultParserState
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 165 | defaultParserState
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 171 | defaultParserState
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 186 | defaultParserState
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 193 | defaultParserState
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 203 | defaultParserState{
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched:
3410.10 s
[ghcide] ParserStateDone _
3410.10 s
[ghcide] ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 207 | defaultParserState{
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 214 | defaultParserState{ isLastTokenHash = True }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 223 | defaultParserState{
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3410.10 s
[ghcide] Pattern match(es) are non-exhaustive
3410.10 s
[ghcide] In a record update:
3410.10 s
[ghcide] Patterns of type ‘ParserState’ not matched:
3410.10 s
[ghcide] ParserStateDone _
3410.10 s
[ghcide] ParserStateDone _
3410.10 s
[ghcide] |
3410.10 s
[ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
3410.10 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3410.10 s
[ghcide]
3410.10 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 )
3410.10 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 )
3410.10 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 )
3410.10 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 )
3410.10 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 )
3410.10 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 )
3410.10 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 )
3410.10 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 )
3410.15 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3410.15 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
3410.15 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
3410.15 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
3410.15 s
[ghcide] |
3410.15 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
3410.15 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3410.15 s
[ghcide]
3413.21 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3413.21 s
[ghcide] The following packages were specified via -package or -package-id flags,
3413.21 s
[ghcide] but were not needed for compilation:
3413.21 s
[ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-112d)
3413.21 s
[ghcide]
3413.24 s
[ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
3413.81 s
[ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.p_o )
3414.32 s
[ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.p_o )
3414.32 s
[ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.p_o )
3414.67 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3414.67 s
[ghcide] The import of ‘Data.List’ is redundant
3414.67 s
[ghcide] except perhaps to import instances from ‘Data.List’
3414.67 s
[ghcide] To import instances alone, use: import Data.List()
3414.67 s
[ghcide] |
3414.67 s
[ghcide] 31 | import Data.List
3414.67 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3414.67 s
[ghcide]
3415.65 s
[ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.p_o )
3415.68 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
3415.68 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
3415.68 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
3415.68 s
[ghcide] |
3415.68 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
3415.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3415.68 s
[ghcide]
3415.68 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
3415.68 s
[ghcide] The import of ‘Exception, fromException’
3415.68 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
3415.68 s
[ghcide] |
3415.68 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
3415.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3415.68 s
[ghcide]
3415.68 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 )
3415.68 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 )
3415.68 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
3415.68 s
[ghcide] The export item ‘Warn(..)’ suggests that
3415.68 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
3415.68 s
[ghcide] but it has none
3415.68 s
[ghcide] |
3415.68 s
[ghcide] 270 | Warn(..) ,
3415.68 s
[ghcide] | ^^^^^^^^
3415.68 s
[ghcide]
3415.68 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
3415.68 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
3415.68 s
[ghcide] |
3415.68 s
[ghcide] 364 | module GHC.Utils.Panic ,
3415.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
3415.68 s
[ghcide]
3415.68 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
3415.68 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
3415.68 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
3415.68 s
[ghcide] but it has none
3415.68 s
[ghcide] |
3415.68 s
[ghcide] 432 | import GHC.Driver.CmdLine (Warn (..) )
3415.68 s
[ghcide] | ^^^^^^^^^
3415.68 s
[ghcide]
3415.68 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3415.69 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
3415.69 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
3415.69 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
3415.69 s
[ghcide] |
3415.69 s
[ghcide] 498 | import GHC.Data.Bag
3415.69 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3415.69 s
[ghcide]
3415.69 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
3415.69 s
[ghcide] Top-level binding with no type signature:
3415.69 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
3415.69 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
3415.69 s
[ghcide] |
3415.69 s
[ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
3415.69 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
3415.69 s
[ghcide]
3415.69 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 )
3415.69 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 )
3415.69 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 )
3415.69 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 )
3415.69 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 )
3415.69 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 )
3415.69 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 )
3415.69 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 )
3415.69 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 )
3415.69 s
[ghcide] src/Development/IDE/GHC/Compat/Parser.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3415.69 s
[ghcide] The qualified import of ‘GHC.Parser.Annotation’ is redundant
3415.69 s
[ghcide] except perhaps to import instances from ‘GHC.Parser.Annotation’
3415.69 s
[ghcide] To import instances alone, use: import GHC.Parser.Annotation()
3415.69 s
[ghcide] |
3415.69 s
[ghcide] 28 | import qualified GHC.Parser.Annotation as Anno
3415.69 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3415.69 s
[ghcide]
3415.69 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 )
3415.69 s
[ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.p_o )
3415.69 s
[ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3415.69 s
[ghcide] The import of ‘Data.List’ is redundant
3415.69 s
[ghcide] except perhaps to import instances from ‘Data.List’
3415.69 s
[ghcide] To import instances alone, use: import Data.List()
3415.69 s
[ghcide] |
3415.69 s
[ghcide] 128 | import Data.List (foldl')
3415.69 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3415.69 s
[ghcide]
3415.69 s
[ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
3415.69 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
3415.69 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
3415.69 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
3415.69 s
[ghcide] This makes type inference for inner bindings fragile;
3415.69 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
3415.69 s
[ghcide] • In the type signature:
3415.69 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
3415.69 s
[ghcide] GenLocated a e -> GenLocated b e
3415.69 s
[ghcide] |
3415.69 s
[ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
3415.69 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3415.69 s
[ghcide]
3415.69 s
[ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
3415.69 s
[ghcide] Pattern match(es) are non-exhaustive
3415.69 s
[ghcide] In a pattern binding:
3415.69 s
[ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
3415.69 s
[ghcide] |
3415.69 s
[ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
3415.69 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3415.69 s
[ghcide]
3415.69 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
3415.69 s
[ghcide] Top-level binding with no type signature:
3415.69 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
3415.69 s
[ghcide] |
3415.69 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
3415.69 s
[ghcide] | ^^^^^^^^^^^^
3415.69 s
[ghcide]
3416.24 s
[ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.p_o )
3416.26 s
[ghcide] src/Development/IDE/GHC/CPP.hs:38:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3416.26 s
[ghcide] The qualified import of ‘GHC.SysTools.Tasks’ is redundant
3416.26 s
[ghcide] except perhaps to import instances from ‘GHC.SysTools.Tasks’
3416.26 s
[ghcide] To import instances alone, use: import GHC.SysTools.Tasks()
3416.26 s
[ghcide] |
3416.26 s
[ghcide] 38 | import qualified GHC.SysTools.Tasks as Pipeline
3416.26 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3416.26 s
[ghcide]
3416.39 s
[ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.p_o )
3416.84 s
[ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.p_o )
3416.84 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 )
3416.84 s
[ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.p_o )
3416.84 s
[ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.p_o )
3416.84 s
[ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.p_o )
3416.84 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3416.84 s
[ghcide] The import of ‘Text.Printf’ is redundant
3416.84 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
3416.84 s
[ghcide] To import instances alone, use: import Text.Printf()
3416.84 s
[ghcide] |
3416.84 s
[ghcide] 66 | import Text.Printf (printf)
3416.84 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3416.84 s
[ghcide]
3417.18 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 )
3418.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 )
3418.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 )
3418.32 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3418.32 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
3418.32 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
3418.32 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
3418.32 s
[ghcide] |
3418.32 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
3418.32 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3418.32 s
[ghcide]
3418.32 s
[ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.p_o )
3418.85 s
[ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.p_o )
3418.85 s
[ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.p_o )
3418.85 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 )
3421.62 s
[ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.p_o )
3421.62 s
[ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.p_o )
3421.65 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3421.65 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
3421.65 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
3421.65 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
3421.65 s
[ghcide] |
3421.65 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
3421.65 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3421.65 s
[ghcide]
3421.65 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3421.65 s
[ghcide] The import of ‘System.Directory’ is redundant
3421.65 s
[ghcide] except perhaps to import instances from ‘System.Directory’
3421.65 s
[ghcide] To import instances alone, use: import System.Directory()
3421.65 s
[ghcide] |
3421.65 s
[ghcide] 30 | import System.Directory (makeAbsolute)
3421.65 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3421.65 s
[ghcide]
3421.65 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
3421.65 s
[ghcide] Defined but not used: ‘file_cache’
3421.65 s
[ghcide] |
3421.65 s
[ghcide] 57 | file_cache <- newIORef M.empty
3421.65 s
[ghcide] | ^^^^^^^^^^
3421.65 s
[ghcide]
3421.65 s
[ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.p_o )
3421.65 s
[ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.p_o )
3421.65 s
[ghcide] src/Development/IDE/Import/FindImports.hs:212:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3421.65 s
[ghcide] Pattern match(es) are non-exhaustive
3421.65 s
[ghcide] In a record update:
3421.65 s
[ghcide] Patterns of type ‘FindResult’ not matched:
3421.65 s
[ghcide] Found _ _
3421.65 s
[ghcide] NoPackage _
3421.65 s
[ghcide] FoundMultiple _
3421.65 s
[ghcide] |
3421.65 s
[ghcide] 212 | notFound
3421.65 s
[ghcide] | ^^^^^^^^...
3421.65 s
[ghcide]
3421.65 s
[ghcide] src/Development/IDE/Import/FindImports.hs:225:15: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3421.65 s
[ghcide] Pattern match(es) are non-exhaustive
3421.65 s
[ghcide] In a record update:
3421.65 s
[ghcide] Patterns of type ‘FindResult’ not matched:
3421.65 s
[ghcide] Found _ _
3421.65 s
[ghcide] NoPackage _
3421.65 s
[ghcide] FoundMultiple _
3421.65 s
[ghcide] |
3421.65 s
[ghcide] 225 | in notFound {fr_unusables = unusables'}
3421.65 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3421.65 s
[ghcide]
3421.65 s
[ghcide] src/Development/IDE/Import/FindImports.hs:227:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3421.65 s
[ghcide] Pattern match(es) are non-exhaustive
3421.65 s
[ghcide] In a record update:
3421.65 s
[ghcide] Patterns of type ‘FindResult’ not matched:
3421.65 s
[ghcide] Found _ _
3421.65 s
[ghcide] NoPackage _
3421.65 s
[ghcide] FoundMultiple _
3421.65 s
[ghcide] |
3421.65 s
[ghcide] 227 | notFound {fr_suggestions = suggest}
3421.65 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3421.65 s
[ghcide]
3421.65 s
[ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.p_o )
3421.65 s
[ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.p_o )
3421.78 s
[ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.p_o )
3421.78 s
[ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.p_o )
3421.78 s
[ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.p_o )
3421.78 s
[ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.p_o )
3421.78 s
[ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.p_o )
3421.78 s
[ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.p_o )
3422.10 s
[ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.p_o )
3422.46 s
[ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.p_o )
3422.46 s
[ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.p_o )
3422.59 s
[ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
3422.59 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
3422.59 s
[ghcide] |
3422.59 s
[ghcide] 108 | import Data.List.Extra (foldl' , partition,
3422.59 s
[ghcide] | ^^^^^^
3422.59 s
[ghcide]
3425.62 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
3425.78 s
[ghcide] session-loader/Development/IDE/Session.hs:1218:25: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3425.78 s
[ghcide] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3425.78 s
[ghcide] • In the data declaration for ‘PackageSetupException’
3425.78 s
[ghcide] |
3425.78 s
[ghcide] 1218 | deriving (Eq, Show, Typeable )
3425.78 s
[ghcide] | ^^^^^^^^
3425.78 s
[ghcide]
3428.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 )
3428.80 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
3428.80 s
[ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.p_o )
3428.80 s
[ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.p_o )
3428.80 s
[ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.p_o )
3429.24 s
[ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.p_o )
3429.24 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3429.24 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
3429.24 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
3429.24 s
[ghcide] To import instances alone, use: import Data.Aeson()
3429.24 s
[ghcide] |
3429.24 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
3429.24 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3429.24 s
[ghcide]
3429.24 s
[ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.p_o )
3429.24 s
[ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.p_o )
3429.24 s
[ghcide] src/Development/IDE/Core/Compile.hs:118:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3429.24 s
[ghcide] The import of ‘GHC.Types.HpcInfo’ is redundant
3429.24 s
[ghcide] except perhaps to import instances from ‘GHC.Types.HpcInfo’
3429.24 s
[ghcide] To import instances alone, use: import GHC.Types.HpcInfo()
3429.24 s
[ghcide] |
3429.24 s
[ghcide] 118 | import GHC.Types.HpcInfo
3429.24 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3429.24 s
[ghcide]
3429.24 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
3429.24 s
[ghcide] Defined but not used: ‘ms’
3429.24 s
[ghcide] |
3429.24 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
3429.24 s
[ghcide] | ^^
3429.24 s
[ghcide]
3429.24 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
3429.24 s
[ghcide] Defined but not used: ‘hsc_env’
3429.24 s
[ghcide] |
3429.24 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
3429.24 s
[ghcide] | ^^^^^^^
3429.24 s
[ghcide]
3429.34 s
[ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.p_o )
3429.67 s
[ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.p_o )
3430.37 s
[ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.p_o )
3430.37 s
[ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.p_o )
3430.37 s
[ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.p_o )
3430.37 s
[ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.p_o )
3430.37 s
[ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.p_o )
3430.78 s
[ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.p_o )
3430.78 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3430.79 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
3430.79 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
3430.79 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
3430.79 s
[ghcide] |
3430.79 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
3430.79 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3430.79 s
[ghcide]
3430.79 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
3430.79 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
3430.79 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
3430.79 s
[ghcide] Consider disambiguating using module qualification instead.
3430.79 s
[ghcide] |
3430.79 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
3430.79 s
[ghcide] | ^^^^^^^^^^^^^^^
3430.79 s
[ghcide]
3431.79 s
Waiting for lock on bash-language-server
3432.88 s
[ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.p_o )
3437.44 s
[ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.p_o )
3437.45 s
[ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.p_o )
3437.45 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
3437.45 s
[ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.p_o )
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 160 | defaultParserState
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 165 | defaultParserState
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 171 | defaultParserState
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 186 | defaultParserState
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 193 | defaultParserState
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 203 | defaultParserState{
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched:
3437.46 s
[ghcide] ParserStateDone _
3437.46 s
[ghcide] ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 207 | defaultParserState{
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 214 | defaultParserState{ isLastTokenHash = True }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 223 | defaultParserState{
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
3437.46 s
[ghcide] Pattern match(es) are non-exhaustive
3437.46 s
[ghcide] In a record update:
3437.46 s
[ghcide] Patterns of type ‘ParserState’ not matched:
3437.46 s
[ghcide] ParserStateDone _
3437.46 s
[ghcide] ParserStateDone _
3437.46 s
[ghcide] |
3437.46 s
[ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
3437.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437.46 s
[ghcide]
3437.46 s
[ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.p_o )
3437.46 s
[ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.p_o )
3437.46 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
3437.46 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
3437.46 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 )
3437.46 s
[ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.p_o )
3437.46 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 )
3437.46 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
3437.50 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3437.50 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
3437.50 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
3437.50 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
3437.50 s
[ghcide] |
3437.50 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
3437.50 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3437.50 s
[ghcide]
3444.70 s
[ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0...
3444.70 s
[ghcide] Building executable 'ghcide' for ghcide-2.10.0.0...
3444.81 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 )
3446.01 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 )
3446.01 s
[ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
3446.98 s
[ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
3452.41 s
[ghcide] buildPhase completed in 1 minutes 33 seconds
3452.41 s
[ghcide] Phase: checkPhase
3452.53 s
[ghcide] Package has no test suites.
3452.98 s
[ghcide] Phase: haddockPhase
3455.07 s
[ghcide] Preprocessing library for ghcide-2.10.0.0...
3455.08 s
[ghcide] Running Haddock on library for ghcide-2.10.0.0...
3455.09 s
[ghcide] Warning: The documentation for the following packages are not installed. No
3455.09 s
[ghcide] links will be generated to these packages: attoparsec-0.14.4,
3455.09 s
[ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
3456.44 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3456.44 s
[ghcide] The following packages were specified via -package or -package-id flags,
3456.44 s
[ghcide] but were not needed for compilation:
3456.44 s
[ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-112d)
3456.44 s
[ghcide]
3456.45 s
[ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, /build/ghc2206_tmp_0/ghc_tmp_80.o, /build/ghc2206_tmp_0/ghc_tmp_80.dyn_o )
3456.61 s
[ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, nothing ) [HIE file is missing]
3456.76 s
[ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, nothing ) [HIE file is missing]
3456.77 s
[ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, nothing ) [HIE file is missing]
3456.89 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3456.89 s
[ghcide] The import of ‘Data.List’ is redundant
3456.89 s
[ghcide] except perhaps to import instances from ‘Data.List’
3456.89 s
[ghcide] To import instances alone, use: import Data.List()
3456.89 s
[ghcide] |
3456.89 s
[ghcide] 31 | import Data.List
3456.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3456.89 s
[ghcide]
3456.90 s
[ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, nothing ) [HIE file is missing]
3456.92 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
3456.92 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
3456.92 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
3456.92 s
[ghcide] |
3456.92 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
3456.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3456.92 s
[ghcide]
3456.92 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
3456.92 s
[ghcide] The import of ‘Exception, fromException’
3456.92 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
3456.92 s
[ghcide] |
3456.92 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
3456.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3456.92 s
[ghcide]
3456.92 s
[ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, nothing ) [HIE file is missing]
3457.24 s
[ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, /build/ghc2206_tmp_0/ghc_tmp_84.o, /build/ghc2206_tmp_0/ghc_tmp_84.dyn_o )
3457.82 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
3457.85 s
[ghcide] The export item ‘Warn(..)’ suggests that
3457.85 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
3457.85 s
[ghcide] but it has none
3457.85 s
[ghcide] |
3457.85 s
[ghcide] 270 | Warn(..) ,
3457.85 s
[ghcide] | ^^^^^^^^
3457.85 s
[ghcide]
3457.85 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
3457.85 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
3457.85 s
[ghcide] |
3457.85 s
[ghcide] 364 | module GHC.Utils.Panic ,
3457.85 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
3457.85 s
[ghcide]
3457.85 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
3457.85 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
3457.85 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
3457.85 s
[ghcide] but it has none
3457.85 s
[ghcide] |
3457.85 s
[ghcide] 432 | import GHC.Driver.CmdLine (Warn (..) )
3457.85 s
[ghcide] | ^^^^^^^^^
3457.85 s
[ghcide]
3457.85 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3457.85 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
3457.85 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
3457.85 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
3457.85 s
[ghcide] |
3457.85 s
[ghcide] 498 | import GHC.Data.Bag
3457.85 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3457.85 s
[ghcide]
3457.85 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
3457.85 s
[ghcide] Top-level binding with no type signature:
3457.85 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
3457.85 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
3457.85 s
[ghcide] |
3457.85 s
[ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
3457.85 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
3457.85 s
[ghcide]
3458.29 s
[ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, nothing ) [HIE file is missing]
3458.29 s
[ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, /build/ghc2206_tmp_0/ghc_tmp_86.o, /build/ghc2206_tmp_0/ghc_tmp_86.dyn_o )
3458.44 s
[ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, nothing ) [HIE file is missing]
3458.83 s
[ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, /build/ghc2206_tmp_0/ghc_tmp_92.o, /build/ghc2206_tmp_0/ghc_tmp_92.dyn_o )
3459.02 s
[ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, /build/ghc2206_tmp_0/ghc_tmp_90.o, /build/ghc2206_tmp_0/ghc_tmp_90.dyn_o )
3459.59 s
[ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, /build/ghc2206_tmp_0/ghc_tmp_88.o, /build/ghc2206_tmp_0/ghc_tmp_88.dyn_o )
3459.64 s
[ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, /build/ghc2206_tmp_0/ghc_tmp_98.o, /build/ghc2206_tmp_0/ghc_tmp_98.dyn_o )
3459.78 s
[ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, /build/ghc2206_tmp_0/ghc_tmp_100.o, /build/ghc2206_tmp_0/ghc_tmp_100.dyn_o )
3459.82 s
[ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, /build/ghc2206_tmp_0/ghc_tmp_94.o, /build/ghc2206_tmp_0/ghc_tmp_94.dyn_o )
3459.83 s
[ghcide] src/Development/IDE/GHC/Compat/Parser.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3459.83 s
[ghcide] The qualified import of ‘GHC.Parser.Annotation’ is redundant
3459.83 s
[ghcide] except perhaps to import instances from ‘GHC.Parser.Annotation’
3459.83 s
[ghcide] To import instances alone, use: import GHC.Parser.Annotation()
3459.83 s
[ghcide] |
3459.83 s
[ghcide] 28 | import qualified GHC.Parser.Annotation as Anno
3459.83 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3459.83 s
[ghcide]
3459.87 s
[ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, /build/ghc2206_tmp_0/ghc_tmp_96.o, /build/ghc2206_tmp_0/ghc_tmp_96.dyn_o )
3459.92 s
[ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, /build/ghc2206_tmp_0/ghc_tmp_82.o, /build/ghc2206_tmp_0/ghc_tmp_82.dyn_o )
3460.12 s
[ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3460.12 s
[ghcide] The import of ‘Data.List’ is redundant
3460.12 s
[ghcide] except perhaps to import instances from ‘Data.List’
3460.12 s
[ghcide] To import instances alone, use: import Data.List()
3460.12 s
[ghcide] |
3460.12 s
[ghcide] 128 | import Data.List (foldl')
3460.12 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3460.12 s
[ghcide]
3460.12 s
[ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
3460.12 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
3460.12 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
3460.12 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
3460.12 s
[ghcide] This makes type inference for inner bindings fragile;
3460.12 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
3460.12 s
[ghcide] • In the type signature:
3460.12 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
3460.12 s
[ghcide] GenLocated a e -> GenLocated b e
3460.12 s
[ghcide] |
3460.12 s
[ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
3460.12 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3460.12 s
[ghcide]
3460.12 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
3460.12 s
[ghcide] Top-level binding with no type signature:
3460.12 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
3460.12 s
[ghcide] |
3460.12 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
3460.12 s
[ghcide] | ^^^^^^^^^^^^
3460.12 s
[ghcide]
3460.42 s
[ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, nothing ) [HIE file is missing]
3460.48 s
[ghcide] src/Development/IDE/GHC/CPP.hs:38:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3460.48 s
[ghcide] The qualified import of ‘GHC.SysTools.Tasks’ is redundant
3460.48 s
[ghcide] except perhaps to import instances from ‘GHC.SysTools.Tasks’
3460.48 s
[ghcide] To import instances alone, use: import GHC.SysTools.Tasks()
3460.48 s
[ghcide] |
3460.48 s
[ghcide] 38 | import qualified GHC.SysTools.Tasks as Pipeline
3460.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3460.48 s
[ghcide]
3460.49 s
[ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, /build/ghc2206_tmp_0/ghc_tmp_102.o, /build/ghc2206_tmp_0/ghc_tmp_102.dyn_o )
3460.95 s
[ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, nothing ) [HIE file is missing]
3461.48 s
[ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, nothing ) [HIE file is missing]
3461.54 s
[ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, nothing ) [HIE file is missing]
3461.58 s
[ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, /build/ghc2206_tmp_0/ghc_tmp_126.o, /build/ghc2206_tmp_0/ghc_tmp_126.dyn_o )
3461.69 s
[ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, /build/ghc2206_tmp_0/ghc_tmp_118.o, /build/ghc2206_tmp_0/ghc_tmp_118.dyn_o )
3462.66 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3462.66 s
[ghcide] The import of ‘Text.Printf’ is redundant
3462.66 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
3462.66 s
[ghcide] To import instances alone, use: import Text.Printf()
3462.66 s
[ghcide] |
3462.66 s
[ghcide] 66 | import Text.Printf (printf)
3462.66 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3462.66 s
[ghcide]
3462.90 s
[ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, nothing ) [HIE file is missing]
3463.02 s
[ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, /build/ghc2206_tmp_0/ghc_tmp_108.o, /build/ghc2206_tmp_0/ghc_tmp_108.dyn_o )
3463.29 s
[ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, /build/ghc2206_tmp_0/ghc_tmp_106.o, /build/ghc2206_tmp_0/ghc_tmp_106.dyn_o )
3463.38 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3463.38 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
3463.38 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
3463.38 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
3463.38 s
[ghcide] |
3463.38 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
3463.38 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3463.38 s
[ghcide]
3463.60 s
[ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, /build/ghc2206_tmp_0/ghc_tmp_124.o, /build/ghc2206_tmp_0/ghc_tmp_124.dyn_o )
3463.76 s
[ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, /build/ghc2206_tmp_0/ghc_tmp_120.o, /build/ghc2206_tmp_0/ghc_tmp_120.dyn_o )
3464.09 s
[ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, /build/ghc2206_tmp_0/ghc_tmp_114.o, /build/ghc2206_tmp_0/ghc_tmp_114.dyn_o )
3465.29 s
[ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, nothing ) [HIE file is missing]
3465.41 s
[ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, /build/ghc2206_tmp_0/ghc_tmp_104.o, /build/ghc2206_tmp_0/ghc_tmp_104.dyn_o )
3465.65 s
[ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, /build/ghc2206_tmp_0/ghc_tmp_122.o, /build/ghc2206_tmp_0/ghc_tmp_122.dyn_o )
3465.74 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3465.74 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
3465.74 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
3465.74 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
3465.74 s
[ghcide] |
3465.74 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
3465.74 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3465.74 s
[ghcide]
3465.74 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3465.74 s
[ghcide] The import of ‘System.Directory’ is redundant
3465.74 s
[ghcide] except perhaps to import instances from ‘System.Directory’
3465.74 s
[ghcide] To import instances alone, use: import System.Directory()
3465.74 s
[ghcide] |
3465.74 s
[ghcide] 30 | import System.Directory (makeAbsolute)
3465.74 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3465.74 s
[ghcide]
3465.74 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
3465.74 s
[ghcide] Defined but not used: ‘file_cache’
3465.74 s
[ghcide] |
3465.74 s
[ghcide] 57 | file_cache <- newIORef M.empty
3465.74 s
[ghcide] | ^^^^^^^^^^
3465.74 s
[ghcide]
3465.87 s
[ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, /build/ghc2206_tmp_0/ghc_tmp_116.o, /build/ghc2206_tmp_0/ghc_tmp_116.dyn_o )
3466.17 s
[ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, /build/ghc2206_tmp_0/ghc_tmp_112.o, /build/ghc2206_tmp_0/ghc_tmp_112.dyn_o )
3466.69 s
[ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, /build/ghc2206_tmp_0/ghc_tmp_110.o, /build/ghc2206_tmp_0/ghc_tmp_110.dyn_o )
3467.44 s
[ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, nothing ) [HIE file is missing]
3467.72 s
[ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, nothing ) [HIE file is missing]
3467.75 s
[ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, nothing ) [HIE file is missing]
3467.80 s
[ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, nothing ) [HIE file is missing]
3467.91 s
[ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, nothing ) [HIE file is missing]
3467.92 s
[ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, nothing ) [HIE file is missing]
3467.94 s
[ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, nothing ) [HIE file is missing]
3468.00 s
[ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, nothing ) [HIE file is missing]
3468.06 s
[ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, nothing ) [HIE file is missing]
3468.11 s
[ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, nothing ) [HIE file is missing]
3469.24 s
[ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
3469.24 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
3469.24 s
[ghcide] |
3469.24 s
[ghcide] 108 | import Data.List.Extra (foldl' , partition,
3469.24 s
[ghcide] | ^^^^^^
3469.24 s
[ghcide]
3469.27 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, nothing ) [HIE file is missing]
3469.73 s
[ghcide] session-loader/Development/IDE/Session.hs:1218:25: warning : [ GHC-90584 ] [ -Wderiving-typeable ]
3469.73 s
[ghcide] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
3469.73 s
[ghcide] • In the data declaration for ‘PackageSetupException’
3469.73 s
[ghcide] |
3469.73 s
[ghcide] 1218 | deriving (Eq, Show, Typeable )
3469.73 s
[ghcide] | ^^^^^^^^
3469.73 s
[ghcide]
3469.76 s
[ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, nothing ) [HIE file is missing]
3470.06 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, nothing ) [HIE file is missing]
3470.07 s
[ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, nothing ) [HIE file is missing]
3470.23 s
[ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, nothing ) [HIE file is missing]
3470.26 s
[ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, nothing ) [HIE file is missing]
3470.35 s
[ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, nothing ) [HIE file is missing]
3470.38 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3470.38 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
3470.38 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
3470.38 s
[ghcide] To import instances alone, use: import Data.Aeson()
3470.38 s
[ghcide] |
3470.38 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
3470.38 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3470.38 s
[ghcide]
3470.39 s
[ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, nothing ) [HIE file is missing]
3470.49 s
[ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, nothing ) [HIE file is missing]
3470.98 s
[ghcide] src/Development/IDE/Core/Compile.hs:118:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3470.98 s
[ghcide] The import of ‘GHC.Types.HpcInfo’ is redundant
3470.98 s
[ghcide] except perhaps to import instances from ‘GHC.Types.HpcInfo’
3470.98 s
[ghcide] To import instances alone, use: import GHC.Types.HpcInfo()
3470.98 s
[ghcide] |
3470.98 s
[ghcide] 118 | import GHC.Types.HpcInfo
3470.98 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3470.98 s
[ghcide]
3470.98 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
3470.98 s
[ghcide] Defined but not used: ‘ms’
3470.98 s
[ghcide] |
3470.98 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
3470.98 s
[ghcide] | ^^
3470.98 s
[ghcide]
3470.98 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ GHC-40910 ] [ -Wunused-matches ]
3470.98 s
[ghcide] Defined but not used: ‘hsc_env’
3470.98 s
[ghcide] |
3470.98 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
3470.98 s
[ghcide] | ^^^^^^^
3470.98 s
[ghcide]
3471.04 s
[ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, nothing ) [HIE file is missing]
3471.14 s
[ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, nothing ) [HIE file is missing]
3471.52 s
[ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, nothing ) [HIE file is missing]
3472.18 s
[ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, nothing ) [HIE file is missing]
3472.21 s
[ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, nothing ) [HIE file is missing]
3472.26 s
[ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, nothing ) [HIE file is missing]
3472.38 s
[ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, nothing ) [HIE file is missing]
3472.48 s
[ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, nothing ) [HIE file is missing]
3472.92 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3472.92 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
3472.92 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
3472.92 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
3472.92 s
[ghcide] |
3472.92 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
3472.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3472.92 s
[ghcide]
3472.93 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
3472.95 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
3472.95 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
3472.95 s
[ghcide] Consider disambiguating using module qualification instead.
3472.95 s
[ghcide] |
3472.95 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
3472.95 s
[ghcide] | ^^^^^^^^^^^^^^^
3472.95 s
[ghcide]
3472.96 s
[ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, nothing ) [HIE file is missing]
3473.10 s
[ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, nothing ) [HIE file is missing]
3473.20 s
[ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, nothing ) [HIE file is missing]
3473.24 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, nothing ) [HIE file is missing]
3473.27 s
[ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, nothing ) [HIE file is missing]
3473.44 s
[ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, nothing ) [HIE file is missing]
3473.60 s
[ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, nothing ) [HIE file is missing]
3473.67 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, nothing ) [HIE file is missing]
3473.71 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, nothing ) [HIE file is missing]
3473.74 s
[ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, nothing ) [HIE file is missing]
3473.99 s
[ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, nothing ) [HIE file is missing]
3474.61 s
[ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, nothing ) [HIE file is missing]
3474.64 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, nothing ) [HIE file is missing]
3474.82 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3474.82 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
3474.82 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
3474.82 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
3474.82 s
[ghcide] |
3474.82 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
3474.82 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3474.82 s
[ghcide]
3474.83 s
[ghcide] Haddock coverage:
3475.06 s
[ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
3475.06 s
[ghcide] Missing documentation for:
3475.06 s
[ghcide] Module header
3475.06 s
[ghcide] modifyVar (src/Control/Concurrent/Strict.hs:27)
3475.06 s
[ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:35)
3475.06 s
[ghcide] addMVarFinalizer
3475.06 s
[ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
3475.06 s
[ghcide] Missing documentation for:
3475.06 s
[ghcide] Module header
3475.06 s
[ghcide] registerEvent
3475.07 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
3475.07 s
[ghcide] Missing documentation for:
3475.07 s
[ghcide] Module header
3475.07 s
[ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
3475.07 s
[ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
3475.07 s
[ghcide] Missing documentation for:
3475.07 s
[ghcide] Module header
3475.07 s
[ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
3475.07 s
[ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:49)
3475.07 s
[ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:53)
3475.07 s
[ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:57)
3475.07 s
[ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:86)
3475.07 s
[ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:89)
3475.07 s
[ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
3475.07 s
[ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:116)
3475.07 s
[ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:96)
3475.07 s
[ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:100)
3475.07 s
[ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:133)
3475.07 s
[ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:104)
3475.07 s
[ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:194)
3475.07 s
[ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:140)
3475.07 s
[ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:166)
3475.07 s
[ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
3475.07 s
[ghcide] Missing documentation for:
3475.07 s
[ghcide] Module header
3475.07 s
[ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
3475.07 s
[ghcide] Missing documentation for:
3475.07 s
[ghcide] CmdLineP
3475.07 s
[ghcide] getCmdLineState
3475.07 s
[ghcide] putCmdLineState
3475.07 s
[ghcide] Flag
3475.07 s
[ghcide] OptKind
3475.07 s
[ghcide] EwM
3475.07 s
[ghcide] defFlag
3475.07 s
[ghcide] liftEwM
3475.16 s
[ghcide] 24% (863 /3457) in 'Development.IDE.GHC.Compat.Core'
3475.16 s
[ghcide] Missing documentation for:
3475.16 s
[ghcide] extensions
3475.16 s
[ghcide] extensionFlags
3475.16 s
[ghcide] targetPlatform
3475.16 s
[ghcide] generalFlags
3475.16 s
[ghcide] warningFlags
3475.16 s
[ghcide] topDir
3475.16 s
[ghcide] hiDir
3475.16 s
[ghcide] tmpDir
3475.16 s
[ghcide] importPaths
3475.16 s
[ghcide] useColor
3475.16 s
[ghcide] canUseColor
3475.16 s
[ghcide] useUnicode
3475.16 s
[ghcide] objectDir
3475.16 s
[ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:621)
3475.16 s
[ghcide] outputFile
3475.16 s
[ghcide] setOutputFile
3475.16 s
[ghcide] needWiredInHomeIface
3475.16 s
[ghcide] importDecl
3475.16 s
[ghcide] sPgm_F
3475.16 s
[ghcide] FlagSpec
3475.16 s
[ghcide] WarningFlag
3475.16 s
[ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:628)
3475.16 s
[ghcide] setUnsafeGlobalDynFlags
3475.16 s
[ghcide] scaledThing
3475.16 s
[ghcide] IfaceTyCon
3475.16 s
[ghcide] ModIface
3475.16 s
[ghcide] ModIface
3475.16 s
[ghcide] set_mi_top_env
3475.16 s
[ghcide] set_mi_usages
3475.16 s
[ghcide] HscSource
3475.16 s
[ghcide] loadInterface
3475.16 s
[ghcide] RecompileRequired
3475.16 s
[ghcide] mkPartialIface
3475.16 s
[ghcide] Fixity
3475.16 s
[ghcide] defaultFixity
3475.16 s
[ghcide] lookupFixityRn
3475.16 s
[ghcide] Type
3475.16 s
[ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:641)
3475.16 s
[ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:680)
3475.17 s
[ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:690)
3475.17 s
[ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:694)
3475.17 s
[ghcide] SourceText
3475.17 s
[ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:606)
3475.17 s
[ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:613)
3475.17 s
[ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:597)
3475.17 s
[ghcide] availsToNameSet
3475.17 s
[ghcide] ParsedSource
3475.17 s
[ghcide] RenamedSource
3475.17 s
[ghcide] unGhc
3475.17 s
[ghcide] getSession
3475.17 s
[ghcide] setSessionDynFlags
3475.17 s
[ghcide] runHsc
3475.17 s
[ghcide] compileFile
3475.17 s
[ghcide] hscInteractive
3475.17 s
[ghcide] hscUpdateHPT
3475.17 s
[ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:746)
3475.17 s
[ghcide] tcSplitForAllTyVarBinder_maybe
3475.17 s
[ghcide] typecheckIface
3475.17 s
[ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:751)
3475.17 s
[ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:759)
3475.17 s
[ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:764)
3475.17 s
[ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:768)
3475.17 s
[ghcide] tidyProgram
3475.17 s
[ghcide] ImportedModsVal
3475.17 s
[ghcide] importedByUser
3475.17 s
[ghcide] TypecheckedSource
3475.17 s
[ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:647)
3475.17 s
[ghcide] Located
3475.17 s
[ghcide] unLoc
3475.17 s
[ghcide] getLoc
3475.17 s
[ghcide] getLocA
3475.17 s
[ghcide] locA
3475.17 s
[ghcide] noLocA
3475.17 s
[ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:727)
3475.17 s
[ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:724)
3475.17 s
[ghcide] LocatedA
3475.17 s
[ghcide] RealLocated
3475.17 s
[ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:585)
3475.17 s
[ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:591)
3475.17 s
[ghcide] mkRealSrcLoc
3475.17 s
[ghcide] getRealSrcSpan
3475.17 s
[ghcide] realSrcLocSpan
3475.17 s
[ghcide] realSrcSpanStart
3475.17 s
[ghcide] realSrcSpanEnd
3475.17 s
[ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:722)
3475.17 s
[ghcide] srcSpanStartLine
3475.17 s
[ghcide] srcSpanStartCol
3475.17 s
[ghcide] srcSpanEndLine
3475.17 s
[ghcide] srcSpanEndCol
3475.17 s
[ghcide] srcSpanFile
3475.17 s
[ghcide] noLoc
3475.17 s
[ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:785)
3475.17 s
[ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:576)
3475.17 s
[ghcide] findObjectLinkableMaybe
3475.17 s
[ghcide] InstalledFindResult
3475.17 s
[ghcide] PackageName
3475.17 s
[ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:715)
3475.17 s
[ghcide] Hooks
3475.17 s
[ghcide] runMetaHook
3475.17 s
[ghcide] MetaHook
3475.17 s
[ghcide] metaRequestE
3475.17 s
[ghcide] metaRequestP
3475.17 s
[ghcide] metaRequestT
3475.17 s
[ghcide] metaRequestD
3475.17 s
[ghcide] metaRequestAW
3475.17 s
[ghcide] addToHpt
3475.17 s
[ghcide] addListToHpt
3475.17 s
[ghcide] TargetId
3475.17 s
[ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:816)
3475.17 s
[ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:699)
3475.17 s
[ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:703)
3475.17 s
[ghcide] InteractiveImport
3475.17 s
[ghcide] parseImportDecl
3475.17 s
[ghcide] runDecls
3475.17 s
[ghcide] ml_hs_file
3475.17 s
[ghcide] ml_obj_file
3475.17 s
[ghcide] ml_hi_file
3475.17 s
[ghcide] ml_hie_file
3475.17 s
[ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:732)
3475.17 s
[ghcide] gre_name (src/Development/IDE/GHC/Compat/Core.hs:732)
3475.17 s
[ghcide] gre_imp (src/Development/IDE/GHC/Compat/Core.hs:732)
3475.17 s
[ghcide] gre_lcl (src/Development/IDE/GHC/Compat/Core.hs:732)
3475.17 s
[ghcide] gre_par (src/Development/IDE/GHC/Compat/Core.hs:732)
3475.17 s
[ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:741)
3475.17 s
[ghcide] absentConstraintErrorIdKey
3475.17 s
[ghcide] absentErrorIdKey
3475.17 s
[ghcide] absentSumFieldErrorIdKey
3475.17 s
[ghcide] addrPrimTyConKey
3475.17 s
[ghcide] allNameStringList
3475.17 s
[ghcide] allNameStrings
3475.17 s
[ghcide] all_RDR
3475.17 s
[ghcide] alt_RDR
3475.17 s
[ghcide] alternativeClassKey
3475.17 s
[ghcide] alternativeClassName
3475.17 s
[ghcide] and_RDR
3475.17 s
[ghcide] anyTyConKey
3475.17 s
[ghcide] apAClassOpKey
3475.17 s
[ghcide] apAName
3475.17 s
[ghcide] ap_RDR
3475.17 s
[ghcide] appAIdKey
3475.17 s
[ghcide] appAName
3475.17 s
[ghcide] appendIdKey
3475.17 s
[ghcide] appendName
3475.17 s
[ghcide] append_RDR
3475.17 s
[ghcide] applicativeClassKey
3475.17 s
[ghcide] applicativeClassName
3475.17 s
[ghcide] arrAIdKey
3475.17 s
[ghcide] arrAName
3475.17 s
[ghcide] arrayPrimTyConKey
3475.17 s
[ghcide] assertErrorIdKey
3475.17 s
[ghcide] assertErrorName
3475.17 s
[ghcide] assertIdKey
3475.17 s
[ghcide] assertName
3475.17 s
[ghcide] augmentIdKey
3475.17 s
[ghcide] augmentName
3475.17 s
[ghcide] basicKnownKeyNames
3475.17 s
[ghcide] bcoPrimTyConKey
3475.17 s
[ghcide] bignatCompareIdKey
3475.17 s
[ghcide] bignatCompareName
3475.17 s
[ghcide] bignatCompareWordIdKey
3475.17 s
[ghcide] bignatCompareWordName
3475.17 s
[ghcide] bignatEqIdKey
3475.17 s
[ghcide] bignatEqName
3475.17 s
[ghcide] bindIOIdKey
3475.17 s
[ghcide] bindIOName
3475.17 s
[ghcide] bindMClassOpKey
3475.17 s
[ghcide] bindMName
3475.17 s
[ghcide] bindM_RDR
3475.17 s
[ghcide] bnbVarQual
3475.17 s
[ghcide] bniVarQual
3475.17 s
[ghcide] bnnVarQual
3475.17 s
[ghcide] boolTyConKey
3475.17 s
[ghcide] boundedClassKey
3475.17 s
[ghcide] boundedClassName
3475.17 s
[ghcide] boxedRepDataConKey
3475.17 s
[ghcide] boxedRepDataConTyConKey
3475.17 s
[ghcide] boxityConKey
3475.17 s
[ghcide] buildIdKey
3475.17 s
[ghcide] buildName
3475.17 s
[ghcide] build_RDR
3475.17 s
[ghcide] byteArrayPrimTyConKey
3475.17 s
[ghcide] c1TyConKey
3475.17 s
[ghcide] c1TyConName
3475.17 s
[ghcide] cONSTRAINTTyConKey
3475.17 s
[ghcide] cTyConKey
3475.17 s
[ghcide] cTyConName
3475.17 s
[ghcide] callStackTyConKey
3475.17 s
[ghcide] callStackTyConName
3475.17 s
[ghcide] ccArrowTyConKey
3475.17 s
[ghcide] charDataConKey
3475.17 s
[ghcide] charPrimTyConKey
3475.17 s
[ghcide] charTyConKey
3475.17 s
[ghcide] choiceAIdKey
3475.17 s
[ghcide] choiceAName
3475.17 s
[ghcide] choose_RDR
3475.17 s
[ghcide] clsQual
3475.17 s
[ghcide] clsQual_RDR
3475.17 s
[ghcide] coerceKey
3475.17 s
[ghcide] coercibleDataConKey
3475.17 s
[ghcide] coercibleSCSelIdKey
3475.17 s
[ghcide] coercibleTyConKey
3475.17 s
[ghcide] coercionTokenIdKey
3475.17 s
[ghcide] comp1DataCon_RDR
3475.17 s
[ghcide] compTyConKey
3475.17 s
[ghcide] compTyConName
3475.17 s
[ghcide] compactPrimTyConKey
3475.17 s
[ghcide] compare_RDR
3475.17 s
[ghcide] composeAIdKey
3475.17 s
[ghcide] composeAName
3475.17 s
[ghcide] compose_RDR
3475.17 s
[ghcide] conFixity_RDR
3475.17 s
[ghcide] conIsRecord_RDR
3475.17 s
[ghcide] conName_RDR
3475.17 s
[ghcide] concatIdKey
3475.17 s
[ghcide] concatName
3475.17 s
[ghcide] consDataConKey
3475.17 s
[ghcide] considerAccessibleIdKey
3475.17 s
[ghcide] considerAccessibleName
3475.17 s
[ghcide] constPtrConName
3475.17 s
[ghcide] constPtrTyConKey
3475.17 s
[ghcide] constraintKindRepKey
3475.17 s
[ghcide] constraintKindRepName
3475.17 s
[ghcide] constraintKindTyConKey
3475.17 s
[ghcide] constructorClassKey
3475.17 s
[ghcide] constructorClassName
3475.17 s
[ghcide] crossDataConKey
3475.17 s
[ghcide] cstringLengthIdKey
3475.17 s
[ghcide] cstringLengthName
3475.17 s
[ghcide] ctArrowTyConKey
3475.17 s
[ghcide] d1TyConKey
3475.17 s
[ghcide] d1TyConName
3475.17 s
[ghcide] dTyConKey
3475.17 s
[ghcide] dTyConName
3475.17 s
[ghcide] dataClassKey
3475.17 s
[ghcide] dataClassName
3475.17 s
[ghcide] dataQual_RDR
3475.17 s
[ghcide] dataToTagClassKey
3475.17 s
[ghcide] dataToTagClassName
3475.17 s
[ghcide] dataToTag_RDR
3475.17 s
[ghcide] datatypeClassKey
3475.17 s
[ghcide] datatypeClassName
3475.17 s
[ghcide] datatypeName_RDR
3475.17 s
[ghcide] dcQual
3475.17 s
[ghcide] decidedLazyDataConKey
3475.17 s
[ghcide] decidedLazyDataConName
3475.17 s
[ghcide] decidedStrictDataConKey
3475.17 s
[ghcide] decidedStrictDataConName
3475.17 s
[ghcide] decidedUnpackDataConKey
3475.17 s
[ghcide] decidedUnpackDataConName
3475.17 s
[ghcide] derivableClassKeys
3475.17 s
[ghcide] dictTyConKey
3475.17 s
[ghcide] divIntIdKey
3475.17 s
[ghcide] divIntName
3475.17 s
[ghcide] dollarIdKey
3475.17 s
[ghcide] dollarName
3475.17 s
[ghcide] doubleDataConKey
3475.17 s
[ghcide] doublePrimTyConKey
3475.17 s
[ghcide] doubleTyConKey
3475.17 s
[ghcide] doubleX2PrimTyConKey
3475.17 s
[ghcide] doubleX4PrimTyConKey
3475.17 s
[ghcide] doubleX8PrimTyConKey
3475.17 s
[ghcide] eitherTyConKey
3475.17 s
[ghcide] eitherTyConName
3475.17 s
[ghcide] emptyCallStackKey
3475.17 s
[ghcide] emptyCallStackName
3475.17 s
[ghcide] emptyExceptionContextKey
3475.17 s
[ghcide] emptyExceptionContextName
3475.17 s
[ghcide] enumClassKey
3475.17 s
[ghcide] enumClassName
3475.17 s
[ghcide] enumFromClassOpKey
3475.17 s
[ghcide] enumFromName
3475.17 s
[ghcide] enumFromThenClassOpKey
3475.17 s
[ghcide] enumFromThenName
3475.17 s
[ghcide] enumFromThenToClassOpKey
3475.17 s
[ghcide] enumFromThenToName
3475.17 s
[ghcide] enumFromThenTo_RDR
3475.17 s
[ghcide] enumFromThen_RDR
3475.17 s
[ghcide] enumFromToClassOpKey
3475.17 s
[ghcide] enumFromToName
3475.17 s
[ghcide] enumFromTo_RDR
3475.17 s
[ghcide] enumFrom_RDR
3475.17 s
[ghcide] enumIntToWord_RDR
3475.17 s
[ghcide] eqClassKey
3475.17 s
[ghcide] eqClassName
3475.17 s
[ghcide] eqClassOpKey
3475.17 s
[ghcide] eqDataConKey
3475.17 s
[ghcide] eqName
3475.17 s
[ghcide] eqPhantPrimTyConKey
3475.17 s
[ghcide] eqPrimTyConKey
3475.17 s
[ghcide] eqReprPrimTyConKey
3475.17 s
[ghcide] eqSCSelIdKey
3475.17 s
[ghcide] eqStringIdKey
3475.17 s
[ghcide] eqStringName
3475.17 s
[ghcide] eqTag_RDR
3475.17 s
[ghcide] eqTyConKey
3475.17 s
[ghcide] eq_RDR
3475.17 s
[ghcide] errorMessageTypeErrorFamKey
3475.17 s
[ghcide] errorMessageTypeErrorFamName
3475.17 s
[ghcide] error_RDR
3475.17 s
[ghcide] exceptionContextTyConKey
3475.17 s
[ghcide] exceptionContextTyConName
3475.17 s
[ghcide] expectP_RDR
3475.17 s
[ghcide] fUNTyConKey
3475.17 s
[ghcide] failIOIdKey
3475.17 s
[ghcide] failIOName
3475.17 s
[ghcide] failMClassOpKey
3475.17 s
[ghcide] failMName
3475.17 s
[ghcide] failM_RDR
3475.17 s
[ghcide] falseDataConKey
3475.17 s
[ghcide] fieldQual_RDR
3475.17 s
[ghcide] filterIdKey
3475.17 s
[ghcide] filterName
3475.17 s
[ghcide] fingerprintDataConKey
3475.17 s
[ghcide] fingerprintDataConName
3475.17 s
[ghcide] firstAIdKey
3475.18 s
[ghcide] firstAName
3475.18 s
[ghcide] floatDataConKey
3475.18 s
[ghcide] floatPrimTyConKey
3475.18 s
[ghcide] floatTyConKey
3475.18 s
[ghcide] floatX16PrimTyConKey
3475.18 s
[ghcide] floatX4PrimTyConKey
3475.18 s
[ghcide] floatX8PrimTyConKey
3475.18 s
[ghcide] floatingClassKey
3475.18 s
[ghcide] floatingClassName
3475.18 s
[ghcide] fmapClassOpKey
3475.18 s
[ghcide] fmapName
3475.18 s
[ghcide] fmap_RDR
3475.18 s
[ghcide] foldMap_RDR
3475.18 s
[ghcide] foldableClassKey
3475.18 s
[ghcide] foldableClassName
3475.18 s
[ghcide] foldable_foldr_RDR
3475.18 s
[ghcide] foldrIdKey
3475.18 s
[ghcide] foldrName
3475.18 s
[ghcide] foldr_RDR
3475.18 s
[ghcide] foreignObjPrimTyConKey
3475.18 s
[ghcide] fractionalClassKey
3475.18 s
[ghcide] fractionalClassKeys
3475.18 s
[ghcide] fractionalClassName
3475.18 s
[ghcide] from1_RDR
3475.18 s
[ghcide] fromEnum_RDR
3475.18 s
[ghcide] fromIntegerClassOpKey
3475.18 s
[ghcide] fromIntegerName
3475.18 s
[ghcide] fromIntegralIdKey
3475.18 s
[ghcide] fromIntegralName
3475.18 s
[ghcide] fromLabelClassOpKey
3475.18 s
[ghcide] fromLabelClassOpName
3475.18 s
[ghcide] fromListClassOpKey
3475.18 s
[ghcide] fromListNClassOpKey
3475.18 s
[ghcide] fromListNName
3475.18 s
[ghcide] fromListName
3475.18 s
[ghcide] fromRationalClassOpKey
3475.18 s
[ghcide] fromRationalName
3475.18 s
[ghcide] fromStaticPtrClassOpKey
3475.18 s
[ghcide] fromStaticPtrName
3475.18 s
[ghcide] fromStringClassOpKey
3475.18 s
[ghcide] fromStringName
3475.18 s
[ghcide] from_RDR
3475.18 s
[ghcide] frontendPluginTyConKey
3475.18 s
[ghcide] frontendPluginTyConName
3475.18 s
[ghcide] funPtrTyConKey
3475.18 s
[ghcide] funPtrTyConName
3475.18 s
[ghcide] functorClassKey
3475.18 s
[ghcide] functorClassName
3475.18 s
[ghcide] gHC_CLASSES
3475.18 s
[ghcide] gHC_CSTRING
3475.18 s
[ghcide] gHC_INTERNAL_ARROW
3475.18 s
[ghcide] gHC_INTERNAL_BASE
3475.18 s
[ghcide] gHC_INTERNAL_CONC
3475.18 s
[ghcide] gHC_INTERNAL_CONTROL_EXCEPTION_BASE
3475.18 s
[ghcide] gHC_INTERNAL_CONTROL_MONAD_ZIP
3475.18 s
[ghcide] gHC_INTERNAL_DATA_COERCE
3475.18 s
[ghcide] gHC_INTERNAL_DATA_DATA
3475.18 s
[ghcide] gHC_INTERNAL_DATA_EITHER
3475.18 s
[ghcide] gHC_INTERNAL_DATA_FOLDABLE
3475.18 s
[ghcide] gHC_INTERNAL_DATA_STRING
3475.18 s
[ghcide] gHC_INTERNAL_DATA_TRAVERSABLE
3475.18 s
[ghcide] gHC_INTERNAL_DEBUG_TRACE
3475.18 s
[ghcide] gHC_INTERNAL_DESUGAR
3475.18 s
[ghcide] gHC_INTERNAL_DYNAMIC
3475.18 s
[ghcide] gHC_INTERNAL_ENUM
3475.18 s
[ghcide] gHC_INTERNAL_ERR
3475.18 s
[ghcide] gHC_INTERNAL_EXCEPTION_CONTEXT
3475.18 s
[ghcide] gHC_INTERNAL_EXTS
3475.18 s
[ghcide] gHC_INTERNAL_FINGERPRINT_TYPE
3475.18 s
[ghcide] gHC_INTERNAL_FLOAT
3475.18 s
[ghcide] gHC_INTERNAL_FOREIGN_C_CONSTPTR
3475.18 s
[ghcide] gHC_INTERNAL_GENERICS
3475.18 s
[ghcide] gHC_INTERNAL_GHCI
3475.18 s
[ghcide] gHC_INTERNAL_GHCI_HELPERS
3475.18 s
[ghcide] gHC_INTERNAL_INT
3475.18 s
[ghcide] gHC_INTERNAL_IO
3475.18 s
[ghcide] gHC_INTERNAL_IO_Exception
3475.18 s
[ghcide] gHC_INTERNAL_IS_LIST
3475.18 s
[ghcide] gHC_INTERNAL_IX
3475.18 s
[ghcide] gHC_INTERNAL_LEX
3475.18 s
[ghcide] gHC_INTERNAL_LIST
3475.18 s
[ghcide] gHC_INTERNAL_MAYBE
3475.18 s
[ghcide] gHC_INTERNAL_MONAD
3475.18 s
[ghcide] gHC_INTERNAL_MONAD_FAIL
3475.18 s
[ghcide] gHC_INTERNAL_MONAD_FIX
3475.18 s
[ghcide] gHC_INTERNAL_NUM
3475.18 s
[ghcide] gHC_INTERNAL_NUM_BIGNAT
3475.18 s
[ghcide] gHC_INTERNAL_NUM_INTEGER
3475.18 s
[ghcide] gHC_INTERNAL_NUM_NATURAL
3475.18 s
[ghcide] gHC_INTERNAL_OVER_LABELS
3475.18 s
[ghcide] gHC_INTERNAL_PTR
3475.18 s
[ghcide] gHC_INTERNAL_RANDOM
3475.18 s
[ghcide] gHC_INTERNAL_READ
3475.18 s
[ghcide] gHC_INTERNAL_READ_PREC
3475.18 s
[ghcide] gHC_INTERNAL_REAL
3475.18 s
[ghcide] gHC_INTERNAL_RECORDS
3475.18 s
[ghcide] gHC_INTERNAL_SHOW
3475.18 s
[ghcide] gHC_INTERNAL_SRCLOC
3475.18 s
[ghcide] gHC_INTERNAL_ST
3475.18 s
[ghcide] gHC_INTERNAL_STABLE
3475.18 s
[ghcide] gHC_INTERNAL_STACK
3475.18 s
[ghcide] gHC_INTERNAL_STACK_TYPES
3475.18 s
[ghcide] gHC_INTERNAL_STATICPTR
3475.18 s
[ghcide] gHC_INTERNAL_STATICPTR_INTERNAL
3475.18 s
[ghcide] gHC_INTERNAL_SYSTEM_IO
3475.18 s
[ghcide] gHC_INTERNAL_TOP_HANDLER
3475.18 s
[ghcide] gHC_INTERNAL_TUPLE
3475.18 s
[ghcide] gHC_INTERNAL_TYPEABLE
3475.18 s
[ghcide] gHC_INTERNAL_TYPEABLE_INTERNAL
3475.18 s
[ghcide] gHC_INTERNAL_TYPEERROR
3475.18 s
[ghcide] gHC_INTERNAL_TYPELITS
3475.18 s
[ghcide] gHC_INTERNAL_TYPELITS_INTERNAL
3475.18 s
[ghcide] gHC_INTERNAL_TYPENATS
3475.18 s
[ghcide] gHC_INTERNAL_TYPENATS_INTERNAL
3475.18 s
[ghcide] gHC_INTERNAL_UNSAFE_COERCE
3475.18 s
[ghcide] gHC_INTERNAL_WORD
3475.18 s
[ghcide] gHC_MAGIC
3475.18 s
[ghcide] gHC_MAGIC_DICT
3475.18 s
[ghcide] gHC_PRIM
3475.18 s
[ghcide] gHC_PRIMOPWRAPPERS
3475.18 s
[ghcide] gHC_PRIM_PANIC
3475.18 s
[ghcide] gHC_TYPES
3475.18 s
[ghcide] geClassOpKey
3475.18 s
[ghcide] geName
3475.18 s
[ghcide] ge_RDR
3475.18 s
[ghcide] gen1ClassKey
3475.18 s
[ghcide] gen1ClassName
3475.18 s
[ghcide] genClassKey
3475.18 s
[ghcide] genClassName
3475.18 s
[ghcide] genUnitDataConKey
3475.18 s
[ghcide] genericClassNames
3475.18 s
[ghcide] genericTyConNames
3475.18 s
[ghcide] getFieldClassOpKey
3475.18 s
[ghcide] getFieldName
3475.18 s
[ghcide] ghciIoClassKey
3475.18 s
[ghcide] ghciIoClassName
3475.18 s
[ghcide] ghciStepIoMClassOpKey
3475.18 s
[ghcide] ghciStepIoMName
3475.18 s
[ghcide] gtTag_RDR
3475.18 s
[ghcide] gt_RDR
3475.18 s
[ghcide] guardMIdKey
3475.18 s
[ghcide] guardMName
3475.18 s
[ghcide] hasFieldClassName
3475.18 s
[ghcide] hasFieldClassNameKey
3475.18 s
[ghcide] heqDataConKey
3475.18 s
[ghcide] heqSCSelIdKey
3475.18 s
[ghcide] heqTyConKey
3475.18 s
[ghcide] ident_RDR
3475.18 s
[ghcide] impossibleConstraintErrorIdKey
3475.18 s
[ghcide] impossibleErrorIdKey
3475.18 s
[ghcide] inRange_RDR
3475.18 s
[ghcide] index_RDR
3475.18 s
[ghcide] infixDataCon_RDR
3475.18 s
[ghcide] infixIDataConKey
3475.18 s
[ghcide] infixIDataConName
3475.18 s
[ghcide] inlDataConKey
3475.18 s
[ghcide] inlineIdKey
3475.18 s
[ghcide] inlineIdName
3475.18 s
[ghcide] inrDataConKey
3475.18 s
[ghcide] int16PrimTyConKey
3475.18 s
[ghcide] int16TyConKey
3475.18 s
[ghcide] int16TyConName
3475.18 s
[ghcide] int16X16PrimTyConKey
3475.18 s
[ghcide] int16X32PrimTyConKey
3475.18 s
[ghcide] int16X8PrimTyConKey
3475.18 s
[ghcide] int32PrimTyConKey
3475.18 s
[ghcide] int32TyConKey
3475.18 s
[ghcide] int32TyConName
3475.18 s
[ghcide] int32X16PrimTyConKey
3475.18 s
[ghcide] int32X4PrimTyConKey
3475.18 s
[ghcide] int32X8PrimTyConKey
3475.18 s
[ghcide] int64PrimTyConKey
3475.18 s
[ghcide] int64TyConKey
3475.18 s
[ghcide] int64TyConName
3475.18 s
[ghcide] int64X2PrimTyConKey
3475.18 s
[ghcide] int64X4PrimTyConKey
3475.18 s
[ghcide] int64X8PrimTyConKey
3475.18 s
[ghcide] int8PrimTyConKey
3475.18 s
[ghcide] int8TyConKey
3475.18 s
[ghcide] int8TyConName
3475.18 s
[ghcide] int8X16PrimTyConKey
3475.18 s
[ghcide] int8X32PrimTyConKey
3475.18 s
[ghcide] int8X64PrimTyConKey
3475.18 s
[ghcide] intDataConKey
3475.18 s
[ghcide] intPrimTyConKey
3475.18 s
[ghcide] intTyConKey
3475.18 s
[ghcide] integerAbsIdKey
3475.18 s
[ghcide] integerAbsName
3475.18 s
[ghcide] integerAddIdKey
3475.18 s
[ghcide] integerAddName
3475.18 s
[ghcide] integerAndIdKey
3475.18 s
[ghcide] integerAndName
3475.18 s
[ghcide] integerBitIdKey
3475.18 s
[ghcide] integerBitName
3475.18 s
[ghcide] integerComplementIdKey
3475.18 s
[ghcide] integerComplementName
3475.18 s
[ghcide] integerDivIdKey
3475.18 s
[ghcide] integerDivModIdKey
3475.18 s
[ghcide] integerDivModName
3475.18 s
[ghcide] integerDivName
3475.18 s
[ghcide] integerEncodeDoubleIdKey
3475.18 s
[ghcide] integerEncodeDoubleName
3475.18 s
[ghcide] integerEncodeFloatIdKey
3475.18 s
[ghcide] integerEncodeFloatName
3475.18 s
[ghcide] integerFromInt64IdKey
3475.18 s
[ghcide] integerFromInt64Name
3475.18 s
[ghcide] integerFromNaturalIdKey
3475.18 s
[ghcide] integerFromNaturalName
3475.18 s
[ghcide] integerFromWord64IdKey
3475.18 s
[ghcide] integerFromWord64Name
3475.18 s
[ghcide] integerFromWordIdKey
3475.18 s
[ghcide] integerFromWordName
3475.18 s
[ghcide] integerGcdIdKey
3475.18 s
[ghcide] integerGcdName
3475.18 s
[ghcide] integerINDataConKey
3475.18 s
[ghcide] integerIPDataConKey
3475.18 s
[ghcide] integerISDataConKey
3475.18 s
[ghcide] integerLcmIdKey
3475.18 s
[ghcide] integerLcmName
3475.18 s
[ghcide] integerModIdKey
3475.18 s
[ghcide] integerModName
3475.18 s
[ghcide] integerMulIdKey
3475.18 s
[ghcide] integerMulName
3475.18 s
[ghcide] integerNegateIdKey
3475.18 s
[ghcide] integerNegateName
3475.18 s
[ghcide] integerOrIdKey
3475.18 s
[ghcide] integerOrName
3475.18 s
[ghcide] integerPopCountIdKey
3475.18 s
[ghcide] integerPopCountName
3475.18 s
[ghcide] integerQuotIdKey
3475.18 s
[ghcide] integerQuotName
3475.18 s
[ghcide] integerQuotRemIdKey
3475.18 s
[ghcide] integerQuotRemName
3475.18 s
[ghcide] integerRemIdKey
3475.18 s
[ghcide] integerRemName
3475.18 s
[ghcide] integerShiftLIdKey
3475.18 s
[ghcide] integerShiftLName
3475.18 s
[ghcide] integerShiftRIdKey
3475.18 s
[ghcide] integerShiftRName
3475.18 s
[ghcide] integerSubIdKey
3475.18 s
[ghcide] integerSubName
3475.18 s
[ghcide] integerTestBitIdKey
3475.18 s
[ghcide] integerTestBitName
3475.18 s
[ghcide] integerToDoubleIdKey
3475.18 s
[ghcide] integerToDoubleName
3475.18 s
[ghcide] integerToFloatIdKey
3475.18 s
[ghcide] integerToFloatName
3475.18 s
[ghcide] integerToInt64IdKey
3475.18 s
[ghcide] integerToInt64Name
3475.18 s
[ghcide] integerToIntIdKey
3475.18 s
[ghcide] integerToIntName
3475.18 s
[ghcide] integerToNaturalClampIdKey
3475.18 s
[ghcide] integerToNaturalClampName
3475.18 s
[ghcide] integerToNaturalIdKey
3475.18 s
[ghcide] integerToNaturalName
3475.18 s
[ghcide] integerToNaturalThrowIdKey
3475.18 s
[ghcide] integerToNaturalThrowName
3475.18 s
[ghcide] integerToWord64IdKey
3475.18 s
[ghcide] integerToWord64Name
3475.18 s
[ghcide] integerToWordIdKey
3475.18 s
[ghcide] integerToWordName
3475.18 s
[ghcide] integerTyConKey
3475.18 s
[ghcide] integerXorIdKey
3475.18 s
[ghcide] integerXorName
3475.18 s
[ghcide] integralClassKey
3475.18 s
[ghcide] integralClassName
3475.18 s
[ghcide] interactiveClassKeys
3475.18 s
[ghcide] interactiveClassNames
3475.18 s
[ghcide] ioDataConKey
3475.18 s
[ghcide] ioDataConName
3475.18 s
[ghcide] ioPortPrimTyConKey
3475.18 s
[ghcide] ioTyConKey
3475.18 s
[ghcide] ioTyConName
3475.18 s
[ghcide] ipClassKey
3475.18 s
[ghcide] ipClassName
3475.18 s
[ghcide] isListClassKey
3475.18 s
[ghcide] isListClassName
3475.18 s
[ghcide] isNewtypeName_RDR
3475.18 s
[ghcide] isStringClassKey
3475.18 s
[ghcide] isStringClassName
3475.18 s
[ghcide] isUnboundName
3475.18 s
[ghcide] itName
3475.18 s
[ghcide] ixClassKey
3475.18 s
[ghcide] ixClassName
3475.18 s
[ghcide] joinMIdKey
3475.18 s
[ghcide] joinMName
3475.18 s
[ghcide] jsvalTyConKey
3475.18 s
[ghcide] jsvalTyConName
3475.18 s
[ghcide] justDataConKey
3475.18 s
[ghcide] k1DataCon_RDR
3475.18 s
[ghcide] k1TyConKey
3475.18 s
[ghcide] k1TyConName
3475.18 s
[ghcide] kindConKey
3475.18 s
[ghcide] kindRepAppDataConKey
3475.18 s
[ghcide] kindRepAppDataConName
3475.18 s
[ghcide] kindRepFunDataConKey
3475.18 s
[ghcide] kindRepFunDataConName
3475.18 s
[ghcide] kindRepTYPEDataConKey
3475.18 s
[ghcide] kindRepTYPEDataConName
3475.18 s
[ghcide] kindRepTyConAppDataConKey
3475.18 s
[ghcide] kindRepTyConAppDataConName
3475.18 s
[ghcide] kindRepTyConKey
3475.18 s
[ghcide] kindRepTyConName
3475.18 s
[ghcide] kindRepTypeLitDDataConKey
3475.18 s
[ghcide] kindRepTypeLitDDataConName
3475.18 s
[ghcide] kindRepTypeLitSDataConKey
3475.18 s
[ghcide] kindRepTypeLitSDataConName
3475.18 s
[ghcide] kindRepVarDataConKey
3475.18 s
[ghcide] kindRepVarDataConName
3475.18 s
[ghcide] knownCharClassName
3475.18 s
[ghcide] knownCharClassNameKey
3475.18 s
[ghcide] knownNatClassName
3475.18 s
[ghcide] knownNatClassNameKey
3475.18 s
[ghcide] knownSymbolClassName
3475.18 s
[ghcide] knownSymbolClassNameKey
3475.18 s
[ghcide] l1DataCon_RDR
3475.18 s
[ghcide] lazyIdKey
3475.18 s
[ghcide] le_RDR
3475.18 s
[ghcide] leftAssocDataCon_RDR
3475.18 s
[ghcide] leftAssociativeDataConKey
3475.18 s
[ghcide] leftAssociativeDataConName
3475.18 s
[ghcide] leftDataConKey
3475.18 s
[ghcide] leftDataConName
3475.18 s
[ghcide] leftSectionKey
3475.18 s
[ghcide] left_RDR
3475.19 s
[ghcide] levityTyConKey
3475.19 s
[ghcide] lexP_RDR
3475.19 s
[ghcide] liftA2_RDR
3475.19 s
[ghcide] liftMIdKey
3475.19 s
[ghcide] liftMName
3475.19 s
[ghcide] liftedDataConKey
3475.19 s
[ghcide] liftedRepTyConKey
3475.19 s
[ghcide] liftedTypeKindTyConKey
3475.19 s
[ghcide] listTyConKey
3475.19 s
[ghcide] loopAIdKey
3475.19 s
[ghcide] loopAName
3475.19 s
[ghcide] ltTag_RDR
3475.19 s
[ghcide] lt_RDR
3475.19 s
[ghcide] m1DataCon_RDR
3475.19 s
[ghcide] m1TyConKey
3475.19 s
[ghcide] m1TyConName
3475.19 s
[ghcide] mAIN_NAME
3475.19 s
[ghcide] mVarPrimTyConKey
3475.19 s
[ghcide] main_RDR_Unqual
3475.19 s
[ghcide] makeStaticKey
3475.19 s
[ghcide] makeStaticName
3475.19 s
[ghcide] manyDataConKey
3475.19 s
[ghcide] mapIdKey
3475.19 s
[ghcide] mapName
3475.19 s
[ghcide] map_RDR
3475.19 s
[ghcide] mappendClassOpKey
3475.19 s
[ghcide] mappendName
3475.19 s
[ghcide] mappend_RDR
3475.19 s
[ghcide] maxBound_RDR
3475.19 s
[ghcide] maybeTyConKey
3475.19 s
[ghcide] mconcatClassOpKey
3475.19 s
[ghcide] mconcatName
3475.19 s
[ghcide] memptyClassOpKey
3475.19 s
[ghcide] memptyName
3475.19 s
[ghcide] mempty_RDR
3475.19 s
[ghcide] metaConsDataConKey
3475.19 s
[ghcide] metaConsDataConName
3475.19 s
[ghcide] metaDataDataConKey
3475.19 s
[ghcide] metaDataDataConName
3475.19 s
[ghcide] metaSelDataConKey
3475.19 s
[ghcide] metaSelDataConName
3475.19 s
[ghcide] mfixIdKey
3475.19 s
[ghcide] mfixName
3475.19 s
[ghcide] minBound_RDR
3475.19 s
[ghcide] minusClassOpKey
3475.19 s
[ghcide] minusName
3475.19 s
[ghcide] mkBignumModule
3475.19 s
[ghcide] mkDictDataConKey
3475.19 s
[ghcide] mkGhcInternalModule
3475.19 s
[ghcide] mkGhcInternalModule_
3475.19 s
[ghcide] mkInteractiveModule
3475.19 s
[ghcide] mkMainModule
3475.19 s
[ghcide] mkMainModule_
3475.19 s
[ghcide] mkPrimModule
3475.19 s
[ghcide] mkRationalBase10IdKey
3475.19 s
[ghcide] mkRationalBase10Name
3475.19 s
[ghcide] mkRationalBase2IdKey
3475.19 s
[ghcide] mkRationalBase2Name
3475.19 s
[ghcide] mkThisGhcModule
3475.19 s
[ghcide] mkThisGhcModule_
3475.19 s
[ghcide] mkTrAppKey
3475.19 s
[ghcide] mkTrAppName
3475.19 s
[ghcide] mkTrConKey
3475.19 s
[ghcide] mkTrConName
3475.19 s
[ghcide] mkTrFunKey
3475.19 s
[ghcide] mkTrFunName
3475.19 s
[ghcide] mkTrTypeKey
3475.19 s
[ghcide] mkTrTypeName
3475.19 s
[ghcide] mkTyConKey
3475.19 s
[ghcide] mkUnboundName
3475.19 s
[ghcide] mk_known_key_name
3475.19 s
[ghcide] modIntIdKey
3475.19 s
[ghcide] modIntName
3475.19 s
[ghcide] moduleName_RDR
3475.19 s
[ghcide] monadClassKey
3475.19 s
[ghcide] monadClassName
3475.19 s
[ghcide] monadFailClassKey
3475.19 s
[ghcide] monadFailClassName
3475.19 s
[ghcide] monadFixClassKey
3475.19 s
[ghcide] monadFixClassName
3475.19 s
[ghcide] monadPlusClassKey
3475.19 s
[ghcide] monadPlusClassName
3475.19 s
[ghcide] monoidClassKey
3475.19 s
[ghcide] monoidClassName
3475.19 s
[ghcide] multMulTyConKey
3475.19 s
[ghcide] multiplicityTyConKey
3475.19 s
[ghcide] mutVarPrimTyConKey
3475.19 s
[ghcide] mutableArrayPrimTyConKey
3475.19 s
[ghcide] mutableByteArrayPrimTyConKey
3475.19 s
[ghcide] mzipIdKey
3475.19 s
[ghcide] mzipName
3475.19 s
[ghcide] naturalAddIdKey
3475.19 s
[ghcide] naturalAddName
3475.19 s
[ghcide] naturalAndIdKey
3475.19 s
[ghcide] naturalAndName
3475.19 s
[ghcide] naturalAndNotIdKey
3475.19 s
[ghcide] naturalAndNotName
3475.19 s
[ghcide] naturalBitIdKey
3475.19 s
[ghcide] naturalBitName
3475.19 s
[ghcide] naturalGcdIdKey
3475.19 s
[ghcide] naturalGcdName
3475.19 s
[ghcide] naturalLcmIdKey
3475.19 s
[ghcide] naturalLcmName
3475.19 s
[ghcide] naturalLog2IdKey
3475.19 s
[ghcide] naturalLog2Name
3475.19 s
[ghcide] naturalLogBaseIdKey
3475.19 s
[ghcide] naturalLogBaseName
3475.19 s
[ghcide] naturalLogBaseWordIdKey
3475.19 s
[ghcide] naturalLogBaseWordName
3475.19 s
[ghcide] naturalMulIdKey
3475.19 s
[ghcide] naturalMulName
3475.19 s
[ghcide] naturalNBDataConKey
3475.19 s
[ghcide] naturalNSDataConKey
3475.19 s
[ghcide] naturalOrIdKey
3475.19 s
[ghcide] naturalOrName
3475.19 s
[ghcide] naturalPopCountIdKey
3475.19 s
[ghcide] naturalPopCountName
3475.19 s
[ghcide] naturalPowModIdKey
3475.19 s
[ghcide] naturalPowModName
3475.19 s
[ghcide] naturalQuotIdKey
3475.19 s
[ghcide] naturalQuotName
3475.19 s
[ghcide] naturalQuotRemIdKey
3475.19 s
[ghcide] naturalQuotRemName
3475.19 s
[ghcide] naturalRemIdKey
3475.19 s
[ghcide] naturalRemName
3475.19 s
[ghcide] naturalShiftLIdKey
3475.19 s
[ghcide] naturalShiftLName
3475.19 s
[ghcide] naturalShiftRIdKey
3475.19 s
[ghcide] naturalShiftRName
3475.19 s
[ghcide] naturalSizeInBaseIdKey
3475.19 s
[ghcide] naturalSizeInBaseName
3475.19 s
[ghcide] naturalSubIdKey
3475.19 s
[ghcide] naturalSubName
3475.19 s
[ghcide] naturalSubThrowIdKey
3475.19 s
[ghcide] naturalSubThrowName
3475.19 s
[ghcide] naturalSubUnsafeIdKey
3475.19 s
[ghcide] naturalSubUnsafeName
3475.19 s
[ghcide] naturalTestBitIdKey
3475.19 s
[ghcide] naturalTestBitName
3475.19 s
[ghcide] naturalToDoubleIdKey
3475.19 s
[ghcide] naturalToDoubleName
3475.19 s
[ghcide] naturalToFloatIdKey
3475.19 s
[ghcide] naturalToFloatName
3475.19 s
[ghcide] naturalToWordIdKey
3475.19 s
[ghcide] naturalToWordName
3475.19 s
[ghcide] naturalTyConKey
3475.19 s
[ghcide] naturalXorIdKey
3475.19 s
[ghcide] naturalXorName
3475.19 s
[ghcide] negateClassOpKey
3475.19 s
[ghcide] negateName
3475.19 s
[ghcide] newStablePtrIdKey
3475.19 s
[ghcide] newStablePtrName
3475.19 s
[ghcide] nilDataConKey
3475.19 s
[ghcide] noMethodBindingErrorIdKey
3475.19 s
[ghcide] noSourceStrictnessDataConKey
3475.19 s
[ghcide] noSourceStrictnessDataConName
3475.19 s
[ghcide] noSourceUnpackednessDataConKey
3475.19 s
[ghcide] noSourceUnpackednessDataConName
3475.19 s
[ghcide] noinlineConstraintIdKey
3475.19 s
[ghcide] noinlineIdKey
3475.19 s
[ghcide] nonEmptyTyConKey
3475.19 s
[ghcide] nonEmptyTyConName
3475.19 s
[ghcide] nonExhaustiveGuardsErrorIdKey
3475.19 s
[ghcide] nospecIdKey
3475.19 s
[ghcide] notAssocDataCon_RDR
3475.19 s
[ghcide] notAssociativeDataConKey
3475.19 s
[ghcide] notAssociativeDataConName
3475.19 s
[ghcide] not_RDR
3475.19 s
[ghcide] nothingDataConKey
3475.19 s
[ghcide] nullAddrIdKey
3475.19 s
[ghcide] null_RDR
3475.19 s
[ghcide] numClassKey
3475.19 s
[ghcide] numClassName
3475.19 s
[ghcide] numericClassKeys
3475.19 s
[ghcide] oneDataConKey
3475.19 s
[ghcide] oneShotKey
3475.19 s
[ghcide] ordClassKey
3475.19 s
[ghcide] ordClassName
3475.19 s
[ghcide] ordEQDataConKey
3475.19 s
[ghcide] ordEQDataConName
3475.19 s
[ghcide] ordGTDataConKey
3475.19 s
[ghcide] ordGTDataConName
3475.19 s
[ghcide] ordLTDataConKey
3475.19 s
[ghcide] ordLTDataConName
3475.19 s
[ghcide] orderingTyConKey
3475.19 s
[ghcide] orderingTyConName
3475.19 s
[ghcide] otherwiseIdKey
3475.19 s
[ghcide] otherwiseIdName
3475.19 s
[ghcide] pLUGINS
3475.19 s
[ghcide] pRELUDE_NAME
3475.19 s
[ghcide] packageName_RDR
3475.19 s
[ghcide] par1DataCon_RDR
3475.19 s
[ghcide] par1TyConKey
3475.19 s
[ghcide] par1TyConName
3475.19 s
[ghcide] parens_RDR
3475.19 s
[ghcide] patErrorIdKey
3475.19 s
[ghcide] pfail_RDR
3475.19 s
[ghcide] pluginTyConKey
3475.19 s
[ghcide] pluginTyConName
3475.19 s
[ghcide] plus_RDR
3475.19 s
[ghcide] prec_RDR
3475.19 s
[ghcide] predError_RDR
3475.19 s
[ghcide] pred_RDR
3475.19 s
[ghcide] prefixDataCon_RDR
3475.19 s
[ghcide] prefixIDataConKey
3475.19 s
[ghcide] prefixIDataConName
3475.19 s
[ghcide] printIdKey
3475.19 s
[ghcide] prodDataCon_RDR
3475.19 s
[ghcide] prodTyConKey
3475.19 s
[ghcide] prodTyConName
3475.19 s
[ghcide] promptTagPrimTyConKey
3475.19 s
[ghcide] proxyHashKey
3475.19 s
[ghcide] proxyPrimTyConKey
3475.19 s
[ghcide] ptrTyConKey
3475.19 s
[ghcide] ptrTyConName
3475.19 s
[ghcide] punc_RDR
3475.19 s
[ghcide] pureAClassOpKey
3475.19 s
[ghcide] pureAName
3475.19 s
[ghcide] pure_RDR
3475.19 s
[ghcide] pushCallStackKey
3475.19 s
[ghcide] pushCallStackName
3475.19 s
[ghcide] r1DataCon_RDR
3475.19 s
[ghcide] rOOT_MAIN
3475.19 s
[ghcide] rTyConKey
3475.19 s
[ghcide] rTyConName
3475.19 s
[ghcide] randomClassKey
3475.19 s
[ghcide] randomGenClassKey
3475.19 s
[ghcide] range_RDR
3475.19 s
[ghcide] ratioDataConKey
3475.19 s
[ghcide] ratioDataConName
3475.19 s
[ghcide] ratioTyConKey
3475.19 s
[ghcide] ratioTyConName
3475.19 s
[ghcide] rationalToDoubleIdKey
3475.19 s
[ghcide] rationalToDoubleName
3475.19 s
[ghcide] rationalToFloatIdKey
3475.19 s
[ghcide] rationalToFloatName
3475.19 s
[ghcide] rationalTyConKey
3475.19 s
[ghcide] rationalTyConName
3475.19 s
[ghcide] readClassKey
3475.19 s
[ghcide] readClassName
3475.19 s
[ghcide] readFieldHash_RDR
3475.19 s
[ghcide] readField_RDR
3475.19 s
[ghcide] readListDefault_RDR
3475.19 s
[ghcide] readListPrecDefault_RDR
3475.19 s
[ghcide] readListPrec_RDR
3475.19 s
[ghcide] readList_RDR
3475.19 s
[ghcide] readPrec_RDR
3475.19 s
[ghcide] readSymField_RDR
3475.19 s
[ghcide] realClassKey
3475.19 s
[ghcide] realClassName
3475.19 s
[ghcide] realFloatClassKey
3475.19 s
[ghcide] realFloatClassName
3475.19 s
[ghcide] realFracClassKey
3475.19 s
[ghcide] realFracClassName
3475.19 s
[ghcide] realToFracIdKey
3475.19 s
[ghcide] realToFracName
3475.19 s
[ghcide] realWorldPrimIdKey
3475.19 s
[ghcide] realWorldTyConKey
3475.19 s
[ghcide] rec0TyConKey
3475.19 s
[ghcide] rec0TyConName
3475.19 s
[ghcide] rec1DataCon_RDR
3475.19 s
[ghcide] rec1TyConKey
3475.19 s
[ghcide] rec1TyConName
3475.19 s
[ghcide] recConErrorIdKey
3475.19 s
[ghcide] recSelErrorIdKey
3475.19 s
[ghcide] rep1TyConKey
3475.19 s
[ghcide] rep1TyConName
3475.19 s
[ghcide] repTyConKey
3475.19 s
[ghcide] repTyConName
3475.19 s
[ghcide] replace_RDR
3475.19 s
[ghcide] reset_RDR
3475.19 s
[ghcide] returnIOIdKey
3475.19 s
[ghcide] returnIOName
3475.19 s
[ghcide] returnMClassOpKey
3475.19 s
[ghcide] returnMName
3475.19 s
[ghcide] returnM_RDR
3475.19 s
[ghcide] rightAssocDataCon_RDR
3475.19 s
[ghcide] rightAssociativeDataConKey
3475.19 s
[ghcide] rightAssociativeDataConName
3475.19 s
[ghcide] rightDataConKey
3475.19 s
[ghcide] rightDataConName
3475.19 s
[ghcide] rightSectionKey
3475.19 s
[ghcide] right_RDR
3475.19 s
[ghcide] rootMainKey
3475.19 s
[ghcide] runMainIOName
3475.19 s
[ghcide] runMainKey
3475.19 s
[ghcide] runRWKey
3475.19 s
[ghcide] runRWName
3475.19 s
[ghcide] runtimeRepSimpleDataConKeys
3475.19 s
[ghcide] runtimeRepTyConKey
3475.19 s
[ghcide] s1TyConKey
3475.19 s
[ghcide] s1TyConName
3475.19 s
[ghcide] sTyConKey
3475.19 s
[ghcide] sTyConName
3475.19 s
[ghcide] sappendClassOpKey
3475.19 s
[ghcide] sappendName
3475.19 s
[ghcide] selName_RDR
3475.19 s
[ghcide] selectorClassKey
3475.19 s
[ghcide] selectorClassName
3475.19 s
[ghcide] semigroupClassKey
3475.19 s
[ghcide] semigroupClassName
3475.19 s
[ghcide] seqHashKey
3475.19 s
[ghcide] seqHashName
3475.19 s
[ghcide] seqIdKey
3475.19 s
[ghcide] setFieldClassOpKey
3475.19 s
[ghcide] setFieldName
3475.19 s
[ghcide] showClassKey
3475.19 s
[ghcide] showClassName
3475.19 s
[ghcide] showCommaSpace_RDR
3475.19 s
[ghcide] showParen_RDR
3475.19 s
[ghcide] showSpace_RDR
3475.19 s
[ghcide] showString_RDR
3475.19 s
[ghcide] showsPrec_RDR
3475.19 s
[ghcide] shows_RDR
3475.19 s
[ghcide] smallArrayPrimTyConKey
3475.19 s
[ghcide] smallMutableArrayPrimTyConKey
3475.19 s
[ghcide] someTypeRepDataConKey
3475.19 s
[ghcide] someTypeRepDataConName
3475.19 s
[ghcide] someTypeRepTyConKey
3475.19 s
[ghcide] someTypeRepTyConName
3475.19 s
[ghcide] sourceLazyDataConKey
3475.19 s
[ghcide] sourceLazyDataConName
3475.19 s
[ghcide] sourceNoUnpackDataConKey
3475.19 s
[ghcide] sourceNoUnpackDataConName
3475.19 s
[ghcide] sourceStrictDataConKey
3475.19 s
[ghcide] sourceStrictDataConName
3475.19 s
[ghcide] sourceUnpackDataConKey
3475.19 s
[ghcide] sourceUnpackDataConName
3475.19 s
[ghcide] specTyConKey
3475.19 s
[ghcide] specTyConName
3475.19 s
[ghcide] srcLocDataConKey
3475.19 s
[ghcide] srcLocDataConName
3475.19 s
[ghcide] stableNameDataConKey
3475.19 s
[ghcide] stableNamePrimTyConKey
3475.19 s
[ghcide] stableNameTyConKey
3475.19 s
[ghcide] stablePtrPrimTyConKey
3475.19 s
[ghcide] stablePtrTyConKey
3475.19 s
[ghcide] stablePtrTyConName
3475.19 s
[ghcide] stackSnapshotPrimTyConKey
3475.19 s
[ghcide] standardClassKeys
3475.19 s
[ghcide] starArrStarArrStarKindRepKey
3475.19 s
[ghcide] starArrStarArrStarKindRepName
3475.19 s
[ghcide] starArrStarKindRepKey
3475.19 s
[ghcide] starArrStarKindRepName
3475.20 s
[ghcide] starKindRepKey
3475.20 s
[ghcide] starKindRepName
3475.20 s
[ghcide] statePrimTyConKey
3475.20 s
[ghcide] staticPtrDataConKey
3475.20 s
[ghcide] staticPtrDataConName
3475.20 s
[ghcide] staticPtrInfoDataConKey
3475.20 s
[ghcide] staticPtrInfoDataConName
3475.20 s
[ghcide] staticPtrInfoTyConKey
3475.20 s
[ghcide] staticPtrInfoTyConName
3475.20 s
[ghcide] staticPtrTyConKey
3475.20 s
[ghcide] staticPtrTyConName
3475.20 s
[ghcide] step_RDR
3475.20 s
[ghcide] stringTyConKey
3475.20 s
[ghcide] succError_RDR
3475.20 s
[ghcide] succ_RDR
3475.20 s
[ghcide] sumRepDataConKey
3475.20 s
[ghcide] sumTyConKey
3475.20 s
[ghcide] sumTyConName
3475.20 s
[ghcide] symbol_RDR
3475.20 s
[ghcide] tVarPrimTyConKey
3475.20 s
[ghcide] tYPETyConKey
3475.20 s
[ghcide] tcArrowTyConKey
3475.20 s
[ghcide] tcQual
3475.20 s
[ghcide] tcQual_RDR
3475.20 s
[ghcide] thenAClassOpKey
3475.20 s
[ghcide] thenAName
3475.20 s
[ghcide] thenIOIdKey
3475.20 s
[ghcide] thenIOName
3475.20 s
[ghcide] thenMClassOpKey
3475.20 s
[ghcide] thenMName
3475.20 s
[ghcide] threadIdPrimTyConKey
3475.20 s
[ghcide] times_RDR
3475.20 s
[ghcide] to1_RDR
3475.20 s
[ghcide] toAnnotationWrapperIdKey
3475.20 s
[ghcide] toAnnotationWrapperName
3475.20 s
[ghcide] toDynIdKey
3475.20 s
[ghcide] toDynName
3475.20 s
[ghcide] toEnumError_RDR
3475.20 s
[ghcide] toEnum_RDR
3475.20 s
[ghcide] toIntegerClassOpKey
3475.20 s
[ghcide] toIntegerName
3475.20 s
[ghcide] toListClassOpKey
3475.20 s
[ghcide] toListName
3475.20 s
[ghcide] toRationalClassOpKey
3475.20 s
[ghcide] toRationalName
3475.20 s
[ghcide] to_RDR
3475.20 s
[ghcide] trGhcPrimModuleKey
3475.20 s
[ghcide] trGhcPrimModuleName
3475.20 s
[ghcide] trModuleDataConKey
3475.20 s
[ghcide] trModuleDataConName
3475.20 s
[ghcide] trModuleTyConKey
3475.20 s
[ghcide] trModuleTyConName
3475.20 s
[ghcide] trNameDDataConKey
3475.20 s
[ghcide] trNameDDataConName
3475.20 s
[ghcide] trNameSDataConKey
3475.20 s
[ghcide] trNameSDataConName
3475.20 s
[ghcide] trNameTyConKey
3475.20 s
[ghcide] trNameTyConName
3475.20 s
[ghcide] trTyConDataConKey
3475.20 s
[ghcide] trTyConDataConName
3475.20 s
[ghcide] trTyConTyConKey
3475.20 s
[ghcide] trTyConTyConName
3475.20 s
[ghcide] traceKey
3475.20 s
[ghcide] traceName
3475.20 s
[ghcide] traversableClassKey
3475.20 s
[ghcide] traversableClassName
3475.20 s
[ghcide] traverse_RDR
3475.20 s
[ghcide] trueDataConKey
3475.20 s
[ghcide] tupleRepDataConKey
3475.20 s
[ghcide] tupleRepDataConTyConKey
3475.20 s
[ghcide] typeCharCmpTyFamNameKey
3475.20 s
[ghcide] typeCharKindConNameKey
3475.20 s
[ghcide] typeCharToNatTyFamNameKey
3475.20 s
[ghcide] typeCharTypeRepKey
3475.20 s
[ghcide] typeCharTypeRepName
3475.20 s
[ghcide] typeConKey
3475.20 s
[ghcide] typeConsSymbolTyFamNameKey
3475.20 s
[ghcide] typeErrorAppendDataConKey
3475.20 s
[ghcide] typeErrorAppendDataConName
3475.20 s
[ghcide] typeErrorIdKey
3475.20 s
[ghcide] typeErrorShowTypeDataConKey
3475.20 s
[ghcide] typeErrorShowTypeDataConName
3475.20 s
[ghcide] typeErrorTextDataConKey
3475.20 s
[ghcide] typeErrorTextDataConName
3475.20 s
[ghcide] typeErrorVAppendDataConKey
3475.20 s
[ghcide] typeErrorVAppendDataConName
3475.20 s
[ghcide] typeLeqCharTyFamNameKey
3475.20 s
[ghcide] typeLitCharDataConKey
3475.20 s
[ghcide] typeLitCharDataConName
3475.20 s
[ghcide] typeLitNatDataConKey
3475.20 s
[ghcide] typeLitNatDataConName
3475.20 s
[ghcide] typeLitSortTyConKey
3475.20 s
[ghcide] typeLitSortTyConName
3475.20 s
[ghcide] typeLitSymbolDataConKey
3475.20 s
[ghcide] typeLitSymbolDataConName
3475.20 s
[ghcide] typeNatAddTyFamNameKey
3475.20 s
[ghcide] typeNatCmpTyFamNameKey
3475.20 s
[ghcide] typeNatDivTyFamNameKey
3475.20 s
[ghcide] typeNatExpTyFamNameKey
3475.20 s
[ghcide] typeNatLogTyFamNameKey
3475.20 s
[ghcide] typeNatModTyFamNameKey
3475.20 s
[ghcide] typeNatMulTyFamNameKey
3475.20 s
[ghcide] typeNatSubTyFamNameKey
3475.20 s
[ghcide] typeNatToCharTyFamNameKey
3475.20 s
[ghcide] typeNatTypeRepKey
3475.20 s
[ghcide] typeNatTypeRepName
3475.20 s
[ghcide] typeRepIdKey
3475.20 s
[ghcide] typeRepIdName
3475.20 s
[ghcide] typeRepTyConKey
3475.20 s
[ghcide] typeRepTyConName
3475.20 s
[ghcide] typeSymbolAppendFamNameKey
3475.20 s
[ghcide] typeSymbolCmpTyFamNameKey
3475.20 s
[ghcide] typeSymbolKindConNameKey
3475.20 s
[ghcide] typeSymbolTypeRepKey
3475.20 s
[ghcide] typeSymbolTypeRepName
3475.20 s
[ghcide] typeUnconsSymbolTyFamNameKey
3475.20 s
[ghcide] typeableClassKey
3475.20 s
[ghcide] typeableClassName
3475.20 s
[ghcide] u1DataCon_RDR
3475.20 s
[ghcide] u1TyConKey
3475.20 s
[ghcide] u1TyConName
3475.20 s
[ghcide] uAddrDataCon_RDR
3475.20 s
[ghcide] uAddrHash_RDR
3475.20 s
[ghcide] uAddrTyConKey
3475.20 s
[ghcide] uAddrTyConName
3475.20 s
[ghcide] uCharDataCon_RDR
3475.20 s
[ghcide] uCharHash_RDR
3475.20 s
[ghcide] uCharTyConKey
3475.20 s
[ghcide] uCharTyConName
3475.20 s
[ghcide] uDoubleDataCon_RDR
3475.20 s
[ghcide] uDoubleHash_RDR
3475.20 s
[ghcide] uDoubleTyConKey
3475.20 s
[ghcide] uDoubleTyConName
3475.20 s
[ghcide] uFloatDataCon_RDR
3475.20 s
[ghcide] uFloatHash_RDR
3475.20 s
[ghcide] uFloatTyConKey
3475.20 s
[ghcide] uFloatTyConName
3475.20 s
[ghcide] uIntDataCon_RDR
3475.20 s
[ghcide] uIntHash_RDR
3475.20 s
[ghcide] uIntTyConKey
3475.20 s
[ghcide] uIntTyConName
3475.20 s
[ghcide] uRecTyConKey
3475.20 s
[ghcide] uRecTyConName
3475.20 s
[ghcide] uWordDataCon_RDR
3475.20 s
[ghcide] uWordHash_RDR
3475.20 s
[ghcide] uWordTyConKey
3475.20 s
[ghcide] uWordTyConName
3475.20 s
[ghcide] unComp1_RDR
3475.20 s
[ghcide] unK1_RDR
3475.20 s
[ghcide] unPar1_RDR
3475.20 s
[ghcide] unRec1_RDR
3475.20 s
[ghcide] unboundKey
3475.20 s
[ghcide] unliftedDataConKey
3475.20 s
[ghcide] unliftedRepTyConKey
3475.20 s
[ghcide] unliftedTypeKindTyConKey
3475.20 s
[ghcide] unpackCStringAppendIdKey
3475.20 s
[ghcide] unpackCStringAppendName
3475.20 s
[ghcide] unpackCStringAppendUtf8IdKey
3475.20 s
[ghcide] unpackCStringAppendUtf8Name
3475.20 s
[ghcide] unpackCStringFoldrIdKey
3475.20 s
[ghcide] unpackCStringFoldrName
3475.20 s
[ghcide] unpackCStringFoldrUtf8IdKey
3475.20 s
[ghcide] unpackCStringFoldrUtf8Name
3475.20 s
[ghcide] unpackCStringIdKey
3475.20 s
[ghcide] unpackCStringName
3475.20 s
[ghcide] unpackCStringUtf8IdKey
3475.20 s
[ghcide] unpackCStringUtf8Name
3475.20 s
[ghcide] unrestrictedFunTyConKey
3475.20 s
[ghcide] unsafeCoercePrimIdKey
3475.20 s
[ghcide] unsafeCoercePrimName
3475.20 s
[ghcide] unsafeEqualityProofIdKey
3475.20 s
[ghcide] unsafeEqualityProofName
3475.20 s
[ghcide] unsafeEqualityTyConKey
3475.20 s
[ghcide] unsafeEqualityTyConName
3475.20 s
[ghcide] unsafeIndex_RDR
3475.20 s
[ghcide] unsafeRangeSize_RDR
3475.20 s
[ghcide] unsafeReflDataConKey
3475.20 s
[ghcide] unsafeReflDataConName
3475.20 s
[ghcide] unsatisfiableClassName
3475.20 s
[ghcide] unsatisfiableClassNameKey
3475.20 s
[ghcide] unsatisfiableIdName
3475.20 s
[ghcide] unsatisfiableIdNameKey
3475.20 s
[ghcide] v1TyConKey
3475.20 s
[ghcide] v1TyConName
3475.20 s
[ghcide] varQual
3475.20 s
[ghcide] varQual_RDR
3475.20 s
[ghcide] vecCountDataConKeys
3475.20 s
[ghcide] vecCountTyConKey
3475.20 s
[ghcide] vecElemDataConKeys
3475.20 s
[ghcide] vecElemTyConKey
3475.20 s
[ghcide] vecRepDataConKey
3475.20 s
[ghcide] voidArgIdKey
3475.20 s
[ghcide] voidPrimIdKey
3475.20 s
[ghcide] voidTyConKey
3475.20 s
[ghcide] voidTyConName
3475.20 s
[ghcide] weakPrimTyConKey
3475.20 s
[ghcide] wildCardKey
3475.20 s
[ghcide] wildCardName
3475.20 s
[ghcide] withDictClassKey
3475.20 s
[ghcide] withDictClassName
3475.20 s
[ghcide] word16PrimTyConKey
3475.20 s
[ghcide] word16TyConKey
3475.20 s
[ghcide] word16TyConName
3475.20 s
[ghcide] word16X16PrimTyConKey
3475.20 s
[ghcide] word16X32PrimTyConKey
3475.20 s
[ghcide] word16X8PrimTyConKey
3475.20 s
[ghcide] word32PrimTyConKey
3475.20 s
[ghcide] word32TyConKey
3475.20 s
[ghcide] word32TyConName
3475.20 s
[ghcide] word32X16PrimTyConKey
3475.20 s
[ghcide] word32X4PrimTyConKey
3475.20 s
[ghcide] word32X8PrimTyConKey
3475.20 s
[ghcide] word64PrimTyConKey
3475.20 s
[ghcide] word64TyConKey
3475.20 s
[ghcide] word64TyConName
3475.20 s
[ghcide] word64X2PrimTyConKey
3475.20 s
[ghcide] word64X4PrimTyConKey
3475.20 s
[ghcide] word64X8PrimTyConKey
3475.20 s
[ghcide] word8DataConKey
3475.20 s
[ghcide] word8PrimTyConKey
3475.20 s
[ghcide] word8TyConKey
3475.20 s
[ghcide] word8TyConName
3475.20 s
[ghcide] word8X16PrimTyConKey
3475.20 s
[ghcide] word8X32PrimTyConKey
3475.20 s
[ghcide] word8X64PrimTyConKey
3475.20 s
[ghcide] wordDataConKey
3475.20 s
[ghcide] wordPrimTyConKey
3475.20 s
[ghcide] wordTyConKey
3475.20 s
[ghcide] zeroBitRepTyConKey
3475.20 s
[ghcide] zeroBitTypeTyConKey
3475.20 s
[ghcide] zipIdKey
3475.20 s
[ghcide] zipName
3475.20 s
[ghcide] zonkAnyTyConKey
3475.20 s
[ghcide] hasKey
3475.20 s
[ghcide] cbvFromStrictMark
3475.20 s
[ghcide] checkDataConTyVars
3475.20 s
[ghcide] classDataCon
3475.20 s
[ghcide] dataConBoxer
3475.20 s
[ghcide] dataConCannotMatch
3475.20 s
[ghcide] dataConDisplayType
3475.20 s
[ghcide] dataConImplBangs
3475.20 s
[ghcide] dataConNonlinearType
3475.20 s
[ghcide] dataConOrigResTy
3475.20 s
[ghcide] dataConTagZ
3475.20 s
[ghcide] dataConUserTyVarsNeedWrapper
3475.20 s
[ghcide] eqSpecPair
3475.20 s
[ghcide] eqSpecPreds
3475.20 s
[ghcide] eqSpecTyVar
3475.20 s
[ghcide] eqSpecType
3475.20 s
[ghcide] isBanged
3475.20 s
[ghcide] isBoxedTupleDataCon
3475.20 s
[ghcide] isCovertGadtDataCon
3475.20 s
[ghcide] isMarkedStrict
3475.20 s
[ghcide] isSrcStrict
3475.20 s
[ghcide] isSrcUnpacked
3475.20 s
[ghcide] isTupleDataCon
3475.20 s
[ghcide] isUnboxedSumDataCon
3475.20 s
[ghcide] isUnboxedTupleDataCon
3475.20 s
[ghcide] promoteDataCon
3475.20 s
[ghcide] DataConEnv
3475.20 s
[ghcide] StrictnessMark
3475.20 s
[ghcide] compatibleBranches
3475.20 s
[ghcide] dataFamInstRepTyCon
3475.20 s
[ghcide] emptyFamInstEnv
3475.20 s
[ghcide] extendFamInstEnv
3475.20 s
[ghcide] extendFamInstEnvList
3475.20 s
[ghcide] famInstAxiom
3475.20 s
[ghcide] famInstEnvElts
3475.20 s
[ghcide] famInstEnvSize
3475.20 s
[ghcide] famInstRHS
3475.20 s
[ghcide] famInstRepTyCon_maybe
3475.20 s
[ghcide] famInstTyCon
3475.20 s
[ghcide] famInstsRepTyCons
3475.20 s
[ghcide] familyInstances
3475.20 s
[ghcide] familyNameInstances
3475.20 s
[ghcide] isDominatedBy
3475.20 s
[ghcide] lookupFamInstEnv
3475.20 s
[ghcide] lookupFamInstEnvByTyCon
3475.20 s
[ghcide] lookupFamInstEnvConflicts
3475.20 s
[ghcide] mkBranchedCoAxiom
3475.20 s
[ghcide] mkCoAxBranch
3475.20 s
[ghcide] mkImportedFamInst
3475.20 s
[ghcide] mkLocalFamInst
3475.20 s
[ghcide] mkSingleCoAxiom
3475.20 s
[ghcide] mkUnbranchedCoAxiom
3475.20 s
[ghcide] normaliseTcApp
3475.20 s
[ghcide] normaliseType
3475.20 s
[ghcide] orphNamesOfFamInst
3475.20 s
[ghcide] pprFamInsts
3475.20 s
[ghcide] reduceTyFamApp_maybe
3475.20 s
[ghcide] topNormaliseType
3475.20 s
[ghcide] FamFlavor
3475.20 s
[ghcide] FamInst
3475.20 s
[ghcide] FamInstEnv
3475.20 s
[ghcide] FamInstEnvs
3475.20 s
[ghcide] FamInstMatch
3475.20 s
[ghcide] anyLConIsGadt
3475.21 s
[ghcide] appendGroups
3475.21 s
[ghcide] countTyClDecls
3475.21 s
[ghcide] emptyRdrGroup
3475.21 s
[ghcide] emptyRnGroup
3475.21 s
[ghcide] famResultKindSignature
3475.21 s
[ghcide] familyDeclLName
3475.21 s
[ghcide] familyDeclName
3475.21 s
[ghcide] flattenRuleDecls
3475.21 s
[ghcide] getConNames
3475.21 s
[ghcide] hsConDeclTheta
3475.21 s
[ghcide] instDeclDataFamInsts
3475.21 s
[ghcide] ppDataDefnHeader
3475.21 s
[ghcide] pp_vanilla_decl_head
3475.21 s
[ghcide] pprDataFamInstFlavour
3475.21 s
[ghcide] pprFullRuleName
3475.21 s
[ghcide] pprHsFamInstLHS
3475.21 s
[ghcide] pprTyClDeclFlavour
3475.21 s
[ghcide] pprTyFamInstDecl
3475.21 s
[ghcide] roleAnnotDeclName
3475.21 s
[ghcide] standaloneKindSigName
3475.21 s
[ghcide] tcdName
3475.21 s
[ghcide] tyClDeclLName
3475.21 s
[ghcide] tyFamInstDeclLName
3475.21 s
[ghcide] tyFamInstDeclName
3475.21 s
[ghcide] annProvenanceName_maybe
3475.21 s
[ghcide] collectRuleBndrSigTys
3475.21 s
[ghcide] docDeclDoc
3475.21 s
[ghcide] hsGroupInstDecls
3475.21 s
[ghcide] tyClDeclTyVars
3475.21 s
[ghcide] tyClGroupInstDecls
3475.21 s
[ghcide] tyClGroupKindSigs
3475.21 s
[ghcide] tyClGroupRoleDecls
3475.21 s
[ghcide] tyClGroupTyClDecls
3475.21 s
[ghcide] ActivationAnn
3475.21 s
[ghcide] AnnClassDecl
3475.21 s
[ghcide] AnnClsInstDecl
3475.21 s
[ghcide] AnnConDeclGADT
3475.21 s
[ghcide] AnnConDeclH98
3475.21 s
[ghcide] AnnDataDefn
3475.21 s
[ghcide] AnnDerivDecl
3475.21 s
[ghcide] AnnFamilyDecl
3475.21 s
[ghcide] AnnSynDecl
3475.21 s
[ghcide] DataDeclRn
3475.21 s
[ghcide] HsRuleAnn
3475.21 s
[ghcide] HsRuleRn
3475.21 s
[ghcide] XViaStrategyPs
3475.21 s
[ghcide] CImportSpec
3475.21 s
[ghcide] FamilyInfo
3475.21 s
[ghcide] ForeignExport
3475.21 s
[ghcide] ForeignImport
3475.21 s
[ghcide] XFunDep
3475.21 s
[ghcide] LDerivClauseTys
3475.21 s
[ghcide] LHsDecl
3475.21 s
[ghcide] LHsDerivingClause
3475.21 s
[ghcide] LHsFunDep
3475.21 s
[ghcide] StandaloneKindSig
3475.21 s
[ghcide] mkHsAppKindTy
3475.21 s
[ghcide] mkHsAppTy
3475.21 s
[ghcide] collectHsValBinders
3475.21 s
[ghcide] collectLStmtBinders
3475.21 s
[ghcide] collectLStmtsBinders
3475.21 s
[ghcide] collectLocalBinders
3475.21 s
[ghcide] collectPatBinders
3475.21 s
[ghcide] collectPatsBinders
3475.21 s
[ghcide] collectStmtBinders
3475.21 s
[ghcide] collectStmtsBinders
3475.21 s
[ghcide] emptyRecStmt
3475.21 s
[ghcide] emptyRecStmtId
3475.21 s
[ghcide] emptyRecStmtName
3475.21 s
[ghcide] emptyTransStmt
3475.21 s
[ghcide] getPatSynBinds
3475.21 s
[ghcide] hsGroupBinders
3475.21 s
[ghcide] hsTyClForeignBinders
3475.21 s
[ghcide] hsValBindsImplicits
3475.21 s
[ghcide] isUnliftedHsBinds
3475.21 s
[ghcide] lHsRecFieldsImplicits
3475.21 s
[ghcide] lStmtsImplicits
3475.21 s
[ghcide] missingTupArg
3475.21 s
[ghcide] mkBigLHsPatTup
3475.21 s
[ghcide] mkBigLHsTup
3475.21 s
[ghcide] mkBodyStmt
3475.21 s
[ghcide] mkConLikeTc
3475.21 s
[ghcide] mkGroupByUsingStmt
3475.21 s
[ghcide] mkGroupUsingStmt
3475.21 s
[ghcide] mkHsApp
3475.21 s
[ghcide] mkHsAppType
3475.21 s
[ghcide] mkHsAppTypes
3475.21 s
[ghcide] mkHsAppWith
3475.21 s
[ghcide] mkHsApps
3475.21 s
[ghcide] mkHsAppsWith
3475.21 s
[ghcide] mkHsCharPrimLit
3475.21 s
[ghcide] mkHsCmdIf
3475.21 s
[ghcide] mkHsCmdWrap
3475.21 s
[ghcide] mkHsComp
3475.21 s
[ghcide] mkHsCompAnns
3475.21 s
[ghcide] mkHsDictLet
3475.21 s
[ghcide] mkHsDo
3475.21 s
[ghcide] mkHsDoAnns
3475.21 s
[ghcide] mkHsFractional
3475.21 s
[ghcide] mkHsIf
3475.21 s
[ghcide] mkHsIntegral
3475.21 s
[ghcide] mkHsIsString
3475.21 s
[ghcide] mkHsLam
3475.21 s
[ghcide] mkHsLams
3475.21 s
[ghcide] mkHsSigEnv
3475.21 s
[ghcide] mkHsString
3475.21 s
[ghcide] mkHsStringFS
3475.21 s
[ghcide] mkHsStringPrimLit
3475.21 s
[ghcide] mkHsSyntaxApps
3475.21 s
[ghcide] mkHsVarBind
3475.21 s
[ghcide] mkHsWrap
3475.21 s
[ghcide] mkHsWrapCo
3475.21 s
[ghcide] mkHsWrapCoR
3475.21 s
[ghcide] mkHsWrapPat
3475.21 s
[ghcide] mkHsWrapPatCo
3475.21 s
[ghcide] mkLHsCmdWrap
3475.21 s
[ghcide] mkLHsTupleExpr
3475.21 s
[ghcide] mkLHsVarTuple
3475.21 s
[ghcide] mkLHsWrap
3475.21 s
[ghcide] mkLHsWrapCo
3475.21 s
[ghcide] mkLHsWrapPat
3475.21 s
[ghcide] mkLamCaseMatchGroup
3475.21 s
[ghcide] mkLastStmt
3475.21 s
[ghcide] mkLetStmt
3475.21 s
[ghcide] mkLocatedList
3475.21 s
[ghcide] mkMatch
3475.21 s
[ghcide] mkMatchGroup
3475.21 s
[ghcide] mkNPat
3475.21 s
[ghcide] mkNPlusKPat
3475.21 s
[ghcide] mkParPat
3475.21 s
[ghcide] mkPatSynBind
3475.21 s
[ghcide] mkPsBindStmt
3475.21 s
[ghcide] mkRecStmt
3475.21 s
[ghcide] mkRnBindStmt
3475.21 s
[ghcide] mkSimpleMatch
3475.21 s
[ghcide] mkTcBindStmt
3475.21 s
[ghcide] mkTransformByStmt
3475.21 s
[ghcide] mkTransformStmt
3475.21 s
[ghcide] mkVarBind
3475.21 s
[ghcide] nlConPat
3475.21 s
[ghcide] nlConPatName
3475.21 s
[ghcide] nlConVarPat
3475.21 s
[ghcide] nlConVarPatName
3475.21 s
[ghcide] nlHsApp
3475.21 s
[ghcide] nlHsAppKindTy
3475.21 s
[ghcide] nlHsAppTy
3475.21 s
[ghcide] nlHsApps
3475.21 s
[ghcide] nlHsCase
3475.21 s
[ghcide] nlHsDo
3475.21 s
[ghcide] nlHsFunTy
3475.21 s
[ghcide] nlHsIf
3475.21 s
[ghcide] nlHsIntLit
3475.21 s
[ghcide] nlHsLam
3475.21 s
[ghcide] nlHsLit
3475.21 s
[ghcide] nlHsOpApp
3475.21 s
[ghcide] nlHsPar
3475.21 s
[ghcide] nlHsParTy
3475.21 s
[ghcide] nlHsSyntaxApps
3475.21 s
[ghcide] nlHsTyApp
3475.21 s
[ghcide] nlHsTyApps
3475.21 s
[ghcide] nlHsTyConApp
3475.21 s
[ghcide] nlHsTyVar
3475.21 s
[ghcide] nlHsVar
3475.21 s
[ghcide] nlHsVarApps
3475.21 s
[ghcide] nlInfixConPat
3475.21 s
[ghcide] nlList
3475.21 s
[ghcide] nlLitPat
3475.21 s
[ghcide] nlNullaryConPat
3475.21 s
[ghcide] nlParPat
3475.21 s
[ghcide] nlTuplePat
3475.21 s
[ghcide] nlVarPat
3475.21 s
[ghcide] nlWildConPat
3475.21 s
[ghcide] nl_HsVar
3475.21 s
[ghcide] unguardedGRHSs
3475.21 s
[ghcide] unguardedRHS
3475.21 s
[ghcide] unitRecStmtTc
3475.21 s
[ghcide] TyDeclBinders
3475.21 s
[ghcide] isCompleteMatchSig
3475.21 s
[ghcide] isFixityLSig
3475.21 s
[ghcide] isInlineLSig
3475.21 s
[ghcide] isMinimalLSig
3475.21 s
[ghcide] isPragLSig
3475.21 s
[ghcide] isSCCFunSig
3475.21 s
[ghcide] isSpecInstLSig
3475.21 s
[ghcide] isSpecLSig
3475.21 s
[ghcide] isTypeLSig
3475.21 s
[ghcide] annProvenanceName_maybe
3475.21 s
[ghcide] collectRuleBndrSigTys
3475.21 s
[ghcide] dataDefnConsNewOrData
3475.21 s
[ghcide] docDeclDoc
3475.21 s
[ghcide] familyInfoTyConFlavour
3475.21 s
[ghcide] hsGroupInstDecls
3475.21 s
[ghcide] tyClDeclTyVars
3475.21 s
[ghcide] tyClGroupInstDecls
3475.21 s
[ghcide] tyClGroupKindSigs
3475.21 s
[ghcide] tyClGroupRoleDecls
3475.21 s
[ghcide] tyClGroupTyClDecls
3475.21 s
[ghcide] isComprehensionContext
3475.21 s
[ghcide] isDoComprehensionContext
3475.21 s
[ghcide] isInfixMatch
3475.21 s
[ghcide] isMonadCompContext
3475.21 s
[ghcide] isMonadDoCompContext
3475.21 s
[ghcide] isMonadDoStmtContext
3475.21 s
[ghcide] isPatSynCtxt
3475.21 s
[ghcide] qualifiedDoModuleName_maybe
3475.21 s
[ghcide] mkModuleName
3475.21 s
[ghcide] mkModuleNameFS
3475.21 s
[ghcide] moduleNameFS
3475.21 s
[ghcide] moduleNameString
3475.21 s
[ghcide] parseModuleName
3475.22 s
[ghcide] hsConPatArgs
3475.22 s
[ghcide] hsConPatTyArgs
3475.22 s
[ghcide] hsRecFieldSel
3475.22 s
[ghcide] hsRecFields
3475.22 s
[ghcide] hsRecFieldsArgs
3475.22 s
[ghcide] isInvisArgPat
3475.22 s
[ghcide] isVisArgPat
3475.22 s
[ghcide] hsIPNameFS
3475.22 s
[ghcide] hsMult
3475.22 s
[ghcide] hsPatSigType
3475.22 s
[ghcide] hsQTvExplicit
3475.22 s
[ghcide] hsScaledThing
3475.22 s
[ghcide] isHsBndrInvisible
3475.22 s
[ghcide] isHsBndrWildCard
3475.22 s
[ghcide] isPromoted
3475.22 s
[ghcide] mapHsOuterImplicit
3475.22 s
[ghcide] LHsLocalBindsLR
3475.22 s
[ghcide] XMultAnn
3475.22 s
[ghcide] XNoMultAnn
3475.22 s
[ghcide] XPct1Ann
3475.22 s
[ghcide] XXMultAnn
3475.22 s
[ghcide] CImportSpec
3475.22 s
[ghcide] FamilyInfo
3475.22 s
[ghcide] ForeignExport
3475.22 s
[ghcide] ForeignImport
3475.22 s
[ghcide] XFunDep
3475.22 s
[ghcide] LDerivClauseTys
3475.22 s
[ghcide] LHsDecl
3475.22 s
[ghcide] LHsDerivingClause
3475.22 s
[ghcide] LHsFunDep
3475.22 s
[ghcide] StandaloneKindSig
3475.22 s
[ghcide] XPrefixConGADT
3475.22 s
[ghcide] XRecConGADT
3475.22 s
[ghcide] XXConDeclGADTDetails
3475.22 s
[ghcide] DotFieldOcc
3475.22 s
[ghcide] FieldLabelStrings
3475.22 s
[ghcide] HsDoFlavour
3475.22 s
[ghcide] LHsRecProj
3475.22 s
[ghcide] LHsRecUpdProj
3475.22 s
[ghcide] Match
3475.22 s
[ghcide] MatchGroup
3475.22 s
[ghcide] RecProj
3475.22 s
[ghcide] RecUpdProj
3475.22 s
[ghcide] StmtLR
3475.22 s
[ghcide] TransForm
3475.22 s
[ghcide] Anno
3475.22 s
[ghcide] DataConCantHappen
3475.22 s
[ghcide] ImportDeclPkgQual
3475.22 s
[ghcide] LIdP
3475.22 s
[ghcide] XAnnD
3475.22 s
[ghcide] XAnyClassStrategy
3475.22 s
[ghcide] XApp
3475.22 s
[ghcide] XAppKindTy
3475.22 s
[ghcide] XAppTy
3475.22 s
[ghcide] XAppTypeE
3475.22 s
[ghcide] XArithSeq
3475.22 s
[ghcide] XAsPat
3475.22 s
[ghcide] XBangPat
3475.22 s
[ghcide] XBangTy
3475.22 s
[ghcide] XBinTick
3475.22 s
[ghcide] XBindStmt
3475.22 s
[ghcide] XBodyStmt
3475.22 s
[ghcide] XCClsInstDecl
3475.22 s
[ghcide] XCDefaultDecl
3475.22 s
[ghcide] XCDerivDecl
3475.22 s
[ghcide] XCDotFieldOcc
3475.22 s
[ghcide] XCExport
3475.22 s
[ghcide] XCFamEqn
3475.22 s
[ghcide] XCFamilyDecl
3475.22 s
[ghcide] XCFieldOcc
3475.22 s
[ghcide] XCFunDep
3475.22 s
[ghcide] XCGRHS
3475.22 s
[ghcide] XCGRHSs
3475.22 s
[ghcide] XCHsDataDefn
3475.22 s
[ghcide] XCHsDerivingClause
3475.22 s
[ghcide] XCHsGroup
3475.22 s
[ghcide] XCIPBind
3475.22 s
[ghcide] XCImport
3475.22 s
[ghcide] XCImportDecl
3475.22 s
[ghcide] XCInjectivityAnn
3475.22 s
[ghcide] XCKindSig
3475.22 s
[ghcide] XCMatch
3475.22 s
[ghcide] XCModule
3475.22 s
[ghcide] XCRoleAnnotDecl
3475.22 s
[ghcide] XCRuleBndr
3475.22 s
[ghcide] XCRuleDecls
3475.22 s
[ghcide] XCTyClGroup
3475.22 s
[ghcide] XCTyFamInstDecl
3475.22 s
[ghcide] XCase
3475.22 s
[ghcide] XCharTy
3475.22 s
[ghcide] XClassDecl
3475.22 s
[ghcide] XClassOpSig
3475.22 s
[ghcide] XClsInstD
3475.22 s
[ghcide] XCmdApp
3475.22 s
[ghcide] XCmdArrApp
3475.22 s
[ghcide] XCmdArrForm
3475.22 s
[ghcide] XCmdCase
3475.22 s
[ghcide] XCmdDo
3475.22 s
[ghcide] XCmdIf
3475.22 s
[ghcide] XCmdLam
3475.22 s
[ghcide] XCmdLamCase
3475.22 s
[ghcide] XCmdLet
3475.22 s
[ghcide] XCmdPar
3475.22 s
[ghcide] XCmdTop
3475.22 s
[ghcide] XCmdWrap
3475.22 s
[ghcide] XCoPat
3475.22 s
[ghcide] XCompleteMatchSig
3475.22 s
[ghcide] XConDeclField
3475.22 s
[ghcide] XConDeclGADT
3475.22 s
[ghcide] XConDeclH98
3475.22 s
[ghcide] XConPat
3475.22 s
[ghcide] XDataDecl
3475.22 s
[ghcide] XDataFamInstD
3475.22 s
[ghcide] XDctMulti
3475.22 s
[ghcide] XDctSingle
3475.22 s
[ghcide] XDecBrG
3475.22 s
[ghcide] XDecBrL
3475.22 s
[ghcide] XDefD
3475.22 s
[ghcide] XDerivD
3475.22 s
[ghcide] XDo
3475.22 s
[ghcide] XDocD
3475.22 s
[ghcide] XDocTy
3475.22 s
[ghcide] XEmbTy
3475.22 s
[ghcide] XEmbTyPat
3475.22 s
[ghcide] XEmptyLocalBinds
3475.22 s
[ghcide] XExpBr
3475.22 s
[ghcide] XExplicitList
3475.22 s
[ghcide] XExplicitListTy
3475.22 s
[ghcide] XExplicitSum
3475.22 s
[ghcide] XExplicitTuple
3475.22 s
[ghcide] XExplicitTupleTy
3475.22 s
[ghcide] XExprWithTySig
3475.22 s
[ghcide] XFamDecl
3475.22 s
[ghcide] XFixSig
3475.22 s
[ghcide] XFixitySig
3475.22 s
[ghcide] XForAll
3475.22 s
[ghcide] XForAllTy
3475.22 s
[ghcide] XForD
3475.22 s
[ghcide] XForeignExport
3475.22 s
[ghcide] XForeignImport
3475.22 s
[ghcide] XFunArr
3475.22 s
[ghcide] XFunBind
3475.22 s
[ghcide] XFunRhs
3475.22 s
[ghcide] XFunTy
3475.22 s
[ghcide] XGetField
3475.22 s
[ghcide] XHsAnnotation
3475.22 s
[ghcide] XHsChar
3475.22 s
[ghcide] XHsCharPrim
3475.22 s
[ghcide] XHsDoublePrim
3475.22 s
[ghcide] XHsFieldBind
3475.22 s
[ghcide] XHsFloatPrim
3475.22 s
[ghcide] XHsForAllInvis
3475.22 s
[ghcide] XHsForAllVis
3475.22 s
[ghcide] XHsIPBinds
3475.22 s
[ghcide] XHsInt
3475.22 s
[ghcide] XHsInt16Prim
3475.22 s
[ghcide] XHsInt32Prim
3475.22 s
[ghcide] XHsInt64Prim
3475.22 s
[ghcide] XHsInt8Prim
3475.22 s
[ghcide] XHsIntPrim
3475.22 s
[ghcide] XHsInteger
3475.22 s
[ghcide] XHsMultilineString
3475.22 s
[ghcide] XHsOuterExplicit
3475.22 s
[ghcide] XHsOuterImplicit
3475.22 s
[ghcide] XHsPS
3475.22 s
[ghcide] XHsQTvs
3475.22 s
[ghcide] XHsRat
3475.22 s
[ghcide] XHsRule
3475.22 s
[ghcide] XHsSig
3475.22 s
[ghcide] XHsString
3475.22 s
[ghcide] XHsStringPrim
3475.22 s
[ghcide] XHsTP
3475.22 s
[ghcide] XHsValBinds
3475.22 s
[ghcide] XHsWC
3475.22 s
[ghcide] XHsWord16Prim
3475.22 s
[ghcide] XHsWord32Prim
3475.22 s
[ghcide] XHsWord64Prim
3475.22 s
[ghcide] XHsWord8Prim
3475.22 s
[ghcide] XHsWordPrim
3475.22 s
[ghcide] XIEDefault
3475.22 s
[ghcide] XIEDoc
3475.22 s
[ghcide] XIEDocNamed
3475.22 s
[ghcide] XIEGroup
3475.22 s
[ghcide] XIEModuleContents
3475.22 s
[ghcide] XIEName
3475.22 s
[ghcide] XIEPattern
3475.22 s
[ghcide] XIEThingAbs
3475.22 s
[ghcide] XIEThingAll
3475.22 s
[ghcide] XIEThingWith
3475.22 s
[ghcide] XIEType
3475.22 s
[ghcide] XIEVar
3475.22 s
[ghcide] XIPBinds
3475.22 s
[ghcide] XIPVar
3475.22 s
[ghcide] XIParamTy
3475.22 s
[ghcide] XIdSig
3475.22 s
[ghcide] XIf
3475.22 s
[ghcide] XInlineSig
3475.22 s
[ghcide] XInstD
3475.22 s
[ghcide] XInvisPat
3475.22 s
[ghcide] XKindSig
3475.22 s
[ghcide] XKindSigD
3475.22 s
[ghcide] XLHsOLRecUpdLabels
3475.22 s
[ghcide] XLHsRecUpdLabels
3475.22 s
[ghcide] XLam
3475.22 s
[ghcide] XLamCase
3475.22 s
[ghcide] XLastStmt
3475.22 s
[ghcide] XLazyPat
3475.22 s
[ghcide] XLet
3475.22 s
[ghcide] XLetStmt
3475.22 s
[ghcide] XListPat
3475.22 s
[ghcide] XListTy
3475.22 s
[ghcide] XLitE
3475.22 s
[ghcide] XLitPat
3475.22 s
[ghcide] XMG
3475.22 s
[ghcide] XMinimalSig
3475.22 s
[ghcide] XMissing
3475.22 s
[ghcide] XMultiIf
3475.22 s
[ghcide] XNPat
3475.23 s
[ghcide] XNPlusKPat
3475.23 s
[ghcide] XNegApp
3475.23 s
[ghcide] XNewtypeStrategy
3475.23 s
[ghcide] XNoSig
3475.23 s
[ghcide] XNumTy
3475.23 s
[ghcide] XOpApp
3475.23 s
[ghcide] XOpTy
3475.23 s
[ghcide] XOrPat
3475.23 s
[ghcide] XOverLabel
3475.23 s
[ghcide] XOverLit
3475.23 s
[ghcide] XOverLitE
3475.23 s
[ghcide] XPSB
3475.23 s
[ghcide] XPar
3475.23 s
[ghcide] XParPat
3475.23 s
[ghcide] XParStmt
3475.23 s
[ghcide] XParStmtBlock
3475.23 s
[ghcide] XParTy
3475.23 s
[ghcide] XPatBind
3475.23 s
[ghcide] XPatBr
3475.23 s
[ghcide] XPatSynBind
3475.23 s
[ghcide] XPatSynSig
3475.23 s
[ghcide] XPragE
3475.23 s
[ghcide] XPresent
3475.23 s
[ghcide] XProc
3475.23 s
[ghcide] XProjection
3475.23 s
[ghcide] XQual
3475.23 s
[ghcide] XQualTy
3475.23 s
[ghcide] XQuasiQuote
3475.23 s
[ghcide] XRecSel
3475.23 s
[ghcide] XRecStmt
3475.23 s
[ghcide] XRecTy
3475.23 s
[ghcide] XRecordCon
3475.23 s
[ghcide] XRecordUpd
3475.23 s
[ghcide] XRoleAnnotD
3475.23 s
[ghcide] XRuleBndrSig
3475.23 s
[ghcide] XRuleD
3475.23 s
[ghcide] XSCC
3475.23 s
[ghcide] XSCCFunSig
3475.23 s
[ghcide] XSectionL
3475.23 s
[ghcide] XSectionR
3475.23 s
[ghcide] XSigD
3475.23 s
[ghcide] XSigPat
3475.23 s
[ghcide] XSpecInstSig
3475.23 s
[ghcide] XSpecSig
3475.23 s
[ghcide] XSpliceD
3475.23 s
[ghcide] XSpliceDecl
3475.23 s
[ghcide] XSplicePat
3475.23 s
[ghcide] XSpliceTy
3475.23 s
[ghcide] XStandaloneKindSig
3475.23 s
[ghcide] XStarTy
3475.23 s
[ghcide] XStatic
3475.23 s
[ghcide] XStockStrategy
3475.23 s
[ghcide] XStrTy
3475.23 s
[ghcide] XSumPat
3475.23 s
[ghcide] XSumTy
3475.23 s
[ghcide] XSynDecl
3475.23 s
[ghcide] XTick
3475.23 s
[ghcide] XTransStmt
3475.23 s
[ghcide] XTuplePat
3475.23 s
[ghcide] XTupleTy
3475.23 s
[ghcide] XTyClD
3475.23 s
[ghcide] XTyFamInstD
3475.23 s
[ghcide] XTyLit
3475.23 s
[ghcide] XTyVar
3475.23 s
[ghcide] XTyVarBndr
3475.23 s
[ghcide] XTyVarSig
3475.23 s
[ghcide] XTypBr
3475.23 s
[ghcide] XTypeSig
3475.23 s
[ghcide] XTypedBracket
3475.23 s
[ghcide] XTypedSplice
3475.23 s
[ghcide] XUnboundVar
3475.23 s
[ghcide] XUntypedBracket
3475.23 s
[ghcide] XUntypedSplice
3475.23 s
[ghcide] XUntypedSpliceExpr
3475.23 s
[ghcide] XValBinds
3475.23 s
[ghcide] XValD
3475.23 s
[ghcide] XVar
3475.23 s
[ghcide] XVarBind
3475.23 s
[ghcide] XVarBr
3475.23 s
[ghcide] XVarPat
3475.23 s
[ghcide] XViaStrategy
3475.23 s
[ghcide] XViewPat
3475.23 s
[ghcide] XWarning
3475.23 s
[ghcide] XWarningD
3475.23 s
[ghcide] XWarnings
3475.23 s
[ghcide] XWildCardTy
3475.23 s
[ghcide] XWildPat
3475.23 s
[ghcide] XXAnnDecl
3475.23 s
[ghcide] XXClsInstDecl
3475.23 s
[ghcide] XXCmd
3475.23 s
[ghcide] XXCmdTop
3475.23 s
[ghcide] XXConDecl
3475.23 s
[ghcide] XXConDeclField
3475.23 s
[ghcide] XXDefaultDecl
3475.23 s
[ghcide] XXDerivClauseTys
3475.23 s
[ghcide] XXDerivDecl
3475.23 s
[ghcide] XXDotFieldOcc
3475.23 s
[ghcide] XXExpr
3475.23 s
[ghcide] XXFamEqn
3475.23 s
[ghcide] XXFamilyDecl
3475.23 s
[ghcide] XXFamilyResultSig
3475.23 s
[ghcide] XXFieldOcc
3475.23 s
[ghcide] XXFixitySig
3475.23 s
[ghcide] XXForeignDecl
3475.23 s
[ghcide] XXForeignExport
3475.23 s
[ghcide] XXForeignImport
3475.23 s
[ghcide] XXFunDep
3475.23 s
[ghcide] XXGRHS
3475.23 s
[ghcide] XXGRHSs
3475.23 s
[ghcide] XXHsBindsLR
3475.23 s
[ghcide] XXHsDataDefn
3475.23 s
[ghcide] XXHsDecl
3475.23 s
[ghcide] XXHsDerivingClause
3475.23 s
[ghcide] XXHsForAllTelescope
3475.23 s
[ghcide] XXHsGroup
3475.23 s
[ghcide] XXHsIPBinds
3475.23 s
[ghcide] XXHsLocalBindsLR
3475.23 s
[ghcide] XXHsOuterTyVarBndrs
3475.23 s
[ghcide] XXHsPatSigType
3475.23 s
[ghcide] XXHsSigType
3475.23 s
[ghcide] XXHsTyPat
3475.23 s
[ghcide] XXHsWildCardBndrs
3475.23 s
[ghcide] XXIE
3475.23 s
[ghcide] XXIEWrappedName
3475.23 s
[ghcide] XXIPBind
3475.23 s
[ghcide] XXImportDecl
3475.23 s
[ghcide] XXInjectivityAnn
3475.23 s
[ghcide] XXInstDecl
3475.23 s
[ghcide] XXLHsQTyVars
3475.23 s
[ghcide] XXLit
3475.23 s
[ghcide] XXMatch
3475.23 s
[ghcide] XXMatchGroup
3475.23 s
[ghcide] XXModule
3475.23 s
[ghcide] XXOverLit
3475.23 s
[ghcide] XXParStmtBlock
3475.23 s
[ghcide] XXPat
3475.23 s
[ghcide] XXPatSynBind
3475.23 s
[ghcide] XXPragE
3475.23 s
[ghcide] XXQuote
3475.23 s
[ghcide] XXRoleAnnotDecl
3475.23 s
[ghcide] XXRuleBndr
3475.23 s
[ghcide] XXRuleDecl
3475.23 s
[ghcide] XXRuleDecls
3475.23 s
[ghcide] XXSig
3475.23 s
[ghcide] XXSpliceDecl
3475.23 s
[ghcide] XXStandaloneKindSig
3475.23 s
[ghcide] XXStmtLR
3475.23 s
[ghcide] XXTupArg
3475.23 s
[ghcide] XXTyClDecl
3475.23 s
[ghcide] XXTyClGroup
3475.23 s
[ghcide] XXTyFamInstDecl
3475.23 s
[ghcide] XXTyLit
3475.23 s
[ghcide] XXTyVarBndr
3475.23 s
[ghcide] XXType
3475.23 s
[ghcide] XXUntypedSplice
3475.23 s
[ghcide] XXValBindsLR
3475.23 s
[ghcide] XXWarnDecl
3475.23 s
[ghcide] XXWarnDecls
3475.23 s
[ghcide] ConLikeP
3475.23 s
[ghcide] LPat
3475.23 s
[ghcide] XConPatTyArg
3475.23 s
[ghcide] XHsRecFields
3475.23 s
[ghcide] HsArrow
3475.23 s
[ghcide] HsBndrKind
3475.23 s
[ghcide] HsBndrVar
3475.23 s
[ghcide] HsBndrVis
3475.23 s
[ghcide] HsTyPat
3475.23 s
[ghcide] LHsTyPat
3475.23 s
[ghcide] LHsTypeArg
3475.23 s
[ghcide] XArgPar
3475.23 s
[ghcide] XBndrInvisible
3475.23 s
[ghcide] XBndrKind
3475.23 s
[ghcide] XBndrNoKind
3475.23 s
[ghcide] XBndrRequired
3475.23 s
[ghcide] XBndrVar
3475.23 s
[ghcide] XBndrWildCard
3475.23 s
[ghcide] XExplicitMult
3475.23 s
[ghcide] XLinearArrow
3475.23 s
[ghcide] XTypeArg
3475.23 s
[ghcide] XUnrestrictedArrow
3475.23 s
[ghcide] XValArg
3475.23 s
[ghcide] XXArg
3475.23 s
[ghcide] XXArrow
3475.23 s
[ghcide] XXBndrKind
3475.23 s
[ghcide] XXBndrVar
3475.23 s
[ghcide] XXBndrVis
3475.23 s
[ghcide] collectHsWrapBinders
3475.23 s
[ghcide] emptyEvBindMap
3475.23 s
[ghcide] emptyTcEvBinds
3475.23 s
[ghcide] evBindMapBinds
3475.23 s
[ghcide] evBindMapToVarSet
3475.23 s
[ghcide] evBindVar
3475.23 s
[ghcide] evCoercion
3475.23 s
[ghcide] evDFunApp
3475.23 s
[ghcide] evDataConApp
3475.23 s
[ghcide] evSelector
3475.23 s
[ghcide] evTermCoercion
3475.23 s
[ghcide] evTermCoercion_maybe
3475.23 s
[ghcide] evTypeable
3475.23 s
[ghcide] evVarsOfTerm
3475.23 s
[ghcide] extendEvBinds
3475.23 s
[ghcide] filterEvBindMap
3475.23 s
[ghcide] findNeededEvVars
3475.23 s
[ghcide] foldEvBindMap
3475.23 s
[ghcide] idHsWrapper
3475.23 s
[ghcide] isCoEvBindsVar
3475.23 s
[ghcide] isEmptyEvBindMap
3475.23 s
[ghcide] isEmptyTcEvBinds
3475.23 s
[ghcide] isIdHsWrapper
3475.23 s
[ghcide] lookupEvBind
3475.23 s
[ghcide] mkEvCast
3475.23 s
[ghcide] mkEvScSelectors
3475.23 s
[ghcide] mkGivenEvBind
3475.23 s
[ghcide] mkWantedEvBind
3475.23 s
[ghcide] mkWpCastN
3475.23 s
[ghcide] mkWpCastR
3475.23 s
[ghcide] mkWpEta
3475.23 s
[ghcide] mkWpEvApps
3475.23 s
[ghcide] mkWpEvLams
3475.23 s
[ghcide] mkWpEvVarApps
3475.23 s
[ghcide] mkWpForAllCast
3475.23 s
[ghcide] mkWpLet
3475.23 s
[ghcide] mkWpTyApps
3475.23 s
[ghcide] mkWpTyLams
3475.23 s
[ghcide] nonDetStrictFoldEvBindMap
3475.23 s
[ghcide] pprHsWrapper
3475.23 s
[ghcide] quoteWrapperTyVarTy
3475.23 s
[ghcide] varSetMinusEvBindMap
3475.23 s
[ghcide] pickLR
3475.23 s
[ghcide] EvBind
3475.23 s
[ghcide] EvBindInfo
3475.23 s
[ghcide] EvBindMap
3475.23 s
[ghcide] EvBindsVar
3475.23 s
[ghcide] EvExpr
3475.23 s
[ghcide] EvTerm
3475.23 s
[ghcide] HsWrapper
3475.23 s
[ghcide] MultiplicityCheckCoercions
3475.23 s
[ghcide] QuoteWrapper
3475.23 s
[ghcide] TcCoercion
3475.23 s
[ghcide] TcCoercionN
3475.23 s
[ghcide] TcCoercionP
3475.23 s
[ghcide] TcCoercionR
3475.23 s
[ghcide] TcEvBinds
3475.23 s
[ghcide] TcMCoercion
3475.23 s
[ghcide] TcMCoercionN
3475.23 s
[ghcide] TcMCoercionR
3475.23 s
[ghcide] LeftOrRight
3475.23 s
[ghcide] failM
3475.23 s
[ghcide] failWithM
3475.23 s
[ghcide] fixM
3475.23 s
[ghcide] getEnv
3475.23 s
[ghcide] newMutVar
3475.23 s
[ghcide] readMutVar
3475.23 s
[ghcide] runIOEnv
3475.23 s
[ghcide] tryAllM
3475.23 s
[ghcide] tryM
3475.23 s
[ghcide] tryMostM
3475.23 s
[ghcide] uninterruptibleMaskM_
3475.23 s
[ghcide] unsafeInterleaveM
3475.23 s
[ghcide] updMutVar
3475.23 s
[ghcide] writeMutVar
3475.23 s
[ghcide] peCategory
3475.23 s
[ghcide] pprPECategory
3475.23 s
[ghcide] bootExports
3475.23 s
[ghcide] emptyImportAvails
3475.23 s
[ghcide] emptyRoleAnnotEnv
3475.23 s
[ghcide] getRoleAnnots
3475.23 s
[ghcide] lookupRoleAnnot
3475.23 s
[ghcide] mkModDeps
3475.23 s
[ghcide] mkRoleAnnotEnv
3475.23 s
[ghcide] removeBindingShadowing
3475.23 s
[ghcide] tcVisibleOrphanMods
3475.23 s
[ghcide] completeSigPolyId_maybe
3475.23 s
[ghcide] isPartialSig
3475.23 s
[ghcide] pprTcTyThingCategory
3475.23 s
[ghcide] tcIdSigLoc
3475.23 s
[ghcide] tcSigInfoName
3475.23 s
[ghcide] tcTyThingCategory
3475.23 s
[ghcide] getLclEnvLoc
3475.23 s
[ghcide] getLclEnvTcLevel
3475.23 s
[ghcide] lclEnvInGeneratedCode
3475.23 s
[ghcide] modifyLclCtxt
3475.23 s
[ghcide] setLclEnvLoc
3475.23 s
[ghcide] setLclEnvTcLevel
3475.23 s
[ghcide] impLevel
3475.23 s
[ghcide] outerLevel
3475.23 s
[ghcide] thLevel
3475.23 s
[ghcide] topAnnStage
3475.23 s
[ghcide] topSpliceStage
3475.23 s
[ghcide] topStage
3475.23 s
[ghcide] newTcRef
3475.23 s
[ghcide] readTcRef
3475.23 s
[ghcide] updTcRef
3475.23 s
[ghcide] updTcRefM
3475.23 s
[ghcide] writeTcRef
3475.23 s
[ghcide] addDependentFiles
3475.23 s
[ghcide] addErr
3475.23 s
[ghcide] addErrAt
3475.23 s
[ghcide] addErrTc
3475.23 s
[ghcide] addErrTcM
3475.23 s
[ghcide] addErrs
3475.23 s
[ghcide] addLocM
3475.23 s
[ghcide] addMessages
3475.23 s
[ghcide] addTcEvBind
3475.23 s
[ghcide] addTcRnDiagnostic
3475.23 s
[ghcide] addTopEvBinds
3475.23 s
[ghcide] askNoErrs
3475.23 s
[ghcide] attemptM
3475.23 s
[ghcide] captureConstraints
3475.23 s
[ghcide] checkErr
3475.23 s
[ghcide] checkErrAt
3475.23 s
[ghcide] checkNoErrs
3475.23 s
[ghcide] checkTc
3475.23 s
[ghcide] checkTcM
3475.23 s
[ghcide] chooseUniqueOccTc
3475.23 s
[ghcide] cloneEvBindsVar
3475.23 s
[ghcide] cloneLocalName
3475.23 s
[ghcide] debugTc
3475.23 s
[ghcide] discardErrs
3475.23 s
[ghcide] discardResult
3475.23 s
[ghcide] discardWarnings
3475.23 s
[ghcide] doptM
3475.23 s
[ghcide] emitAnonTypeHole
3475.23 s
[ghcide] emitConstraints
3475.23 s
[ghcide] emitDelayedErrors
3475.23 s
[ghcide] emitHole
3475.23 s
[ghcide] emitHoles
3475.23 s
[ghcide] emitImplication
3475.23 s
[ghcide] emitImplications
3475.23 s
[ghcide] emitNamedTypeHole
3475.23 s
[ghcide] emitNotConcreteError
3475.23 s
[ghcide] emitSimple
3475.23 s
[ghcide] emitSimples
3475.23 s
[ghcide] emitStaticConstraints
3475.23 s
[ghcide] escapeArrowScope
3475.23 s
[ghcide] extendFixityEnv
3475.23 s
[ghcide] failAt
3475.23 s
[ghcide] failIfErrsM
3475.23 s
[ghcide] failIfM
3475.23 s
[ghcide] failIfTc
3475.23 s
[ghcide] failIfTcM
3475.23 s
[ghcide] failWith
3475.23 s
[ghcide] failWithTc
3475.23 s
[ghcide] failWithTcM
3475.23 s
[ghcide] getCompleteMatchesTcM
3475.23 s
[ghcide] getConstraintVar
3475.23 s
[ghcide] getCtLocM
3475.23 s
[ghcide] getDeclaredDefaultTys
3475.23 s
[ghcide] getEnvs
3475.23 s
[ghcide] getEps
3475.23 s
[ghcide] getEpsAndHug
3475.23 s
[ghcide] getEpsVar
3475.23 s
[ghcide] getErrCtxt
3475.23 s
[ghcide] getErrsVar
3475.23 s
[ghcide] getFixityEnv
3475.23 s
[ghcide] getGHCiMonad
3475.23 s
[ghcide] getGblEnv
3475.23 s
[ghcide] getGhcMode
3475.23 s
[ghcide] getGlobalRdrEnv
3475.23 s
[ghcide] getHpt
3475.23 s
[ghcide] getIfModule
3475.23 s
[ghcide] getImports
3475.23 s
[ghcide] getInteractivePrintName
3475.23 s
[ghcide] getIsGHCi
3475.23 s
[ghcide] getLclEnv
3475.23 s
[ghcide] getLclTypeEnv
3475.23 s
[ghcide] getLocalRdrEnv
3475.23 s
[ghcide] getNamePprCtx
3475.23 s
[ghcide] getRdrEnvs
3475.23 s
[ghcide] getSrcSpanM
3475.23 s
[ghcide] getStage
3475.23 s
[ghcide] getStageAndBindLevel
3475.24 s
[ghcide] getTcEvBindsMap
3475.24 s
[ghcide] getTcEvTyCoVars
3475.24 s
[ghcide] getTcLevel
3475.24 s
[ghcide] getTopEnv
3475.24 s
[ghcide] goptM
3475.24 s
[ghcide] ifErrsM
3475.24 s
[ghcide] inGeneratedCode
3475.24 s
[ghcide] initIfaceCheck
3475.24 s
[ghcide] initIfaceLcl
3475.24 s
[ghcide] initTcInteractive
3475.24 s
[ghcide] initTcRnIf
3475.24 s
[ghcide] isTouchableTcM
3475.24 s
[ghcide] keepAlive
3475.24 s
[ghcide] localAndImportedCompleteMatches
3475.24 s
[ghcide] mkCtLocEnv
3475.24 s
[ghcide] mkDetailedMessage
3475.24 s
[ghcide] mkErrInfo
3475.24 s
[ghcide] mkIfLclEnv
3475.24 s
[ghcide] mkTcRnMessage
3475.24 s
[ghcide] newArrowScope
3475.24 s
[ghcide] newName
3475.24 s
[ghcide] newNameAt
3475.24 s
[ghcide] newSysLocalId
3475.24 s
[ghcide] newSysLocalIds
3475.24 s
[ghcide] newSysName
3475.24 s
[ghcide] newTcEvBinds
3475.24 s
[ghcide] newUnique
3475.24 s
[ghcide] newUniqueSupply
3475.24 s
[ghcide] newZonkAnyType
3475.24 s
[ghcide] popErrCtxt
3475.24 s
[ghcide] pushTcLevelM
3475.24 s
[ghcide] pushTcLevelM_
3475.24 s
[ghcide] recordThNeededRuntimeDeps
3475.24 s
[ghcide] recordThSpliceUse
3475.24 s
[ghcide] recordThUse
3475.24 s
[ghcide] recoverM
3475.24 s
[ghcide] reportDiagnostic
3475.24 s
[ghcide] reportDiagnostics
3475.24 s
[ghcide] restoreEnvs
3475.24 s
[ghcide] restoreLclEnv
3475.24 s
[ghcide] setConstraintVar
3475.24 s
[ghcide] setCtLocM
3475.24 s
[ghcide] setEnvs
3475.24 s
[ghcide] setErrCtxt
3475.24 s
[ghcide] setErrsVar
3475.24 s
[ghcide] setGblEnv
3475.24 s
[ghcide] setImplicitEnvM
3475.24 s
[ghcide] setLclEnv
3475.24 s
[ghcide] setLclTypeEnv
3475.24 s
[ghcide] setLocalRdrEnv
3475.24 s
[ghcide] setSrcSpan
3475.24 s
[ghcide] setSrcSpanA
3475.24 s
[ghcide] setStage
3475.24 s
[ghcide] setTcEvBindsMap
3475.24 s
[ghcide] setTcLevel
3475.24 s
[ghcide] setXOptM
3475.24 s
[ghcide] tcEmitBindingUsage
3475.24 s
[ghcide] tcHscSource
3475.24 s
[ghcide] tcIsHsBootOrSig
3475.24 s
[ghcide] tcIsHsig
3475.24 s
[ghcide] tcSelfBootInfo
3475.24 s
[ghcide] traceIf
3475.24 s
[ghcide] traceOptIf
3475.24 s
[ghcide] traceOptTcRn
3475.24 s
[ghcide] traceRn
3475.24 s
[ghcide] traceTc
3475.24 s
[ghcide] traceTcConstraints
3475.24 s
[ghcide] tryCaptureConstraints
3475.24 s
[ghcide] tryTc
3475.24 s
[ghcide] tryTcDiscardingErrs
3475.24 s
[ghcide] unlessXOptM
3475.24 s
[ghcide] unsetGOptM
3475.24 s
[ghcide] unsetWOptM
3475.24 s
[ghcide] unsetXOptM
3475.24 s
[ghcide] updEnvs
3475.24 s
[ghcide] updGblEnv
3475.24 s
[ghcide] updLclCtxt
3475.24 s
[ghcide] updLclEnv
3475.24 s
[ghcide] updTopEnv
3475.24 s
[ghcide] updTopFlags
3475.24 s
[ghcide] whenGOptM
3475.24 s
[ghcide] whenNoErrs
3475.24 s
[ghcide] whenWOptM
3475.24 s
[ghcide] whenXOptM
3475.24 s
[ghcide] withIfaceErr
3475.24 s
[ghcide] withoutDynamicNow
3475.24 s
[ghcide] woptM
3475.24 s
[ghcide] wrapLocFstM
3475.24 s
[ghcide] wrapLocFstMA
3475.24 s
[ghcide] wrapLocM
3475.24 s
[ghcide] wrapLocMA
3475.24 s
[ghcide] wrapLocMA_
3475.24 s
[ghcide] wrapLocM_
3475.24 s
[ghcide] wrapLocSndM
3475.24 s
[ghcide] wrapLocSndMA
3475.24 s
[ghcide] xoptM
3475.24 s
[ghcide] mapAndUnzip4M
3475.24 s
[ghcide] mapAndUnzip5M
3475.24 s
[ghcide] zipWith3M
3475.24 s
[ghcide] zipWith3M_
3475.24 s
[ghcide] zipWith4M
3475.24 s
[ghcide] zipWithAndUnzipM
3475.24 s
[ghcide] IOEnv
3475.24 s
[ghcide] IOEnvFailure
3475.24 s
[ghcide] PromotionErr
3475.24 s
[ghcide] Env
3475.24 s
[ghcide] FillDefaulting
3475.24 s
[ghcide] IfG
3475.24 s
[ghcide] IfGblEnv
3475.24 s
[ghcide] IfL
3475.24 s
[ghcide] IfLclEnv
3475.24 s
[ghcide] IfM
3475.24 s
[ghcide] ImpUserList
3475.24 s
[ghcide] RoleAnnotEnv
3475.24 s
[ghcide] SelfBootInfo
3475.24 s
[ghcide] TcPlugin
3475.24 s
[ghcide] TcPluginRewriteResult
3475.24 s
[ghcide] TcRn
3475.24 s
[ghcide] TcRnIf
3475.24 s
[ghcide] ClosedTypeId
3475.24 s
[ghcide] RhsNames
3475.24 s
[ghcide] TcBinder
3475.24 s
[ghcide] TcBinderStack
3475.24 s
[ghcide] TcCompleteSig
3475.24 s
[ghcide] TcId
3475.24 s
[ghcide] TcIdSig
3475.24 s
[ghcide] TcIdSigInst
3475.24 s
[ghcide] TcPartialSig
3475.24 s
[ghcide] TcPatSynSig
3475.24 s
[ghcide] TcSigFun
3475.24 s
[ghcide] TcSigInfo
3475.24 s
[ghcide] ArrowCtxt
3475.24 s
[ghcide] TcLclCtxt
3475.24 s
[ghcide] TcLclEnv
3475.24 s
[ghcide] TcTypeEnv
3475.24 s
[ghcide] ThBindEnv
3475.24 s
[ghcide] PendingStuff
3475.24 s
[ghcide] SpliceOrBracket
3475.24 s
[ghcide] SpliceType
3475.24 s
[ghcide] ThLevel
3475.24 s
[ghcide] ThStage
3475.24 s
[ghcide] IsExtraConstraint
3475.24 s
[ghcide] CompleteMatch
3475.24 s
[ghcide] CompleteMatches
3475.24 s
[ghcide] emptyFsEnv
3475.24 s
[ghcide] extendFsEnv
3475.24 s
[ghcide] lookupFsEnv
3475.24 s
[ghcide] mkFsEnv
3475.24 s
[ghcide] getOccFS
3475.24 s
[ghcide] getOccString
3475.24 s
[ghcide] getSrcLoc
3475.24 s
[ghcide] getSrcSpan
3475.24 s
[ghcide] isBuiltInSyntax
3475.24 s
[ghcide] isDataConName
3475.24 s
[ghcide] isExternalName
3475.24 s
[ghcide] isFieldName
3475.24 s
[ghcide] isHoleName
3475.24 s
[ghcide] isInternalName
3475.24 s
[ghcide] isSumTyConName
3475.24 s
[ghcide] isSystemName
3475.24 s
[ghcide] isTupleTyConName
3475.24 s
[ghcide] isTyConName
3475.24 s
[ghcide] isTyVarName
3475.24 s
[ghcide] isValName
3475.24 s
[ghcide] isVarName
3475.24 s
[ghcide] isWiredIn
3475.24 s
[ghcide] isWiredInName
3475.24 s
[ghcide] mkClonedInternalName
3475.24 s
[ghcide] mkDerivedInternalName
3475.24 s
[ghcide] mkSysTvName
3475.24 s
[ghcide] mkSystemNameAt
3475.24 s
[ghcide] mkSystemVarName
3475.24 s
[ghcide] nameIsHomePackage
3475.24 s
[ghcide] nameIsHomePackageImport
3475.24 s
[ghcide] nameModule
3475.24 s
[ghcide] nameModule_maybe
3475.24 s
[ghcide] nameNameSpace
3475.24 s
[ghcide] nameOccName
3475.24 s
[ghcide] namePun_maybe
3475.24 s
[ghcide] nameSrcLoc
3475.24 s
[ghcide] nameSrcSpan
3475.24 s
[ghcide] nameUnique
3475.24 s
[ghcide] pprDefinedAt
3475.24 s
[ghcide] pprInfixName
3475.24 s
[ghcide] pprModulePrefix
3475.24 s
[ghcide] pprName
3475.24 s
[ghcide] pprNameDefnLoc
3475.24 s
[ghcide] pprPrefixName
3475.24 s
[ghcide] setNameLoc
3475.24 s
[ghcide] setNameUnique
3475.24 s
[ghcide] tidyNameOcc
3475.24 s
[ghcide] wiredInNameTyThing_maybe
3475.24 s
[ghcide] avoidClashesOccEnv
3475.24 s
[ghcide] clsName
3475.24 s
[ghcide] dataName
3475.24 s
[ghcide] delTidyOccEnvList
3475.24 s
[ghcide] demoteOccName
3475.24 s
[ghcide] demoteOccTvName
3475.24 s
[ghcide] elemOccSet
3475.24 s
[ghcide] emptyOccSet
3475.24 s
[ghcide] emptyTidyOccEnv
3475.24 s
[ghcide] extendOccSet
3475.24 s
[ghcide] extendOccSetList
3475.24 s
[ghcide] fieldName
3475.24 s
[ghcide] fieldOcc_maybe
3475.24 s
[ghcide] initTidyOccEnv
3475.24 s
[ghcide] intersectOccEnv_C
3475.24 s
[ghcide] isDataConNameSpace
3475.24 s
[ghcide] isDataOcc
3475.25 s
[ghcide] isDefaultMethodOcc
3475.25 s
[ghcide] isEmptyOccSet
3475.25 s
[ghcide] isFieldNameSpace
3475.25 s
[ghcide] isFieldOcc
3475.25 s
[ghcide] isTcClsNameSpace
3475.25 s
[ghcide] isTcOcc
3475.25 s
[ghcide] isTvNameSpace
3475.25 s
[ghcide] isTvOcc
3475.25 s
[ghcide] isUnderscore
3475.25 s
[ghcide] isValNameSpace
3475.25 s
[ghcide] isVarNameSpace
3475.25 s
[ghcide] isVarOcc
3475.25 s
[ghcide] mainOcc
3475.25 s
[ghcide] minusOccEnv_C_Ns
3475.25 s
[ghcide] mkBuilderOcc
3475.25 s
[ghcide] mkClassDataConOcc
3475.25 s
[ghcide] mkClassOpAuxOcc
3475.25 s
[ghcide] mkClsOcc
3475.25 s
[ghcide] mkClsOccFS
3475.25 s
[ghcide] mkCon2TagOcc
3475.25 s
[ghcide] mkDFunOcc
3475.25 s
[ghcide] mkDataCOcc
3475.25 s
[ghcide] mkDataConWorkerOcc
3475.25 s
[ghcide] mkDataConWrapperOcc
3475.25 s
[ghcide] mkDataOcc
3475.25 s
[ghcide] mkDataOccFS
3475.25 s
[ghcide] mkDataTOcc
3475.25 s
[ghcide] mkDefaultMethodOcc
3475.25 s
[ghcide] mkDictOcc
3475.25 s
[ghcide] mkEqPredCoOcc
3475.25 s
[ghcide] mkForeignExportOcc
3475.25 s
[ghcide] mkGen1R
3475.25 s
[ghcide] mkGenR
3475.25 s
[ghcide] mkIPOcc
3475.25 s
[ghcide] mkInstTyCoOcc
3475.25 s
[ghcide] mkLocalOcc
3475.25 s
[ghcide] mkMatcherOcc
3475.25 s
[ghcide] mkMaxTagOcc
3475.25 s
[ghcide] mkMethodOcc
3475.25 s
[ghcide] mkNewTyCoOcc
3475.25 s
[ghcide] mkOccName
3475.25 s
[ghcide] mkOccNameFS
3475.25 s
[ghcide] mkOccSet
3475.25 s
[ghcide] mkRecFieldOcc
3475.25 s
[ghcide] mkRecFieldOccFS
3475.25 s
[ghcide] mkRepEqOcc
3475.25 s
[ghcide] mkSpecOcc
3475.25 s
[ghcide] mkSuperDictAuxOcc
3475.25 s
[ghcide] mkSuperDictSelOcc
3475.25 s
[ghcide] mkTag2ConOcc
3475.25 s
[ghcide] mkTcOcc
3475.25 s
[ghcide] mkTcOccFS
3475.25 s
[ghcide] mkTyConRepOcc
3475.25 s
[ghcide] mkTyVarOcc
3475.25 s
[ghcide] mkTyVarOccFS
3475.25 s
[ghcide] mkVarOcc
3475.25 s
[ghcide] mkVarOccFS
3475.25 s
[ghcide] mkWorkerOcc
3475.25 s
[ghcide] occNameString
3475.25 s
[ghcide] ppMainFn
3475.25 s
[ghcide] pprNameSpace
3475.25 s
[ghcide] pprNameSpaceBrief
3475.25 s
[ghcide] pprNonVarNameSpace
3475.25 s
[ghcide] pprOccEnv
3475.25 s
[ghcide] pprOccName
3475.25 s
[ghcide] promoteOccName
3475.25 s
[ghcide] recFieldToVarOcc
3475.25 s
[ghcide] setOccNameSpace
3475.25 s
[ghcide] srcDataName
3475.25 s
[ghcide] tcClsName
3475.25 s
[ghcide] tcName
3475.25 s
[ghcide] tidyOccName
3475.25 s
[ghcide] trimTidyOccEnv
3475.25 s
[ghcide] tvName
3475.25 s
[ghcide] unionManyOccSets
3475.25 s
[ghcide] unionOccSets
3475.25 s
[ghcide] unitOccSet
3475.25 s
[ghcide] varToRecFieldOcc
3475.25 s
[ghcide] NameSpace
3475.25 s
[ghcide] OccSet
3475.25 s
[ghcide] TidyOccEnv
3475.25 s
[ghcide] plusGREInfo
3475.25 s
[ghcide] allowGRE
3475.25 s
[ghcide] availFromGRE
3475.25 s
[ghcide] availParent
3475.25 s
[ghcide] bestImport
3475.25 s
[ghcide] demoteRdrName
3475.25 s
[ghcide] demoteRdrNameTv
3475.25 s
[ghcide] elemLocalRdrEnv
3475.25 s
[ghcide] emptyGlobalRdrEnv
3475.25 s
[ghcide] emptyLocalRdrEnv
3475.25 s
[ghcide] extendGlobalRdrEnv
3475.25 s
[ghcide] extendLocalRdrEnv
3475.25 s
[ghcide] extendLocalRdrEnvList
3475.25 s
[ghcide] fieldGREInfo
3475.25 s
[ghcide] fieldGRELabel
3475.25 s
[ghcide] fieldGRE_maybe
3475.25 s
[ghcide] filterFieldGREs
3475.25 s
[ghcide] getGRE_NameQualifier_maybes
3475.25 s
[ghcide] getRdrName
3475.25 s
[ghcide] globalRdrEnvElts
3475.25 s
[ghcide] globalRdrEnvLocal
3475.25 s
[ghcide] greInfo
3475.25 s
[ghcide] greName
3475.25 s
[ghcide] greNameSpace
3475.25 s
[ghcide] greOccName
3475.25 s
[ghcide] greParent
3475.25 s
[ghcide] greParent_maybe
3475.25 s
[ghcide] greQualModName
3475.25 s
[ghcide] greRdrNames
3475.25 s
[ghcide] greSrcSpan
3475.25 s
[ghcide] gresToNameSet
3475.25 s
[ghcide] importSpecLoc
3475.25 s
[ghcide] importSpecModule
3475.25 s
[ghcide] inLocalRdrEnvScope
3475.25 s
[ghcide] insertGRE
3475.25 s
[ghcide] isExact
3475.25 s
[ghcide] isExact_maybe
3475.25 s
[ghcide] isExplicitItem
3475.25 s
[ghcide] isOrig
3475.25 s
[ghcide] isOrig_maybe
3475.25 s
[ghcide] isQual
3475.25 s
[ghcide] isQual_maybe
3475.25 s
[ghcide] isRdrDataCon
3475.25 s
[ghcide] isRdrTc
3475.25 s
[ghcide] isRdrTyVar
3475.25 s
[ghcide] isSrcRdrName
3475.25 s
[ghcide] isUnqual
3475.25 s
[ghcide] localRdrEnvElts
3475.25 s
[ghcide] lookupLocalRdrEnv
3475.25 s
[ghcide] lookupLocalRdrOcc
3475.25 s
[ghcide] minusLocalRdrEnv
3475.25 s
[ghcide] minusLocalRdrEnvList
3475.25 s
[ghcide] mkExactGRE
3475.25 s
[ghcide] mkGRE
3475.25 s
[ghcide] mkGlobalRdrEnv
3475.25 s
[ghcide] mkLocalConLikeGRE
3475.25 s
[ghcide] mkLocalFieldGREs
3475.25 s
[ghcide] mkLocalGRE
3475.25 s
[ghcide] mkLocalVanillaGRE
3475.25 s
[ghcide] mkOrig
3475.25 s
[ghcide] mkParent
3475.25 s
[ghcide] mkRdrQual
3475.25 s
[ghcide] mkRdrUnqual
3475.25 s
[ghcide] mkUnqual
3475.25 s
[ghcide] mkVarUnqual
3475.25 s
[ghcide] nameRdrName
3475.25 s
[ghcide] plusGRE
3475.25 s
[ghcide] plusGlobalRdrEnv
3475.25 s
[ghcide] pprGlobalRdrEnv
3475.25 s
[ghcide] promoteRdrName
3475.25 s
[ghcide] rdrNameOcc
3475.25 s
[ghcide] rdrNameSpace
3475.25 s
[ghcide] recFieldConLike_maybe
3475.25 s
[ghcide] recFieldInfo_maybe
3475.25 s
[ghcide] shadowNames
3475.25 s
[ghcide] RecFieldInfo
3475.25 s
[ghcide] LookupChild
3475.25 s
[ghcide] emptyMessages
3475.25 s
[ghcide] HscSource
3475.25 s
[ghcide] setTyVarUnique
3475.25 s
[ghcide] setVarUnique
3475.25 s
[ghcide] alterModuleEnv
3475.25 s
[ghcide] delInstalledModuleEnv
3475.25 s
[ghcide] delInstalledModuleWithIsBootEnv
3475.25 s
[ghcide] delModuleEnv
3475.25 s
[ghcide] delModuleEnvList
3475.25 s
[ghcide] delModuleSet
3475.25 s
[ghcide] elemModuleEnv
3475.25 s
[ghcide] elemModuleSet
3475.25 s
[ghcide] emptyInstalledModuleEnv
3475.25 s
[ghcide] emptyInstalledModuleWithIsBootEnv
3475.25 s
[ghcide] emptyModuleEnv
3475.25 s
[ghcide] emptyModuleSet
3475.25 s
[ghcide] extendInstalledModuleEnv
3475.25 s
[ghcide] extendInstalledModuleWithIsBootEnv
3475.25 s
[ghcide] extendModuleEnv
3475.25 s
[ghcide] extendModuleEnvList
3475.25 s
[ghcide] extendModuleEnvList_C
3475.25 s
[ghcide] extendModuleEnvWith
3475.25 s
[ghcide] extendModuleSet
3475.25 s
[ghcide] extendModuleSetList
3475.25 s
[ghcide] filterInstalledModuleEnv
3475.25 s
[ghcide] filterInstalledModuleWithIsBootEnv
3475.25 s
[ghcide] filterModuleEnv
3475.25 s
[ghcide] installedModuleEnvElts
3475.25 s
[ghcide] installedModuleWithIsBootEnvElts
3475.25 s
[ghcide] intersectModuleSet
3475.25 s
[ghcide] isEmptyModuleEnv
3475.25 s
[ghcide] isEmptyModuleSet
3475.25 s
[ghcide] lookupInstalledModuleEnv
3475.25 s
[ghcide] lookupInstalledModuleWithIsBootEnv
3475.25 s
[ghcide] lookupModuleEnv
3475.25 s
[ghcide] lookupWithDefaultModuleEnv
3475.25 s
[ghcide] mapMaybeModuleEnv
3475.25 s
[ghcide] mapModuleEnv
3475.25 s
[ghcide] mergeInstalledModuleEnv
3475.25 s
[ghcide] mergeInstalledModuleWithIsBootEnv
3475.25 s
[ghcide] minusModuleSet
3475.25 s
[ghcide] mkModuleEnv
3475.25 s
[ghcide] mkModuleSet
3475.25 s
[ghcide] moduleEnvElts
3475.25 s
[ghcide] moduleEnvKeys
3475.25 s
[ghcide] moduleEnvToList
3475.25 s
[ghcide] moduleSetElts
3475.25 s
[ghcide] partitionModuleEnv
3475.25 s
[ghcide] plusInstalledModuleEnv
3475.25 s
[ghcide] plusInstalledModuleWithIsBootEnv
3475.25 s
[ghcide] plusModuleEnv
3475.25 s
[ghcide] plusModuleEnv_C
3475.25 s
[ghcide] unionManyModuleSets
3475.25 s
[ghcide] unionModuleSet
3475.25 s
[ghcide] unitModuleEnv
3475.25 s
[ghcide] unitModuleSet
3475.25 s
[ghcide] ModLocation
3475.25 s
[ghcide] addBootSuffixLocn_maybe
3475.25 s
[ghcide] bignumUnit
3475.25 s
[ghcide] bignumUnitId
3475.25 s
[ghcide] ghcInternalUnit
3475.25 s
[ghcide] ghcInternalUnitId
3475.25 s
[ghcide] interactiveUnit
3475.25 s
[ghcide] interactiveUnitId
3475.25 s
[ghcide] isHoleUnit
3475.25 s
[ghcide] isInteractiveModule
3475.25 s
[ghcide] mainUnit
3475.25 s
[ghcide] mkModule
3475.25 s
[ghcide] moduleUnitId
3475.25 s
[ghcide] notBoot
3475.25 s
[ghcide] pprInstantiatedModule
3475.25 s
[ghcide] pprModule
3475.25 s
[ghcide] pprUnit
3475.25 s
[ghcide] primUnit
3475.25 s
[ghcide] primUnitId
3475.25 s
[ghcide] rtsUnit
3475.25 s
[ghcide] rtsUnitId
3475.25 s
[ghcide] stringToUnit
3475.25 s
[ghcide] stringToUnitId
3475.25 s
[ghcide] thisGhcUnit
3475.25 s
[ghcide] thisGhcUnitId
3475.25 s
[ghcide] unitIdString
3475.25 s
[ghcide] unitString
3475.25 s
[ghcide] wiredInUnitIds
3475.25 s
[ghcide] mkModuleName
3475.25 s
[ghcide] mkModuleNameFS
3475.25 s
[ghcide] moduleNameFS
3475.25 s
[ghcide] moduleNameString
3475.25 s
[ghcide] parseModuleName
3475.25 s
[ghcide] ContainsModule
3475.25 s
[ghcide] HasModule
3475.25 s
[ghcide] GenInstantiations
3475.25 s
[ghcide] InstalledModuleWithIsBoot
3475.25 s
[ghcide] InstantiatedUnit
3475.25 s
[ghcide] Instantiations
3475.25 s
[ghcide] ModuleNameWithIsBoot
3475.25 s
[ghcide] ModuleWithIsBoot
3475.25 s
[ghcide] Unit
3475.25 s
[ghcide] mkPrelImports
3475.25 s
[ghcide] toArgs
3475.25 s
[ghcide] activeContext
3475.25 s
[ghcide] addPsMessage
3475.25 s
[ghcide] adjustChar
3475.25 s
[ghcide] allocateComments
3475.25 s
[ghcide] allocateFinalComments
3475.25 s
[ghcide] allocatePriorComments
3475.25 s
[ghcide] commentToAnnotation
3475.25 s
[ghcide] disableHaddock
3475.25 s
[ghcide] failLocMsgP
3475.25 s
[ghcide] failMsgP
3475.25 s
[ghcide] getCommentsFor
3475.25 s
[ghcide] getEofPos
3475.25 s
[ghcide] getFinalCommentsFor
3475.25 s
[ghcide] getLexState
3475.25 s
[ghcide] getPState
3475.25 s
[ghcide] getPriorCommentsFor
3475.25 s
[ghcide] getRealSrcLoc
3475.25 s
[ghcide] lexTokenStream
3475.25 s
[ghcide] lexer
3475.25 s
[ghcide] lexerDbg
3475.25 s
[ghcide] nextIsEOF
3475.25 s
[ghcide] popContext
3475.25 s
[ghcide] popLexState
3475.25 s
[ghcide] pushLexState
3475.25 s
[ghcide] pushModuleContext
3475.25 s
[ghcide] setLastToken
3475.25 s
[ghcide] setSrcLoc
3475.25 s
[ghcide] srcParseFail
3475.25 s
[ghcide] xset
3475.25 s
[ghcide] xtest
3475.25 s
[ghcide] xunset
3475.25 s
[ghcide] PState
3475.25 s
[ghcide] Token
3475.25 s
[ghcide] CompileReason
3475.25 s
[ghcide] hscUpdateHUG
3475.25 s
[ghcide] hsc_HUG
3475.25 s
[ghcide] getKey
3475.25 s
[ghcide] mkCgInteractiveGuts
3475.25 s
[ghcide] justBytecode
3475.25 s
[ghcide] justObjects
3475.25 s
[ghcide] emptyHomeModInfoLinkable
3475.25 s
[ghcide] homeModInfoByteCode
3475.25 s
[ghcide] homeModInfoObject
3475.25 s
[ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:786)
3475.25 s
[ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:633)
3475.25 s
[ghcide] lookupGlobalRdrEnv (src/Development/IDE/GHC/Compat/Core.hs:819)
3475.25 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.GHC.Compat.Driver'
3475.25 s
[ghcide] Missing documentation for:
3475.25 s
[ghcide] Module header
3475.25 s
[ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
3475.25 s
[ghcide] Missing documentation for:
3475.25 s
[ghcide] hsc_HPT
3475.25 s
[ghcide] setInteractivePrintName
3475.25 s
[ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:75)
3475.25 s
[ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:95)
3475.25 s
[ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:99)
3475.25 s
[ghcide] HomeUnit
3475.25 s
[ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:81)
3475.25 s
[ghcide] Logger
3475.25 s
[ghcide] UnitEnv
3475.25 s
[ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:92)
3475.25 s
[ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:84)
3475.25 s
[ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:87)
3475.25 s
[ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:117)
3475.25 s
[ghcide] Ways
3475.25 s
[ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:133)
3475.25 s
[ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:153)
3475.25 s
[ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:143)
3475.25 s
[ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:149)
3475.25 s
[ghcide] workingDirectory
3475.25 s
[ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:78)
3475.25 s
[ghcide] hscSetActiveUnitId
3475.25 s
[ghcide] reexportedModules
3475.25 s
[ghcide] 68% ( 15 / 22) in 'Development.IDE.GHC.Compat.Error'
3475.25 s
[ghcide] Missing documentation for:
3475.25 s
[ghcide] Module header
3475.25 s
[ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:68)
3475.25 s
[ghcide] PsMessage
3475.25 s
[ghcide] _TcRnMessage (src/Development/IDE/GHC/Compat/Error.hs:34)
3475.25 s
[ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:39)
3475.25 s
[ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:44)
3475.25 s
[ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:49)
3475.25 s
[ghcide] Warning: 'a_a4ME' is out of scope.
3475.25 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.25 s
[ghcide] Warning: 'a' is out of scope.
3475.25 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.25 s
[ghcide] 43% ( 23 / 53) in 'Development.IDE.GHC.Compat.Outputable'
3475.25 s
[ghcide] Missing documentation for:
3475.25 s
[ghcide] Module header
3475.25 s
[ghcide] showSDocUnsafe
3475.25 s
[ghcide] ppr
3475.25 s
[ghcide] text
3475.25 s
[ghcide] empty
3475.25 s
[ghcide] hang
3475.25 s
[ghcide] punctuate
3475.25 s
[ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:95)
3475.25 s
[ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:131)
3475.25 s
[ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:78)
3475.25 s
[ghcide] defaultUserStyle
3475.25 s
[ghcide] withPprStyle
3475.25 s
[ghcide] PsWarning
3475.25 s
[ghcide] PsError
3475.25 s
[ghcide] defaultDiagnosticOpts
3475.25 s
[ghcide] pprMessages
3475.25 s
[ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:143)
3475.25 s
[ghcide] pprMsgEnvelopeBagWithLoc
3475.25 s
[ghcide] getMessages
3475.25 s
[ghcide] renderWithContext
3475.25 s
[ghcide] errMsgDiagnostic
3475.25 s
[ghcide] unDecorated
3475.25 s
[ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
3475.25 s
[ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
3475.25 s
[ghcide] errMsgSeverity
3475.25 s
[ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:105)
3475.25 s
[ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:151)
3475.25 s
[ghcide] mkSrcErr
3475.25 s
[ghcide] srcErrorMessages
3475.25 s
[ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:154)
3475.25 s
[ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
3475.25 s
[ghcide] Missing documentation for:
3475.25 s
[ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:22)
3475.25 s
[ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
3475.25 s
[ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:30)
3475.25 s
[ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
3475.25 s
[ghcide] Missing documentation for:
3475.25 s
[ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:25)
3475.25 s
[ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:31)
3475.25 s
[ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
3475.25 s
[ghcide] Missing documentation for:
3475.25 s
[ghcide] UnitState
3475.25 s
[ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:93)
3475.25 s
[ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:82)
3475.25 s
[ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:134)
3475.25 s
[ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:126)
3475.25 s
[ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:153)
3475.25 s
[ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:130)
3475.25 s
[ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:142)
3475.25 s
[ghcide] UnitInfoMap
3475.25 s
[ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:146)
3475.25 s
[ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:150)
3475.25 s
[ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:156)
3475.25 s
[ghcide] unitPackageNameString
3475.25 s
[ghcide] Unit
3475.25 s
[ghcide] unitString
3475.25 s
[ghcide] stringToUnit
3475.25 s
[ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:168)
3475.25 s
[ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:170)
3475.25 s
[ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:172)
3475.25 s
[ghcide] moduleUnitId
3475.25 s
[ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:176)
3475.25 s
[ghcide] FinderCache
3475.25 s
[ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:187)
3475.25 s
[ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:190)
3475.25 s
[ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
3475.25 s
[ghcide] Missing documentation for:
3475.25 s
[ghcide] handleGhcException
3475.25 s
[ghcide] Bag
3475.25 s
[ghcide] bagToList
3475.25 s
[ghcide] listToBag
3475.25 s
[ghcide] unionBags
3475.25 s
[ghcide] isEmptyBag
3475.25 s
[ghcide] LBooleanFormula
3475.25 s
[ghcide] BooleanFormula
3475.25 s
[ghcide] OverridingBool
3475.25 s
[ghcide] MaybeErr
3475.25 s
[ghcide] Pair
3475.25 s
[ghcide] EnumSet
3475.25 s
[ghcide] toList
3475.25 s
[ghcide] uniq
3475.25 s
[ghcide] fsLit
3475.26 s
[ghcide] Fingerprint
3475.26 s
[ghcide] fingerprintData
3475.26 s
[ghcide] fingerprintString
3475.26 s
[ghcide] fingerprintFingerprints
3475.26 s
[ghcide] nonDetCmpUnique
3475.26 s
[ghcide] getUnique
3475.26 s
[ghcide] mkUnique
3475.26 s
[ghcide] newTagUnique
3475.26 s
[ghcide] emptyUDFM
3475.26 s
[ghcide] plusUDFM
3475.26 s
[ghcide] plusUDFM_C
3475.26 s
[ghcide] 31% ( 5 / 16) in 'Development.IDE.GHC.Compat.Parser'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:45)
3475.26 s
[ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:49)
3475.26 s
[ghcide] PsSpan
3475.26 s
[ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:57)
3475.26 s
[ghcide] HsParsedModule
3475.26 s
[ghcide] hpm_module (src/Development/IDE/GHC/Compat/Parser.hs:58)
3475.26 s
[ghcide] hpm_src_files (src/Development/IDE/GHC/Compat/Parser.hs:59)
3475.26 s
[ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:67)
3475.26 s
[ghcide] pm_parsed_source (src/Development/IDE/GHC/Compat/Parser.hs:69)
3475.26 s
[ghcide] pm_mod_summary (src/Development/IDE/GHC/Compat/Parser.hs:68)
3475.26 s
[ghcide] pm_extra_src_files (src/Development/IDE/GHC/Compat/Parser.hs:70)
3475.26 s
[ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] PluginWithArgs
3475.26 s
[ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:39)
3475.26 s
[ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:49)
3475.26 s
[ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:35)
3475.26 s
[ghcide] 45% ( 60 /133) in 'Development.IDE.GHC.Compat'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] hPutStringBuffer
3475.26 s
[ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:371)
3475.26 s
[ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:409)
3475.26 s
[ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:381)
3475.26 s
[ghcide] lookupNameCache
3475.26 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:413)
3475.26 s
[ghcide] reLoc
3475.26 s
[ghcide] reLocA (src/Development/IDE/GHC/Compat.hs:289)
3475.26 s
[ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:312)
3475.26 s
[ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:326)
3475.26 s
[ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:226)
3475.26 s
[ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:488)
3475.26 s
[ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:435)
3475.26 s
[ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:426)
3475.26 s
[ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:450)
3475.26 s
[ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:453)
3475.26 s
[ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:480)
3475.26 s
[ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:483)
3475.26 s
[ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:486)
3475.26 s
[ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:495)
3475.26 s
[ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:417)
3475.26 s
[ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
3475.26 s
[ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:468)
3475.26 s
[ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:464)
3475.26 s
[ghcide] HieFileResult
3475.26 s
[ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:335)
3475.26 s
[ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:348)
3475.26 s
[ghcide] enrichHie
3475.26 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:375)
3475.26 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:378)
3475.26 s
[ghcide] HiePath
3475.26 s
[ghcide] hieNameOcc
3475.26 s
[ghcide] nameEntityInfo
3475.26 s
[ghcide] pprBindSpan
3475.26 s
[ghcide] pprIdentifier
3475.26 s
[ghcide] pprNodeIdents
3475.26 s
[ghcide] toHieName
3475.26 s
[ghcide] BindType
3475.26 s
[ghcide] DeclType
3475.26 s
[ghcide] EvVarSource
3475.26 s
[ghcide] HieAST
3475.26 s
[ghcide] HiePath
3475.26 s
[ghcide] HieTypeFlat
3475.26 s
[ghcide] Identifier
3475.26 s
[ghcide] NameEntityInfo
3475.26 s
[ghcide] NodeIdentifiers
3475.26 s
[ghcide] RecFieldContext
3475.26 s
[ghcide] Scope
3475.26 s
[ghcide] Span
3475.26 s
[ghcide] TypeIndex
3475.26 s
[ghcide] runUnlit
3475.26 s
[ghcide] runPp
3475.26 s
[ghcide] hscCompileCoreExprHook
3475.26 s
[ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:297)
3475.26 s
[ghcide] tidyExpr
3475.26 s
[ghcide] emptyTidyEnv
3475.26 s
[ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:304)
3475.26 s
[ghcide] corePrepPgm
3475.26 s
[ghcide] lintInteractiveExpr
3475.26 s
[ghcide] icInteractiveModule
3475.26 s
[ghcide] lookupHpt
3475.26 s
[ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:216)
3475.26 s
[ghcide] Annotation
3475.26 s
[ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:293)
3475.26 s
[ghcide] mkRnEnv2
3475.26 s
[ghcide] emptyInScopeSet
3475.26 s
[ghcide] byteCodeGen
3475.26 s
[ghcide] loadDecls
3475.26 s
[ghcide] expectJust
3475.26 s
[ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:519)
3475.26 s
[ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:512)
3475.26 s
[ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:337)
3475.26 s
[ghcide] tcInitTidyEnv
3475.26 s
[ghcide] Warning: 'tcIdDetails' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'tcIfaceInfo' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'tcIfaceType' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'IfaceId' is ambiguous. It is defined
3475.26 s
[ghcide] * in ‘GHC.Iface.Syntax’
3475.26 s
[ghcide] * at src/Development/IDE/GHC/CoreFile.hs:61:1
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined at src/Development/IDE/GHC/CoreFile.hs:61:1
3475.26 s
[ghcide] 37% ( 3 / 8) in 'Development.IDE.GHC.CoreFile'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:44)
3475.26 s
[ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:123)
3475.26 s
[ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:171)
3475.26 s
[ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:86)
3475.26 s
[ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:138)
3475.26 s
[ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
3475.26 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] Module header
3475.26 s
[ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:29)
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Location
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Position
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Range
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Uri
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedUri
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export toNormalizedUri
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedUri
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedFilePath
3475.26 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedFilePath
3475.26 s
[ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] Location
3475.26 s
[ghcide] noFilePath (src/Development/IDE/Types/Location.hs:70)
3475.26 s
[ghcide] noRange (src/Development/IDE/Types/Location.hs:74)
3475.26 s
[ghcide] Position
3475.26 s
[ghcide] showPosition (src/Development/IDE/Types/Location.hs:77)
3475.26 s
[ghcide] Range
3475.26 s
[ghcide] Uri
3475.26 s
[ghcide] NormalizedUri
3475.26 s
[ghcide] toNormalizedUri
3475.26 s
[ghcide] fromNormalizedUri
3475.26 s
[ghcide] NormalizedFilePath
3475.26 s
[ghcide] fromUri (src/Development/IDE/Types/Location.hs:67)
3475.26 s
[ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:47)
3475.26 s
[ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:59)
3475.26 s
[ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:43)
3475.26 s
[ghcide] fromNormalizedFilePath
3475.26 s
[ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:64)
3475.26 s
[ghcide] Warning: 'Prism' is ambiguous. It is defined
3475.26 s
[ghcide] * in ‘Control.Lens.Reified’
3475.26 s
[ghcide] * in ‘Control.Lens.Type’
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
3475.26 s
[ghcide] Warning: 'Lens' is ambiguous. It is defined
3475.26 s
[ghcide] * in ‘Control.Lens.Reified’
3475.26 s
[ghcide] * in ‘Control.Lens.Type’
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
3475.26 s
[ghcide] Warning: 'TcRnMessage' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
3475.26 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:23
3475.26 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:1
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:250:1
3475.26 s
[ghcide] Warning: 'Document' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export Diagnostic
3475.26 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
3475.26 s
[ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] Module header
3475.26 s
[ghcide] Diagnostic
3475.26 s
[ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:338)
3475.26 s
[ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
3475.26 s
[ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
3475.26 s
[ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:338)
3475.26 s
[ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
3475.26 s
[ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
3475.26 s
[ghcide] DiagnosticSeverity
3475.26 s
[ghcide] DiagnosticStore
3475.26 s
[ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:165)
3475.26 s
[ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:277)
3475.26 s
[ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:280)
3475.26 s
[ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:135)
3475.26 s
[ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:145)
3475.26 s
[ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:142)
3475.26 s
[ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] Module header
3475.26 s
[ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
3475.26 s
[ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:93)
3475.26 s
[ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:101)
3475.26 s
[ghcide] Warning: 'PackageConfig' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'StringBuffer' is ambiguous. It is defined
3475.26 s
[ghcide] * in ‘GHC.Data.StringBuffer’
3475.26 s
[ghcide] * in ‘GHC.Data.StringBuffer’
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
3475.26 s
[ghcide] Warning: 'CgGuts' is ambiguous. It is defined
3475.26 s
[ghcide] * in ‘GHC.Unit.Module.ModGuts’
3475.26 s
[ghcide] * in ‘GHC.Unit.Module.ModGuts’
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined in ‘GHC.Unit.Module.ModGuts’
3475.26 s
[ghcide] Warning: 'CoreModule' is ambiguous. It is defined
3475.26 s
[ghcide] * in ‘GHC’
3475.26 s
[ghcide] * in ‘GHC’
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined in ‘GHC’
3475.26 s
[ghcide] Warning: 'Fingerprint' is ambiguous. It is defined
3475.26 s
[ghcide] * in ‘GHC.Internal.Fingerprint.Type’
3475.26 s
[ghcide] * in ‘GHC.Internal.Fingerprint.Type’
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined in ‘GHC.Internal.Fingerprint.Type’
3475.26 s
[ghcide] Warning: 'hDuplicateTo' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'a_a4ME' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'a' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] 65% ( 17 / 26) in 'Development.IDE.GHC.Util'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] runParser (src/Development/IDE/GHC/Util.hs:97)
3475.26 s
[ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:108)
3475.26 s
[ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:105)
3475.26 s
[ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:178)
3475.26 s
[ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:184)
3475.26 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:375)
3475.26 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:378)
3475.26 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:413)
3475.26 s
[ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:273)
3475.26 s
[ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
3475.26 s
[ghcide] Warning: 'GetLocatedImports' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'target' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'GetKnownTargets' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] Module header
3475.26 s
[ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:64)
3475.26 s
[ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
3475.26 s
[ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
3475.26 s
[ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
3475.26 s
[ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
3475.26 s
[ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] Module header
3475.26 s
[ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
3475.26 s
[ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
3475.26 s
[ghcide] rendered (src/Development/IDE/Types/Exports.hs:91)
3475.26 s
[ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:107)
3475.26 s
[ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:104)
3475.26 s
[ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:79)
3475.26 s
[ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:71)
3475.26 s
[ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:121)
3475.26 s
[ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:154)
3475.26 s
[ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:164)
3475.26 s
[ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:215)
3475.26 s
[ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:184)
3475.26 s
[ghcide] size (src/Development/IDE/Types/Exports.hs:68)
3475.26 s
[ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:82)
3475.26 s
[ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:174)
3475.26 s
[ghcide] Warning: 'Text' is out of scope.
3475.26 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.26 s
[ghcide] Warning: 'Location' is ambiguous. It is defined
3475.26 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
3475.26 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
3475.26 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.26 s
[ghcide] by specifying the type/value namespace explicitly.
3475.26 s
[ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
3475.26 s
[ghcide] 25% ( 3 / 12) in 'Development.IDE.Spans.Common'
3475.26 s
[ghcide] Missing documentation for:
3475.26 s
[ghcide] Module header
3475.26 s
[ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:56)
3475.27 s
[ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:50)
3475.27 s
[ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:61)
3475.27 s
[ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:67)
3475.27 s
[ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:75)
3475.27 s
[ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:125)
3475.27 s
[ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
3475.27 s
[ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:38)
3475.27 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Types: Could not find documentation for exported module: Development.IDE.Plugin.Completions.Types
3475.27 s
[ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:48)
3475.27 s
[ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:164)
3475.27 s
[ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:172)
3475.27 s
[ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:53)
3475.27 s
[ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
3475.27 s
[ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
3475.27 s
[ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
3475.27 s
[ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
3475.27 s
[ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
3475.27 s
[ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
3475.27 s
[ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
3475.27 s
[ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
3475.27 s
[ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:92)
3475.27 s
[ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:99)
3475.27 s
[ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:95)
3475.27 s
[ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:234)
3475.27 s
[ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:156)
3475.27 s
[ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:113)
3475.27 s
[ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:118)
3475.27 s
[ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:152)
3475.27 s
[ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:163)
3475.27 s
[ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:167)
3475.27 s
[ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:173)
3475.27 s
[ghcide] realSpan (src/Development/IDE/GHC/Error.hs:215)
3475.27 s
[ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:177)
3475.27 s
[ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:183)
3475.27 s
[ghcide] Warning: 'HscEnvEq' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:17
3475.27 s
[ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/HscEnvEq.hs:36:1
3475.27 s
[ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] hscEnv
3475.27 s
[ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:48)
3475.27 s
[ghcide] envPackageExports
3475.27 s
[ghcide] Warning: 'Interval' is ambiguous. It is defined
3475.27 s
[ghcide] * in ‘Data.IntervalMap.FingerTree’
3475.27 s
[ghcide] * in ‘Data.IntervalMap.FingerTree’
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined in ‘Data.IntervalMap.FingerTree’
3475.27 s
[ghcide] Warning: 'Bindings' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:77:17
3475.27 s
[ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:77:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Spans/LocalBindings.hs:77:1
3475.27 s
[ghcide] Warning: 'PositionRange' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] Warning: 'PositionMapping' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:41)
3475.27 s
[ghcide] Warning: 'main' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
3475.27 s
[ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
3475.27 s
[ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:59)
3475.27 s
[ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:52)
3475.27 s
[ghcide] Warning: 'FilePathId' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:70:22
3475.27 s
[ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:70:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Import/DependencyInformation.hs:70:1
3475.27 s
[ghcide] 29% ( 8 / 27) in 'Development.IDE.Import.DependencyInformation'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:137)
3475.27 s
[ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
3475.27 s
[ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:382)
3475.27 s
[ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:156)
3475.27 s
[ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:160)
3475.27 s
[ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:79)
3475.27 s
[ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:89)
3475.27 s
[ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:92)
3475.27 s
[ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:113)
3475.27 s
[ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:107)
3475.27 s
[ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:110)
3475.27 s
[ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:116)
3475.27 s
[ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:119)
3475.27 s
[ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:171)
3475.27 s
[ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:232)
3475.27 s
[ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:371)
3475.27 s
[ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:121)
3475.27 s
[ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:124)
3475.27 s
[ghcide] Warning: 'NeedsCompilation' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:410:25
3475.27 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:410:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:410:1
3475.27 s
[ghcide] Warning: 'GetModIface' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:474:20
3475.27 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:474:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:474:1
3475.27 s
[ghcide] Warning: Development.IDE.Core.RuleTypes: Could not find documentation for exported module: Development.IDE.Core.RuleTypes
3475.27 s
[ghcide] 10% ( 6 / 57) in 'Development.IDE.Core.RuleTypes'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
3475.27 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:314)
3475.27 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:462)
3475.27 s
[ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
3475.27 s
[ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
3475.27 s
[ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
3475.27 s
[ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:191)
3475.27 s
[ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:194)
3475.27 s
[ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
3475.27 s
[ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:172)
3475.27 s
[ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
3475.27 s
[ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:329)
3475.27 s
[ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:503)
3475.27 s
[ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:246)
3475.27 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
3475.27 s
[ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:86)
3475.27 s
[ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:440)
3475.27 s
[ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:430)
3475.27 s
[ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:332)
3475.27 s
[ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:337)
3475.27 s
[ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:343)
3475.27 s
[ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:435)
3475.27 s
[ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:111)
3475.27 s
[ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:77)
3475.27 s
[ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:106)
3475.27 s
[ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:402)
3475.27 s
[ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:474)
3475.27 s
[ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:464)
3475.27 s
[ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:469)
3475.27 s
[ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:489)
3475.27 s
[ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:484)
3475.27 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
3475.27 s
[ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:415)
3475.27 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
3475.27 s
[ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:397)
3475.27 s
[ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:445)
3475.27 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
3475.27 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
3475.27 s
[ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:174)
3475.27 s
[ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:223)
3475.27 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
3475.27 s
[ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:117)
3475.27 s
[ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:479)
3475.27 s
[ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:360)
3475.27 s
[ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:93)
3475.27 s
[ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:51)
3475.27 s
[ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:367)
3475.27 s
[ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:410)
3475.27 s
[ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:420)
3475.27 s
[ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:122)
3475.27 s
[ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:425)
3475.27 s
[ghcide] Warning: 'phase' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:135)
3475.27 s
[ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:88)
3475.27 s
[ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:121)
3475.27 s
[ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:39)
3475.27 s
[ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:47)
3475.27 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] Warning: 'ekg' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] Warning: 'ComponentOptions' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] Warning: 'HscEnvEq' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
3475.27 s
[ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:91)
3475.27 s
[ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:100)
3475.27 s
[ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:101)
3475.27 s
[ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:102)
3475.27 s
[ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:103)
3475.27 s
[ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:113)
3475.27 s
[ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:117)
3475.27 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
3475.27 s
[ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:88)
3475.27 s
[ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:105)
3475.27 s
[ghcide] Warning: 'ProgressReporting' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:26
3475.27 s
[ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/ProgressReporting.hs:50:1
3475.27 s
[ghcide] Warning: 'delayedProgressReporting' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
3475.27 s
[ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
3475.27 s
[ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
3475.27 s
[ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:95)
3475.27 s
[ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
3475.27 s
[ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
3475.27 s
[ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:137)
3475.27 s
[ghcide] progressStop
3475.27 s
[ghcide] progressUpdate
3475.27 s
[ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] Module header
3475.27 s
[ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
3475.27 s
[ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
3475.27 s
[ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
3475.27 s
[ghcide] Key
3475.27 s
[ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
3475.27 s
[ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:74)
3475.27 s
[ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:115)
3475.27 s
[ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:130)
3475.27 s
[ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:136)
3475.27 s
[ghcide] toKey (src/Development/IDE/Types/Shake.hs:79)
3475.27 s
[ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:96)
3475.27 s
[ghcide] fromKey (src/Development/IDE/Types/Shake.hs:82)
3475.27 s
[ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
3475.27 s
[ghcide] Warning: 'Q' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:98:15
3475.27 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:98:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:98:1
3475.27 s
[ghcide] Warning: 'A' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:106:15
3475.27 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:106:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:106:1
3475.27 s
[ghcide] Warning: 'proper' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] Warning: 'ShakeSession' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:523:24
3475.27 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:523:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:523:1
3475.27 s
[ghcide] Warning: 'IdeState' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:557:17
3475.27 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:557:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:557:1
3475.27 s
[ghcide] Warning: 'Initialized' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] Warning: 'BadDependency' is ambiguous. It is defined
3475.27 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:70:25
3475.27 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:70:1
3475.27 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.27 s
[ghcide] by specifying the type/value namespace explicitly.
3475.27 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:70:1
3475.27 s
[ghcide] Warning: 'useWithStaleE' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] Warning: 'usesE' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] Warning: 'runInShakeSession' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] Warning: 'LanguageContextEnv' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] Warning: 'resRootPath' is out of scope.
3475.27 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.27 s
[ghcide] 41% ( 35 / 85) in 'Development.IDE.Core.Shake'
3475.27 s
[ghcide] Missing documentation for:
3475.27 s
[ghcide] shakeExtras
3475.28 s
[ghcide] shakeDb
3475.28 s
[ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
3475.28 s
[ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:345)
3475.28 s
[ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:351)
3475.28 s
[ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
3475.28 s
[ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
3475.28 s
[ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
3475.28 s
[ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
3475.28 s
[ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
3475.28 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
3475.28 s
[ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:755)
3475.28 s
[ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1109)
3475.28 s
[ghcide] use_ (src/Development/IDE/Core/Shake.hs:1118)
3475.28 s
[ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1121)
3475.28 s
[ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
3475.28 s
[ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1017)
3475.28 s
[ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1198)
3475.28 s
[ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1203)
3475.28 s
[ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:933)
3475.28 s
[ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
3475.28 s
[ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
3475.28 s
[ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:937)
3475.28 s
[ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:389)
3475.28 s
[ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:404)
3475.28 s
[ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:409)
3475.28 s
[ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:428)
3475.28 s
[ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:425)
3475.28 s
[ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:415)
3475.28 s
[ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:434)
3475.28 s
[ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:446)
3475.28 s
[ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:430)
3475.28 s
[ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:373)
3475.28 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
3475.28 s
[ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1383)
3475.28 s
[ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1430)
3475.28 s
[ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1442)
3475.28 s
[ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:337)
3475.28 s
[ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:339)
3475.28 s
[ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
3475.28 s
[ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
3475.28 s
[ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:778)
3475.28 s
[ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1062)
3475.28 s
[ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1069)
3475.28 s
[ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
3475.28 s
[ghcide] HieDb
3475.28 s
[ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:953)
3475.28 s
[ghcide] Log (src/Development/IDE/Core/Shake.hs:181)
3475.28 s
[ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
3475.28 s
[ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
3475.28 s
[ghcide] Warning: 'IdeGhcSession' is ambiguous. It is defined
3475.28 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:513:22
3475.28 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:513:1
3475.28 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.28 s
[ghcide] by specifying the type/value namespace explicitly.
3475.28 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:513:1
3475.28 s
[ghcide] Warning: 'HieWriterChan' is out of scope.
3475.28 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.28 s
[ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
3475.28 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.28 s
[ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
3475.28 s
[ghcide] Missing documentation for:
3475.28 s
[ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:231)
3475.28 s
[ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:228)
3475.28 s
[ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:278)
3475.28 s
[ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:396)
3475.28 s
[ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:342)
3475.28 s
[ghcide] Log (session-loader/Development/IDE/Session.hs:131)
3475.28 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
3475.28 s
[ghcide] Missing documentation for:
3475.28 s
[ghcide] Module header
3475.28 s
[ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
3475.28 s
[ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
3475.28 s
[ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
3475.28 s
[ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:36)
3475.28 s
[ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:51)
3475.28 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
3475.28 s
[ghcide] Missing documentation for:
3475.28 s
[ghcide] Module header
3475.28 s
[ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
3475.28 s
[ghcide] Warning: 'PluginHandler' is ambiguous. It is defined
3475.28 s
[ghcide] * in ‘Ide.Types’
3475.28 s
[ghcide] * in ‘Ide.Types’
3475.28 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.28 s
[ghcide] by specifying the type/value namespace explicitly.
3475.28 s
[ghcide] Defaulting to the one defined in ‘Ide.Types’
3475.28 s
[ghcide] Warning: 'PluginHandlers' is ambiguous. It is defined
3475.28 s
[ghcide] * in ‘Ide.Types’
3475.28 s
[ghcide] * in ‘Ide.Types’
3475.28 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.28 s
[ghcide] by specifying the type/value namespace explicitly.
3475.28 s
[ghcide] Defaulting to the one defined in ‘Ide.Types’
3475.28 s
[ghcide] Warning: 'data_' is out of scope.
3475.28 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.28 s
[ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
3475.28 s
[ghcide] Missing documentation for:
3475.28 s
[ghcide] Module header
3475.28 s
[ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:405)
3475.28 s
[ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
3475.28 s
[ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
3475.28 s
[ghcide] Missing documentation for:
3475.28 s
[ghcide] Module header
3475.28 s
[ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:40)
3475.28 s
[ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:44)
3475.28 s
[ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:48)
3475.28 s
[ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:59)
3475.28 s
[ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
3475.28 s
[ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:64)
3475.28 s
[ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:69)
3475.28 s
[ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:92)
3475.28 s
[ghcide] 16% ( 1 / 6) in 'Development.IDE.LSP.LanguageServer'
3475.28 s
[ghcide] Missing documentation for:
3475.28 s
[ghcide] Module header
3475.28 s
[ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:99)
3475.28 s
[ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:140)
3475.28 s
[ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:50)
3475.28 s
[ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
3475.28 s
[ghcide] Warning: 'IsFileOfInterest' is ambiguous. It is defined
3475.28 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:479:25
3475.28 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:479:1
3475.28 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.28 s
[ghcide] by specifying the type/value namespace explicitly.
3475.28 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:479:1
3475.29 s
[ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
3475.29 s
[ghcide] Missing documentation for:
3475.29 s
[ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:91)
3475.29 s
[ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:103)
3475.29 s
[ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:108)
3475.29 s
[ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:121)
3475.29 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
3475.29 s
[ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:61)
3475.29 s
[ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:128)
3475.29 s
[ghcide] Log (src/Development/IDE/Core/OfInterest.hs:54)
3475.29 s
[ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
3475.29 s
[ghcide] Missing documentation for:
3475.29 s
[ghcide] Module header
3475.29 s
[ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:212)
3475.29 s
[ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:215)
3475.29 s
[ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:234)
3475.29 s
[ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:178)
3475.29 s
[ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:262)
3475.29 s
[ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:120)
3475.29 s
[ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:404)
3475.29 s
[ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:187)
3475.29 s
[ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
3475.29 s
[ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:314)
3475.29 s
[ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:284)
3475.29 s
[ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:329)
3475.29 s
[ghcide] Log (src/Development/IDE/Core/FileStore.hs:82)
3475.29 s
[ghcide] Warning: 'CoreModule' is ambiguous. It is defined
3475.29 s
[ghcide] * in ‘GHC’
3475.29 s
[ghcide] * in ‘GHC’
3475.29 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.29 s
[ghcide] by specifying the type/value namespace explicitly.
3475.29 s
[ghcide] Defaulting to the one defined in ‘GHC’
3475.29 s
[ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
3475.29 s
[ghcide] * in ‘GHC’
3475.29 s
[ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:67:1
3475.29 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.29 s
[ghcide] by specifying the type/value namespace explicitly.
3475.29 s
[ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:67:1
3475.29 s
[ghcide] Warning: 'runtime_deps' is out of scope.
3475.29 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.29 s
[ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
3475.29 s
[ghcide] Missing documentation for:
3475.29 s
[ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:188)
3475.29 s
[ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:780)
3475.29 s
[ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:461)
3475.29 s
[ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:438)
3475.29 s
[ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:635)
3475.29 s
[ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:673)
3475.29 s
[ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:798)
3475.29 s
[ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:922)
3475.29 s
[ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:935)
3475.29 s
[ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1287)
3475.29 s
[ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1353)
3475.29 s
[ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:982)
3475.29 s
[ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1372)
3475.29 s
[ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1538)
3475.29 s
[ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:177)
3475.29 s
[ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:144)
3475.29 s
[ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:146)
3475.29 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
3475.29 s
[ghcide] Missing documentation for:
3475.29 s
[ghcide] Module header
3475.29 s
[ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:108)
3475.29 s
[ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:68)
3475.29 s
[ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:73)
3475.29 s
[ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
3475.29 s
[ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:42)
3475.29 s
[ghcide] Warning: 'Location' is ambiguous. It is defined
3475.29 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
3475.29 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
3475.29 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.29 s
[ghcide] by specifying the type/value namespace explicitly.
3475.29 s
[ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
3475.29 s
[ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
3475.29 s
[ghcide] Missing documentation for:
3475.29 s
[ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:176)
3475.29 s
[ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:565)
3475.29 s
[ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:131)
3475.29 s
[ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:82)
3475.29 s
[ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:547)
3475.29 s
[ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:115)
3475.29 s
[ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:121)
3475.29 s
[ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:152)
3475.29 s
[ghcide] Warning: 'FileExistsState' is out of scope.
3475.29 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.29 s
[ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
3475.29 s
[ghcide] Missing documentation for:
3475.29 s
[ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:434)
3475.29 s
[ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:446)
3475.29 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
3475.29 s
[ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:933)
3475.29 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
3475.29 s
[ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1430)
3475.29 s
[ghcide] Log (src/Development/IDE/Core/Service.hs:44)
3475.29 s
[ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
3475.29 s
[ghcide] Missing documentation for:
3475.29 s
[ghcide] Module header
3475.29 s
[ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:64)
3475.29 s
[ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:67)
3475.29 s
[ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
3475.29 s
[ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:160)
3475.29 s
[ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
3475.29 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:23
3475.29 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:1
3475.30 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.30 s
[ghcide] by specifying the type/value namespace explicitly.
3475.30 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:250:1
3475.30 s
[ghcide] Warning: 'CodeAction' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'CodeActionParam' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'CodeActionContext' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'runIdeAction' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'uriToFilePath' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'use' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'useWithStale' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'useWithStaleFast' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'uses' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
3475.30 s
[ghcide] Missing documentation for:
3475.30 s
[ghcide] Module header
3475.30 s
[ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:236)
3475.30 s
[ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
3475.30 s
[ghcide] Missing documentation for:
3475.30 s
[ghcide] Module header
3475.30 s
[ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:113)
3475.30 s
[ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:125)
3475.30 s
[ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:134)
3475.30 s
[ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:142)
3475.30 s
[ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:149)
3475.30 s
[ghcide] Warning: 'Foo' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'ghcide' is out of scope.
3475.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.30 s
[ghcide] Warning: 'GetLinkable' is ambiguous. It is defined
3475.30 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:106:20
3475.30 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:106:1
3475.30 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.30 s
[ghcide] by specifying the type/value namespace explicitly.
3475.30 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:106:1
3475.30 s
[ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
3475.30 s
[ghcide] Missing documentation for:
3475.30 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
3475.30 s
[ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
3475.30 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
3475.30 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
3475.30 s
[ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1198)
3475.30 s
[ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1203)
3475.30 s
[ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1176)
3475.30 s
[ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1047)
3475.30 s
[ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1057)
3475.30 s
[ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:316)
3475.30 s
[ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:473)
3475.30 s
[ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:568)
3475.30 s
[ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:683)
3475.30 s
[ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:916)
3475.30 s
[ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:863)
3475.30 s
[ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:627)
3475.30 s
[ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:614)
3475.30 s
[ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1036)
3475.30 s
[ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:503)
3475.30 s
[ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:560)
3475.30 s
[ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1134)
3475.30 s
[ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:912)
3475.30 s
[ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:550)
3475.30 s
[ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:308)
3475.30 s
[ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:656)
3475.30 s
[ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:947)
3475.30 s
[ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:227)
3475.30 s
[ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:726)
3475.30 s
[ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
3475.30 s
[ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:859)
3475.30 s
[ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
3475.30 s
[ghcide] Missing documentation for:
3475.30 s
[ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
3475.30 s
[ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
3475.30 s
[ghcide] plugin (src/Development/IDE/Plugin/Test.hs:78)
3475.30 s
[ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:167)
3475.30 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
3475.30 s
[ghcide] Missing documentation for:
3475.30 s
[ghcide] Module header
3475.30 s
[ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:36)
3475.30 s
[ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
3475.30 s
[ghcide] Missing documentation for:
3475.30 s
[ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
3475.30 s
[ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:56)
3475.30 s
[ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:71)
3475.30 s
[ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:53)
3475.30 s
[ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:54)
3475.30 s
[ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:55)
3475.30 s
[ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:57)
3475.30 s
[ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:60)
3475.30 s
[ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:66)
3475.31 s
[ghcide] 57% ( 31 / 54) in 'Development.IDE'
3475.31 s
[ghcide] Missing documentation for:
3475.31 s
[ghcide] Module header
3475.31 s
[ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:113)
3475.31 s
[ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:212)
3475.31 s
[ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:215)
3475.31 s
[ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
3475.31 s
[ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:103)
3475.31 s
[ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1047)
3475.31 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
3475.31 s
[ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1383)
3475.31 s
[ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1017)
3475.31 s
[ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:373)
3475.31 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
3475.31 s
[ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1062)
3475.31 s
[ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1109)
3475.31 s
[ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1121)
3475.31 s
[ghcide] use_ (src/Development/IDE/Core/Shake.hs:1118)
3475.31 s
[ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:468)
3475.31 s
[ghcide] action
3475.31 s
[ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
3475.31 s
[ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
3475.31 s
[ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
3475.31 s
[ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
3475.31 s
[ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
3475.31 s
[ghcide] Warning: '#' is out of scope.
3475.31 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.31 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
3475.31 s
[ghcide] Missing documentation for:
3475.31 s
[ghcide] Module header
3475.31 s
[ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
3475.31 s
[ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
3475.31 s
[ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:33)
3475.31 s
[ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:52)
3475.31 s
[ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:59)
3475.31 s
[ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
3475.31 s
[ghcide] Missing documentation for:
3475.31 s
[ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:98)
3475.31 s
[ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:204)
3475.31 s
[ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:95)
3475.31 s
[ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:283)
3475.31 s
[ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:280)
3475.31 s
[ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:292)
3475.31 s
[ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:87)
3475.31 s
[ghcide] Warning: 'PositionMap' is ambiguous. It is defined
3475.31 s
[ghcide] * at src/Development/IDE/Core/UseStale.hs:62:49
3475.31 s
[ghcide] * at src/Development/IDE/Core/UseStale.hs:62:1
3475.31 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.31 s
[ghcide] by specifying the type/value namespace explicitly.
3475.31 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/UseStale.hs:62:1
3475.31 s
[ghcide] Warning: 'PositionMapping' is out of scope.
3475.31 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
3475.31 s
[ghcide] Warning: 'PositionMapping' is ambiguous. It is defined
3475.31 s
[ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:27
3475.31 s
[ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:1
3475.32 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
3475.32 s
[ghcide] by specifying the type/value namespace explicitly.
3475.32 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/PositionMapping.hs:93:1
3475.32 s
[ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
3475.32 s
[ghcide] Missing documentation for:
3475.32 s
[ghcide] Module header
3475.32 s
[ghcide] unTrack
3475.32 s
[ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:92)
3475.32 s
[ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:138)
3475.32 s
[ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:134)
3475.32 s
[ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:142)
3475.32 s
[ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
3475.32 s
[ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
3475.32 s
[ghcide] Missing documentation for:
3475.32 s
[ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
3475.32 s
[ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
3475.32 s
[ghcide] Missing documentation for:
3475.32 s
[ghcide] Module header
3475.32 s
[ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:338)
3475.32 s
[ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:315)
3475.32 s
[ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:894)
3475.32 s
[ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
3475.32 s
[ghcide] Missing documentation for:
3475.32 s
[ghcide] Module header
3475.32 s
[ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:71)
3475.32 s
[ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
3475.32 s
[ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:68)
3475.32 s
[ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
3475.32 s
[ghcide] Missing documentation for:
3475.32 s
[ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:37)
3475.32 s
[ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
3475.32 s
[ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
3475.32 s
[ghcide] Missing documentation for:
3475.32 s
[ghcide] Module header
3475.32 s
[ghcide] Arguments (src/Development/IDE/Main.hs:205)
3475.32 s
[ghcide] defaultArguments (src/Development/IDE/Main.hs:225)
3475.32 s
[ghcide] Command (src/Development/IDE/Main.hs:170)
3475.32 s
[ghcide] IdeCommand
3475.32 s
[ghcide] isLSP (src/Development/IDE/Main.hs:183)
3475.32 s
[ghcide] commandP (src/Development/IDE/Main.hs:187)
3475.32 s
[ghcide] defaultMain (src/Development/IDE/Main.hs:291)
3475.32 s
[ghcide] testing (src/Development/IDE/Main.hs:270)
3475.32 s
[ghcide] Log (src/Development/IDE/Main.hs:133)
3478.20 s
[ghcide] Warning: Control.Concurrent.Strict: could not find link destinations for:
3478.50 s
[ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedMVar
3478.50 s
[ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedThreadId
3478.50 s
[ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
3478.50 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
3478.50 s
[ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
3478.50 s
[ghcide] - GHC.Parser.Lexer.ExtsBitmap
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.HasType
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.ToHie
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.TVScoped
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.PScoped
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.RScoped
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.SigContext
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.BindContext
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.IEContext
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.RFContext
3478.50 s
[ghcide] - GHC.Driver.Backpack.BkpM
3478.50 s
[ghcide] - GHC.Internal.ForeignSrcLang.Rep_ForeignSrcLang
3478.50 s
[ghcide] - GHC.Internal.LanguageExtensions.Rep_Extension
3478.50 s
[ghcide] - GHC.Driver.Session.DynP
3478.50 s
[ghcide] - GHC.Hs.Type.HsQTvsRn
3478.50 s
[ghcide] - GHC.Hs.Type.pprTyVarBndr
3478.50 s
[ghcide] - GHC.Parser.Lexer.LayoutContext
3478.50 s
[ghcide] - GHC.Parser.Lexer.ALRContext
3478.50 s
[ghcide] - GHC.Parser.Lexer.ALRLayout
3478.50 s
[ghcide] - GHC.Unit.Module.Env.NDModule
3478.50 s
[ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
3478.50 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
3478.50 s
[ghcide] - GHC.Hs.Utils.AnnoBody
3478.50 s
[ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.HiePass
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.Context
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.AnnoBody
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.EvBindContext
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.getTypeNode
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.HieM
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.HieState
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.ModifyState
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.addSubstitution
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.RContext
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.TScoped
3478.50 s
[ghcide] - GHC.Iface.Ext.Ast.toHie
3478.50 s
[ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
3478.50 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
3478.50 s
[ghcide] - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr
3478.50 s
[ghcide] - GHC.Parser.PostProcess.D:R:BodyHsCmd
3478.50 s
[ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsCmd
3478.50 s
[ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsCmd
3478.50 s
[ghcide] - GHC.Parser.PostProcess.D:R:BodyHsExpr
3478.50 s
[ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsExpr
3478.50 s
[ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsExpr
3478.50 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
3478.50 s
[ghcide] - GHC.HsToCore.Quote.Core
3478.50 s
[ghcide] - GHC.HsToCore.Quote.M
3478.50 s
[ghcide] - GHC.HsToCore.Quote.MetaM
3478.50 s
[ghcide] - GHC.HsToCore.Quote.RepTV
3478.50 s
[ghcide] - GHC.HsToCore.Quote.tyVarBndrName
3478.50 s
[ghcide] - GHC.HsToCore.Quote.repPlainTV
3478.50 s
[ghcide] - GHC.HsToCore.Quote.repKindedTV
3478.50 s
[ghcide] - GHC.Parser.PostProcess.Haddock.HasHaddock
3478.50 s
[ghcide] - GHC.Parser.PostProcess.Haddock.addHaddock
3478.50 s
[ghcide] - GHC.Parser.PostProcess.Haddock.HdkA
3478.50 s
[ghcide] - GHC.ThToHs.CvtFlag
3478.50 s
[ghcide] - GHC.ThToHs.cvtFlag
3478.50 s
[ghcide] Warning: Development.IDE.GHC.Compat.Error: could not find link destinations for:
3478.50 s
[ghcide] - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage
3478.50 s
[ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
3478.50 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
3478.50 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
3478.50 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessageDetailed
3478.50 s
[ghcide] - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic
3478.50 s
[ghcide] - GHC.HsToCore.Errors.Types.Rep_DsMessage
3478.50 s
[ghcide] - GHC.Parser.Errors.Types.Rep_PsMessage
3478.50 s
[ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
3478.50 s
[ghcide] - GHC.Driver.MakeSem.JobResources
3478.50 s
[ghcide] - GHC.Types.Unique.FM.Edit
3478.50 s
[ghcide] - GHC.Types.Unique.SDFM.Shared
3478.50 s
[ghcide] - GHC.Core.InstEnv.InstMatches
3478.50 s
[ghcide] - GHC.Types.Error.LinkedDiagCode
3478.50 s
[ghcide] - GHC.StgToJS.Utils.SlotCount
3478.50 s
[ghcide] - GHC.Core.Opt.Arity.EtaInfo
3478.50 s
[ghcide] - GHC.Core.Opt.OccurAnal.TailUsageDetails
3478.50 s
[ghcide] - GHC.Core.Opt.OccurAnal.SimpleNodeDetails
3478.50 s
[ghcide] - GHC.Core.Opt.OccurAnal.NodeDetails
3478.50 s
[ghcide] - GHC.Unit.State.UnitVisibility
3478.50 s
[ghcide] - GHC.Core.Opt.CprAnal.SigEnv
3478.50 s
[ghcide] - GHC.Core.Opt.DmdAnal.AnalEnv
3478.50 s
[ghcide] - GHC.CmmToAsm.BlockLayout.BlockChain
3478.50 s
[ghcide] - GHC.Wasm.ControlFlow.FromCmm.ContainingSyntax
3478.50 s
[ghcide] - GHC.Core.Opt.Specialise.DictBind
3478.50 s
[ghcide] - GHC.Core.Opt.Specialise.SpecArg
3478.50 s
[ghcide] - GHC.CoreToStg.Prep.FloatInfo
3478.50 s
[ghcide] - GHC.CoreToStg.Prep.Floats
3478.50 s
[ghcide] - GHC.CoreToStg.Prep.FloatingBind
3478.50 s
[ghcide] - GHC.Rename.Env.DisambigInfo
3478.50 s
[ghcide] - GHC.Tc.Solver.Proposal
3478.50 s
[ghcide] - GHC.Tc.Solver.ProposalSequence
3478.50 s
[ghcide] - GHC.Tc.Validity.ValidityEnv
3478.50 s
[ghcide] - GHC.Tc.Validity.ExpandMode
3478.50 s
[ghcide] - GHC.Tc.Validity.TypeOrKindCtxt
3478.50 s
[ghcide] - GHC.Rename.Names.ImpOccItem
3478.50 s
[ghcide] - GHC.Rename.Expr.StmtTree
3478.50 s
[ghcide] - GHC.Rename.Expr.MonadNames
3478.50 s
[ghcide] - GHC.Tc.Gen.HsType.TcTyMode
3478.50 s
[ghcide] - GHC.Tc.Deriv.EarlyDerivSpec
3478.50 s
[ghcide] - GHC.HsToCore.Pmc.Solver.TopNormaliseTypeResult
3478.50 s
[ghcide] - GHC.Driver.Make.BuildPlan
3478.50 s
[ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
3478.50 s
[ghcide] - GHC.Types.Name.NameSort
3478.50 s
[ghcide] - GHC.Unit.Module.Env.NDModule
3478.50 s
[ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
3478.50 s
[ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
3478.50 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
3478.50 s
[ghcide] - GHC.Utils.Outputable.D:R:LineSDoc
3478.50 s
[ghcide] - GHC.CoreToStg.Prep.ArgInfo
3478.50 s
[ghcide] - GHC.CoreToStg.Prep.BindInfo
3478.50 s
[ghcide] - GHC.StgToByteCode.Discr
3478.50 s
[ghcide] - GHC.Parser.PostProcess.ArgPatBuilder
3478.50 s
[ghcide] - GHC.Data.Graph.Directed.Edge
3478.50 s
[ghcide] - GHC.Data.Graph.Directed.Time
3478.50 s
[ghcide] - GHC.Cmm.CLabel.IdLabelInfo
3478.50 s
[ghcide] - GHC.Cmm.CLabel.TickyIdInfo
3478.50 s
[ghcide] - GHC.Cmm.LayoutStack.StackMap
3478.50 s
[ghcide] - GHC.Cmm.LayoutStack.StackSlot
3478.51 s
[ghcide] - GHC.Cmm.Type.CmmCat
3478.51 s
[ghcide] - GHC.CmmToAsm.CFG.BranchInfo
3478.51 s
[ghcide] - GHC.CmmToAsm.CFG.LoopInfo
3478.51 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
3478.51 s
[ghcide] - GHC.Core.Opt.Arity.ArityEnv
3478.51 s
[ghcide] - GHC.Core.Opt.CprAnal.AnalEnv
3478.51 s
[ghcide] - GHC.Core.Opt.FloatIn.FloatInBind
3478.51 s
[ghcide] - GHC.Core.Opt.FloatOut.FloatBinds
3478.51 s
[ghcide] - GHC.Core.Opt.OccurAnal.LocalOcc
3478.51 s
[ghcide] - GHC.Core.Opt.OccurAnal.OccEncl
3478.51 s
[ghcide] - GHC.Core.Opt.OccurAnal.UsageDetails
3478.51 s
[ghcide] - GHC.Core.Opt.Simplify.Env.FloatFlag
3478.51 s
[ghcide] - GHC.Core.Opt.SpecConstr.ArgOcc
3478.51 s
[ghcide] - GHC.Core.Opt.SpecConstr.Call
3478.51 s
[ghcide] - GHC.Core.Opt.SpecConstr.CallPat
3478.51 s
[ghcide] - GHC.Core.Opt.SpecConstr.HowBound
3478.51 s
[ghcide] - GHC.Core.Opt.SpecConstr.ScUsage
3478.51 s
[ghcide] - GHC.Core.Opt.SpecConstr.Value
3478.51 s
[ghcide] - GHC.Core.Opt.Specialise.CallInfo
3478.51 s
[ghcide] - GHC.Core.Opt.Specialise.CallInfoSet
3478.51 s
[ghcide] - GHC.Core.Opt.Specialise.FloatedDictBinds
3478.51 s
[ghcide] - GHC.Core.Opt.Specialise.SpecEnv
3478.51 s
[ghcide] - GHC.Core.Opt.Specialise.UsageDetails
3478.51 s
[ghcide] - GHC.Core.SimpleOpt.SimpleOptEnv
3478.51 s
[ghcide] - GHC.Driver.Make.CachedIface
3478.51 s
[ghcide] - GHC.Driver.Make.CodeGenEnable
3478.51 s
[ghcide] - GHC.Rename.HsType.RnTyKiEnv
3478.51 s
[ghcide] - GHC.Rename.HsType.RnTyKiWhat
3478.51 s
[ghcide] - GHC.Stg.Unarise.UnariseVal
3478.51 s
[ghcide] - GHC.Tc.Gen.Bind.GeneralisationPlan
3478.51 s
[ghcide] - GHC.Tc.Gen.Head.XPass
3478.51 s
[ghcide] - GHC.Wasm.ControlFlow.FromCmm.Context
3478.51 s
[ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
3478.51 s
[ghcide] - GHC.Unit.External.PackageAnnEnv
3478.51 s
[ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
3478.51 s
[ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
3478.51 s
[ghcide] - GHC.Iface.Ext.Ast.ToHie
3478.51 s
[ghcide] - GHC.Internal.Generics.Rep_Fingerprint
3478.51 s
[ghcide] - GHC.Data.Bag.D:R:ItemBag
3478.51 s
[ghcide] - GHC.Iface.Ext.Ast.HieM
3478.51 s
[ghcide] - GHC.Iface.Ext.Ast.toHie
3478.51 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
3478.51 s
[ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
3478.51 s
[ghcide] - GHC.modSummary
3478.51 s
[ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
3478.51 s
[ghcide] - GHC.Driver.Plugins.HoleFitPlugin
3478.51 s
[ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
3478.51 s
[ghcide] - GHC.Iface.Ext.Ast.RenamedSource
3478.51 s
[ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
3478.51 s
[ghcide] Warning: Development.IDE.GHC.CoreFile: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.GHC.CoreFile.IfaceId
3478.51 s
[ghcide] - Development.IDE.GHC.CoreFile.TopIfaceBinding
3478.51 s
[ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
3478.51 s
[ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.changes
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.character
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.document
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.editRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.end
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.href
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.insert
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.line
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.location
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.newUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.position
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.positions
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.ranges
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.replace
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selection
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.start
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.target
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.uri
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_Uri
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
3478.51 s
[ghcide] - Language.LSP.VFS.HasVfsMap
3478.51 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.code
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.data_
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.items
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.message
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.severity
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.source
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Lens.tags
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
3478.51 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
3478.51 s
[ghcide] - Development.IDE.Types.Diagnostics.Rep_FileDiagnostic
3478.51 s
[ghcide] - Development.IDE.Types.Diagnostics.Rep_StructuredMessage
3478.51 s
[ghcide] Warning: Development.IDE.Session.Diagnostics: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Session.Diagnostics.Rep_CradleErrorDetails
3478.51 s
[ghcide] Warning: Development.IDE.Types.KnownTargets: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
3478.51 s
[ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Types.Exports.WithHieDb
3478.51 s
[ghcide] - Development.IDE.Types.Exports.Rep_IdentInfo
3478.51 s
[ghcide] Warning: Development.IDE.Spans.Common: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Spans.Common.Rep_SpanDoc
3478.51 s
[ghcide] - Development.IDE.Spans.Common.Rep_SpanDocUris
3478.51 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
3478.51 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_CompletionResolveData
3478.51 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_ExtendImport
3478.51 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_LocalCompletions
3478.51 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_NonLocalCompletions
3478.51 s
[ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Import.FindImports.LocateResult
3478.51 s
[ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
3478.51 s
[ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
3478.51 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_NamedModuleDep
3478.51 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
3478.51 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_DependencyInformation
3478.51 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_NodeError
3478.51 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_ModuleParseError
3478.51 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_PathIdMap
3478.51 s
[ghcide] Warning: Development.IDE.Core.RuleTypes: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_AddWatchedFile
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GenerateCore
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetBindings
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetDocMap
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileContents
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileExists
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileHash
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetHieAst
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetImportMap
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetKnownTargets
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLinkable
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLocatedImports
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDiskAndIndex
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDisk
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIface
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummaryWithoutTimestamps
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummary
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraph
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModuleWithComments
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSession
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterestResult
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterest
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_LinkableType
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_NeedsCompilation
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_ReportImportCycles
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_TypeCheck
3478.51 s
[ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
3478.51 s
[ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
3478.51 s
[ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
3478.51 s
[ghcide] - Data.Vector.Vector
3478.51 s
[ghcide] - Development.IDE.Types.Shake.Rep_ShakeValue
3478.51 s
[ghcide] - Development.IDE.Types.Shake.Rep_Value
3478.51 s
[ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
3478.51 s
[ghcide] - Development.IDE.Types.Action.ActionQueue
3478.51 s
[ghcide] - Development.IDE.Types.Action.DelayedActionInternal
3478.51 s
[ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
3478.51 s
[ghcide] - Development.IDE.Core.Shake.GetStalePersistent
3478.51 s
[ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
3478.51 s
[ghcide] - Development.IDE.Core.Shake.ShakeSession
3478.51 s
[ghcide] Warning: Development.IDE.Session: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Session.DependencyInfo
3478.51 s
[ghcide] - Development.IDE.Session.maxRetryCount
3478.51 s
[ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.LspId.LspId
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Request
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Meta.ClientToServer
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Notification
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
3478.51 s
[ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageKind
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Request
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
3478.51 s
[ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
3478.51 s
[ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
3478.51 s
[ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
3478.51 s
[ghcide] Warning: Development.IDE.Core.OfInterest: could not find link destinations for:
3478.51 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
3478.51 s
[ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
3478.51 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
3478.52 s
[ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
3478.52 s
[ghcide] - Development.IDE.Core.Compile.CoreFileTime
3478.52 s
[ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
3478.52 s
[ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
3478.52 s
[ghcide] - Development.IDE.Core.FileExists.Log
3478.52 s
[ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
3478.52 s
[ghcide] Warning: Development.IDE.Core.Rules: could not find link destinations for:
3478.52 s
[ghcide] - Ide.Plugin.Properties.NonEmptyList
3478.52 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
3478.52 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
3478.52 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
3478.52 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
3478.52 s
[ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
3478.52 s
[ghcide] - Development.IDE.Plugin.Test.Rep_TestRequest
3478.52 s
[ghcide] - Development.IDE.Plugin.Test.Age
3478.52 s
[ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
3478.52 s
[ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
3478.52 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
3478.52 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
3478.52 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
3478.53 s
[ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
3478.53 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
3478.53 s
[ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
3478.53 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
3478.53 s
[ghcide] - Development.IDE.Plugin.TypeLenses.Rep_GetGlobalBindingTypeSigs
3478.53 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
3478.53 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
3478.53 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
3502.47 s
[ghcide] Documentation created: dist/doc/html/ghcide, dist/doc/html/ghcide/ghcide.txt
3505.35 s
[ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0...
3505.68 s
[ghcide] haddockPhase completed in 53 seconds
3505.68 s
[ghcide] Phase: installPhase
3505.88 s
[ghcide] Installing library in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3506.62 s
[ghcide] Installing executable ghcide in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin
3506.62 s
[ghcide] Warning: The directory
3506.62 s
[ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin is not in the
3506.62 s
[ghcide] system search path.
3507.94 s
[ghcide] Phase: fixupPhase
3507.96 s
[ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0
3508.02 s
[ghcide] shrinking /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHSghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN-ghc9.12.1.so
3508.15 s
[ghcide] shrinking /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin/ghcide
3508.28 s
[ghcide] checking for references to /build/ in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0...
3508.46 s
[ghcide] patching script interpreter paths in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0
3508.47 s
[ghcide] stripping (with command strip and flags -S -p) in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/lib /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin
3509.34 s
[ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc
3509.38 s
[ghcide] checking for references to /build/ in /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc...
3509.42 s
[ghcide] patching script interpreter paths in /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc
3510.02 s
[ghcide:post-build] Uploading to cachix cache "sellout": /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0 /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc
3510.66 s
[ghcide:post-build] Pushing 2 paths (400 are already present) using zstd to cache sellout ⏳
3510.66 s
[ghcide:post-build]
3511.03 s
[ghcide:post-build] Pushing /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc (41.96 MiB)
3511.03 s
[ghcide:post-build] Pushing /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0 (151.19 MiB)
3514.58 s
[ghcide:post-build]
3514.59 s
[ghcide:post-build] All done.
3514.60 s
[ghcide:post-build] Uploading to the NixCI cache: /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0 /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc
3514.64 s
[ghcide:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3514.87 s
[ghcide:post-build] copying 4 paths...
3514.87 s
[ghcide:post-build] copying path '/nix/store/xkhm8dc58a56y8jr0plv1krrdhkvn82s-fingertree-0.1.5.0-doc' to 'https://cache.nix-ci.com'...
3515.24 s
[ghcide:post-build] copying path '/nix/store/b7ijhnxzf1y5rmmxlcmlbd22vkmcy9pi-fingertree-0.1.5.0' to 'https://cache.nix-ci.com'...
3515.24 s
[ghcide:post-build] copying path '/nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
3520.07 s
[ghcide:post-build] copying path '/nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0' to 'https://cache.nix-ci.com'...
3573.21 s
[ghcide:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3573.43 s
[ghcide:post-build] copying 2 paths...
3573.43 s
[ghcide:post-build] copying path '/nix/store/l6w0lwhkn4xdd8n997hpf28883l5fgrv-fingertree-0.1.5.0.drv' to 'https://cache.nix-ci.com'...
3573.57 s
[ghcide:post-build] copying path '/nix/store/d9xr1f98d4nw6c46sfihrvn27sa46i3k-ghcide-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
3573.72 s
Progress: 161 of 165 built, 375 of 375 downloaded from cache
3573.80 s
Building /nix/store/jz6rqh1g99nmy65fvf4wdsr4f17afxpg-hls-test-utils-2.10.0.0.drv
3574.42 s
[hls-test-utils] Phase: setupCompilerEnvironmentPhase
3574.43 s
[hls-test-utils] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
3575.04 s
[hls-test-utils] Phase: unpackPhase
3575.05 s
[hls-test-utils] unpacking source archive /nix/store/q3m8rsidzfqj214nnj03vh8bp2zg6j6x-hls-test-utils-2.10.0.0.tar.gz
3575.05 s
[hls-test-utils] source root is hls-test-utils-2.10.0.0
3575.06 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"
3575.07 s
[hls-test-utils] Phase: patchPhase
3575.08 s
[hls-test-utils] Phase: compileBuildDriverPhase
3575.08 s
[hls-test-utils] setupCompileFlags: -package-db=/build/tmp.Drx8r6HGsF/setup-package.conf.d -threaded
3575.14 s
[hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Drx8r6HGsF/Main.o )
3575.20 s
[hls-test-utils] [2 of 2] Linking Setup
3576.62 s
[hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
3576.63 s
[hls-test-utils] Phase: configurePhase
3576.64 s
[hls-test-utils] configureFlags: --verbose --prefix=/nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.Drx8r6HGsF/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/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/lib
3576.64 s
[hls-test-utils] Using Parsec parser
3576.64 s
[hls-test-utils] Configuring hls-test-utils-2.10.0.0...
3576.69 s
[hls-test-utils] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3576.69 s
[hls-test-utils] 'ghc' version < 9.12):
3576.69 s
[hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
3576.69 s
[hls-test-utils] 9.12.1
3577.16 s
[hls-test-utils] Flags chosen: pedantic=False
3577.38 s
[hls-test-utils] Dependency aeson: using aeson-2.2.3.0
3577.38 s
[hls-test-utils] Dependency async: using async-2.2.5
3577.38 s
[hls-test-utils] Dependency base >=4.12 && <5: using base-4.21.0.0
3577.38 s
[hls-test-utils] Dependency bytestring: using bytestring-0.12.2.0
3577.38 s
[hls-test-utils] Dependency containers: using containers-0.7
3577.38 s
[hls-test-utils] Dependency data-default: using data-default-0.7.1.3
3577.38 s
[hls-test-utils] Dependency directory: using directory-1.3.9.0
3577.38 s
[hls-test-utils] Dependency extra: using extra-1.8
3577.38 s
[hls-test-utils] Dependency filepath: using filepath-1.5.4.0
3577.38 s
[hls-test-utils] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3577.38 s
[hls-test-utils] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3577.38 s
[hls-test-utils] Dependency lens: using lens-5.3.4
3577.38 s
[hls-test-utils] Dependency lsp: using lsp-2.7.0.1
3577.38 s
[hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
3577.38 s
[hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
3577.38 s
[hls-test-utils] Dependency neat-interpolation: using neat-interpolation-0.5.1.4
3577.39 s
[hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
3577.39 s
[hls-test-utils] Dependency tasty: using tasty-1.5.3
3577.39 s
[hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
3577.39 s
[hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
3577.39 s
[hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
3577.39 s
[hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
3577.39 s
[hls-test-utils] Dependency temporary: using temporary-1.3
3577.39 s
[hls-test-utils] Dependency text: using text-2.1.2
3577.39 s
[hls-test-utils] Dependency text-rope: using text-rope-0.2
3577.39 s
[hls-test-utils] Source component graph: component lib
3577.39 s
[hls-test-utils] Configured component graph:
3577.39 s
[hls-test-utils] component hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3577.39 s
[hls-test-utils] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3577.39 s
[hls-test-utils] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3577.39 s
[hls-test-utils] include base-4.21.0.0-f068
3577.39 s
[hls-test-utils] include bytestring-0.12.2.0-be6d
3577.39 s
[hls-test-utils] include containers-0.7-647d
3577.39 s
[hls-test-utils] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3577.39 s
[hls-test-utils] include directory-1.3.9.0-9eff
3577.39 s
[hls-test-utils] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3577.39 s
[hls-test-utils] include filepath-1.5.4.0-7ce6
3577.39 s
[hls-test-utils] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3577.39 s
[hls-test-utils] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3577.39 s
[hls-test-utils] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3577.39 s
[hls-test-utils] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3577.39 s
[hls-test-utils] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3577.39 s
[hls-test-utils] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3577.39 s
[hls-test-utils] include neat-interpolation-0.5.1.4-DKd48F2DycPBtiLcbwykqu
3577.39 s
[hls-test-utils] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3577.39 s
[hls-test-utils] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
3577.39 s
[hls-test-utils] include tasty-expected-failure-0.12.3-LhvEDspiDXSDpqssa5Lvya
3577.39 s
[hls-test-utils] include tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
3577.39 s
[hls-test-utils] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3577.39 s
[hls-test-utils] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
3577.39 s
[hls-test-utils] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
3577.39 s
[hls-test-utils] include text-2.1.2-5eaa
3577.39 s
[hls-test-utils] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3577.39 s
[hls-test-utils] Linked component graph:
3577.39 s
[hls-test-utils] unit hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3577.39 s
[hls-test-utils] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3577.39 s
[hls-test-utils] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3577.39 s
[hls-test-utils] include base-4.21.0.0-f068
3577.39 s
[hls-test-utils] include bytestring-0.12.2.0-be6d
3577.39 s
[hls-test-utils] include containers-0.7-647d
3577.39 s
[hls-test-utils] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3577.39 s
[hls-test-utils] include directory-1.3.9.0-9eff
3577.39 s
[hls-test-utils] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3577.39 s
[hls-test-utils] include filepath-1.5.4.0-7ce6
3577.39 s
[hls-test-utils] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3577.39 s
[hls-test-utils] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3577.39 s
[hls-test-utils] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3577.39 s
[hls-test-utils] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3577.39 s
[hls-test-utils] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3577.39 s
[hls-test-utils] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3577.39 s
[hls-test-utils] include neat-interpolation-0.5.1.4-DKd48F2DycPBtiLcbwykqu
3577.39 s
[hls-test-utils] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3577.39 s
[hls-test-utils] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
3577.39 s
[hls-test-utils] include tasty-expected-failure-0.12.3-LhvEDspiDXSDpqssa5Lvya
3577.39 s
[hls-test-utils] include tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
3577.39 s
[hls-test-utils] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3577.39 s
[hls-test-utils] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
3577.39 s
[hls-test-utils] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
3577.39 s
[hls-test-utils] include text-2.1.2-5eaa
3577.39 s
[hls-test-utils] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3577.39 s
[hls-test-utils] Development.IDE.Test=hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u:Development.IDE.Test,Development.IDE.Test.Diagnostic=hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u:Development.IDE.Test.Diagnostic,Test.Hls=hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u:Test.Hls,Test.Hls.FileSystem=hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u:Test.Hls.FileSystem,Test.Hls.Util=hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u:Test.Hls.Util
3577.39 s
[hls-test-utils] Ready component graph:
3577.39 s
[hls-test-utils] definite hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3577.39 s
[hls-test-utils] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3577.39 s
[hls-test-utils] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3577.39 s
[hls-test-utils] depends base-4.21.0.0-f068
3577.39 s
[hls-test-utils] depends bytestring-0.12.2.0-be6d
3577.39 s
[hls-test-utils] depends containers-0.7-647d
3577.39 s
[hls-test-utils] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3577.39 s
[hls-test-utils] depends directory-1.3.9.0-9eff
3577.39 s
[hls-test-utils] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3577.39 s
[hls-test-utils] depends filepath-1.5.4.0-7ce6
3577.39 s
[hls-test-utils] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3577.39 s
[hls-test-utils] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3577.39 s
[hls-test-utils] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3577.39 s
[hls-test-utils] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3577.39 s
[hls-test-utils] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3577.39 s
[hls-test-utils] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3577.39 s
[hls-test-utils] depends neat-interpolation-0.5.1.4-DKd48F2DycPBtiLcbwykqu
3577.39 s
[hls-test-utils] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3577.39 s
[hls-test-utils] depends tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
3577.39 s
[hls-test-utils] depends tasty-expected-failure-0.12.3-LhvEDspiDXSDpqssa5Lvya
3577.39 s
[hls-test-utils] depends tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
3577.39 s
[hls-test-utils] depends tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3577.39 s
[hls-test-utils] depends tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
3577.39 s
[hls-test-utils] depends temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
3577.39 s
[hls-test-utils] depends text-2.1.2-5eaa
3577.39 s
[hls-test-utils] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3577.39 s
[hls-test-utils] Using Cabal-3.14.1.0 compiled by ghc-9.12
3577.39 s
[hls-test-utils] Using compiler: ghc-9.12.1
3577.39 s
[hls-test-utils] Using install prefix:
3577.39 s
[hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0
3577.39 s
[hls-test-utils] Executables installed in:
3577.39 s
[hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/bin
3577.39 s
[hls-test-utils] Libraries installed in:
3577.39 s
[hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3577.39 s
[hls-test-utils] Dynamic Libraries installed in:
3577.39 s
[hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
3577.39 s
[hls-test-utils] Private executables installed in:
3577.39 s
[hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/libexec/x86_64-linux-ghc-9.12.1-f739/hls-test-utils-2.10.0.0
3577.39 s
[hls-test-utils] Data files installed in:
3577.39 s
[hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/share/x86_64-linux-ghc-9.12.1-f739/hls-test-utils-2.10.0.0
3577.39 s
[hls-test-utils] Documentation installed in:
3577.39 s
[hls-test-utils] /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0
3577.39 s
[hls-test-utils] Configuration files installed in:
3577.39 s
[hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/etc
3577.39 s
[hls-test-utils] No alex found
3577.39 s
[hls-test-utils] Using ar found on system at:
3577.39 s
[hls-test-utils] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
3577.39 s
[hls-test-utils] No c2hs found
3577.39 s
[hls-test-utils] No cpphs found
3577.39 s
[hls-test-utils] No doctest found
3577.39 s
[hls-test-utils] Using gcc version 14.3.0 given by user at:
3577.39 s
[hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
3577.39 s
[hls-test-utils] Using ghc version 9.12.1 found on system at:
3577.39 s
[hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
3577.39 s
[hls-test-utils] Using ghc-pkg version 9.12.1 found on system at:
3577.39 s
[hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
3577.39 s
[hls-test-utils] No ghcjs found
3577.39 s
[hls-test-utils] No ghcjs-pkg found
3577.39 s
[hls-test-utils] No greencard found
3577.39 s
[hls-test-utils] Using haddock version 2.30.0 found on system at:
3577.39 s
[hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
3577.39 s
[hls-test-utils] No happy found
3577.39 s
[hls-test-utils] No haskell-suite found
3577.39 s
[hls-test-utils] No haskell-suite-pkg found
3577.39 s
[hls-test-utils] No hmake found
3577.39 s
[hls-test-utils] Using hpc version 0.69 found on system at:
3577.39 s
[hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
3577.39 s
[hls-test-utils] Using hsc2hs version 0.68.10 found on system at:
3577.39 s
[hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3577.39 s
[hls-test-utils] Using hscolour version 1.25 found on system at:
3577.39 s
[hls-test-utils] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
3577.39 s
[hls-test-utils] No jhc found
3577.39 s
[hls-test-utils] Using ld found on system at:
3577.47 s
[hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
3577.47 s
[hls-test-utils] No pkg-config found
3577.47 s
[hls-test-utils] Using runghc version 9.12.1 found on system at:
3577.47 s
[hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
3577.47 s
[hls-test-utils] Using strip version 2.44 found on system at:
3577.47 s
[hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
3577.47 s
[hls-test-utils] Using tar found on system at:
3577.47 s
[hls-test-utils] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
3577.47 s
[hls-test-utils] No uhc found
3577.72 s
[hls-test-utils] Phase: buildPhase
3577.82 s
[hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0...
3577.82 s
[hls-test-utils] Building library for hls-test-utils-2.10.0.0...
3577.96 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 )
3578.98 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ GHC-40910 ] [ -Wunused-matches ]
3579.01 s
[hls-test-utils] Defined but not used: ‘expectedCode’
3579.01 s
[hls-test-utils] |
3579.01 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
3579.01 s
[hls-test-utils] | ^^^^^^^^^^^^
3579.01 s
[hls-test-utils]
3579.42 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 )
3580.17 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 )
3580.17 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 )
3580.23 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 )
3582.07 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 )
3582.86 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ GHC-40910 ] [ -Wunused-matches ]
3582.86 s
[hls-test-utils] Defined but not used: ‘expectedCode’
3582.86 s
[hls-test-utils] |
3582.86 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
3582.86 s
[hls-test-utils] | ^^^^^^^^^^^^
3582.86 s
[hls-test-utils]
3583.25 s
[hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.p_o )
3584.64 s
[hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.p_o )
3584.64 s
[hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.p_o )
3584.66 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
3591.81 s
[hls-test-utils] Phase: checkPhase
3591.98 s
[hls-test-utils] Package has no test suites.
3591.98 s
[hls-test-utils] Phase: haddockPhase
3593.94 s
[hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0...
3593.94 s
[hls-test-utils] Running Haddock on library for hls-test-utils-2.10.0.0...
3593.95 s
[hls-test-utils] Warning: The documentation for the following packages are not installed. No
3593.95 s
[hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
3593.95 s
[hls-test-utils] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
3594.44 s
[hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, nothing ) [HIE file is missing]
3595.67 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ GHC-40910 ] [ -Wunused-matches ]
3595.67 s
[hls-test-utils] Defined but not used: ‘expectedCode’
3595.67 s
[hls-test-utils] |
3595.67 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
3595.67 s
[hls-test-utils] | ^^^^^^^^^^^^
3595.67 s
[hls-test-utils]
3595.68 s
[hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, nothing ) [HIE file is missing]
3596.28 s
[hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, nothing ) [HIE file is missing]
3596.32 s
[hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, nothing ) [HIE file is missing]
3596.43 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, nothing ) [HIE file is missing]
3596.73 s
[hls-test-utils] Haddock coverage:
3596.91 s
[hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
3596.91 s
[hls-test-utils] Missing documentation for:
3596.91 s
[hls-test-utils] Module header
3596.93 s
[hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
3596.93 s
[hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
3596.93 s
[hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
3596.93 s
[hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
3596.93 s
[hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
3596.93 s
[hls-test-utils] Missing documentation for:
3596.93 s
[hls-test-utils] Module header
3596.93 s
[hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
3596.93 s
[hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
3596.93 s
[hls-test-utils] diagnostic (src/Development/IDE/Test.hs:193)
3596.93 s
[hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:131)
3596.93 s
[hls-test-utils] expectMessages (src/Development/IDE/Test.hs:94)
3596.93 s
[hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:179)
3596.93 s
[hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:184)
3596.93 s
[hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:190)
3596.93 s
[hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
3596.93 s
[hls-test-utils] flushMessages (src/Development/IDE/Test.hs:110)
3596.93 s
[hls-test-utils] waitForAction (src/Development/IDE/Test.hs:215)
3596.93 s
[hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:219)
3596.93 s
[hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:222)
3596.93 s
[hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:234)
3596.93 s
[hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:228)
3596.93 s
[hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:231)
3596.93 s
[hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:225)
3596.93 s
[hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:237)
3596.93 s
[hls-test-utils] waitForGC (src/Development/IDE/Test.hs:244)
3596.93 s
[hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:250)
3596.93 s
[hls-test-utils] referenceReady (src/Development/IDE/Test.hs:257)
3596.93 s
[hls-test-utils] Warning: 'rootDir' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'virtualFileTree' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'VirtualFileTree' is ambiguous. It is defined
3596.93 s
[hls-test-utils] * at src/Test/Hls/FileSystem.hs:63:3
3596.93 s
[hls-test-utils] * at src/Test/Hls/FileSystem.hs:62:1
3596.93 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
3596.93 s
[hls-test-utils] by specifying the type/value namespace explicitly.
3596.93 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls/FileSystem.hs:62:1
3596.93 s
[hls-test-utils] 70% ( 21 / 30) in 'Test.Hls.FileSystem'
3596.93 s
[hls-test-utils] Missing documentation for:
3596.93 s
[hls-test-utils] Module header
3596.93 s
[hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:68)
3596.93 s
[hls-test-utils] Content (src/Test/Hls/FileSystem.hs:74)
3596.93 s
[hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:84)
3596.93 s
[hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:88)
3596.93 s
[hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:137)
3596.93 s
[hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:147)
3596.93 s
[hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:144)
3596.93 s
[hls-test-utils] directory (src/Test/Hls/FileSystem.hs:174)
3596.93 s
[hls-test-utils] Warning: 'FoldState' is ambiguous. It is defined
3596.93 s
[hls-test-utils] * at src/Test/Hls/Util.hs:419:18
3596.93 s
[hls-test-utils] * at src/Test/Hls/Util.hs:419:1
3596.93 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
3596.93 s
[hls-test-utils] by specifying the type/value namespace explicitly.
3596.93 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls/Util.hs:419:1
3596.93 s
[hls-test-utils] Warning: 'bar' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'cons' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'src' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'dst' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'ignored' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
3596.93 s
[hls-test-utils] Missing documentation for:
3596.93 s
[hls-test-utils] Module header
3596.93 s
[hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:104)
3596.93 s
[hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:109)
3596.93 s
[hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:114)
3596.93 s
[hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:97)
3596.93 s
[hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:265)
3596.93 s
[hls-test-utils] ghcVersion
3596.93 s
[hls-test-utils] GhcVersion
3596.93 s
[hls-test-utils] hostOS (src/Test/Hls/Util.hs:133)
3596.93 s
[hls-test-utils] OS (src/Test/Hls/Util.hs:129)
3596.93 s
[hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:126)
3596.93 s
[hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
3596.93 s
[hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:163)
3596.93 s
[hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:151)
3596.93 s
[hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:154)
3596.93 s
[hls-test-utils] fromAction (src/Test/Hls/Util.hs:233)
3596.93 s
[hls-test-utils] fromCommand (src/Test/Hls/Util.hs:237)
3596.93 s
[hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:268)
3596.93 s
[hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:256)
3596.93 s
[hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:333)
3596.93 s
[hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:340)
3596.93 s
[hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:91)
3596.93 s
[hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:259)
3596.93 s
[hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:276)
3596.93 s
[hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:248)
3596.93 s
[hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:252)
3596.93 s
[hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:282)
3596.93 s
[hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:290)
3596.93 s
[hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:350)
3596.93 s
[hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'TestConfig' is ambiguous. It is defined
3596.93 s
[hls-test-utils] * at src/Test/Hls.hs:692:21
3596.93 s
[hls-test-utils] * at src/Test/Hls.hs:692:1
3596.93 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
3596.93 s
[hls-test-utils] by specifying the type/value namespace explicitly.
3596.93 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls.hs:692:1
3596.93 s
[hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: 'ghcide' is out of scope.
3596.93 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
3596.93 s
[hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Types
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export codeActionKindSubsumes
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .:!?
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .=?
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _L
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _R
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absorbNull
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export maybeToNull
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export nullToMaybe
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toEither
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _versionedTextDocumentIdentifier
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export applyTextEdit
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export editTextEdit
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isSubrangeOf
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkRange
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export positionInRange
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdown
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdownCodeBlock
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkPlainText
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export plainTextToMarkdown
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export sectionSeparator
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressBegin
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressEnd
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressReport
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absolutizeTokens
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export computeEdits
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export defaultSemanticTokensLegend
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export encodeTokens
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokens
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokensDelta
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export relativizeTokens
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export emptyNormalizedFilePath
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export filePathToUri
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedFilePath
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedUri
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToUri
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareFilePathToUri
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareUriToFilePath
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedFilePath
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedUri
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToFilePath
3596.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToNormalizedFilePath
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToOsPath
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export osPathToNormalizedFilePath
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export combineWatchKinds
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsChange
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsCreate
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsDelete
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnnotatedTextEdit
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditResult
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export BaseSymbolInformation
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCall
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyItem
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCall
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyPrepareParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CancelParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotation
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationIdentifier
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionKindOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionLiteralOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionResolveOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptionsKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemResolveOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientDiagnosticsTagOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeKindOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInfo
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInlayHintResolveOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientShowMessageActionItemOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureInformationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolKindOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolResolveOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolTagOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeAction
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionContext
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionDisabled
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionTriggerKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeDescription
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLens
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Color
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorInformation
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentation
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentationParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Command
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionContext
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItem
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemDefaults
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemLabelDetails
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTag
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTagOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionList
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionListCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionTriggerKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationItem
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFile
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFileOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFilesParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Declaration
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationLink
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Definition
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionLink
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFile
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFileOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFilesParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Diagnostic
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRelatedInformation
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticServerCancellationData
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticSeverity
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticTag
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeNotebookDocumentParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeTextDocumentParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseNotebookDocumentParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseTextDocumentParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenNotebookDocumentParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenTextDocumentParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveNotebookDocumentParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveTextDocumentParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReport
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFilter
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlight
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLink
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSelector
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbol
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EditRangeWithInsertReplace
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorCodes
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecutionSummary
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FailureHandlingKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileChangeType
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileCreate
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileDelete
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileEvent
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationFilter
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPattern
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileRename
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileSystemWatcher
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRange
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FormattingOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FullDocumentDiagnosticReport
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GeneralClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GlobPattern
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Hover
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeError
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeResult
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializedParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHint
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintKind
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintLabelPart
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintParams
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintRegistrationOptions
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValue
3596.94 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueContext
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueEvaluatableExpression
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueText
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueVariableLookup
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertReplaceEdit
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextFormat
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextMode
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LSPErrorCodes
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LanguageKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRanges
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Location
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationLink
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationUriOnly
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogMessageParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogTraceParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkdownClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedString
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedStringWithLanguage
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupContent
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageActionItem
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageType
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Moniker
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCell
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellArrayChange
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellLanguage
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellTextDocumentFilter
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocument
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChanges
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellContentChanges
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentChangeEvent
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilter
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterPattern
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterScheme
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithCells
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentIdentifier
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ParameterInformation
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PartialResultParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Pattern
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Position
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PositionEncodingKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameDefaultBehavior
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenamePlaceholder
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameResult
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareSupportDefaultBehavior
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PreviousResultId
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressToken
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Range
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceContext
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Registration
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionEngineKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionsClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelativePattern
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFile
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFileOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFilesParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperation
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperationKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SaveOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRange
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenModifiers
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenTypes
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokens
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDelta
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensEdit
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensFullDelta
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensLegend
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensPartialResult
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRangeParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCompletionItemOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerInfo
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SetTraceParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentResult
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelp
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpContext
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpTriggerKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureInformation
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaleRequestSupportOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaticRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolInformation
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolTag
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeEvent
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangePartial
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentEdit
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilter
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterLanguage
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterPattern
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterScheme
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentIdentifier
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentItem
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentPositionParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveReason
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextEdit
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TokenFormat
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TraceValue
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyItem
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyPrepareParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySubtypesParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySupertypesParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInitializeParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UniquenessLevel
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Unregistration
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnregistrationParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedTextDocumentIdentifier
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WatchKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WillSaveTextDocumentParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WindowClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressBegin
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCancelParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCreateParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressEnd
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressReport
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReport
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEdit
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEditClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFolder
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbol
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolParams
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInt
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export |?
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentChange
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AsLspEnum
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EnumBaseType
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspEnum
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspOpenEnum
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Edit
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenAbsolute
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenRelative
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AString
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnInteger
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedFilePath
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedUri
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Uri
3596.95 s
[hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageDirection
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageKind
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export methodStringToSomeMethod
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someMethodToMethodString
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isOptionalMethod
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someClientMethod
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someServerMethod
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientMethodJSON
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientResponseJSON
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientNot
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientReq
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerNot
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerReq
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqClient
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqServer
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseClientMessage
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseServerMessage
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export runEq
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverMethodJSON
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverResponseJSON
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitClientMethod
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitServerMethod
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export regHelper
3596.95 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeRegistration
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeUnregistration
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedRegistration
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedUnregistration
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export addNullField
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedResponseError
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorData
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageParams
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageResult
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Method
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationOptions
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMethod
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeMethod
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspId
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeLspId
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageDirection
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageKind
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageDirection
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageKind
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SClientMethod
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SServerMethod
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeClientMethod
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeServerMethod
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientNotOrReq
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CustomEq
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage'
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage'
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HasJSON
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LookupFunc
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerNotOrReq
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeRegistration
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeUnregistration
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRegistration
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TUnregistration
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotificationMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RequestMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseError
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TClientMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TCustomMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TNotificationMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRequestMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseError
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseMessage
3596.96 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TServerMessage
3596.96 s
[hls-test-utils] 7% ( 45 /627) in 'Test.Hls'
3596.96 s
[hls-test-utils] Missing documentation for:
3596.96 s
[hls-test-utils] Module header
3596.96 s
[hls-test-utils] NoTimeout
3596.96 s
[hls-test-utils] codeActionKindSubsumes
3596.96 s
[hls-test-utils] .:!?
3596.96 s
[hls-test-utils] .=?
3596.96 s
[hls-test-utils] _L
3596.96 s
[hls-test-utils] _R
3596.96 s
[hls-test-utils] absorbNull
3596.96 s
[hls-test-utils] maybeToNull
3596.96 s
[hls-test-utils] nullToMaybe
3596.96 s
[hls-test-utils] toEither
3596.96 s
[hls-test-utils] _versionedTextDocumentIdentifier
3596.96 s
[hls-test-utils] applyTextEdit
3596.96 s
[hls-test-utils] editTextEdit
3596.96 s
[hls-test-utils] isSubrangeOf
3596.96 s
[hls-test-utils] mkRange
3596.96 s
[hls-test-utils] positionInRange
3596.96 s
[hls-test-utils] mkMarkdown
3596.96 s
[hls-test-utils] mkMarkdownCodeBlock
3596.96 s
[hls-test-utils] mkPlainText
3596.96 s
[hls-test-utils] plainTextToMarkdown
3596.96 s
[hls-test-utils] sectionSeparator
3596.96 s
[hls-test-utils] _workDoneProgressBegin
3596.96 s
[hls-test-utils] _workDoneProgressEnd
3596.96 s
[hls-test-utils] _workDoneProgressReport
3596.96 s
[hls-test-utils] absolutizeTokens
3596.96 s
[hls-test-utils] computeEdits
3596.96 s
[hls-test-utils] defaultSemanticTokensLegend
3596.96 s
[hls-test-utils] encodeTokens
3596.96 s
[hls-test-utils] makeSemanticTokens
3596.96 s
[hls-test-utils] makeSemanticTokensDelta
3596.96 s
[hls-test-utils] relativizeTokens
3596.96 s
[hls-test-utils] emptyNormalizedFilePath
3596.96 s
[hls-test-utils] filePathToUri
3596.96 s
[hls-test-utils] fromNormalizedFilePath
3596.96 s
[hls-test-utils] fromNormalizedUri
3596.96 s
[hls-test-utils] normalizedFilePathToUri
3596.96 s
[hls-test-utils] platformAwareFilePathToUri
3596.96 s
[hls-test-utils] platformAwareUriToFilePath
3596.96 s
[hls-test-utils] toNormalizedFilePath
3596.96 s
[hls-test-utils] toNormalizedUri
3596.96 s
[hls-test-utils] uriToFilePath
3596.96 s
[hls-test-utils] uriToNormalizedFilePath
3596.96 s
[hls-test-utils] normalizedFilePathToOsPath
3596.96 s
[hls-test-utils] osPathToNormalizedFilePath
3596.96 s
[hls-test-utils] combineWatchKinds
3596.96 s
[hls-test-utils] containsChange
3596.96 s
[hls-test-utils] containsCreate
3596.96 s
[hls-test-utils] containsDelete
3596.96 s
[hls-test-utils] AnnotatedTextEdit
3596.96 s
[hls-test-utils] ApplyWorkspaceEditParams
3596.96 s
[hls-test-utils] ApplyWorkspaceEditResult
3596.96 s
[hls-test-utils] BaseSymbolInformation
3596.96 s
[hls-test-utils] CallHierarchyClientCapabilities
3596.96 s
[hls-test-utils] CallHierarchyIncomingCall
3596.96 s
[hls-test-utils] CallHierarchyIncomingCallsParams
3596.96 s
[hls-test-utils] CallHierarchyItem
3596.96 s
[hls-test-utils] CallHierarchyOptions
3596.96 s
[hls-test-utils] CallHierarchyOutgoingCall
3596.96 s
[hls-test-utils] CallHierarchyOutgoingCallsParams
3596.96 s
[hls-test-utils] CallHierarchyPrepareParams
3596.96 s
[hls-test-utils] CallHierarchyRegistrationOptions
3596.96 s
[hls-test-utils] CancelParams
3596.96 s
[hls-test-utils] ChangeAnnotation
3596.96 s
[hls-test-utils] ChangeAnnotationIdentifier
3596.96 s
[hls-test-utils] ChangeAnnotationsSupportOptions
3596.96 s
[hls-test-utils] ClientCapabilities
3596.96 s
[hls-test-utils] ClientCodeActionKindOptions
3596.96 s
[hls-test-utils] ClientCodeActionLiteralOptions
3596.96 s
[hls-test-utils] ClientCodeActionResolveOptions
3596.96 s
[hls-test-utils] ClientCompletionItemInsertTextModeOptions
3596.96 s
[hls-test-utils] ClientCompletionItemOptions
3596.96 s
[hls-test-utils] ClientCompletionItemOptionsKind
3596.96 s
[hls-test-utils] ClientCompletionItemResolveOptions
3596.96 s
[hls-test-utils] ClientDiagnosticsTagOptions
3596.96 s
[hls-test-utils] ClientFoldingRangeKindOptions
3596.96 s
[hls-test-utils] ClientFoldingRangeOptions
3596.96 s
[hls-test-utils] ClientInfo
3596.96 s
[hls-test-utils] ClientInlayHintResolveOptions
3596.96 s
[hls-test-utils] ClientSemanticTokensRequestFullDelta
3596.96 s
[hls-test-utils] ClientSemanticTokensRequestOptions
3596.96 s
[hls-test-utils] ClientShowMessageActionItemOptions
3596.96 s
[hls-test-utils] ClientSignatureInformationOptions
3596.96 s
[hls-test-utils] ClientSignatureParameterInformationOptions
3596.96 s
[hls-test-utils] ClientSymbolKindOptions
3596.96 s
[hls-test-utils] ClientSymbolResolveOptions
3596.96 s
[hls-test-utils] ClientSymbolTagOptions
3596.96 s
[hls-test-utils] CodeAction
3596.96 s
[hls-test-utils] CodeActionClientCapabilities
3596.96 s
[hls-test-utils] CodeActionContext
3596.96 s
[hls-test-utils] CodeActionDisabled
3596.96 s
[hls-test-utils] CodeActionKind
3596.96 s
[hls-test-utils] CodeActionOptions
3596.96 s
[hls-test-utils] CodeActionParams
3596.96 s
[hls-test-utils] CodeActionRegistrationOptions
3596.96 s
[hls-test-utils] CodeActionTriggerKind
3596.96 s
[hls-test-utils] CodeDescription
3596.96 s
[hls-test-utils] CodeLens
3596.96 s
[hls-test-utils] CodeLensClientCapabilities
3596.96 s
[hls-test-utils] CodeLensOptions
3596.96 s
[hls-test-utils] CodeLensParams
3596.96 s
[hls-test-utils] CodeLensRegistrationOptions
3596.96 s
[hls-test-utils] CodeLensWorkspaceClientCapabilities
3596.96 s
[hls-test-utils] Color
3596.96 s
[hls-test-utils] ColorInformation
3596.96 s
[hls-test-utils] ColorPresentation
3596.96 s
[hls-test-utils] ColorPresentationParams
3596.96 s
[hls-test-utils] Command
3596.96 s
[hls-test-utils] CompletionClientCapabilities
3596.96 s
[hls-test-utils] CompletionContext
3596.96 s
[hls-test-utils] CompletionItem
3596.96 s
[hls-test-utils] CompletionItemDefaults
3596.96 s
[hls-test-utils] CompletionItemKind
3596.96 s
[hls-test-utils] CompletionItemLabelDetails
3596.96 s
[hls-test-utils] CompletionItemTag
3596.96 s
[hls-test-utils] CompletionItemTagOptions
3596.96 s
[hls-test-utils] CompletionList
3596.96 s
[hls-test-utils] CompletionListCapabilities
3596.96 s
[hls-test-utils] CompletionOptions
3596.96 s
[hls-test-utils] CompletionParams
3596.96 s
[hls-test-utils] CompletionRegistrationOptions
3596.96 s
[hls-test-utils] CompletionTriggerKind
3596.96 s
[hls-test-utils] ConfigurationItem
3596.96 s
[hls-test-utils] ConfigurationParams
3596.96 s
[hls-test-utils] CreateFile
3596.96 s
[hls-test-utils] CreateFileOptions
3596.96 s
[hls-test-utils] CreateFilesParams
3596.96 s
[hls-test-utils] Declaration
3596.96 s
[hls-test-utils] DeclarationClientCapabilities
3596.96 s
[hls-test-utils] DeclarationLink
3596.96 s
[hls-test-utils] DeclarationOptions
3596.96 s
[hls-test-utils] DeclarationParams
3596.96 s
[hls-test-utils] DeclarationRegistrationOptions
3596.96 s
[hls-test-utils] Definition
3596.96 s
[hls-test-utils] DefinitionClientCapabilities
3596.96 s
[hls-test-utils] DefinitionLink
3596.96 s
[hls-test-utils] DefinitionOptions
3596.96 s
[hls-test-utils] DefinitionParams
3596.96 s
[hls-test-utils] DefinitionRegistrationOptions
3596.96 s
[hls-test-utils] DeleteFile
3596.96 s
[hls-test-utils] DeleteFileOptions
3596.97 s
[hls-test-utils] DeleteFilesParams
3596.97 s
[hls-test-utils] Diagnostic
3596.97 s
[hls-test-utils] DiagnosticClientCapabilities
3596.97 s
[hls-test-utils] DiagnosticOptions
3596.97 s
[hls-test-utils] DiagnosticRegistrationOptions
3596.97 s
[hls-test-utils] DiagnosticRelatedInformation
3596.97 s
[hls-test-utils] DiagnosticServerCancellationData
3596.97 s
[hls-test-utils] DiagnosticSeverity
3596.97 s
[hls-test-utils] DiagnosticTag
3596.97 s
[hls-test-utils] DiagnosticWorkspaceClientCapabilities
3596.97 s
[hls-test-utils] DidChangeConfigurationClientCapabilities
3596.97 s
[hls-test-utils] DidChangeConfigurationParams
3596.97 s
[hls-test-utils] DidChangeConfigurationRegistrationOptions
3596.97 s
[hls-test-utils] DidChangeNotebookDocumentParams
3596.97 s
[hls-test-utils] DidChangeTextDocumentParams
3596.97 s
[hls-test-utils] DidChangeWatchedFilesClientCapabilities
3596.97 s
[hls-test-utils] DidChangeWatchedFilesParams
3596.97 s
[hls-test-utils] DidChangeWatchedFilesRegistrationOptions
3596.97 s
[hls-test-utils] DidChangeWorkspaceFoldersParams
3596.97 s
[hls-test-utils] DidCloseNotebookDocumentParams
3596.97 s
[hls-test-utils] DidCloseTextDocumentParams
3596.97 s
[hls-test-utils] DidOpenNotebookDocumentParams
3596.97 s
[hls-test-utils] DidOpenTextDocumentParams
3596.97 s
[hls-test-utils] DidSaveNotebookDocumentParams
3596.97 s
[hls-test-utils] DidSaveTextDocumentParams
3596.97 s
[hls-test-utils] DocumentColorClientCapabilities
3596.97 s
[hls-test-utils] DocumentColorOptions
3596.97 s
[hls-test-utils] DocumentColorParams
3596.97 s
[hls-test-utils] DocumentColorRegistrationOptions
3596.97 s
[hls-test-utils] DocumentDiagnosticParams
3596.97 s
[hls-test-utils] DocumentDiagnosticReport
3596.97 s
[hls-test-utils] DocumentDiagnosticReportKind
3596.97 s
[hls-test-utils] DocumentDiagnosticReportPartialResult
3596.97 s
[hls-test-utils] DocumentFilter
3596.97 s
[hls-test-utils] DocumentFormattingClientCapabilities
3596.97 s
[hls-test-utils] DocumentFormattingOptions
3596.97 s
[hls-test-utils] DocumentFormattingParams
3596.97 s
[hls-test-utils] DocumentFormattingRegistrationOptions
3596.97 s
[hls-test-utils] DocumentHighlight
3596.97 s
[hls-test-utils] DocumentHighlightClientCapabilities
3596.97 s
[hls-test-utils] DocumentHighlightKind
3596.97 s
[hls-test-utils] DocumentHighlightOptions
3596.97 s
[hls-test-utils] DocumentHighlightParams
3596.97 s
[hls-test-utils] DocumentHighlightRegistrationOptions
3596.97 s
[hls-test-utils] DocumentLink
3596.97 s
[hls-test-utils] DocumentLinkClientCapabilities
3596.97 s
[hls-test-utils] DocumentLinkOptions
3596.97 s
[hls-test-utils] DocumentLinkParams
3596.97 s
[hls-test-utils] DocumentLinkRegistrationOptions
3596.97 s
[hls-test-utils] DocumentOnTypeFormattingClientCapabilities
3596.97 s
[hls-test-utils] DocumentOnTypeFormattingOptions
3596.97 s
[hls-test-utils] DocumentOnTypeFormattingParams
3596.97 s
[hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
3596.97 s
[hls-test-utils] DocumentRangeFormattingClientCapabilities
3596.97 s
[hls-test-utils] DocumentRangeFormattingOptions
3596.97 s
[hls-test-utils] DocumentRangeFormattingParams
3596.97 s
[hls-test-utils] DocumentRangeFormattingRegistrationOptions
3596.97 s
[hls-test-utils] DocumentSelector
3596.97 s
[hls-test-utils] DocumentSymbol
3596.97 s
[hls-test-utils] DocumentSymbolClientCapabilities
3596.97 s
[hls-test-utils] DocumentSymbolOptions
3596.97 s
[hls-test-utils] DocumentSymbolParams
3596.97 s
[hls-test-utils] DocumentSymbolRegistrationOptions
3596.97 s
[hls-test-utils] EditRangeWithInsertReplace
3596.97 s
[hls-test-utils] ErrorCodes
3596.97 s
[hls-test-utils] ExecuteCommandClientCapabilities
3596.97 s
[hls-test-utils] ExecuteCommandOptions
3596.97 s
[hls-test-utils] ExecuteCommandParams
3596.97 s
[hls-test-utils] ExecuteCommandRegistrationOptions
3596.97 s
[hls-test-utils] ExecutionSummary
3596.97 s
[hls-test-utils] FailureHandlingKind
3596.97 s
[hls-test-utils] FileChangeType
3596.97 s
[hls-test-utils] FileCreate
3596.97 s
[hls-test-utils] FileDelete
3596.97 s
[hls-test-utils] FileEvent
3596.97 s
[hls-test-utils] FileOperationClientCapabilities
3596.97 s
[hls-test-utils] FileOperationFilter
3596.97 s
[hls-test-utils] FileOperationOptions
3596.97 s
[hls-test-utils] FileOperationPattern
3596.97 s
[hls-test-utils] FileOperationPatternKind
3596.97 s
[hls-test-utils] FileOperationPatternOptions
3596.97 s
[hls-test-utils] FileOperationRegistrationOptions
3596.97 s
[hls-test-utils] FileRename
3596.97 s
[hls-test-utils] FileSystemWatcher
3596.97 s
[hls-test-utils] FoldingRange
3596.97 s
[hls-test-utils] FoldingRangeClientCapabilities
3596.97 s
[hls-test-utils] FoldingRangeKind
3596.97 s
[hls-test-utils] FoldingRangeOptions
3596.97 s
[hls-test-utils] FoldingRangeParams
3596.97 s
[hls-test-utils] FoldingRangeRegistrationOptions
3596.97 s
[hls-test-utils] FormattingOptions
3596.97 s
[hls-test-utils] FullDocumentDiagnosticReport
3596.97 s
[hls-test-utils] GeneralClientCapabilities
3596.97 s
[hls-test-utils] GlobPattern
3596.97 s
[hls-test-utils] Hover
3596.97 s
[hls-test-utils] HoverClientCapabilities
3596.97 s
[hls-test-utils] HoverOptions
3596.97 s
[hls-test-utils] HoverParams
3596.97 s
[hls-test-utils] HoverRegistrationOptions
3596.97 s
[hls-test-utils] ImplementationClientCapabilities
3596.97 s
[hls-test-utils] ImplementationOptions
3596.97 s
[hls-test-utils] ImplementationParams
3596.97 s
[hls-test-utils] ImplementationRegistrationOptions
3596.97 s
[hls-test-utils] InitializeError
3596.97 s
[hls-test-utils] InitializeParams
3596.97 s
[hls-test-utils] InitializeResult
3596.97 s
[hls-test-utils] InitializedParams
3596.97 s
[hls-test-utils] InlayHint
3596.97 s
[hls-test-utils] InlayHintClientCapabilities
3596.97 s
[hls-test-utils] InlayHintKind
3596.97 s
[hls-test-utils] InlayHintLabelPart
3596.97 s
[hls-test-utils] InlayHintOptions
3596.97 s
[hls-test-utils] InlayHintParams
3596.97 s
[hls-test-utils] InlayHintRegistrationOptions
3596.97 s
[hls-test-utils] InlayHintWorkspaceClientCapabilities
3596.97 s
[hls-test-utils] InlineValue
3596.97 s
[hls-test-utils] InlineValueClientCapabilities
3596.97 s
[hls-test-utils] InlineValueContext
3596.97 s
[hls-test-utils] InlineValueEvaluatableExpression
3596.97 s
[hls-test-utils] InlineValueOptions
3596.97 s
[hls-test-utils] InlineValueParams
3596.97 s
[hls-test-utils] InlineValueRegistrationOptions
3596.97 s
[hls-test-utils] InlineValueText
3596.97 s
[hls-test-utils] InlineValueVariableLookup
3596.97 s
[hls-test-utils] InlineValueWorkspaceClientCapabilities
3596.97 s
[hls-test-utils] InsertReplaceEdit
3596.97 s
[hls-test-utils] InsertTextFormat
3596.97 s
[hls-test-utils] InsertTextMode
3596.97 s
[hls-test-utils] LSPErrorCodes
3596.97 s
[hls-test-utils] LanguageKind
3596.97 s
[hls-test-utils] LinkedEditingRangeClientCapabilities
3596.97 s
[hls-test-utils] LinkedEditingRangeOptions
3596.97 s
[hls-test-utils] LinkedEditingRangeParams
3596.97 s
[hls-test-utils] LinkedEditingRangeRegistrationOptions
3596.97 s
[hls-test-utils] LinkedEditingRanges
3596.97 s
[hls-test-utils] Location
3596.97 s
[hls-test-utils] LocationLink
3596.97 s
[hls-test-utils] LocationUriOnly
3596.97 s
[hls-test-utils] LogMessageParams
3596.97 s
[hls-test-utils] LogTraceParams
3596.97 s
[hls-test-utils] MarkdownClientCapabilities
3596.97 s
[hls-test-utils] MarkedString
3596.97 s
[hls-test-utils] MarkedStringWithLanguage
3596.97 s
[hls-test-utils] MarkupContent
3596.97 s
[hls-test-utils] MarkupKind
3596.97 s
[hls-test-utils] MessageActionItem
3596.97 s
[hls-test-utils] MessageType
3596.97 s
[hls-test-utils] Moniker
3596.97 s
[hls-test-utils] MonikerClientCapabilities
3596.97 s
[hls-test-utils] MonikerKind
3596.97 s
[hls-test-utils] MonikerOptions
3596.97 s
[hls-test-utils] MonikerParams
3596.97 s
[hls-test-utils] MonikerRegistrationOptions
3596.97 s
[hls-test-utils] NotebookCell
3596.97 s
[hls-test-utils] NotebookCellArrayChange
3596.97 s
[hls-test-utils] NotebookCellKind
3596.97 s
[hls-test-utils] NotebookCellLanguage
3596.97 s
[hls-test-utils] NotebookCellTextDocumentFilter
3596.97 s
[hls-test-utils] NotebookDocument
3596.97 s
[hls-test-utils] NotebookDocumentCellChangeStructure
3596.97 s
[hls-test-utils] NotebookDocumentCellChanges
3596.97 s
[hls-test-utils] NotebookDocumentCellContentChanges
3596.97 s
[hls-test-utils] NotebookDocumentChangeEvent
3596.97 s
[hls-test-utils] NotebookDocumentClientCapabilities
3596.97 s
[hls-test-utils] NotebookDocumentFilter
3596.97 s
[hls-test-utils] NotebookDocumentFilterNotebookType
3596.97 s
[hls-test-utils] NotebookDocumentFilterPattern
3596.97 s
[hls-test-utils] NotebookDocumentFilterScheme
3596.97 s
[hls-test-utils] NotebookDocumentFilterWithCells
3596.97 s
[hls-test-utils] NotebookDocumentFilterWithNotebook
3596.97 s
[hls-test-utils] NotebookDocumentIdentifier
3596.97 s
[hls-test-utils] NotebookDocumentSyncClientCapabilities
3596.97 s
[hls-test-utils] NotebookDocumentSyncOptions
3596.97 s
[hls-test-utils] NotebookDocumentSyncRegistrationOptions
3596.97 s
[hls-test-utils] OptionalVersionedTextDocumentIdentifier
3596.97 s
[hls-test-utils] ParameterInformation
3596.97 s
[hls-test-utils] PartialResultParams
3596.97 s
[hls-test-utils] Pattern
3596.97 s
[hls-test-utils] Position
3596.97 s
[hls-test-utils] PositionEncodingKind
3596.97 s
[hls-test-utils] PrepareRenameDefaultBehavior
3596.97 s
[hls-test-utils] PrepareRenameParams
3596.97 s
[hls-test-utils] PrepareRenamePlaceholder
3596.97 s
[hls-test-utils] PrepareRenameResult
3596.97 s
[hls-test-utils] PrepareSupportDefaultBehavior
3596.97 s
[hls-test-utils] PreviousResultId
3596.97 s
[hls-test-utils] ProgressParams
3596.97 s
[hls-test-utils] ProgressToken
3596.97 s
[hls-test-utils] PublishDiagnosticsClientCapabilities
3596.97 s
[hls-test-utils] PublishDiagnosticsParams
3596.97 s
[hls-test-utils] Range
3596.97 s
[hls-test-utils] ReferenceClientCapabilities
3596.97 s
[hls-test-utils] ReferenceContext
3596.97 s
[hls-test-utils] ReferenceOptions
3596.97 s
[hls-test-utils] ReferenceParams
3596.97 s
[hls-test-utils] ReferenceRegistrationOptions
3596.97 s
[hls-test-utils] Registration
3596.97 s
[hls-test-utils] RegistrationParams
3596.97 s
[hls-test-utils] RegularExpressionEngineKind
3596.97 s
[hls-test-utils] RegularExpressionsClientCapabilities
3596.97 s
[hls-test-utils] RelatedFullDocumentDiagnosticReport
3596.97 s
[hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
3596.97 s
[hls-test-utils] RelativePattern
3596.97 s
[hls-test-utils] RenameClientCapabilities
3596.97 s
[hls-test-utils] RenameFile
3596.97 s
[hls-test-utils] RenameFileOptions
3596.97 s
[hls-test-utils] RenameFilesParams
3596.97 s
[hls-test-utils] RenameOptions
3596.97 s
[hls-test-utils] RenameParams
3596.97 s
[hls-test-utils] RenameRegistrationOptions
3596.97 s
[hls-test-utils] ResourceOperation
3596.97 s
[hls-test-utils] ResourceOperationKind
3596.97 s
[hls-test-utils] SaveOptions
3596.97 s
[hls-test-utils] SelectionRange
3596.97 s
[hls-test-utils] SelectionRangeClientCapabilities
3596.97 s
[hls-test-utils] SelectionRangeOptions
3596.97 s
[hls-test-utils] SelectionRangeParams
3596.97 s
[hls-test-utils] SelectionRangeRegistrationOptions
3596.97 s
[hls-test-utils] SemanticTokenModifiers
3596.97 s
[hls-test-utils] SemanticTokenTypes
3596.97 s
[hls-test-utils] SemanticTokens
3596.97 s
[hls-test-utils] SemanticTokensClientCapabilities
3596.97 s
[hls-test-utils] SemanticTokensDelta
3596.97 s
[hls-test-utils] SemanticTokensDeltaParams
3596.97 s
[hls-test-utils] SemanticTokensDeltaPartialResult
3596.97 s
[hls-test-utils] SemanticTokensEdit
3596.97 s
[hls-test-utils] SemanticTokensFullDelta
3596.97 s
[hls-test-utils] SemanticTokensLegend
3596.97 s
[hls-test-utils] SemanticTokensOptions
3596.97 s
[hls-test-utils] SemanticTokensParams
3596.97 s
[hls-test-utils] SemanticTokensPartialResult
3596.97 s
[hls-test-utils] SemanticTokensRangeParams
3596.97 s
[hls-test-utils] SemanticTokensRegistrationOptions
3596.97 s
[hls-test-utils] SemanticTokensWorkspaceClientCapabilities
3596.97 s
[hls-test-utils] ServerCapabilities
3596.97 s
[hls-test-utils] ServerCompletionItemOptions
3596.97 s
[hls-test-utils] ServerInfo
3596.97 s
[hls-test-utils] SetTraceParams
3596.97 s
[hls-test-utils] ShowDocumentClientCapabilities
3596.97 s
[hls-test-utils] ShowDocumentParams
3596.97 s
[hls-test-utils] ShowDocumentResult
3596.97 s
[hls-test-utils] ShowMessageParams
3596.97 s
[hls-test-utils] ShowMessageRequestClientCapabilities
3596.97 s
[hls-test-utils] ShowMessageRequestParams
3596.97 s
[hls-test-utils] SignatureHelp
3596.97 s
[hls-test-utils] SignatureHelpClientCapabilities
3596.97 s
[hls-test-utils] SignatureHelpContext
3596.97 s
[hls-test-utils] SignatureHelpOptions
3596.97 s
[hls-test-utils] SignatureHelpParams
3596.97 s
[hls-test-utils] SignatureHelpRegistrationOptions
3596.97 s
[hls-test-utils] SignatureHelpTriggerKind
3596.97 s
[hls-test-utils] SignatureInformation
3596.97 s
[hls-test-utils] StaleRequestSupportOptions
3596.97 s
[hls-test-utils] StaticRegistrationOptions
3596.97 s
[hls-test-utils] SymbolInformation
3596.97 s
[hls-test-utils] SymbolKind
3596.97 s
[hls-test-utils] SymbolTag
3596.97 s
[hls-test-utils] TextDocumentChangeRegistrationOptions
3596.97 s
[hls-test-utils] TextDocumentClientCapabilities
3596.97 s
[hls-test-utils] TextDocumentContentChangeEvent
3596.97 s
[hls-test-utils] TextDocumentContentChangePartial
3596.97 s
[hls-test-utils] TextDocumentContentChangeWholeDocument
3596.97 s
[hls-test-utils] TextDocumentEdit
3596.97 s
[hls-test-utils] TextDocumentFilter
3596.97 s
[hls-test-utils] TextDocumentFilterLanguage
3596.97 s
[hls-test-utils] TextDocumentFilterPattern
3596.97 s
[hls-test-utils] TextDocumentFilterScheme
3596.97 s
[hls-test-utils] TextDocumentIdentifier
3596.97 s
[hls-test-utils] TextDocumentItem
3596.97 s
[hls-test-utils] TextDocumentPositionParams
3596.97 s
[hls-test-utils] TextDocumentRegistrationOptions
3596.97 s
[hls-test-utils] TextDocumentSaveReason
3596.97 s
[hls-test-utils] TextDocumentSaveRegistrationOptions
3596.97 s
[hls-test-utils] TextDocumentSyncClientCapabilities
3596.97 s
[hls-test-utils] TextDocumentSyncKind
3596.97 s
[hls-test-utils] TextDocumentSyncOptions
3596.97 s
[hls-test-utils] TextEdit
3596.97 s
[hls-test-utils] TokenFormat
3596.97 s
[hls-test-utils] TraceValue
3596.97 s
[hls-test-utils] TypeDefinitionClientCapabilities
3596.97 s
[hls-test-utils] TypeDefinitionOptions
3596.97 s
[hls-test-utils] TypeDefinitionParams
3596.97 s
[hls-test-utils] TypeDefinitionRegistrationOptions
3596.97 s
[hls-test-utils] TypeHierarchyClientCapabilities
3596.97 s
[hls-test-utils] TypeHierarchyItem
3596.97 s
[hls-test-utils] TypeHierarchyOptions
3596.97 s
[hls-test-utils] TypeHierarchyPrepareParams
3596.97 s
[hls-test-utils] TypeHierarchyRegistrationOptions
3596.97 s
[hls-test-utils] TypeHierarchySubtypesParams
3596.97 s
[hls-test-utils] TypeHierarchySupertypesParams
3596.97 s
[hls-test-utils] UInitializeParams
3596.97 s
[hls-test-utils] UnchangedDocumentDiagnosticReport
3596.97 s
[hls-test-utils] UniquenessLevel
3596.97 s
[hls-test-utils] Unregistration
3596.97 s
[hls-test-utils] UnregistrationParams
3596.97 s
[hls-test-utils] VersionedNotebookDocumentIdentifier
3596.97 s
[hls-test-utils] VersionedTextDocumentIdentifier
3596.97 s
[hls-test-utils] WatchKind
3596.97 s
[hls-test-utils] WillSaveTextDocumentParams
3596.97 s
[hls-test-utils] WindowClientCapabilities
3596.97 s
[hls-test-utils] WorkDoneProgressBegin
3596.97 s
[hls-test-utils] WorkDoneProgressCancelParams
3596.97 s
[hls-test-utils] WorkDoneProgressCreateParams
3596.97 s
[hls-test-utils] WorkDoneProgressEnd
3596.97 s
[hls-test-utils] WorkDoneProgressOptions
3596.97 s
[hls-test-utils] WorkDoneProgressParams
3596.97 s
[hls-test-utils] WorkDoneProgressReport
3596.97 s
[hls-test-utils] WorkspaceClientCapabilities
3596.97 s
[hls-test-utils] WorkspaceDiagnosticParams
3596.97 s
[hls-test-utils] WorkspaceDiagnosticReport
3596.97 s
[hls-test-utils] WorkspaceDiagnosticReportPartialResult
3596.97 s
[hls-test-utils] WorkspaceDocumentDiagnosticReport
3596.97 s
[hls-test-utils] WorkspaceEdit
3596.97 s
[hls-test-utils] WorkspaceEditClientCapabilities
3596.97 s
[hls-test-utils] WorkspaceFolder
3596.97 s
[hls-test-utils] WorkspaceFoldersChangeEvent
3596.97 s
[hls-test-utils] WorkspaceFoldersInitializeParams
3596.97 s
[hls-test-utils] WorkspaceFoldersServerCapabilities
3596.97 s
[hls-test-utils] WorkspaceFullDocumentDiagnosticReport
3596.97 s
[hls-test-utils] WorkspaceOptions
3596.97 s
[hls-test-utils] WorkspaceSymbol
3596.97 s
[hls-test-utils] WorkspaceSymbolClientCapabilities
3596.97 s
[hls-test-utils] WorkspaceSymbolOptions
3596.97 s
[hls-test-utils] WorkspaceSymbolParams
3596.97 s
[hls-test-utils] WorkspaceSymbolRegistrationOptions
3596.97 s
[hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
3596.97 s
[hls-test-utils] UInt
3596.97 s
[hls-test-utils] |?
3596.97 s
[hls-test-utils] DocumentChange
3596.97 s
[hls-test-utils] AsLspEnum
3596.97 s
[hls-test-utils] EnumBaseType
3596.97 s
[hls-test-utils] LspEnum
3596.97 s
[hls-test-utils] LspOpenEnum
3596.97 s
[hls-test-utils] Edit
3596.97 s
[hls-test-utils] SemanticTokenAbsolute
3596.97 s
[hls-test-utils] SemanticTokenRelative
3596.97 s
[hls-test-utils] AString
3596.97 s
[hls-test-utils] AnInteger
3596.97 s
[hls-test-utils] NormalizedFilePath
3596.97 s
[hls-test-utils] NormalizedUri
3596.97 s
[hls-test-utils] Uri
3596.97 s
[hls-test-utils] EncodingException
3596.97 s
[hls-test-utils] messageDirection
3596.97 s
[hls-test-utils] messageKind
3596.97 s
[hls-test-utils] methodStringToSomeMethod
3596.97 s
[hls-test-utils] someMethodToMethodString
3596.97 s
[hls-test-utils] isOptionalMethod
3596.97 s
[hls-test-utils] someClientMethod
3596.97 s
[hls-test-utils] someServerMethod
3596.97 s
[hls-test-utils] clientMethodJSON
3596.97 s
[hls-test-utils] clientResponseJSON
3596.97 s
[hls-test-utils] fromClientNot
3596.97 s
[hls-test-utils] fromClientReq
3596.97 s
[hls-test-utils] fromServerNot
3596.97 s
[hls-test-utils] fromServerReq
3596.97 s
[hls-test-utils] mEqClient
3596.97 s
[hls-test-utils] mEqServer
3596.97 s
[hls-test-utils] parseClientMessage
3596.97 s
[hls-test-utils] parseServerMessage
3596.97 s
[hls-test-utils] runEq
3596.97 s
[hls-test-utils] serverMethodJSON
3596.97 s
[hls-test-utils] serverResponseJSON
3596.97 s
[hls-test-utils] splitClientMethod
3596.97 s
[hls-test-utils] splitServerMethod
3596.97 s
[hls-test-utils] regHelper
3596.97 s
[hls-test-utils] toSomeRegistration
3596.97 s
[hls-test-utils] toSomeUnregistration
3596.97 s
[hls-test-utils] toUntypedRegistration
3596.97 s
[hls-test-utils] toUntypedUnregistration
3596.97 s
[hls-test-utils] addNullField
3596.97 s
[hls-test-utils] toUntypedResponseError
3596.97 s
[hls-test-utils] ErrorData
3596.97 s
[hls-test-utils] MessageParams
3596.97 s
[hls-test-utils] MessageResult
3596.97 s
[hls-test-utils] Method
3596.97 s
[hls-test-utils] RegistrationOptions
3596.97 s
[hls-test-utils] SMethod
3596.97 s
[hls-test-utils] SomeMethod
3596.97 s
[hls-test-utils] LspId
3596.97 s
[hls-test-utils] SomeLspId
3596.97 s
[hls-test-utils] MessageDirection
3596.97 s
[hls-test-utils] MessageKind
3596.97 s
[hls-test-utils] SMessageDirection
3596.97 s
[hls-test-utils] SMessageKind
3596.97 s
[hls-test-utils] SClientMethod
3596.97 s
[hls-test-utils] SServerMethod
3596.97 s
[hls-test-utils] SomeClientMethod
3596.97 s
[hls-test-utils] SomeServerMethod
3596.97 s
[hls-test-utils] ClientNotOrReq
3596.97 s
[hls-test-utils] CustomEq
3596.97 s
[hls-test-utils] FromClientMessage
3596.97 s
[hls-test-utils] FromClientMessage'
3596.97 s
[hls-test-utils] FromServerMessage
3596.97 s
[hls-test-utils] FromServerMessage'
3596.97 s
[hls-test-utils] HasJSON
3596.97 s
[hls-test-utils] LookupFunc
3596.97 s
[hls-test-utils] ServerNotOrReq
3596.97 s
[hls-test-utils] SomeRegistration
3596.97 s
[hls-test-utils] SomeUnregistration
3596.97 s
[hls-test-utils] TRegistration
3596.97 s
[hls-test-utils] TUnregistration
3596.97 s
[hls-test-utils] NotificationMessage
3596.97 s
[hls-test-utils] RequestMessage
3596.97 s
[hls-test-utils] ResponseError
3596.97 s
[hls-test-utils] ResponseMessage
3596.97 s
[hls-test-utils] TClientMessage
3596.97 s
[hls-test-utils] TCustomMessage
3596.97 s
[hls-test-utils] TMessage
3596.97 s
[hls-test-utils] TNotificationMessage
3596.97 s
[hls-test-utils] TRequestMessage
3596.97 s
[hls-test-utils] TResponseError
3596.97 s
[hls-test-utils] TResponseMessage
3596.97 s
[hls-test-utils] TServerMessage
3596.97 s
[hls-test-utils] goldenGitDiff (src/Test/Hls.hs:190)
3596.97 s
[hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:203)
3596.97 s
[hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:216)
3596.97 s
[hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:230)
3596.97 s
[hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:279)
3596.97 s
[hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:306)
3596.97 s
[hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:594)
3596.97 s
[hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:642)
3596.97 s
[hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:618)
3596.97 s
[hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:666)
3596.97 s
[hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:257)
3596.97 s
[hls-test-utils] runSessionWithServer (src/Test/Hls.hs:538)
3596.97 s
[hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:505)
3596.98 s
[hls-test-utils] PluginDescriptor
3596.98 s
[hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
3596.98 s
[hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
3596.98 s
[hls-test-utils] unCurrent (src/Test/Hls.hs:180)
3596.98 s
[hls-test-utils] waitForTypecheck (src/Test/Hls.hs:870)
3596.98 s
[hls-test-utils] waitForAction (src/Test/Hls.hs:866)
3596.98 s
[hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:876)
3596.98 s
[hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:873)
3596.98 s
[hls-test-utils] waitForKickDone (src/Test/Hls.hs:901)
3596.98 s
[hls-test-utils] waitForKickStart (src/Test/Hls.hs:904)
3596.98 s
[hls-test-utils] WithPriority
3596.98 s
[hls-test-utils] Priority
3596.98 s
[hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:890)
3596.98 s
[hls-test-utils] kick (src/Test/Hls.hs:914)
3596.98 s
[hls-test-utils] TestConfig (src/Test/Hls.hs:692)
3598.69 s
[hls-test-utils] Warning: Test.Hls: could not find link destinations for:
3598.69 s
[hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasError
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.error
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasJsonrpc
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.jsonrpc
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasParams
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.params
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasResult
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.result
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasXdata
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.xdata
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
3598.69 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
3598.70 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
3598.71 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
3598.72 s
[hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Base.basicLength
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Base.elemseq
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
3598.72 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
3598.72 s
[hls-test-utils] - Data.Vector.Primitive.Vector
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.Rep_AnnotatedTextEdit
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.Rep_ChangeAnnotationIdentifier
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.Rep_ApplyWorkspaceEditParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.Rep_WorkspaceEdit
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextEdit.Rep_TextEdit
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_|?
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.Rep_TextDocumentEdit
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.Rep_OptionalVersionedTextDocumentIdentifier
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFile.Rep_CreateFile
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.Rep_CreateFileOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFile.Rep_RenameFile
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.Rep_RenameFileOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFile.Rep_DeleteFile
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.Rep_DeleteFileOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.Rep_ChangeAnnotation
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.Rep_ApplyWorkspaceEditResult
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_UInt
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.Rep_BaseSymbolInformation
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.Rep_SymbolTag
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.D:R:EnumBaseTypeSymbolKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.Rep_SymbolKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.D:R:EnumBaseTypeSymbolTag
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.Rep_CallHierarchyClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.Rep_CallHierarchyIncomingCall
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.Rep_CallHierarchyItem
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.Rep_CallHierarchyIncomingCallsParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressToken.Rep_ProgressToken
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_Uri
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.Rep_CallHierarchyOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.Rep_CallHierarchyOutgoingCall
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.Rep_CallHierarchyOutgoingCallsParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.Rep_CallHierarchyPrepareParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.Rep_TextDocumentIdentifier
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.Rep_CallHierarchyRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFilter.Rep_DocumentFilter
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.Rep_TextDocumentFilter
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.Rep_TextDocumentFilterLanguage
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.Rep_TextDocumentFilterScheme
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.Rep_TextDocumentFilterPattern
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.Rep_NotebookCellTextDocumentFilter
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.Rep_NotebookDocumentFilter
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.Rep_NotebookDocumentFilterNotebookType
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.Rep_NotebookDocumentFilterScheme
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.Rep_NotebookDocumentFilterPattern
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSelector.Rep_DocumentSelector
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CancelParams.Rep_CancelParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.Rep_ChangeAnnotationsSupportOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.Rep_ClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.Rep_WorkspaceClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.Rep_WorkspaceEditClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.Rep_ResourceOperationKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.Rep_FailureHandlingKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.Rep_DidChangeConfigurationClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.Rep_DidChangeWatchedFilesClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.Rep_WorkspaceSymbolClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.Rep_ClientSymbolKindOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.Rep_ClientSymbolTagOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.Rep_ClientSymbolResolveOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.Rep_ExecuteCommandClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.Rep_SemanticTokensWorkspaceClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.Rep_CodeLensWorkspaceClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.Rep_FileOperationClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.Rep_InlineValueWorkspaceClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.Rep_InlayHintWorkspaceClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.Rep_DiagnosticWorkspaceClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.Rep_TextDocumentClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.Rep_TextDocumentSyncClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.Rep_CompletionClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.Rep_ClientCompletionItemOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.Rep_MarkupKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.Rep_CompletionItemTag
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.Rep_CompletionItemTagOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.Rep_ClientCompletionItemResolveOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.Rep_InsertTextMode
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.Rep_ClientCompletionItemInsertTextModeOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.Rep_ClientCompletionItemOptionsKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.Rep_CompletionListCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.Rep_HoverClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.Rep_SignatureHelpClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.Rep_ClientSignatureInformationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.Rep_ClientSignatureParameterInformationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.Rep_DeclarationClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.Rep_DefinitionClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.Rep_TypeDefinitionClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.Rep_ImplementationClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.Rep_ReferenceClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.Rep_DocumentHighlightClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.Rep_DocumentSymbolClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.Rep_CodeActionClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.Rep_CodeActionKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.Rep_ClientCodeActionLiteralOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.Rep_ClientCodeActionKindOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.Rep_ClientCodeActionResolveOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.Rep_CodeLensClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.Rep_DocumentLinkClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.Rep_DocumentColorClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.Rep_DocumentFormattingClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.Rep_DocumentRangeFormattingClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.Rep_DocumentOnTypeFormattingClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.Rep_RenameClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.Rep_PrepareSupportDefaultBehavior
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.Rep_FoldingRangeClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.Rep_ClientFoldingRangeKindOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.Rep_FoldingRangeKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.Rep_ClientFoldingRangeOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.Rep_SelectionRangeClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.Rep_PublishDiagnosticsClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.Rep_DiagnosticTag
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.Rep_ClientDiagnosticsTagOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.Rep_SemanticTokensClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.Rep_ClientSemanticTokensRequestOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.Rep_TokenFormat
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.Rep_ClientSemanticTokensRequestFullDelta
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.Rep_LinkedEditingRangeClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.Rep_MonikerClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.Rep_TypeHierarchyClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.Rep_InlineValueClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.Rep_InlayHintClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.Rep_ClientInlayHintResolveOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.Rep_DiagnosticClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.Rep_NotebookDocumentClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.Rep_NotebookDocumentSyncClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.Rep_WindowClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.Rep_ShowMessageRequestClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.Rep_ClientShowMessageActionItemOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.Rep_ShowDocumentClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.Rep_GeneralClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.Rep_StaleRequestSupportOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.Rep_RegularExpressionsClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.Rep_RegularExpressionEngineKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.Rep_MarkdownClientCapabilities
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.Rep_PositionEncodingKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.D:R:EnumBaseTypeCodeActionKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.D:R:EnumBaseTypeInsertTextMode
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.D:R:EnumBaseTypeMarkupKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.D:R:EnumBaseTypeCompletionItemTag
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.D:R:EnumBaseTypeCompletionItemKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.Rep_CompletionItemKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.D:R:EnumBaseTypeDiagnosticTag
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.D:R:EnumBaseTypeFoldingRangeKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInfo.Rep_ClientInfo
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeAction.Rep_CodeAction
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeDescription.Rep_CodeDescription
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.Rep_DiagnosticRelatedInformation
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.Rep_CodeActionDisabled
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Command.Rep_Command
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionContext.Rep_CodeActionContext
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.Rep_CodeActionTriggerKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.D:R:EnumBaseTypeCodeActionTriggerKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.Rep_CodeActionOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionParams.Rep_CodeActionParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.Rep_CodeActionRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLens.Rep_CodeLens
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.Rep_CodeLensOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensParams.Rep_CodeLensParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.Rep_CodeLensRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Color.Rep_Color
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorInformation.Rep_ColorInformation
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentation.Rep_ColorPresentation
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.Rep_ColorPresentationParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionContext.Rep_CompletionContext
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.Rep_CompletionTriggerKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.D:R:EnumBaseTypeCompletionTriggerKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItem.Rep_CompletionItem
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.Rep_CompletionItemLabelDetails
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupContent.Rep_MarkupContent
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.Rep_InsertTextFormat
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.Rep_InsertReplaceEdit
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.D:R:EnumBaseTypeInsertTextFormat
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.Rep_CompletionItemDefaults
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.Rep_EditRangeWithInsertReplace
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionList.Rep_CompletionList
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionOptions.Rep_CompletionOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.Rep_ServerCompletionItemOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionParams.Rep_CompletionParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.Rep_CompletionRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.Rep_ConfigurationItem
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.Rep_ConfigurationParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.Rep_CreateFilesParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileCreate.Rep_FileCreate
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Declaration.Rep_Declaration
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationLink.Rep_DeclarationLink
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationLink.Rep_LocationLink
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.Rep_DeclarationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationParams.Rep_DeclarationParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.Rep_DeclarationRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Definition.Rep_Definition
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionLink.Rep_DefinitionLink
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.Rep_DefinitionOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionParams.Rep_DefinitionParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.Rep_DefinitionRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.Rep_DeleteFilesParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileDelete.Rep_FileDelete
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.Rep_DiagnosticOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.Rep_DiagnosticRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.Rep_DiagnosticServerCancellationData
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.Rep_DidChangeConfigurationParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.Rep_DidChangeConfigurationRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.Rep_DidChangeNotebookDocumentParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.Rep_VersionedNotebookDocumentIdentifier
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.Rep_NotebookDocumentChangeEvent
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.Rep_NotebookDocumentCellChanges
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.Rep_NotebookDocumentCellChangeStructure
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.Rep_NotebookCellArrayChange
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCell.Rep_NotebookCell
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.Rep_NotebookCellKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.Rep_ExecutionSummary
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.Rep_TextDocumentItem
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.Rep_NotebookDocumentCellContentChanges
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.Rep_VersionedTextDocumentIdentifier
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.Rep_TextDocumentContentChangeEvent
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.Rep_TextDocumentContentChangePartial
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.Rep_TextDocumentContentChangeWholeDocument
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.Rep_DidChangeTextDocumentParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.Rep_DidChangeWatchedFilesParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileEvent.Rep_FileEvent
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.Rep_FileChangeType
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.Rep_DidChangeWatchedFilesRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.Rep_FileSystemWatcher
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.GlobPattern.Rep_GlobPattern
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Pattern.Rep_Pattern
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelativePattern.Rep_RelativePattern
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.Rep_WorkspaceFolder
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.Rep_WatchKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.Rep_DidChangeWorkspaceFoldersParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.Rep_WorkspaceFoldersChangeEvent
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.Rep_DidCloseNotebookDocumentParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.Rep_NotebookDocumentIdentifier
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.Rep_DidCloseTextDocumentParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.Rep_DidOpenNotebookDocumentParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocument.Rep_NotebookDocument
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.D:R:EnumBaseTypeLanguageKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.Rep_DidOpenTextDocumentParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.Rep_DidSaveNotebookDocumentParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.Rep_DidSaveTextDocumentParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.Rep_DocumentColorOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.Rep_DocumentColorParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.Rep_DocumentColorRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.Rep_DocumentDiagnosticParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.Rep_DocumentDiagnosticReport
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.Rep_RelatedFullDocumentDiagnosticReport
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.Rep_FullDocumentDiagnosticReport
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.Rep_UnchangedDocumentDiagnosticReport
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.Rep_RelatedUnchangedDocumentDiagnosticReport
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.D:R:EnumBaseTypeDocumentDiagnosticReportKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.Rep_DocumentDiagnosticReportKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.Rep_DocumentDiagnosticReportPartialResult
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.Rep_DocumentFormattingOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.Rep_DocumentFormattingParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FormattingOptions.Rep_FormattingOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.Rep_DocumentFormattingRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.Rep_DocumentHighlight
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.Rep_DocumentHighlightKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.D:R:EnumBaseTypeDocumentHighlightKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.Rep_DocumentHighlightOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.Rep_DocumentHighlightParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.Rep_DocumentHighlightRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLink.Rep_DocumentLink
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.Rep_DocumentLinkOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.Rep_DocumentLinkParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.Rep_DocumentLinkRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.Rep_DocumentOnTypeFormattingOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.Rep_DocumentOnTypeFormattingParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.Rep_DocumentOnTypeFormattingRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.Rep_DocumentRangeFormattingOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.Rep_DocumentRangeFormattingParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.Rep_DocumentRangeFormattingRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.Rep_DocumentSymbol
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.Rep_DocumentSymbolOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.Rep_DocumentSymbolParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.Rep_DocumentSymbolRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.D:R:EnumBaseTypeErrorCodes
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.Rep_ErrorCodes
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.Rep_ExecuteCommandOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.Rep_ExecuteCommandParams
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.Rep_ExecuteCommandRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.D:R:EnumBaseTypeFailureHandlingKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.D:R:EnumBaseTypeFileChangeType
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.Rep_FileOperationFilter
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.Rep_FileOperationPattern
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.Rep_FileOperationPatternKind
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.Rep_FileOperationPatternOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.Rep_FileOperationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.Rep_FileOperationRegistrationOptions
3598.72 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.D:R:EnumBaseTypeFileOperationPatternKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileRename.Rep_FileRename
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.D:R:EnumBaseTypeWatchKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRange.Rep_FoldingRange
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.Rep_FoldingRangeOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.Rep_FoldingRangeParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.Rep_FoldingRangeRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.D:R:EnumBaseTypePositionEncodingKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Hover.Rep_Hover
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedString.Rep_MarkedString
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.Rep_MarkedStringWithLanguage
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverOptions.Rep_HoverOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverParams.Rep_HoverParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.Rep_HoverRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.Rep_ImplementationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationParams.Rep_ImplementationParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.Rep_ImplementationRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeError.Rep_InitializeError
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeParams.Rep_InitializeParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.Rep_TraceValue
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.D:R:EnumBaseTypeTraceValue
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeResult.Rep_InitializeResult
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.Rep_ServerCapabilities
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.Rep_TextDocumentSyncOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.Rep_TextDocumentSyncKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SaveOptions.Rep_SaveOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.Rep_NotebookDocumentSyncOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.Rep_NotebookDocumentFilterWithNotebook
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.Rep_NotebookCellLanguage
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.Rep_NotebookDocumentFilterWithCells
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.Rep_NotebookDocumentSyncRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.Rep_SignatureHelpOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.Rep_TypeDefinitionOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.Rep_TypeDefinitionRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.Rep_ReferenceOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.Rep_WorkspaceSymbolOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameOptions.Rep_RenameOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.Rep_SelectionRangeOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.Rep_SelectionRangeRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.Rep_LinkedEditingRangeOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.Rep_LinkedEditingRangeRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.Rep_SemanticTokensOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.Rep_SemanticTokensLegend
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.Rep_SemanticTokensFullDelta
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.Rep_SemanticTokensRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerOptions.Rep_MonikerOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.Rep_MonikerRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.Rep_TypeHierarchyOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.Rep_TypeHierarchyRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.Rep_InlineValueOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.Rep_InlineValueRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.Rep_InlayHintOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.Rep_InlayHintRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.Rep_WorkspaceOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.Rep_WorkspaceFoldersServerCapabilities
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerInfo.Rep_ServerInfo
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializedParams.Rep_InitializedParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHint.Rep_InlayHint
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.Rep_InlayHintLabelPart
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.Rep_InlayHintKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.D:R:EnumBaseTypeInlayHintKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintParams.Rep_InlayHintParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValue.Rep_InlineValue
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueText.Rep_InlineValueText
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.Rep_InlineValueVariableLookup
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.Rep_InlineValueEvaluatableExpression
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueContext.Rep_InlineValueContext
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueParams.Rep_InlineValueParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.D:R:EnumBaseTypeLSPErrorCodes
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.Rep_LSPErrorCodes
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.Rep_LanguageKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.Rep_LinkedEditingRangeParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.Rep_LinkedEditingRanges
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.Rep_LocationUriOnly
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogMessageParams.Rep_LogMessageParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.Rep_MessageType
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.D:R:EnumBaseTypeMessageType
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogTraceParams.Rep_LogTraceParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageActionItem.Rep_MessageActionItem
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Moniker.Rep_Moniker
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.Rep_UniquenessLevel
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.Rep_MonikerKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.D:R:EnumBaseTypeUniquenessLevel
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.D:R:EnumBaseTypeMonikerKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerParams.Rep_MonikerParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.D:R:EnumBaseTypeNotebookCellKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ParameterInformation.Rep_ParameterInformation
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PartialResultParams.Rep_PartialResultParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.Rep_PrepareRenameDefaultBehavior
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.Rep_PrepareRenameParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.Rep_PrepareRenamePlaceholder
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.Rep_PrepareRenameResult
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.D:R:EnumBaseTypePrepareSupportDefaultBehavior
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PreviousResultId.Rep_PreviousResultId
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressParams.Rep_ProgressParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.Rep_PublishDiagnosticsParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceContext.Rep_ReferenceContext
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceParams.Rep_ReferenceParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.Rep_ReferenceRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Registration.Rep_Registration
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegistrationParams.Rep_RegistrationParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.Rep_RenameFilesParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameParams.Rep_RenameParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.Rep_RenameRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperation.Rep_ResourceOperation
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.D:R:EnumBaseTypeResourceOperationKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRange.Rep_SelectionRange
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.Rep_SelectionRangeParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.D:R:EnumBaseTypeSemanticTokenModifiers
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.Rep_SemanticTokenModifiers
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.D:R:EnumBaseTypeSemanticTokenTypes
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.Rep_SemanticTokenTypes
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokens.Rep_SemanticTokens
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.D:R:EnumBaseTypeTokenFormat
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.Rep_SemanticTokensDelta
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.Rep_SemanticTokensEdit
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.Rep_SemanticTokensDeltaParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.Rep_SemanticTokensDeltaPartialResult
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.Rep_SemanticTokensParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.Rep_SemanticTokensPartialResult
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.Rep_SemanticTokensRangeParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.D:R:EnumBaseTypeTextDocumentSyncKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SetTraceParams.Rep_SetTraceParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.Rep_ShowDocumentParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.Rep_ShowDocumentResult
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.Rep_ShowMessageParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.Rep_ShowMessageRequestParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelp.Rep_SignatureHelp
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureInformation.Rep_SignatureInformation
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.Rep_SignatureHelpContext
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.Rep_SignatureHelpTriggerKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.D:R:EnumBaseTypeSignatureHelpTriggerKind
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.Rep_SignatureHelpParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.Rep_SignatureHelpRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.Rep_StaticRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolInformation.Rep_SymbolInformation
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.Rep_TextDocumentChangeRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.Rep_TextDocumentPositionParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.Rep_TextDocumentRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.D:R:EnumBaseTypeTextDocumentSaveReason
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.Rep_TextDocumentSaveReason
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.Rep_TextDocumentSaveRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.Rep_TypeDefinitionParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.Rep_TypeHierarchyItem
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.Rep_TypeHierarchyPrepareParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.Rep_TypeHierarchySubtypesParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.Rep_TypeHierarchySupertypesParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UInitializeParams.Rep_UInitializeParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Unregistration.Rep_Unregistration
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.Rep_UnregistrationParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.Rep_WillSaveTextDocumentParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.Rep_WorkDoneProgressBegin
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.Rep_WorkDoneProgressCancelParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.Rep_WorkDoneProgressCreateParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.Rep_WorkDoneProgressEnd
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.Rep_WorkDoneProgressOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.Rep_WorkDoneProgressParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.Rep_WorkDoneProgressReport
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.Rep_WorkspaceDiagnosticParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.Rep_WorkspaceDiagnosticReport
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.Rep_WorkspaceDocumentDiagnosticReport
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.Rep_WorkspaceFullDocumentDiagnosticReport
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.Rep_WorkspaceUnchangedDocumentDiagnosticReport
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.Rep_WorkspaceDiagnosticReportPartialResult
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.Rep_WorkspaceFoldersInitializeParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.Rep_WorkspaceSymbol
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.Rep_WorkspaceSymbolParams
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.Rep_WorkspaceSymbolRegistrationOptions
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.LspId.Rep_LspId
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.LspId.D:R:BaseMethodLspId
3598.73 s
[hls-test-utils] - Data.IxMap.Base
3598.73 s
[hls-test-utils] - Data.IxMap.IxOrd
3598.73 s
[hls-test-utils] - Data.IxMap.toBase
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TRegistration
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TUnregistration
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_NotificationMessage
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_RequestMessage
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseError
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseMessage
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TNotificationMessage
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TRequestMessage
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseError
3598.73 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseMessage
3598.73 s
[hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
3598.73 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
3598.73 s
[hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
3598.73 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
3598.73 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
3598.73 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
3598.73 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
3598.73 s
[hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
3598.73 s
[hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
3598.73 s
[hls-test-utils] - Language.LSP.VFS.HasCharacter
3598.73 s
[hls-test-utils] - Language.LSP.VFS.HasLine
3598.73 s
[hls-test-utils] - Language.LSP.VFS.HasLsp_version
3598.73 s
[hls-test-utils] - Language.LSP.VFS.HasVfsMap
3615.72 s
[hls-test-utils] Documentation created: dist/doc/html/hls-test-utils,
3615.73 s
[hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
3616.01 s
[hls-test-utils] Phase: installPhase
3616.16 s
[hls-test-utils] Installing library in /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3616.47 s
[hls-test-utils] Phase: fixupPhase
3616.48 s
[hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0
3616.49 s
[hls-test-utils] shrinking /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u-ghc9.12.1.so
3616.56 s
[hls-test-utils] checking for references to /build/ in /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0...
3616.58 s
[hls-test-utils] patching script interpreter paths in /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0
3616.58 s
[hls-test-utils] stripping (with command strip and flags -S -p) in /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/lib
3616.66 s
[hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc
3616.67 s
[hls-test-utils] checking for references to /build/ in /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc...
3616.68 s
[hls-test-utils] patching script interpreter paths in /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc
3616.90 s
[hls-test-utils:post-build] Uploading to cachix cache "sellout": /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0 /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc
3617.44 s
[hls-test-utils:post-build] Pushing 2 paths (428 are already present) using zstd to cache sellout ⏳
3617.44 s
[hls-test-utils:post-build]
3617.78 s
[hls-test-utils:post-build] Pushing /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc (24.13 MiB)
3617.90 s
[hls-test-utils:post-build] Pushing /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0 (6.31 MiB)
3618.95 s
[hls-test-utils:post-build]
3618.95 s
[hls-test-utils:post-build] All done.
3618.96 s
[hls-test-utils:post-build] Uploading to the NixCI cache: /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0 /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc
3619.01 s
[hls-test-utils:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3619.22 s
[hls-test-utils:post-build] copying 10 paths...
3619.22 s
[hls-test-utils:post-build] copying path '/nix/store/31knm9gpixqxvb621v4p9d809hy9mb53-tasty-rerun-1.1.20-doc' to 'https://cache.nix-ci.com'...
3619.22 s
[hls-test-utils:post-build] copying path '/nix/store/6pcjh2n4prpyyv8az5d133wy6nvjjmck-tasty-hunit-0.10.2-doc' to 'https://cache.nix-ci.com'...
3619.22 s
[hls-test-utils:post-build] copying path '/nix/store/vaxndyr9yrdalwg7al95m2bl9ydfmhjv-unbounded-delays-0.1.1.1-doc' to 'https://cache.nix-ci.com'...
3619.41 s
[hls-test-utils:post-build] copying path '/nix/store/ch5prr7nzfh09yikinkfx8hf6w4rfnr5-tasty-expected-failure-0.12.3-doc' to 'https://cache.nix-ci.com'...
3619.41 s
[hls-test-utils:post-build] copying path '/nix/store/kcyjmhj588ja7ydqmya3jmf6jqcp2k2l-unbounded-delays-0.1.1.1' to 'https://cache.nix-ci.com'...
3619.42 s
[hls-test-utils:post-build] copying path '/nix/store/qf3l1dygh8hq3hl1cbdiyd5r05ha0dra-tasty-rerun-1.1.20' to 'https://cache.nix-ci.com'...
3619.42 s
[hls-test-utils:post-build] copying path '/nix/store/rjhiccjg86zvzcbhd1cxpra5329bfmm5-tasty-hunit-0.10.2' to 'https://cache.nix-ci.com'...
3619.60 s
[hls-test-utils:post-build] copying path '/nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
3619.62 s
[hls-test-utils:post-build] copying path '/nix/store/sqn40nhk0c0j2wj134inijaw533ghd6d-tasty-expected-failure-0.12.3' to 'https://cache.nix-ci.com'...
3621.30 s
[hls-test-utils:post-build] copying path '/nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0' to 'https://cache.nix-ci.com'...
3622.72 s
[hls-test-utils:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3622.95 s
[hls-test-utils:post-build] copying 1 paths...
3622.96 s
[hls-test-utils:post-build] copying path '/nix/store/jz6rqh1g99nmy65fvf4wdsr4f17afxpg-hls-test-utils-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
3623.10 s
Progress: 162 of 165 built, 375 of 375 downloaded from cache
3623.19 s
Building /nix/store/flbv5kkayzfiswiy3ayfshhj23w26nkb-haskell-language-server-2.10.0.0.drv
3624.29 s
[haskell-language-server] Phase: setupCompilerEnvironmentPhase
3624.29 s
[haskell-language-server] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
3624.90 s
[haskell-language-server] Phase: unpackPhase
3624.91 s
[haskell-language-server] unpacking source archive /nix/store/7gkldzhsjcbsc7l8iqr94qkysmghxldi-haskell-language-server-2.10.0.0.tar.gz
3624.95 s
[haskell-language-server] source root is haskell-language-server-2.10.0.0
3624.98 s
[haskell-language-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-language-server-2.10.0.0/test/wrapper/Main.hs"
3624.98 s
[haskell-language-server] Phase: patchPhase
3624.99 s
[haskell-language-server] Phase: compileBuildDriverPhase
3624.99 s
[haskell-language-server] setupCompileFlags: -package-db=/build/tmp.RZlZIO4Yjr/setup-package.conf.d -threaded
3625.04 s
[haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.RZlZIO4Yjr/Main.o )
3625.09 s
[haskell-language-server] [2 of 2] Linking Setup
3626.32 s
[haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
3626.34 s
[haskell-language-server] Phase: configurePhase
3626.35 s
[haskell-language-server] configureFlags: --verbose --prefix=/nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.RZlZIO4Yjr/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.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-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/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/lib
3626.37 s
[haskell-language-server] Using Parsec parser
3626.37 s
[haskell-language-server] Configuring haskell-language-server-2.10.0.0...
3626.40 s
[haskell-language-server] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
3626.40 s
[haskell-language-server] 'ghc' version < 9.12):
3626.40 s
[haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
3626.40 s
[haskell-language-server] 9.12.1
3626.92 s
[haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
3626.92 s
[haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
3626.92 s
[haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
3626.92 s
[haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
3626.92 s
[haskell-language-server] hlint=True, ignore-plugins-ghc-bounds=False, importlens=True,
3626.92 s
[haskell-language-server] isolatecabalfmttests=False, isolatecabalgildtests=False, modulename=True,
3626.92 s
[haskell-language-server] notes=True, ormolu=True, overloadedrecorddot=True, pedantic=False,
3626.92 s
[haskell-language-server] pragmas=True, qualifyimportednames=True, refactor=True, rename=True,
3626.92 s
[haskell-language-server] retrie=False, semantictokens=True, splice=True, stan=True,
3626.92 s
[haskell-language-server] stylishhaskell=True, test-exe=True
3627.27 s
[haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
3627.27 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.27 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
3627.27 s
[haskell-language-server] Dependency directory: using directory-1.3.9.0
3627.27 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.27 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
3627.27 s
[haskell-language-server] Dependency ghc: using ghc-9.12.1
3627.27 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.27 s
[haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
3627.27 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.27 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.27 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.27 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.27 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.27 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.27 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.27 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.27 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.27 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.27 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.27 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.27 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.27 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.27 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.27 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.27 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.27 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.27 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.27 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.27 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.27 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.27 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.27 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.27 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.27 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.27 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.27 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.27 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.27 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.27 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.27 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.27 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.27 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.27 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.27 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.27 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.27 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.27 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.27 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.27 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.27 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
3627.28 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
3627.28 s
[haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
3627.28 s
[haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
3627.28 s
[haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
3627.28 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
3627.28 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
3627.28 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3627.28 s
[haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
3627.28 s
[haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
3627.28 s
[haskell-language-server] Dependency process: using process-1.6.25.0
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency directory: using directory-1.3.9.0
3627.28 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
3627.28 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
3627.28 s
[haskell-language-server] Dependency process-extras: using process-extras-0.7.4
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency Cabal: using Cabal-3.14.1.0
3627.28 s
[haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.14.1.0
3627.28 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
3627.28 s
[haskell-language-server] Dependency cabal-add: using cabal-add-0.1
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.28 s
[haskell-language-server] Dependency directory: using directory-1.3.9.0
3627.28 s
[haskell-language-server] Dependency extra >=1.7.4: using extra-1.8
3627.28 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
3627.28 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
3627.28 s
[haskell-language-server] Dependency pretty: using pretty-1.1.3.6
3627.28 s
[haskell-language-server] Dependency process: using process-1.6.25.0
3627.28 s
[haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.3
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
3627.28 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.28 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.28 s
[haskell-language-server] Dependency ghc: using ghc-9.12.1
3627.28 s
[haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.12.0.0
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency Diff >=0.5 && <0.6: using Diff-0.5
3627.28 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.28 s
[haskell-language-server] Dependency dlist: using dlist-1.0
3627.28 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.28 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
3627.28 s
[haskell-language-server] Dependency ghc: using ghc-9.12.1
3627.28 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.12.1
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
3627.28 s
[haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.6.1
3627.28 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
3627.28 s
[haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
3627.28 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
3627.28 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.28 s
[haskell-language-server] Dependency ghc: using ghc-9.12.1
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.28 s
[haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
3627.28 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.28 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.12.1
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
3627.28 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
3627.28 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency dlist: using dlist-1.0
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.28 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.28 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
3627.28 s
[haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency vector: using vector-0.13.2.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
3627.28 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
3627.28 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.28 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.28 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
3627.28 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.28 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.28 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.28 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.28 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
3627.28 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.29 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.29 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.29 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
3627.29 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.29 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.29 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.29 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.29 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.29 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.29 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
3627.29 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.29 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.29 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
3627.29 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.29 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.29 s
[haskell-language-server] Dependency array: using array-0.5.8.0
3627.29 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.29 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
3627.29 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.29 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
3627.29 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.29 s
[haskell-language-server] Dependency dlist: using dlist-1.0
3627.29 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.29 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.29 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.29 s
[haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
3627.29 s
[haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
3627.29 s
[haskell-language-server] Dependency stm: using stm-2.5.3.1
3627.29 s
[haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
3627.29 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
3627.29 s
[haskell-language-server] Dependency template-haskell: using template-haskell-2.23.0.0
3627.29 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.29 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
3627.29 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.29 s
[haskell-language-server] Dependency array: using array-0.5.8.0
3627.29 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.29 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
3627.29 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.29 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
3627.29 s
[haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
3627.29 s
[haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.3
3627.29 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.29 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
3627.29 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
3627.29 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.29 s
[haskell-language-server] Dependency async: using async-2.2.5
3627.29 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.29 s
[haskell-language-server] Dependency binary: using binary-0.8.9.2
3627.29 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
3627.29 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
3627.29 s
[haskell-language-server] Dependency directory: using directory-1.3.9.0
3627.29 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.29 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
3627.29 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
3627.29 s
[haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
3627.29 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.29 s
[haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
3627.29 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
3627.29 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3627.29 s
[haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
3627.29 s
[haskell-language-server] Dependency process: using process-1.6.25.0
3627.29 s
[haskell-language-server] Dependency row-types: using row-types-1.0.1.2
3627.29 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
3627.29 s
[haskell-language-server] Dependency shake: using shake-0.19.8
3627.29 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.29 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.29 s
[haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
3627.29 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.29 s
[haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
3627.29 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.29 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.29 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.29 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
3627.29 s
[haskell-language-server] Dependency directory: using directory-1.3.9.0
3627.29 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.29 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
3627.29 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
3627.29 s
[haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
3627.29 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
3627.29 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
3627.29 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
3627.29 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.29 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.2
3627.29 s
[haskell-language-server] Dependency unix: using unix-2.8.6.0
3627.29 s
[haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
3627.29 s
[haskell-language-server] Dependency base >=4 && <5: using base-4.21.0.0
3627.29 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
3627.29 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
3627.29 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
3627.29 s
[haskell-language-server] Dependency containers: using containers-0.7
3627.29 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
3627.29 s
[haskell-language-server] Dependency extra: using extra-1.8
3627.29 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
3627.29 s
[haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
3627.29 s
[haskell-language-server] haskell-language-server-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
3627.29 s
[haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
3627.29 s
[haskell-language-server] Dependency lens: using lens-5.3.4
3627.29 s
[haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
3627.29 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
3627.29 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
3627.29 s
[haskell-language-server] Dependency process: using process-1.6.25.0
3627.29 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
3627.29 s
[haskell-language-server] Dependency shake: using shake-0.19.8
3627.29 s
[haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
3627.29 s
[haskell-language-server] Dependency text: using text-2.1.2
3627.29 s
[haskell-language-server] Source component graph:
3627.29 s
[haskell-language-server] component exe:ghcide-test-preprocessor
3627.29 s
[haskell-language-server] component lib:hls-semantic-tokens-plugin
3627.29 s
[haskell-language-server] component lib:hls-qualify-imported-names-plugin
3627.29 s
[haskell-language-server] component lib:hls-pragmas-plugin
3627.29 s
[haskell-language-server] component lib:hls-overloaded-record-dot-plugin
3627.29 s
[haskell-language-server] component lib:hls-notes-plugin
3627.29 s
[haskell-language-server] component lib:hls-module-name-plugin
3627.29 s
[haskell-language-server] component lib:hls-explicit-record-fields-plugin
3627.29 s
[haskell-language-server] component lib:hls-explicit-imports-plugin
3627.29 s
[haskell-language-server] component lib:hls-explicit-fixity-plugin
3627.29 s
[haskell-language-server] component lib:hls-eval-plugin
3627.29 s
[haskell-language-server] component lib:hls-code-range-plugin
3627.29 s
[haskell-language-server] component lib:hls-class-plugin
3627.29 s
[haskell-language-server] component lib:hls-change-type-signature-plugin
3627.29 s
[haskell-language-server] component lib:hls-call-hierarchy-plugin
3627.29 s
[haskell-language-server] component lib:hls-cabal-plugin
3627.29 s
[haskell-language-server] component lib:hls-cabal-fmt-plugin
3627.29 s
[haskell-language-server] component lib:hls-alternate-number-format-plugin
3627.29 s
[haskell-language-server] component lib:ghcide-bench-lib
3627.29 s
[haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
3627.29 s
[haskell-language-server] component lib
3627.29 s
[haskell-language-server] dependency lib:hls-alternate-number-format-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-cabal-fmt-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-cabal-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-call-hierarchy-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-change-type-signature-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-class-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-code-range-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-eval-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-explicit-fixity-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-explicit-imports-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-module-name-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-notes-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-pragmas-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
3627.29 s
[haskell-language-server] dependency lib:hls-semantic-tokens-plugin
3627.29 s
[haskell-language-server] component exe:haskell-language-server dependency lib
3627.29 s
[haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
3627.29 s
[haskell-language-server] Configured component graph:
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-9w7j1fHyUHK8FernWE9Arz-ghcide-test-preprocessor
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
3627.29 s
[haskell-language-server] include array-0.5.8.0-038b
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.29 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.29 s
[haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.29 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include mtl-2.3.1-9650
3627.29 s
[haskell-language-server] include stm-2.5.3.1-0481
3627.29 s
[haskell-language-server] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
3627.29 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.29 s
[haskell-language-server] include template-haskell-2.23.0.0-125a
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.29 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.29 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
3627.29 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.29 s
[haskell-language-server] include fuzzy-0.1.1.0-JH2xhbavAn6EdeTRaJOe1s
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.29 s
[haskell-language-server] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
3627.29 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
3627.29 s
[haskell-language-server] include array-0.5.8.0-038b
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include mtl-2.3.1-9650
3627.29 s
[haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.29 s
[haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
3627.29 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.29 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
3627.29 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
3627.29 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.29 s
[haskell-language-server] include ghc-9.12.1-f739
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include mtl-2.3.1-9650
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.29 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
3627.29 s
[haskell-language-server] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3627.29 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.29 s
[haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.29 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.29 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.29 s
[haskell-language-server] include ghc-9.12.1-f739
3627.29 s
[haskell-language-server] include ghc-boot-th-9.12.1-846e
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.29 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.29 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.29 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.29 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.29 s
[haskell-language-server] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
3627.29 s
[haskell-language-server] include mtl-2.3.1-9650
3627.29 s
[haskell-language-server] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3627.29 s
[haskell-language-server] include text-2.1.2-5eaa
3627.29 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.29 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.29 s
[haskell-language-server] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3627.29 s
[haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.29 s
[haskell-language-server] component haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
3627.29 s
[haskell-language-server] include base-4.21.0.0-f068
3627.29 s
[haskell-language-server] include containers-0.7-647d
3627.29 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.29 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.29 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.29 s
[haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include mtl-2.3.1-9650
3627.30 s
[haskell-language-server] include semigroupoids-6.0.1-DMFvbjyAUw87uSTdumPMDa
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include ghc-9.12.1-f739
3627.30 s
[haskell-language-server] include ghc-exactprint-1.12.0.0-3ZC0oBKLodlLY8nS59icdp
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include mtl-2.3.1-9650
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.30 s
[haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.30 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
3627.30 s
[haskell-language-server] include Cabal-3.14.1.0-3103
3627.30 s
[haskell-language-server] include Cabal-syntax-3.14.1.0-c359
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.30 s
[haskell-language-server] include cabal-add-0.1-445ZyYypHKE10IJchoGNHU
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.30 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.30 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.30 s
[haskell-language-server] include pretty-1.1.3.6-2a4e
3627.30 s
[haskell-language-server] include process-1.6.25.0-4623
3627.30 s
[haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.30 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.30 s
[haskell-language-server] include mtl-2.3.1-9650
3627.30 s
[haskell-language-server] include process-extras-0.7.4-CWgUoJduikVLQhDTtFIVAj
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include ghc-boot-th-9.12.1-846e
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include mtl-2.3.1-9650
3627.30 s
[haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.30 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include binary-0.8.9.2-4b0d
3627.30 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.30 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.30 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.30 s
[haskell-language-server] include hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3627.30 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.30 s
[haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.30 s
[haskell-language-server] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3627.30 s
[haskell-language-server] include process-1.6.25.0-4623
3627.30 s
[haskell-language-server] include row-types-1.0.1.2-CRZNpJR6ZFf3MSfpW0WO1S
3627.30 s
[haskell-language-server] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3627.30 s
[haskell-language-server] include shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-GYYj1XLEVsBLPY1JrvAU9G-ghcide-bench
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
3627.30 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3627.30 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.30 s
[haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.30 s
[haskell-language-server] include process-1.6.25.0-4623
3627.30 s
[haskell-language-server] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3627.30 s
[haskell-language-server] include shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
3627.30 s
[haskell-language-server] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.30 s
[haskell-language-server] include aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.30 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.30 s
[haskell-language-server] include ghc-9.12.1-f739
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include githash-0.1.7.0-Mct5lU7b5AA0W7xC3EKve
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
3627.30 s
[haskell-language-server] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.30 s
[haskell-language-server] include optparse-simple-0.1.1.4-6hrH78IEmsL9yUgS97Ot1
3627.30 s
[haskell-language-server] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3627.30 s
[haskell-language-server] include process-1.6.25.0-4623
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-ADFVOWy5249Fm8C9RoBHD-haskell-language-server
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] component haskell-language-server-2.10.0.0-2phMbkWLtkFHXpWq9M9Koe-haskell-language-server-wrapper
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.30 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.30 s
[haskell-language-server] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] include unix-2.8.6.0-6369
3627.30 s
[haskell-language-server] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3627.30 s
[haskell-language-server] Linked component graph:
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-9w7j1fHyUHK8FernWE9Arz-ghcide-test-preprocessor
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
3627.30 s
[haskell-language-server] include array-0.5.8.0-038b
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.30 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.30 s
[haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include mtl-2.3.1-9650
3627.30 s
[haskell-language-server] include stm-2.5.3.1-0481
3627.30 s
[haskell-language-server] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
3627.30 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.30 s
[haskell-language-server] include template-haskell-2.23.0.0-125a
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] Ide.Plugin.SemanticTokens=haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens,Ide.Plugin.SemanticTokens.Mappings=haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Mappings,Ide.Plugin.SemanticTokens.Types=haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Types
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] Ide.Plugin.QualifyImportedNames=haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin:Ide.Plugin.QualifyImportedNames
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.30 s
[haskell-language-server] include fuzzy-0.1.1.0-JH2xhbavAn6EdeTRaJOe1s
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin:Ide.Plugin.Pragmas
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] Ide.Plugin.OverloadedRecordDot=haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin:Ide.Plugin.OverloadedRecordDot
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
3627.30 s
[haskell-language-server] include array-0.5.8.0-038b
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include mtl-2.3.1-9650
3627.30 s
[haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.30 s
[haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.30 s
[haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin:Ide.Plugin.Notes
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin:Ide.Plugin.ModuleName
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.30 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.30 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.30 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.30 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.30 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.30 s
[haskell-language-server] include text-2.1.2-5eaa
3627.30 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.30 s
[haskell-language-server] Ide.Plugin.ExplicitFields=haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin:Ide.Plugin.ExplicitFields
3627.30 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
3627.30 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.30 s
[haskell-language-server] include base-4.21.0.0-f068
3627.30 s
[haskell-language-server] include containers-0.7-647d
3627.30 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.30 s
[haskell-language-server] include ghc-9.12.1-f739
3627.30 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include mtl-2.3.1-9650
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.31 s
[haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
3627.31 s
[haskell-language-server] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3627.31 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.31 s
[haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.31 s
[haskell-language-server] include ghc-9.12.1-f739
3627.31 s
[haskell-language-server] include ghc-boot-th-9.12.1-846e
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.31 s
[haskell-language-server] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
3627.31 s
[haskell-language-server] include mtl-2.3.1-9650
3627.31 s
[haskell-language-server] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.31 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.31 s
[haskell-language-server] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3627.31 s
[haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.31 s
[haskell-language-server] Ide.Plugin.Eval=haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin:Ide.Plugin.Eval,Ide.Plugin.Eval.Types=haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin:Ide.Plugin.Eval.Types
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include mtl-2.3.1-9650
3627.31 s
[haskell-language-server] include semigroupoids-6.0.1-DMFvbjyAUw87uSTdumPMDa
3627.31 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.31 s
[haskell-language-server] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
3627.31 s
[haskell-language-server] Ide.Plugin.CodeRange=haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin:Ide.Plugin.CodeRange,Ide.Plugin.CodeRange.Rules=haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin:Ide.Plugin.CodeRange.Rules
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
3627.31 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include ghc-9.12.1-f739
3627.31 s
[haskell-language-server] include ghc-exactprint-1.12.0.0-3ZC0oBKLodlLY8nS59icdp
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include mtl-2.3.1-9650
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.31 s
[haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin:Ide.Plugin.Class
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.31 s
[haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.31 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.31 s
[haskell-language-server] Ide.Plugin.ChangeTypeSignature=haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin:Ide.Plugin.ChangeTypeSignature
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
3627.31 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
3627.31 s
[haskell-language-server] include Cabal-3.14.1.0-3103
3627.31 s
[haskell-language-server] include Cabal-syntax-3.14.1.0-c359
3627.31 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.31 s
[haskell-language-server] include cabal-add-0.1-445ZyYypHKE10IJchoGNHU
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.31 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.31 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.31 s
[haskell-language-server] include pretty-1.1.3.6-2a4e
3627.31 s
[haskell-language-server] include process-1.6.25.0-4623
3627.31 s
[haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.31 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.31 s
[haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.31 s
[haskell-language-server] Ide.Plugin.Cabal=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal,Ide.Plugin.Cabal.CabalAdd=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd,Ide.Plugin.Cabal.Completion.CabalFields=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.CabalFields,Ide.Plugin.Cabal.Completion.Completer.FilePath=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.FilePath,Ide.Plugin.Cabal.Completion.Completer.Module=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Module,Ide.Plugin.Cabal.Completion.Completer.Paths=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Paths,Ide.Plugin.Cabal.Completion.Completer.Simple=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Simple,Ide.Plugin.Cabal.Completion.Completer.Snippet=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Snippet,Ide.Plugin.Cabal.Completion.Completer.Types=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Types,Ide.Plugin.Cabal.Completion.Completions=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completions,Ide.Plugin.Cabal.Completion.Data=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Data,Ide.Plugin.Cabal.Completion.Types=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Types,Ide.Plugin.Cabal.Definition=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Definition,Ide.Plugin.Cabal.Diagnostics=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Diagnostics,Ide.Plugin.Cabal.FieldSuggest=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.FieldSuggest,Ide.Plugin.Cabal.LicenseSuggest=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.LicenseSuggest,Ide.Plugin.Cabal.Orphans=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Orphans,Ide.Plugin.Cabal.Outline=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Outline,Ide.Plugin.Cabal.Parse=haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin:Ide.Plugin.Cabal.Parse
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.31 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.31 s
[haskell-language-server] include mtl-2.3.1-9650
3627.31 s
[haskell-language-server] include process-extras-0.7.4-CWgUoJduikVLQhDTtFIVAj
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include ghc-boot-th-9.12.1-846e
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include mtl-2.3.1-9650
3627.31 s
[haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.31 s
[haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] Ide.Plugin.AlternateNumberFormat=haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin:Ide.Plugin.AlternateNumberFormat,Ide.Plugin.Conversion=haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin:Ide.Plugin.Conversion
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
3627.31 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.31 s
[haskell-language-server] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include binary-0.8.9.2-4b0d
3627.31 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.31 s
[haskell-language-server] include deepseq-1.5.1.0-b096
3627.31 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.31 s
[haskell-language-server] include hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3627.31 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.31 s
[haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.31 s
[haskell-language-server] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3627.31 s
[haskell-language-server] include process-1.6.25.0-4623
3627.31 s
[haskell-language-server] include row-types-1.0.1.2-CRZNpJR6ZFf3MSfpW0WO1S
3627.31 s
[haskell-language-server] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3627.31 s
[haskell-language-server] include shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] Experiments=haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib:Experiments,Experiments.Types=haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib:Experiments.Types
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-GYYj1XLEVsBLPY1JrvAU9G-ghcide-bench
3627.31 s
[haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include bytestring-0.12.2.0-be6d
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
3627.31 s
[haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3627.31 s
[haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3627.31 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.31 s
[haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.31 s
[haskell-language-server] include process-1.6.25.0-4623
3627.31 s
[haskell-language-server] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3627.31 s
[haskell-language-server] include shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
3627.31 s
[haskell-language-server] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.31 s
[haskell-language-server] include aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.31 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.31 s
[haskell-language-server] include ghc-9.12.1-f739
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include githash-0.1.7.0-Mct5lU7b5AA0W7xC3EKve
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
3627.31 s
[haskell-language-server] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.31 s
[haskell-language-server] include optparse-simple-0.1.1.4-6hrH78IEmsL9yUgS97Ot1
3627.31 s
[haskell-language-server] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3627.31 s
[haskell-language-server] include process-1.6.25.0-4623
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] HlsPlugins=haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR:HlsPlugins,Ide.Arguments=haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR:Ide.Arguments,Ide.Main=haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR:Ide.Main,Ide.Version=haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR:Ide.Version
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-ADFVOWy5249Fm8C9RoBHD-haskell-language-server
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-2phMbkWLtkFHXpWq9M9Koe-haskell-language-server-wrapper
3627.31 s
[haskell-language-server] include base-4.21.0.0-f068
3627.31 s
[haskell-language-server] include containers-0.7-647d
3627.31 s
[haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.31 s
[haskell-language-server] include directory-1.3.9.0-9eff
3627.31 s
[haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] include filepath-1.5.4.0-7ce6
3627.31 s
[haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] include haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.31 s
[haskell-language-server] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3627.31 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.31 s
[haskell-language-server] include text-2.1.2-5eaa
3627.31 s
[haskell-language-server] include transformers-0.6.1.2-199f
3627.31 s
[haskell-language-server] include unix-2.8.6.0-6369
3627.31 s
[haskell-language-server] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3627.31 s
[haskell-language-server] Ready component graph:
3627.31 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
3627.31 s
[haskell-language-server] depends Cabal-3.14.1.0-3103
3627.31 s
[haskell-language-server] depends Cabal-syntax-3.14.1.0-c359
3627.31 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.31 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.31 s
[haskell-language-server] depends bytestring-0.12.2.0-be6d
3627.31 s
[haskell-language-server] depends cabal-add-0.1-445ZyYypHKE10IJchoGNHU
3627.31 s
[haskell-language-server] depends containers-0.7-647d
3627.31 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.31 s
[haskell-language-server] depends directory-1.3.9.0-9eff
3627.31 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] depends filepath-1.5.4.0-7ce6
3627.31 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.31 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.31 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.31 s
[haskell-language-server] depends pretty-1.1.3.6-2a4e
3627.31 s
[haskell-language-server] depends process-1.6.25.0-4623
3627.31 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.31 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.31 s
[haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.31 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.31 s
[haskell-language-server] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.31 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
3627.31 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.31 s
[haskell-language-server] depends containers-0.7-647d
3627.31 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.31 s
[haskell-language-server] depends ghc-boot-th-9.12.1-846e
3627.31 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.31 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.31 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.31 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.31 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.31 s
[haskell-language-server] depends mtl-2.3.1-9650
3627.32 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.32 s
[haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends mtl-2.3.1-9650
3627.32 s
[haskell-language-server] depends semigroupoids-6.0.1-DMFvbjyAUw87uSTdumPMDa
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.32 s
[haskell-language-server] depends ghc-9.12.1-f739
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends mtl-2.3.1-9650
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends ghc-9.12.1-f739
3627.32 s
[haskell-language-server] depends ghc-exactprint-1.12.0.0-3ZC0oBKLodlLY8nS59icdp
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends mtl-2.3.1-9650
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.32 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.32 s
[haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
3627.32 s
[haskell-language-server] depends Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends bytestring-0.12.2.0-be6d
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.32 s
[haskell-language-server] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends filepath-1.5.4.0-7ce6
3627.32 s
[haskell-language-server] depends ghc-9.12.1-f739
3627.32 s
[haskell-language-server] depends ghc-boot-th-9.12.1-846e
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.32 s
[haskell-language-server] depends megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
3627.32 s
[haskell-language-server] depends mtl-2.3.1-9650
3627.32 s
[haskell-language-server] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
3627.32 s
[haskell-language-server] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends binary-0.8.9.2-4b0d
3627.32 s
[haskell-language-server] depends bytestring-0.12.2.0-be6d
3627.32 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.32 s
[haskell-language-server] depends directory-1.3.9.0-9eff
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends filepath-1.5.4.0-7ce6
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.32 s
[haskell-language-server] depends hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3627.32 s
[haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.32 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.32 s
[haskell-language-server] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
3627.32 s
[haskell-language-server] depends process-1.6.25.0-4623
3627.32 s
[haskell-language-server] depends row-types-1.0.1.2-CRZNpJR6ZFf3MSfpW0WO1S
3627.32 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3627.32 s
[haskell-language-server] depends shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-GYYj1XLEVsBLPY1JrvAU9G-ghcide-bench
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends bytestring-0.12.2.0-be6d
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends filepath-1.5.4.0-7ce6
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
3627.32 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
3627.32 s
[haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.32 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.32 s
[haskell-language-server] depends process-1.6.25.0-4623
3627.32 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
3627.32 s
[haskell-language-server] depends shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
3627.32 s
[haskell-language-server] depends tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-9w7j1fHyUHK8FernWE9Arz-ghcide-test-preprocessor
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
3627.32 s
[haskell-language-server] depends array-0.5.8.0-038b
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends bytestring-0.12.2.0-be6d
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.32 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.32 s
[haskell-language-server] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends mtl-2.3.1-9650
3627.32 s
[haskell-language-server] depends stm-2.5.3.1-0481
3627.32 s
[haskell-language-server] depends stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
3627.32 s
[haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
3627.32 s
[haskell-language-server] depends template-haskell-2.23.0.0-125a
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends filepath-1.5.4.0-7ce6
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends directory-1.3.9.0-9eff
3627.32 s
[haskell-language-server] depends filepath-1.5.4.0-7ce6
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.32 s
[haskell-language-server] depends mtl-2.3.1-9650
3627.32 s
[haskell-language-server] depends process-extras-0.7.4-CWgUoJduikVLQhDTtFIVAj
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
3627.32 s
[haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends fuzzy-0.1.1.0-JH2xhbavAn6EdeTRaJOe1s
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
3627.32 s
[haskell-language-server] depends array-0.5.8.0-038b
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends mtl-2.3.1-9650
3627.32 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
3627.32 s
[haskell-language-server] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends deepseq-1.5.1.0-b096
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.32 s
[haskell-language-server] depends aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.32 s
[haskell-language-server] depends directory-1.3.9.0-9eff
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends filepath-1.5.4.0-7ce6
3627.32 s
[haskell-language-server] depends ghc-9.12.1-f739
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends githash-0.1.7.0-Mct5lU7b5AA0W7xC3EKve
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
3627.32 s
[haskell-language-server] depends hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
3627.32 s
[haskell-language-server] depends optparse-simple-0.1.1.4-6hrH78IEmsL9yUgS97Ot1
3627.32 s
[haskell-language-server] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3627.32 s
[haskell-language-server] depends process-1.6.25.0-4623
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-2phMbkWLtkFHXpWq9M9Koe-haskell-language-server-wrapper
3627.32 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.32 s
[haskell-language-server] depends containers-0.7-647d
3627.32 s
[haskell-language-server] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
3627.32 s
[haskell-language-server] depends directory-1.3.9.0-9eff
3627.32 s
[haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
3627.32 s
[haskell-language-server] depends filepath-1.5.4.0-7ce6
3627.32 s
[haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
3627.32 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.32 s
[haskell-language-server] depends hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
3627.32 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.32 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.32 s
[haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
3627.32 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.32 s
[haskell-language-server] depends transformers-0.6.1.2-199f
3627.32 s
[haskell-language-server] depends unix-2.8.6.0-6369
3627.32 s
[haskell-language-server] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
3627.33 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-ADFVOWy5249Fm8C9RoBHD-haskell-language-server
3627.33 s
[haskell-language-server] depends base-4.21.0.0-f068
3627.33 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.33 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
3627.33 s
[haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
3627.33 s
[haskell-language-server] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
3627.33 s
[haskell-language-server] depends text-2.1.2-5eaa
3627.33 s
[haskell-language-server] Using Cabal-3.14.1.0 compiled by ghc-9.12
3627.33 s
[haskell-language-server] Using compiler: ghc-9.12.1
3627.33 s
[haskell-language-server] Using install prefix:
3627.33 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
3627.33 s
[haskell-language-server] Executables installed in:
3627.33 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3627.33 s
[haskell-language-server] Libraries installed in:
3627.33 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3627.33 s
[haskell-language-server] Dynamic Libraries installed in:
3627.33 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
3627.33 s
[haskell-language-server] Private executables installed in:
3627.33 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/libexec/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0
3627.33 s
[haskell-language-server] Data files installed in:
3627.33 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/share/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0
3627.33 s
[haskell-language-server] Documentation installed in:
3627.33 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/share/doc/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0
3627.33 s
[haskell-language-server] Configuration files installed in:
3627.33 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/etc
3627.33 s
[haskell-language-server] No alex found
3627.33 s
[haskell-language-server] Using ar found on system at:
3627.33 s
[haskell-language-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
3627.33 s
[haskell-language-server] No c2hs found
3627.33 s
[haskell-language-server] Using cpphs version 1.20.9 found on system at:
3627.33 s
[haskell-language-server] /nix/store/jcw8ljzcfws07li6avqcj2as6pg4ihsc-cpphs-1.20.9.1/bin/cpphs
3627.33 s
[haskell-language-server] No doctest found
3627.33 s
[haskell-language-server] Using gcc version 14.3.0 given by user at:
3627.33 s
[haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
3627.33 s
[haskell-language-server] Using ghc version 9.12.1 found on system at:
3627.33 s
[haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
3627.33 s
[haskell-language-server] Using ghc-pkg version 9.12.1 found on system at:
3627.33 s
[haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
3627.33 s
[haskell-language-server] No ghcjs found
3627.33 s
[haskell-language-server] No ghcjs-pkg found
3627.33 s
[haskell-language-server] No greencard found
3627.33 s
[haskell-language-server] Using haddock version 2.30.0 found on system at:
3627.33 s
[haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
3627.33 s
[haskell-language-server] No happy found
3627.33 s
[haskell-language-server] No haskell-suite found
3627.33 s
[haskell-language-server] No haskell-suite-pkg found
3627.33 s
[haskell-language-server] No hmake found
3627.33 s
[haskell-language-server] Using hpc version 0.69 found on system at:
3627.33 s
[haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
3627.33 s
[haskell-language-server] Using hsc2hs version 0.68.10 found on system at:
3627.33 s
[haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
3627.33 s
[haskell-language-server] Using hscolour version 1.25 found on system at:
3627.33 s
[haskell-language-server] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
3627.33 s
[haskell-language-server] No jhc found
3627.33 s
[haskell-language-server] Using ld found on system at:
3627.33 s
[haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
3627.33 s
[haskell-language-server] No pkg-config found
3627.33 s
[haskell-language-server] Using runghc version 9.12.1 found on system at:
3627.33 s
[haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
3627.33 s
[haskell-language-server] Using strip version 2.44 found on system at:
3627.37 s
[haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
3627.37 s
[haskell-language-server] Using tar found on system at:
3627.37 s
[haskell-language-server] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
3627.37 s
[haskell-language-server] No uhc found
3627.60 s
[haskell-language-server] Phase: buildPhase
3627.72 s
[haskell-language-server] Preprocessing library 'hls-cabal-plugin' for haskell-language-server-2.10.0.0...
3627.72 s
[haskell-language-server] Building library 'hls-cabal-plugin' for haskell-language-server-2.10.0.0...
3627.84 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3627.84 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3627.84 s
[haskell-language-server] but were not needed for compilation:
3627.84 s
[haskell-language-server] - process-1.6.25.0 (exposed by flag -package-id process-1.6.25.0-4623)
3627.84 s
[haskell-language-server]
3627.86 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 )
3629.41 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 )
3629.46 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 )
3629.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.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.dyn_o )
3629.67 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 )
3629.81 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 )
3630.00 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 )
3630.00 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 )
3630.06 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 )
3630.06 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 )
3630.06 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 )
3630.06 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 )
3630.53 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 )
3630.77 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 )
3630.77 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 )
3630.77 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 )
3630.77 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 )
3630.77 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 )
3630.77 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 )
3632.23 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3632.38 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3632.38 s
[haskell-language-server] but were not needed for compilation:
3632.38 s
[haskell-language-server] - process-1.6.25.0 (exposed by flag -package-id process-1.6.25.0-4623)
3632.38 s
[haskell-language-server]
3632.38 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 )
3633.70 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 )
3633.84 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 )
3633.96 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 )
3634.59 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 )
3634.84 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 )
3635.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.p_o )
3635.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.p_o )
3635.25 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 )
3635.25 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 )
3635.25 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 )
3635.25 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 )
3635.81 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 )
3636.12 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 )
3636.12 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 )
3636.12 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 )
3636.12 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 )
3636.12 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 )
3636.12 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 )
3644.18 s
[haskell-language-server] Preprocessing library 'hls-alternate-number-format-plugin' for haskell-language-server-2.10.0.0...
3644.18 s
[haskell-language-server] Building library 'hls-alternate-number-format-plugin' for haskell-language-server-2.10.0.0...
3644.29 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 )
3645.56 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 )
3645.97 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 )
3647.18 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 )
3648.23 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 )
3648.75 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 )
3655.62 s
[haskell-language-server] Preprocessing library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.10.0.0...
3655.62 s
[haskell-language-server] Building library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.10.0.0...
3655.74 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 )
3657.83 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 )
3664.27 s
[haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0...
3664.27 s
[haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0...
3664.35 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 )
3665.38 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 )
3666.72 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 )
3667.30 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 )
3668.20 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 )
3669.48 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 )
3675.36 s
[haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0...
3675.36 s
[haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0...
3675.44 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3675.44 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3675.44 s
[haskell-language-server] but were not needed for compilation:
3675.44 s
[haskell-language-server] - ghc-9.12.1 (exposed by flag -package-id ghc-9.12.1-f739)
3675.44 s
[haskell-language-server]
3675.45 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 )
3680.63 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3680.65 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3680.65 s
[haskell-language-server] but were not needed for compilation:
3680.65 s
[haskell-language-server] - ghc-9.12.1 (exposed by flag -package-id ghc-9.12.1-f739)
3680.65 s
[haskell-language-server]
3680.65 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 )
3689.97 s
[haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0...
3689.97 s
[haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0...
3690.07 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 )
3691.37 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 )
3691.73 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 )
3692.69 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 )
3693.06 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 )
3696.82 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 )
3697.23 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 )
3697.94 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 )
3703.29 s
[haskell-language-server] Preprocessing library 'hls-class-plugin' for haskell-language-server-2.10.0.0...
3703.29 s
[haskell-language-server] Building library 'hls-class-plugin' for haskell-language-server-2.10.0.0...
3703.41 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 )
3704.61 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 )
3705.20 s
[haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs:25:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3705.20 s
[haskell-language-server] The import of ‘Development.IDE.GHC.Compat.Util’ is redundant
3705.20 s
[haskell-language-server] except perhaps to import instances from ‘Development.IDE.GHC.Compat.Util’
3705.20 s
[haskell-language-server] To import instances alone, use: import Development.IDE.GHC.Compat.Util()
3705.20 s
[haskell-language-server] |
3705.20 s
[haskell-language-server] 25 | import Development.IDE.GHC.Compat.Util (bagToList)
3705.20 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3705.20 s
[haskell-language-server]
3706.26 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 )
3706.29 s
[haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3706.29 s
[haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
3706.29 s
[haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
3706.29 s
[haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
3706.29 s
[haskell-language-server] |
3706.29 s
[haskell-language-server] 9 | import Data.Functor.Identity (Identity)
3706.29 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3706.29 s
[haskell-language-server]
3706.42 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 )
3706.66 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 )
3706.97 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 )
3707.37 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 )
3708.54 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 )
3709.03 s
[haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs:25:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3709.03 s
[haskell-language-server] The import of ‘Development.IDE.GHC.Compat.Util’ is redundant
3709.03 s
[haskell-language-server] except perhaps to import instances from ‘Development.IDE.GHC.Compat.Util’
3709.03 s
[haskell-language-server] To import instances alone, use: import Development.IDE.GHC.Compat.Util()
3709.03 s
[haskell-language-server] |
3709.03 s
[haskell-language-server] 25 | import Development.IDE.GHC.Compat.Util (bagToList)
3709.03 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3709.03 s
[haskell-language-server]
3711.31 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 )
3711.34 s
[haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
3711.34 s
[haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
3711.34 s
[haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
3711.34 s
[haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
3711.34 s
[haskell-language-server] |
3711.34 s
[haskell-language-server] 9 | import Data.Functor.Identity (Identity)
3711.34 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3711.34 s
[haskell-language-server]
3711.52 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 )
3711.74 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 )
3712.38 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 )
3718.38 s
[haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0...
3718.38 s
[haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0...
3718.48 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 )
3721.09 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 )
3728.50 s
[haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0...
3728.50 s
[haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0...
3728.58 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 )
3730.29 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 )
3737.68 s
[haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.10.0.0...
3737.68 s
[haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.10.0.0...
3737.89 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 )
3738.38 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 )
3738.38 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 )
3738.43 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 )
3739.30 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 )
3743.74 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 )
3744.10 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 )
3746.15 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 )
3746.15 s
[haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning : [ GHC-63394 ] [ -Wx-partial ]
3746.15 s
[haskell-language-server] In the use of ‘head’
3746.15 s
[haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
3746.15 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"."
3746.15 s
[haskell-language-server] |
3746.15 s
[haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
3746.15 s
[haskell-language-server] | ^^^^
3746.15 s
[haskell-language-server]
3746.15 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 )
3747.60 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 )
3748.08 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 )
3748.61 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 )
3748.61 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 )
3748.68 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 )
3749.39 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 )
3755.64 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 )
3756.07 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 )
3758.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 )
3758.02 s
[haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning : [ GHC-63394 ] [ -Wx-partial ]
3758.02 s
[haskell-language-server] In the use of ‘head’
3758.02 s
[haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
3758.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"."
3758.02 s
[haskell-language-server] |
3758.02 s
[haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
3758.02 s
[haskell-language-server] | ^^^^
3758.02 s
[haskell-language-server]
3758.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 )
3759.32 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 )
3765.60 s
[haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0...
3765.60 s
[haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0...
3765.68 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 )
3767.43 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 )
3768.26 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
3768.27 s
[haskell-language-server] Pattern match(es) are non-exhaustive
3768.27 s
[haskell-language-server] In a pattern binding:
3768.27 s
[haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
3768.27 s
[haskell-language-server] Failure _
3768.27 s
[haskell-language-server] CompletionInvoked _
3768.27 s
[haskell-language-server] |
3768.27 s
[haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
3768.27 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3768.27 s
[haskell-language-server]
3768.27 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
3768.27 s
[haskell-language-server] Pattern match(es) are non-exhaustive
3768.27 s
[haskell-language-server] In a lambda abstraction:
3768.27 s
[haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
3768.27 s
[haskell-language-server] ‘ProcessHandle’ not matched:
3768.27 s
[haskell-language-server] Nothing _ _ _
3768.27 s
[haskell-language-server] (Just _) Nothing _ _
3768.27 s
[haskell-language-server] (Just _) (Just _) Nothing _
3768.27 s
[haskell-language-server] |
3768.27 s
[haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
3768.27 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3768.27 s
[haskell-language-server]
3768.27 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning : [ GHC-63394 ] [ -Wx-partial ]
3768.27 s
[haskell-language-server] In the use of ‘head’
3768.27 s
[haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
3768.27 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"."
3768.27 s
[haskell-language-server] |
3768.27 s
[haskell-language-server] 630 | let DocumentPositions{..} = head docs
3768.27 s
[haskell-language-server] | ^^^^
3768.27 s
[haskell-language-server]
3770.97 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 )
3772.42 s
[haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
3773.68 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
3773.68 s
[haskell-language-server] Pattern match(es) are non-exhaustive
3773.68 s
[haskell-language-server] In a pattern binding:
3773.68 s
[haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
3773.68 s
[haskell-language-server] Failure _
3773.68 s
[haskell-language-server] CompletionInvoked _
3773.68 s
[haskell-language-server] |
3773.68 s
[haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
3773.68 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3773.68 s
[haskell-language-server]
3773.68 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
3773.68 s
[haskell-language-server] Pattern match(es) are non-exhaustive
3773.68 s
[haskell-language-server] In a lambda abstraction:
3773.68 s
[haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
3773.68 s
[haskell-language-server] ‘ProcessHandle’ not matched:
3773.68 s
[haskell-language-server] Nothing _ _ _
3773.68 s
[haskell-language-server] (Just _) Nothing _ _
3773.68 s
[haskell-language-server] (Just _) (Just _) Nothing _
3773.68 s
[haskell-language-server] |
3773.68 s
[haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
3773.68 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3773.68 s
[haskell-language-server]
3773.68 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning : [ GHC-63394 ] [ -Wx-partial ]
3773.68 s
[haskell-language-server] In the use of ‘head’
3773.68 s
[haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
3773.68 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"."
3773.68 s
[haskell-language-server] |
3773.68 s
[haskell-language-server] 630 | let DocumentPositions{..} = head docs
3773.68 s
[haskell-language-server] | ^^^^
3773.68 s
[haskell-language-server]
3781.18 s
[haskell-language-server] Preprocessing executable 'ghcide-bench' for haskell-language-server-2.10.0.0...
3781.18 s
[haskell-language-server] Building executable 'ghcide-bench' for haskell-language-server-2.10.0.0...
3781.26 s
[haskell-language-server] [1 of 1] Compiling Main ( ghcide-bench/exe/Main.hs, dist/build/ghcide-bench/ghcide-bench-tmp/Main.dyn_o )
3781.70 s
[haskell-language-server] [2 of 2] Linking dist/build/ghcide-bench/ghcide-bench
3782.80 s
[haskell-language-server] Preprocessing library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.10.0.0...
3782.80 s
[haskell-language-server] Building library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.10.0.0...
3782.90 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 )
3784.24 s
[haskell-language-server] plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs:50:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
3784.24 s
[haskell-language-server] The import of ‘HsWrap, HsWrap’
3784.24 s
[haskell-language-server] from module ‘Development.IDE.GHC.Compat’ is redundant
3784.24 s
[haskell-language-server] |
3784.24 s
[haskell-language-server] 50 | import Development.IDE.GHC.Compat (FieldLabel (flSelector),
3784.24 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3784.24 s
[haskell-language-server]
3786.11 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 )
3787.18 s
[haskell-language-server] plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs:50:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
3787.20 s
[haskell-language-server] The import of ‘HsWrap, HsWrap’
3787.20 s
[haskell-language-server] from module ‘Development.IDE.GHC.Compat’ is redundant
3787.20 s
[haskell-language-server] |
3787.20 s
[haskell-language-server] 50 | import Development.IDE.GHC.Compat (FieldLabel (flSelector),
3787.20 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
3787.20 s
[haskell-language-server]
3793.71 s
[haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0...
3793.72 s
[haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0...
3793.77 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 )
3793.97 s
[haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
3794.25 s
[haskell-language-server] Preprocessing library 'hls-semantic-tokens-plugin' for haskell-language-server-2.10.0.0...
3794.26 s
[haskell-language-server] Building library 'hls-semantic-tokens-plugin' for haskell-language-server-2.10.0.0...
3794.42 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3794.42 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3794.42 s
[haskell-language-server] but were not needed for compilation:
3794.42 s
[haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ)
3794.42 s
[haskell-language-server]
3794.44 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 )
3796.29 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 )
3796.72 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 )
3796.72 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 )
3796.72 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 )
3796.72 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 )
3796.72 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 )
3799.07 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 )
3799.42 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3799.42 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3799.42 s
[haskell-language-server] but were not needed for compilation:
3799.42 s
[haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ)
3799.42 s
[haskell-language-server]
3799.43 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 )
3801.14 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 )
3801.68 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 )
3801.68 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 )
3801.68 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 )
3801.68 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 )
3801.70 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 )
3803.77 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 )
3809.04 s
[haskell-language-server] Preprocessing library 'hls-module-name-plugin' for haskell-language-server-2.10.0.0...
3809.04 s
[haskell-language-server] Building library 'hls-module-name-plugin' for haskell-language-server-2.10.0.0...
3809.11 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 )
3810.84 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 )
3818.03 s
[haskell-language-server] Preprocessing library 'hls-cabal-fmt-plugin' for haskell-language-server-2.10.0.0...
3818.03 s
[haskell-language-server] Building library 'hls-cabal-fmt-plugin' for haskell-language-server-2.10.0.0...
3818.11 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 )
3820.21 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 )
3827.53 s
[haskell-language-server] Preprocessing library 'hls-pragmas-plugin' for haskell-language-server-2.10.0.0...
3827.53 s
[haskell-language-server] Building library 'hls-pragmas-plugin' for haskell-language-server-2.10.0.0...
3827.61 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3827.61 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3827.61 s
[haskell-language-server] but were not needed for compilation:
3827.61 s
[haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c)
3827.61 s
[haskell-language-server] - transformers-0.6.1.2 (exposed by flag -package-id transformers-0.6.1.2-199f)
3827.61 s
[haskell-language-server]
3827.63 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 )
3830.20 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3830.20 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3830.20 s
[haskell-language-server] but were not needed for compilation:
3830.20 s
[haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c)
3830.20 s
[haskell-language-server] - transformers-0.6.1.2 (exposed by flag -package-id transformers-0.6.1.2-199f)
3830.20 s
[haskell-language-server]
3830.22 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 )
3837.77 s
[haskell-language-server] Preprocessing library 'hls-notes-plugin' for haskell-language-server-2.10.0.0...
3837.77 s
[haskell-language-server] Building library 'hls-notes-plugin' for haskell-language-server-2.10.0.0...
3837.84 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 )
3840.41 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 )
3847.74 s
[haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0...
3847.74 s
[haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0...
3847.84 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 )
3850.16 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 )
3856.55 s
[haskell-language-server] Preprocessing library for haskell-language-server-2.10.0.0...
3856.56 s
[haskell-language-server] Building library for haskell-language-server-2.10.0.0...
3856.74 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3856.74 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3856.74 s
[haskell-language-server] but were not needed for compilation:
3856.74 s
[haskell-language-server] - ghc-9.12.1 (exposed by flag -package-id ghc-9.12.1-f739)
3856.74 s
[haskell-language-server]
3856.76 s
[haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.o, dist/build/HlsPlugins.dyn_o )
3857.53 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 )
3857.53 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 )
3858.53 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 )
3858.89 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 )
3859.67 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
3859.67 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
3859.67 s
[haskell-language-server] but were not needed for compilation:
3859.67 s
[haskell-language-server] - ghc-9.12.1 (exposed by flag -package-id ghc-9.12.1-f739)
3859.67 s
[haskell-language-server]
3859.69 s
[haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.p_o )
3860.64 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 )
3860.64 s
[haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.p_o )
3861.74 s
[haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.p_o )
3862.17 s
[haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.p_o )
3868.56 s
[haskell-language-server] Preprocessing executable 'haskell-language-server-wrapper' for haskell-language-server-2.10.0.0...
3868.56 s
[haskell-language-server] Building executable 'haskell-language-server-wrapper' for haskell-language-server-2.10.0.0...
3868.71 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 )
3869.78 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 )
3870.21 s
[haskell-language-server] [3 of 3] Linking dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper
3871.44 s
[haskell-language-server] Preprocessing executable 'haskell-language-server' for haskell-language-server-2.10.0.0...
3871.44 s
[haskell-language-server] Building executable 'haskell-language-server' for haskell-language-server-2.10.0.0...
3871.52 s
[haskell-language-server] [1 of 1] Compiling Main ( exe/Main.hs, dist/build/haskell-language-server/haskell-language-server-tmp/Main.dyn_o )
3872.59 s
[haskell-language-server] [2 of 2] Linking dist/build/haskell-language-server/haskell-language-server
3873.84 s
[haskell-language-server] buildPhase completed in 4 minutes 6 seconds
3873.85 s
[haskell-language-server] Phase: haddockPhase
3873.85 s
[haskell-language-server] Phase: installPhase
3873.98 s
[haskell-language-server] Installing internal library hls-cabal-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
3874.14 s
[haskell-language-server] Installing internal library hls-alternate-number-format-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
3874.19 s
[haskell-language-server] Installing internal library hls-qualify-imported-names-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
3874.22 s
[haskell-language-server] Installing internal library hls-code-range-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
3874.26 s
[haskell-language-server] Installing internal library hls-explicit-imports-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
3874.32 s
[haskell-language-server] Installing internal library hls-call-hierarchy-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
3874.38 s
[haskell-language-server] Installing internal library hls-class-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
3874.45 s
[haskell-language-server] Installing internal library hls-overloaded-record-dot-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
3874.50 s
[haskell-language-server] Installing internal library hls-change-type-signature-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
3874.52 s
[haskell-language-server] Installing internal library hls-eval-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
3874.72 s
[haskell-language-server] Installing internal library ghcide-bench-lib in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
3874.80 s
[haskell-language-server] Installing executable ghcide-bench in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3874.80 s
[haskell-language-server] Warning: The directory
3874.80 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3874.80 s
[haskell-language-server] is not in the system search path.
3874.81 s
[haskell-language-server] Installing internal library hls-explicit-record-fields-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
3874.85 s
[haskell-language-server] Installing executable ghcide-test-preprocessor in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3874.85 s
[haskell-language-server] Warning: The directory
3874.85 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3874.85 s
[haskell-language-server] is not in the system search path.
3874.85 s
[haskell-language-server] Installing internal library hls-semantic-tokens-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
3874.92 s
[haskell-language-server] Installing internal library hls-module-name-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
3874.95 s
[haskell-language-server] Installing internal library hls-cabal-fmt-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
3874.97 s
[haskell-language-server] Installing internal library hls-pragmas-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
3875.01 s
[haskell-language-server] Installing internal library hls-notes-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
3875.04 s
[haskell-language-server] Installing internal library hls-explicit-fixity-plugin in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
3875.06 s
[haskell-language-server] Installing library in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
3875.12 s
[haskell-language-server] Installing executable haskell-language-server-wrapper in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3875.12 s
[haskell-language-server] Warning: The directory
3875.12 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3875.12 s
[haskell-language-server] is not in the system search path.
3875.13 s
[haskell-language-server] Installing executable haskell-language-server in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3875.13 s
[haskell-language-server] Warning: The directory
3875.13 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3875.13 s
[haskell-language-server] is not in the system search path.
3876.80 s
[haskell-language-server] Phase: fixupPhase
3876.82 s
[haskell-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
3876.82 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin-ghc9.12.1.so
3876.95 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin-ghc9.12.1.so
3877.02 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin-ghc9.12.1.so
3877.10 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib-ghc9.12.1.so
3877.19 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin-ghc9.12.1.so
3877.27 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin-ghc9.12.1.so
3877.36 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin-ghc9.12.1.so
3877.45 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin-ghc9.12.1.so
3877.53 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR-ghc9.12.1.so
3877.62 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin-ghc9.12.1.so
3877.70 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin-ghc9.12.1.so
3877.78 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin-ghc9.12.1.so
3877.88 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin-ghc9.12.1.so
3877.97 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin-ghc9.12.1.so
3878.05 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin-ghc9.12.1.so
3878.13 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin-ghc9.12.1.so
3878.20 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin-ghc9.12.1.so
3878.28 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin-ghc9.12.1.so
3878.36 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739/libHShaskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin-ghc9.12.1.so
3878.44 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin/ghcide-bench
3878.54 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin/.haskell-language-server-9.12.1-unwrapped
3878.63 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin/ghcide-test-preprocessor
3878.64 s
[haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin/haskell-language-server-wrapper
3878.73 s
[haskell-language-server] checking for references to /build/ in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0...
3878.87 s
[haskell-language-server] patching script interpreter paths in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
3878.88 s
[haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-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"
3878.89 s
[haskell-language-server] stripping (with command strip and flags -S -p) in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/lib /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
3879.41 s
[haskell-language-server] rewriting symlink /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin/haskell-language-server-9.12.1 to be relative to /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
3881.20 s
[haskell-language-server:post-build] Uploading to cachix cache "sellout": /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
3881.88 s
[haskell-language-server:post-build] Pushing 1 paths (555 are already present) using zstd to cache sellout ⏳
3881.88 s
[haskell-language-server:post-build]
3882.23 s
[haskell-language-server:post-build] Pushing /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0 (66.84 MiB)
3884.05 s
[haskell-language-server:post-build]
3884.09 s
[haskell-language-server:post-build] All done.
3884.09 s
[haskell-language-server:post-build] Uploading to the NixCI cache: /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
3884.11 s
[haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3884.32 s
[haskell-language-server:post-build] copying 1 paths...
3884.32 s
[haskell-language-server:post-build] copying path '/nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0' to 'https://cache.nix-ci.com'...
3898.28 s
[haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3898.65 s
[haskell-language-server:post-build] copying 1 paths...
3898.65 s
[haskell-language-server:post-build] copying path '/nix/store/flbv5kkayzfiswiy3ayfshhj23w26nkb-haskell-language-server-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
3901.83 s
[haskell-language-server:post-build] warning: unable to upload 'https://cache.nix-ci.com/nar/1pk33q350kki6z7pn5nf3wwsrpjjk42rpy8p57n4abkfcfwk8cj7.nar.xz': HTTP error 502; retrying in 251 ms (attempt 1/5)
3903.60 s
Progress: 163 of 165 built, 375 of 375 downloaded from cache
3903.70 s
Building /nix/store/4ki3hdhgdsd7dq3yfg5i4v32l9mvpv8z-ghc-shell-for-packages-0.drv
3904.58 s
[ghc-shell-for-packages:post-build] Uploading to cachix cache "sellout": /nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0
3905.13 s
[ghc-shell-for-packages:post-build] Pushing 1 paths (766 are already present) using zstd to cache sellout ⏳
3905.13 s
[ghc-shell-for-packages:post-build]
3905.48 s
[ghc-shell-for-packages:post-build] Pushing /nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0 (336.00 B)
3906.37 s
[ghc-shell-for-packages:post-build]
3906.37 s
[ghc-shell-for-packages:post-build] All done.
3906.39 s
[ghc-shell-for-packages:post-build] Uploading to the NixCI cache: /nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0
3906.43 s
[ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3906.62 s
[ghc-shell-for-packages:post-build] copying 1 paths...
3906.62 s
[ghc-shell-for-packages:post-build] copying path '/nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0' to 'https://cache.nix-ci.com'...
3907.33 s
[ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3907.59 s
[ghc-shell-for-packages:post-build] copying 1 paths...
3907.59 s
[ghc-shell-for-packages:post-build] copying path '/nix/store/4ki3hdhgdsd7dq3yfg5i4v32l9mvpv8z-ghc-shell-for-packages-0.drv' to 'https://cache.nix-ci.com'...
3907.78 s
Progress: 164 of 165 built, 375 of 375 downloaded from cache
3907.78 s
Progress: 165 of 165 built, 375 of 375 downloaded from cache
3907.78 s
/nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0
3907.80 s
Build succeeded.