1. 2636.43 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  2. 2636.43 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  3. 2636.43 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  4. 2636.43 s [mono-traversable] • This will become an error in a future GHC release.
  5. 2636.43 s [mono-traversable] |
  6. 2636.43 s [mono-traversable] 1203 | default opoint :: (Applicative f, (f a) ~ mono, Element (f a) ~ a)
  7. 2636.43 s [mono-traversable] | ^
  8. 2636.43 s [mono-traversable]
  9. 2636.43 s [mono-traversable] src/Data/MonoTraversable.hs:1354:15: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  10. 2636.43 s [mono-traversable] Pattern match(es) are non-exhaustive
  11. 2636.43 s [mono-traversable] In an irrefutable pattern:
  12. 2636.43 s [mono-traversable] Patterns of type ‘ViewL a’ not matched: EmptyL
  13. 2636.43 s [mono-traversable] |
  14. 2636.43 s [mono-traversable] 1354 | oextract ~(x :< _) = x
  15. 2636.43 s [mono-traversable] | ^^^^^^^^
  16. 2636.43 s [mono-traversable]
  17. 2636.43 s [mono-traversable] src/Data/MonoTraversable.hs:1356:19: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  18. 2636.43 s [mono-traversable] Pattern match(es) are non-exhaustive
  19. 2636.43 s [mono-traversable] In an irrefutable pattern:
  20. 2636.43 s [mono-traversable] Patterns of type ‘ViewL a’ not matched: EmptyL
  21. 2636.43 s [mono-traversable] |
  22. 2636.43 s [mono-traversable] 1356 | oextend f w@(~(_ :< xxs)) =
  23. 2636.43 s [mono-traversable] | ^^^^^^^^^^
  24. 2636.43 s [mono-traversable]
  25. 2636.43 s [mono-traversable] src/Data/MonoTraversable.hs:1364:15: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  26. 2636.43 s [mono-traversable] Pattern match(es) are non-exhaustive
  27. 2636.43 s [mono-traversable] In an irrefutable pattern:
  28. 2636.43 s [mono-traversable] Patterns of type ‘ViewR a’ not matched: EmptyR
  29. 2636.43 s [mono-traversable] |
  30. 2636.43 s [mono-traversable] 1364 | oextract ~(_ :> x) = x
  31. 2636.43 s [mono-traversable] | ^^^^^^^^
  32. 2636.43 s [mono-traversable]
  33. 2636.43 s [mono-traversable] src/Data/MonoTraversable.hs:1366:19: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  34. 2636.43 s [mono-traversable] Pattern match(es) are non-exhaustive
  35. 2636.43 s [mono-traversable] In an irrefutable pattern:
  36. 2636.43 s [mono-traversable] Patterns of type ‘ViewR a’ not matched: EmptyR
  37. 2636.43 s [mono-traversable] |
  38. 2636.43 s [mono-traversable] 1366 | oextend f w@(~(xxs :> _)) =
  39. 2636.43 s [mono-traversable] | ^^^^^^^^^^
  40. 2636.43 s [mono-traversable]
  41. 2636.43 s [mono-traversable] src/Data/MonoTraversable.hs:1461:33: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  42. 2636.43 s [mono-traversable] • The ‘~’ operator is out of scope.
  43. 2636.43 s [mono-traversable] Assuming it to stand for an equality constraint.
  44. 2636.43 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  45. 2636.43 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  46. 2636.43 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  47. 2636.43 s [mono-traversable] • This will become an error in a future GHC release.
  48. 2636.43 s [mono-traversable] |
  49. 2636.43 s [mono-traversable] 1461 | WrappedMono :: Element mono ~ a => mono -> WrappedMono mono a
  50. 2636.43 s [mono-traversable] | ^
  51. 2636.43 s [mono-traversable]
  52. 2636.43 s [mono-traversable] src/Data/MonoTraversable.hs:1530:42: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  53. 2636.43 s [mono-traversable] • The ‘~’ operator is out of scope.
  54. 2636.43 s [mono-traversable] Assuming it to stand for an equality constraint.
  55. 2636.43 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  56. 2636.43 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  57. 2636.43 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  58. 2636.43 s [mono-traversable] • This will become an error in a future GHC release.
  59. 2636.43 s [mono-traversable] |
  60. 2636.43 s [mono-traversable] 1530 | instance (MonoPointed mono, Element mono ~ a) => MonoPointed (WrappedMono mono a) where
  61. 2636.43 s [mono-traversable] | ^
  62. 2636.43 s [mono-traversable]
  63. 2636.43 s [mono-traversable] [2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, dist/build/Data/Containers.p_o )
  64. 2636.43 s [mono-traversable] [3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, dist/build/Data/MonoTraversable/Unprefixed.p_o )
  65. 2636.43 s [mono-traversable] [4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, dist/build/Data/Sequences.p_o )
  66. 2636.43 s [mono-traversable] src/Data/Sequences.hs:1615:44: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  67. 2636.43 s [mono-traversable] • The ‘~’ operator is out of scope.
  68. 2636.43 s [mono-traversable] Assuming it to stand for an equality constraint.
  69. 2636.43 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  70. 2636.43 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  71. 2636.43 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  72. 2636.43 s [mono-traversable] • This will become an error in a future GHC release.
  73. 2636.43 s [mono-traversable] |
  74. 2636.43 s [mono-traversable] 1615 | class (IsSequence t, IsString t, Element t ~ Char) => Textual t where
  75. 2636.43 s [mono-traversable] | ^
  76. 2636.43 s [mono-traversable]
  77. 2636.43 s [mono-traversable] src/Data/Sequences.hs:1631:29: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  78. 2636.43 s [mono-traversable] • The ‘~’ operator is out of scope.
  79. 2636.43 s [mono-traversable] Assuming it to stand for an equality constraint.
  80. 2636.43 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  81. 2636.43 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  82. 2636.43 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  83. 2636.43 s [mono-traversable] • This will become an error in a future GHC release.
  84. 2636.43 s [mono-traversable] |
  85. 2636.43 s [mono-traversable] 1631 | unwords :: (Element seq ~ t, MonoFoldable seq) => seq -> t
  86. 2636.43 s [mono-traversable] | ^
  87. 2636.43 s [mono-traversable]
  88. 2636.43 s [mono-traversable] src/Data/Sequences.hs:1648:29: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  89. 2636.43 s [mono-traversable] • The ‘~’ operator is out of scope.
  90. 2636.43 s [mono-traversable] Assuming it to stand for an equality constraint.
  91. 2636.43 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  92. 2636.44 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  93. 2636.44 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  94. 2636.44 s [mono-traversable] • This will become an error in a future GHC release.
  95. 2636.44 s [mono-traversable] |
  96. 2636.44 s [mono-traversable] 1648 | unlines :: (Element seq ~ t, MonoFoldable seq) => seq -> t
  97. 2636.44 s [mono-traversable] | ^
  98. 2636.44 s [mono-traversable]
  99. 2636.44 s [mono-traversable] src/Data/Sequences.hs:1696:13: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  100. 2636.44 s [mono-traversable] • The ‘~’ operator is out of scope.
  101. 2636.44 s [mono-traversable] Assuming it to stand for an equality constraint.
  102. 2636.44 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  103. 2636.44 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  104. 2636.44 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  105. 2636.44 s [mono-traversable] • This will become an error in a future GHC release.
  106. 2636.44 s [mono-traversable] |
  107. 2636.44 s [mono-traversable] 1696 | instance (c ~ Char) => Textual [c] where
  108. 2636.44 s [mono-traversable] | ^
  109. 2636.44 s [mono-traversable]
  110. 2636.44 s [mono-traversable] src/Data/Sequences.hs:1749:37: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  111. 2636.44 s [mono-traversable] • The ‘~’ operator is out of scope.
  112. 2636.44 s [mono-traversable] Assuming it to stand for an equality constraint.
  113. 2636.44 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  114. 2636.44 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  115. 2636.44 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  116. 2636.44 s [mono-traversable] • This will become an error in a future GHC release.
  117. 2636.44 s [mono-traversable] |
  118. 2636.44 s [mono-traversable] 1749 | Element (f (Maybe t)) ~ Maybe t)
  119. 2636.44 s [mono-traversable] | ^
  120. 2636.44 s [mono-traversable]
  121. 2636.44 s [mono-traversable] src/Data/Sequences.hs:1800:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  122. 2636.44 s [mono-traversable] • The ‘~’ operator is out of scope.
  123. 2636.44 s [mono-traversable] Assuming it to stand for an equality constraint.
  124. 2636.44 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  125. 2636.44 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  126. 2636.44 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  127. 2636.44 s [mono-traversable] • This will become an error in a future GHC release.
  128. 2636.44 s [mono-traversable] |
  129. 2636.44 s [mono-traversable] 1800 | repack :: (MonoFoldable a, IsSequence b, Element a ~ Element b) => a -> b
  130. 2636.44 s [mono-traversable] | ^
  131. 2636.44 s [mono-traversable]
  132. 2636.44 s [mono-traversable] src/Data/Sequences.hs:1816:13: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  133. 2636.44 s [mono-traversable] • The ‘~’ operator is out of scope.
  134. 2636.44 s [mono-traversable] Assuming it to stand for an equality constraint.
  135. 2636.44 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  136. 2636.44 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  137. 2636.44 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  138. 2636.44 s [mono-traversable] • This will become an error in a future GHC release.
  139. 2636.44 s [mono-traversable] |
  140. 2636.44 s [mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
  141. 2636.44 s [mono-traversable] | ^
  142. 2636.44 s [mono-traversable]
  143. 2636.44 s [mono-traversable] src/Data/Sequences.hs:1816:23: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  144. 2636.44 s [mono-traversable] • The ‘~’ operator is out of scope.
  145. 2636.44 s [mono-traversable] Assuming it to stand for an equality constraint.
  146. 2636.44 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  147. 2636.44 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  148. 2636.44 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  149. 2636.44 s [mono-traversable] • This will become an error in a future GHC release.
  150. 2636.44 s [mono-traversable] |
  151. 2636.44 s [mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
  152. 2636.44 s [mono-traversable] | ^
  153. 2636.44 s [mono-traversable]
  154. 2636.73 s [hls-graph] Phase: setupCompilerEnvironmentPhase
  155. 2636.75 s [hls-graph] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  156. 2637.63 s [hls-graph] Phase: unpackPhase
  157. 2637.64 s [hls-graph] unpacking source archive /nix/store/9hkpp2x1i45r5q42sghm33v1shx59ijb-hls-graph-2.10.0.0.tar.gz
  158. 2637.64 s [hls-graph] source root is hls-graph-2.10.0.0
  159. 2637.66 s [hls-graph] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-graph-2.10.0.0/test/Spec.hs"
  160. 2637.68 s [hls-graph] Phase: patchPhase
  161. 2637.71 s [hls-graph] Phase: compileBuildDriverPhase
  162. 2637.72 s [hls-graph] setupCompileFlags: -package-db=/build/tmp.yr51nIbVso/setup-package.conf.d -threaded
  163. 2637.81 s [hls-graph] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.yr51nIbVso/Main.o )
  164. 2637.88 s [hls-graph] [2 of 2] Linking Setup
  165. 2639.59 s [hls-graph] Phase: updateAutotoolsGnuConfigScriptsPhase
  166. 2639.62 s [hls-graph] Phase: configurePhase
  167. 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
  168. 2639.66 s [hls-graph] Using Parsec parser
  169. 2639.66 s [hls-graph] Configuring hls-graph-2.10.0.0...
  170. 2639.68 s [hls-graph] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  171. 2639.68 s [hls-graph] 'ghc' version < 9.12):
  172. 2639.68 s [hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  173. 2639.68 s [hls-graph] 9.12.1
  174. 2640.25 s [hls-graph] Flags chosen: embed-files=False, pedantic=False, stm-stats=False
  175. 2640.69 s [hls-graph] Dependency aeson: using aeson-2.2.3.0
  176. 2640.69 s [hls-graph] Dependency async >=2.0: using async-2.2.5
  177. 2640.69 s [hls-graph] Dependency base >=4.12 && <5: using base-4.21.0.0
  178. 2640.69 s [hls-graph] Dependency bytestring: using bytestring-0.12.2.0
  179. 2640.69 s [hls-graph] Dependency containers: using containers-0.7
  180. 2640.69 s [hls-graph] Dependency deepseq: using deepseq-1.5.1.0
  181. 2640.69 s [hls-graph] Dependency directory: using directory-1.3.9.0
  182. 2640.69 s [hls-graph] Dependency exceptions: using exceptions-0.10.9
  183. 2640.69 s [hls-graph] Dependency extra: using extra-1.8
  184. 2640.69 s [hls-graph] Dependency filepath: using filepath-1.5.4.0
  185. 2640.69 s [hls-graph] Dependency focus >=1.0.3.2: using focus-1.0.3.2
  186. 2640.69 s [hls-graph] Dependency hashable: using hashable-1.4.7.0
  187. 2640.69 s [hls-graph] Dependency js-dgtable: using js-dgtable-0.5.2
  188. 2640.69 s [hls-graph] Dependency js-flot: using js-flot-0.8.3
  189. 2640.69 s [hls-graph] Dependency js-jquery: using js-jquery-3.3.1
  190. 2640.69 s [hls-graph] Dependency list-t: using list-t-1.0.5.7
  191. 2640.69 s [hls-graph] Dependency stm: using stm-2.5.3.1
  192. 2640.69 s [hls-graph] Dependency stm-containers: using stm-containers-1.2.1.1
  193. 2640.69 s [hls-graph] Dependency text: using text-2.1.2
  194. 2640.69 s [hls-graph] Dependency time: using time-1.14
  195. 2640.69 s [hls-graph] Dependency transformers: using transformers-0.6.1.2
  196. 2640.69 s [hls-graph] Dependency unliftio: using unliftio-0.2.25.1
  197. 2640.69 s [hls-graph] Dependency unordered-containers: using unordered-containers-0.2.20
  198. 2640.69 s [hls-graph] Dependency base: using base-4.21.0.0
  199. 2640.69 s [hls-graph] Dependency extra: using extra-1.8
  200. 2640.69 s [hls-graph] Dependency hls-graph: using hls-graph-2.10.0.0
  201. 2640.69 s [hls-graph] Dependency hspec: using hspec-2.11.12
  202. 2640.69 s [hls-graph] Dependency stm: using stm-2.5.3.1
  203. 2640.69 s [hls-graph] Dependency stm-containers: using stm-containers-1.2.1.1
  204. 2640.69 s [hls-graph] Dependency tasty: using tasty-1.5.3
  205. 2640.69 s [hls-graph] Dependency tasty-hspec >=1.2: using tasty-hspec-1.2.0.4
  206. 2640.69 s [hls-graph] Dependency tasty-rerun: using tasty-rerun-1.1.20
  207. 2640.69 s [hls-graph] Source component graph:
  208. 2640.69 s [hls-graph] component lib
  209. 2640.69 s [hls-graph] component test:tests dependency lib
  210. 2640.69 s [hls-graph] Configured component graph:
  211. 2640.69 s [hls-graph] component hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  212. 2640.69 s [hls-graph] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  213. 2640.69 s [hls-graph] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  214. 2640.69 s [hls-graph] include base-4.21.0.0-f068
  215. 2640.69 s [hls-graph] include bytestring-0.12.2.0-be6d
  216. 2640.69 s [hls-graph] include containers-0.7-647d
  217. 2640.69 s [hls-graph] include deepseq-1.5.1.0-b096
  218. 2640.69 s [hls-graph] include directory-1.3.9.0-9eff
  219. 2640.69 s [hls-graph] include exceptions-0.10.9-5f69
  220. 2640.69 s [hls-graph] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  221. 2640.69 s [hls-graph] include filepath-1.5.4.0-7ce6
  222. 2640.69 s [hls-graph] include focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
  223. 2640.69 s [hls-graph] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  224. 2640.69 s [hls-graph] include js-dgtable-0.5.2-4mVlyNJHKnB4HcAScv5CdJ
  225. 2640.69 s [hls-graph] include js-flot-0.8.3-EZhxMVNnIJ71YwvAza4bZv
  226. 2640.69 s [hls-graph] include js-jquery-3.3.1-4R9FjaLCRZU4DgBjnREOTw
  227. 2640.69 s [hls-graph] include list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
  228. 2640.69 s [hls-graph] include stm-2.5.3.1-0481
  229. 2640.69 s [hls-graph] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  230. 2640.69 s [hls-graph] include text-2.1.2-5eaa
  231. 2640.69 s [hls-graph] include time-1.14-f7a8
  232. 2640.69 s [hls-graph] include transformers-0.6.1.2-199f
  233. 2640.69 s [hls-graph] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  234. 2640.69 s [hls-graph] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  235. 2640.69 s [hls-graph] component hls-graph-2.10.0.0-CqZpJSQueliEPHZB4mAHd1-tests
  236. 2640.70 s [hls-graph] include base-4.21.0.0-f068
  237. 2640.70 s [hls-graph] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  238. 2640.70 s [hls-graph] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  239. 2640.70 s [hls-graph] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  240. 2640.70 s [hls-graph] include stm-2.5.3.1-0481
  241. 2640.70 s [hls-graph] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  242. 2640.70 s [hls-graph] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  243. 2640.70 s [hls-graph] include tasty-hspec-1.2.0.4-46RqwM6Pim9EsbGkyIu2g
  244. 2640.70 s [hls-graph] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  245. 2640.70 s [hls-graph] Linked component graph:
  246. 2640.70 s [hls-graph] unit hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  247. 2640.70 s [hls-graph] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  248. 2640.70 s [hls-graph] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  249. 2640.70 s [hls-graph] include base-4.21.0.0-f068
  250. 2640.70 s [hls-graph] include bytestring-0.12.2.0-be6d
  251. 2640.70 s [hls-graph] include containers-0.7-647d
  252. 2640.70 s [hls-graph] include deepseq-1.5.1.0-b096
  253. 2640.70 s [hls-graph] include directory-1.3.9.0-9eff
  254. 2640.70 s [hls-graph] include exceptions-0.10.9-5f69
  255. 2640.70 s [hls-graph] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  256. 2640.70 s [hls-graph] include filepath-1.5.4.0-7ce6
  257. 2640.70 s [hls-graph] include focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
  258. 2640.70 s [hls-graph] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  259. 2640.70 s [hls-graph] include js-dgtable-0.5.2-4mVlyNJHKnB4HcAScv5CdJ
  260. 2640.70 s [hls-graph] include js-flot-0.8.3-EZhxMVNnIJ71YwvAza4bZv
  261. 2640.70 s [hls-graph] include js-jquery-3.3.1-4R9FjaLCRZU4DgBjnREOTw
  262. 2640.70 s [hls-graph] include list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
  263. 2640.70 s [hls-graph] include stm-2.5.3.1-0481
  264. 2640.70 s [hls-graph] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  265. 2640.70 s [hls-graph] include text-2.1.2-5eaa
  266. 2640.70 s [hls-graph] include time-1.14-f7a8
  267. 2640.70 s [hls-graph] include transformers-0.6.1.2-199f
  268. 2640.70 s [hls-graph] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  269. 2640.70 s [hls-graph] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  270. 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
  271. 2640.70 s [hls-graph] unit hls-graph-2.10.0.0-CqZpJSQueliEPHZB4mAHd1-tests
  272. 2640.70 s [hls-graph] include base-4.21.0.0-f068
  273. 2640.70 s [hls-graph] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  274. 2640.70 s [hls-graph] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  275. 2640.70 s [hls-graph] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  276. 2640.70 s [hls-graph] include stm-2.5.3.1-0481
  277. 2640.70 s [hls-graph] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  278. 2640.70 s [hls-graph] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  279. 2640.70 s [hls-graph] include tasty-hspec-1.2.0.4-46RqwM6Pim9EsbGkyIu2g
  280. 2640.70 s [hls-graph] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  281. 2640.70 s [hls-graph] Ready component graph:
  282. 2640.70 s [hls-graph] definite hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  283. 2640.70 s [hls-graph] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  284. 2640.70 s [hls-graph] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  285. 2640.70 s [hls-graph] depends base-4.21.0.0-f068
  286. 2640.70 s [hls-graph] depends bytestring-0.12.2.0-be6d
  287. 2640.70 s [hls-graph] depends containers-0.7-647d
  288. 2640.70 s [hls-graph] depends deepseq-1.5.1.0-b096
  289. 2640.70 s [hls-graph] depends directory-1.3.9.0-9eff
  290. 2640.70 s [hls-graph] depends exceptions-0.10.9-5f69
  291. 2640.70 s [hls-graph] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  292. 2640.70 s [hls-graph] depends filepath-1.5.4.0-7ce6
  293. 2640.70 s [hls-graph] depends focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
  294. 2640.70 s [hls-graph] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  295. 2640.70 s [hls-graph] depends js-dgtable-0.5.2-4mVlyNJHKnB4HcAScv5CdJ
  296. 2640.70 s [hls-graph] depends js-flot-0.8.3-EZhxMVNnIJ71YwvAza4bZv
  297. 2640.70 s [hls-graph] depends js-jquery-3.3.1-4R9FjaLCRZU4DgBjnREOTw
  298. 2640.70 s [hls-graph] depends list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
  299. 2640.70 s [hls-graph] depends stm-2.5.3.1-0481
  300. 2640.70 s [hls-graph] depends stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  301. 2640.70 s [hls-graph] depends text-2.1.2-5eaa
  302. 2640.70 s [hls-graph] depends time-1.14-f7a8
  303. 2640.70 s [hls-graph] depends transformers-0.6.1.2-199f
  304. 2640.70 s [hls-graph] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  305. 2640.70 s [hls-graph] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  306. 2640.70 s [hls-graph] definite hls-graph-2.10.0.0-CqZpJSQueliEPHZB4mAHd1-tests
  307. 2640.70 s [hls-graph] depends base-4.21.0.0-f068
  308. 2640.70 s [hls-graph] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  309. 2640.70 s [hls-graph] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  310. 2640.70 s [hls-graph] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  311. 2640.70 s [hls-graph] depends stm-2.5.3.1-0481
  312. 2640.70 s [hls-graph] depends stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  313. 2640.70 s [hls-graph] depends tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  314. 2640.70 s [hls-graph] depends tasty-hspec-1.2.0.4-46RqwM6Pim9EsbGkyIu2g
  315. 2640.79 s [hls-graph] depends tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  316. 2640.79 s [hls-graph] Using Cabal-3.14.1.0 compiled by ghc-9.12
  317. 2640.79 s [hls-graph] Using compiler: ghc-9.12.1
  318. 2640.79 s [hls-graph] Using install prefix:
  319. 2640.79 s [hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0
  320. 2640.79 s [hls-graph] Executables installed in:
  321. 2640.79 s [hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/bin
  322. 2640.79 s [hls-graph] Libraries installed in:
  323. 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
  324. 2640.79 s [hls-graph] Dynamic Libraries installed in:
  325. 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
  326. 2640.79 s [hls-graph] Private executables installed in:
  327. 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
  328. 2640.79 s [hls-graph] Data files installed in:
  329. 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
  330. 2640.79 s [hls-graph] Documentation installed in:
  331. 2640.79 s [hls-graph] /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc/share/doc/hls-graph-2.10.0.0
  332. 2640.79 s [hls-graph] Configuration files installed in:
  333. 2640.79 s [hls-graph] /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/etc
  334. 2640.79 s [hls-graph] No alex found
  335. 2640.79 s [hls-graph] Using ar found on system at:
  336. 2640.79 s [hls-graph] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  337. 2640.79 s [hls-graph] No c2hs found
  338. 2640.79 s [hls-graph] No cpphs found
  339. 2640.79 s [hls-graph] No doctest found
  340. 2640.79 s [hls-graph] Using gcc version 14.3.0 given by user at:
  341. 2640.79 s [hls-graph] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  342. 2640.79 s [hls-graph] Using ghc version 9.12.1 found on system at:
  343. 2640.79 s [hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  344. 2640.79 s [hls-graph] Using ghc-pkg version 9.12.1 found on system at:
  345. 2640.79 s [hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  346. 2640.79 s [hls-graph] No ghcjs found
  347. 2640.79 s [hls-graph] No ghcjs-pkg found
  348. 2640.79 s [hls-graph] No greencard found
  349. 2640.79 s [hls-graph] Using haddock version 2.30.0 found on system at:
  350. 2640.79 s [hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  351. 2640.79 s [hls-graph] No happy found
  352. 2640.79 s [hls-graph] No haskell-suite found
  353. 2640.79 s [hls-graph] No haskell-suite-pkg found
  354. 2640.79 s [hls-graph] No hmake found
  355. 2640.79 s [hls-graph] Using hpc version 0.69 found on system at:
  356. 2640.79 s [hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  357. 2640.79 s [hls-graph] Using hsc2hs version 0.68.10 found on system at:
  358. 2640.79 s [hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  359. 2640.79 s [hls-graph] Using hscolour version 1.25 found on system at:
  360. 2640.79 s [hls-graph] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  361. 2640.79 s [hls-graph] No jhc found
  362. 2640.79 s [hls-graph] Using ld found on system at:
  363. 2640.79 s [hls-graph] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  364. 2640.79 s [hls-graph] No pkg-config found
  365. 2640.79 s [hls-graph] Using runghc version 9.12.1 found on system at:
  366. 2640.79 s [hls-graph] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  367. 2640.79 s [hls-graph] Using strip version 2.44 found on system at:
  368. 2640.79 s [hls-graph] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  369. 2640.79 s [hls-graph] Using tar found on system at:
  370. 2640.79 s [hls-graph] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  371. 2640.79 s [hls-graph] No uhc found
  372. 2641.11 s [hls-graph] Phase: buildPhase
  373. 2641.27 s [hls-graph] Preprocessing library for hls-graph-2.10.0.0...
  374. 2641.27 s [hls-graph] Building library for hls-graph-2.10.0.0...
  375. 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 )
  376. 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 )
  377. 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 )
  378. 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 )
  379. 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 )
  380. 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 )
  381. 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 )
  382. 2645.21 s [mono-traversable] [5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, dist/build/Data/NonNull.p_o )
  383. 2645.27 s [mono-traversable] src/Data/NonNull.hs:54:51: warning: [GHC-90584] [-Wderiving-typeable]
  384. 2645.27 s [mono-traversable] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  385. 2645.27 s [mono-traversable] • In the data declaration for ‘NullError’
  386. 2645.27 s [mono-traversable] |
  387. 2645.27 s [mono-traversable] 54 | data NullError = NullError String deriving (Show, Typeable)
  388. 2645.27 s [mono-traversable] | ^^^^^^^^
  389. 2645.27 s [mono-traversable]
  390. 2645.28 s [mono-traversable] src/Data/NonNull.hs:62:42: warning: [GHC-90584] [-Wderiving-typeable]
  391. 2645.28 s [mono-traversable] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  392. 2645.28 s [mono-traversable] • In the newtype declaration for ‘NonNull’
  393. 2645.28 s [mono-traversable] |
  394. 2645.28 s [mono-traversable] 62 | deriving (Eq, Ord, Read, Show, Data, Typeable)
  395. 2645.28 s [mono-traversable] | ^^^^^^^^
  396. 2645.28 s [mono-traversable]
  397. 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 )
  398. 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 )
  399. 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 )
  400. 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 )
  401. 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 )
  402. 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 )
  403. 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 )
  404. 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 )
  405. 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 )
  406. 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 )
  407. 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 )
  408. 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 )
  409. 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 )
  410. 2647.73 s [mono-traversable] Preprocessing test suite 'test' for mono-traversable-1.0.21.0...
  411. 2647.73 s [mono-traversable] Building test suite 'test' for mono-traversable-1.0.21.0...
  412. 2647.90 s [mono-traversable] [1 of 2] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o )
  413. 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 )
  414. 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 )
  415. 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 )
  416. 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 )
  417. 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 )
  418. 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 )
  419. 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 )
  420. 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 )
  421. 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 )
  422. 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 )
  423. 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 )
  424. 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 )
  425. 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 )
  426. 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 )
  427. 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 )
  428. 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 )
  429. 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 )
  430. 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 )
  431. 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 )
  432. 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 )
  433. 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 )
  434. 2650.37 s [mono-traversable] [3 of 3] Linking dist/build/test/test
  435. 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 )
  436. 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 )
  437. 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 )
  438. 2651.83 s [mono-traversable] buildPhase completed in 1 minutes 14 seconds
  439. 2651.83 s [mono-traversable] Phase: checkPhase
  440. 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 )
  441. 2652.32 s [mono-traversable] Running 1 test suites...
  442. 2652.32 s [mono-traversable] Test suite test: RUNNING...
  443. 2652.33 s [mono-traversable]
  444. 2652.33 s [mono-traversable] onull
  445. 2652.33 s [mono-traversable] works on empty lists [✔]
  446. 2652.33 s [mono-traversable] works on non-empty lists [✔]
  447. 2652.33 s [mono-traversable] works on empty texts [✔]
  448. 2652.33 s [mono-traversable] works on non-empty texts [✔]
  449. 2652.33 s [mono-traversable] osum
  450. 2652.34 s [mono-traversable] works on lists [✔]
  451. 2652.34 s [mono-traversable] +++ OK, passed 100 tests; 80 discarded.
  452. 2652.34 s [mono-traversable] oproduct
  453. 2652.34 s [mono-traversable] works on lists [✔]
  454. 2652.34 s [mono-traversable] +++ OK, passed 100 tests; 121 discarded.
  455. 2652.34 s [mono-traversable] olength
  456. 2652.34 s [mono-traversable] works on lists [✔]
  457. 2652.34 s [mono-traversable] +++ OK, passed 100 tests.
  458. 2652.34 s [mono-traversable] works on texts [✔]
  459. 2652.34 s [mono-traversable] +++ OK, passed 100 tests.
  460. 2652.34 s [mono-traversable] works on lazy bytestrings [✔]
  461. 2652.34 s [mono-traversable] +++ OK, passed 100 tests.
  462. 2652.34 s [mono-traversable] omap
  463. 2652.34 s [mono-traversable] works on lists [✔]
  464. 2652.34 s [mono-traversable] +++ OK, passed 100 tests.
  465. 2652.34 s [mono-traversable] works on lazy bytestrings [✔]
  466. 2652.34 s [mono-traversable] +++ OK, passed 100 tests.
  467. 2652.34 s [mono-traversable] works on texts [✔]
  468. 2652.34 s [mono-traversable] +++ OK, passed 100 tests.
  469. 2652.34 s [mono-traversable] oconcatMap
  470. 2652.34 s [mono-traversable] works on lists [✔]
  471. 2652.34 s [mono-traversable] +++ OK, passed 100 tests.
  472. 2652.34 s [mono-traversable] ocompareLength
  473. 2652.34 s [mono-traversable] works on lists [✔]
  474. 2652.34 s [mono-traversable] +++ OK, passed 100 tests.
  475. 2652.34 s [mono-traversable] groupBy
  476. 2652.40 s [mono-traversable] works on lists [✔]
  477. 2652.40 s [mono-traversable] +++ OK, passed 100 tests.
  478. 2652.44 s [mono-traversable] works on texts [✔]
  479. 2652.44 s [mono-traversable] +++ OK, passed 100 tests.
  480. 2652.47 s [mono-traversable] works on strict bytestrings [✔]
  481. 2652.47 s [mono-traversable] +++ OK, passed 100 tests.
  482. 2652.49 s [mono-traversable] works on lazy bytestrings [✔]
  483. 2652.49 s [mono-traversable] +++ OK, passed 100 tests.
  484. 2652.54 s [mono-traversable] works on Vector [✔]
  485. 2652.54 s [mono-traversable] +++ OK, passed 100 tests.
  486. 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 )
  487. 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 )
  488. 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 )
  489. 2652.59 s [mono-traversable] works on SVector [✔]
  490. 2652.59 s [mono-traversable] +++ OK, passed 100 tests.
  491. 2652.64 s [mono-traversable] works on StrictVector [✔]
  492. 2652.64 s [mono-traversable] +++ OK, passed 100 tests.
  493. 2652.70 s [mono-traversable] works on UVector [✔]
  494. 2652.70 s [mono-traversable] +++ OK, passed 100 tests.
  495. 2652.75 s [mono-traversable] works on Seq [✔]
  496. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  497. 2652.75 s [mono-traversable] groupAll
  498. 2652.75 s [mono-traversable] works on lists [✔]
  499. 2652.75 s [mono-traversable] works on texts [✔]
  500. 2652.75 s [mono-traversable] unsnoc
  501. 2652.75 s [mono-traversable] works on lists [✔]
  502. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  503. 2652.75 s [mono-traversable] works on texts [✔]
  504. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  505. 2652.75 s [mono-traversable] works on lazy bytestrings [✔]
  506. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  507. 2652.75 s [mono-traversable] index
  508. 2652.75 s [mono-traversable] works on lists [✔]
  509. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  510. 2652.75 s [mono-traversable] works on strict texts [✔]
  511. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  512. 2652.75 s [mono-traversable] works on lazy texts [✔]
  513. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  514. 2652.75 s [mono-traversable] works on strict bytestrings [✔]
  515. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  516. 2652.75 s [mono-traversable] works on lazy bytestrings [✔]
  517. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  518. 2652.75 s [mono-traversable] works on Vector [✔]
  519. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  520. 2652.75 s [mono-traversable] works on SVector [✔]
  521. 2652.75 s [mono-traversable] +++ OK, passed 100 tests.
  522. 2652.76 s [mono-traversable] works on StrictVector [✔]
  523. 2652.76 s [mono-traversable] +++ OK, passed 100 tests.
  524. 2652.76 s [mono-traversable] works on UVector [✔]
  525. 2652.76 s [mono-traversable] +++ OK, passed 100 tests.
  526. 2652.76 s [mono-traversable] works on Seq [✔]
  527. 2652.76 s [mono-traversable] +++ OK, passed 100 tests.
  528. 2652.76 s [mono-traversable] groupAllOn
  529. 2652.76 s [mono-traversable] works on lists [✔]
  530. 2652.76 s [mono-traversable] breakWord
  531. 2652.76 s [mono-traversable] ("hello world","hello","world") [✔]
  532. 2652.76 s [mono-traversable] ("hello world","hello","world") [✔]
  533. 2652.76 s [mono-traversable] ("hello\r\nworld","hello","world") [✔]
  534. 2652.76 s [mono-traversable] ("hello there world","hello","there world") [✔]
  535. 2652.76 s [mono-traversable] ("","","") [✔]
  536. 2652.76 s [mono-traversable] ("hello \n\r\t","hello","") [✔]
  537. 2652.76 s [mono-traversable] breakLine
  538. 2652.76 s [mono-traversable] ("hello world","hello world","") [✔]
  539. 2652.76 s [mono-traversable] ("hello\r\n world","hello"," world") [✔]
  540. 2652.76 s [mono-traversable] ("hello\n world","hello"," world") [✔]
  541. 2652.76 s [mono-traversable] ("hello\r world","hello\r world","") [✔]
  542. 2652.76 s [mono-traversable] ("hello\r\nworld","hello","world") [✔]
  543. 2652.76 s [mono-traversable] ("hello\r\nthere\nworld","hello","there\nworld") [✔]
  544. 2652.76 s [mono-traversable] ("hello\n\r\nworld","hello","\r\nworld") [✔]
  545. 2652.76 s [mono-traversable] ("","","") [✔]
  546. 2652.76 s [mono-traversable] omapM_
  547. 2652.76 s [mono-traversable] works on strict bytestrings [✔]
  548. 2652.76 s [mono-traversable] +++ OK, passed 100 tests.
  549. 2652.76 s [mono-traversable] works on lazy bytestrings [✔]
  550. 2652.76 s [mono-traversable] +++ OK, passed 100 tests.
  551. 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 )
  552. 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 )
  553. 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 )
  554. 2652.76 s [mono-traversable] works on strict texts [✔]
  555. 2652.76 s [mono-traversable] +++ OK, passed 100 tests.
  556. 2652.76 s [mono-traversable] works on lazy texts [✔]
  557. 2652.76 s [mono-traversable] +++ OK, passed 100 tests.
  558. 2652.76 s [mono-traversable] inits
  559. 2652.76 s [mono-traversable] String
  560. 2652.76 s [mono-traversable] empty [✔]
  561. 2652.76 s [mono-traversable] one element [✔]
  562. 2652.76 s [mono-traversable] two elements [✔]
  563. 2652.76 s [mono-traversable] StrictBytestring
  564. 2652.76 s [mono-traversable] empty [✔]
  565. 2652.76 s [mono-traversable] one element [✔]
  566. 2652.76 s [mono-traversable] two elements [✔]
  567. 2652.76 s [mono-traversable] LazyBytestring
  568. 2652.76 s [mono-traversable] empty [✔]
  569. 2652.76 s [mono-traversable] one element [✔]
  570. 2652.76 s [mono-traversable] two elements [✔]
  571. 2652.76 s [mono-traversable] StrictText
  572. 2652.76 s [mono-traversable] empty [✔]
  573. 2652.76 s [mono-traversable] one element [✔]
  574. 2652.76 s [mono-traversable] two elements [✔]
  575. 2652.76 s [mono-traversable] LazyText
  576. 2652.76 s [mono-traversable] empty [✔]
  577. 2652.76 s [mono-traversable] one element [✔]
  578. 2652.76 s [mono-traversable] two elements [✔]
  579. 2652.76 s [mono-traversable] Seq
  580. 2652.76 s [mono-traversable] empty [✔]
  581. 2652.76 s [mono-traversable] one element [✔]
  582. 2652.76 s [mono-traversable] two elements [✔]
  583. 2652.76 s [mono-traversable] Vector
  584. 2652.76 s [mono-traversable] empty [✔]
  585. 2652.76 s [mono-traversable] one element [✔]
  586. 2652.76 s [mono-traversable] two elements [✔]
  587. 2652.76 s [mono-traversable] Unboxed Vector
  588. 2652.76 s [mono-traversable] empty [✔]
  589. 2652.76 s [mono-traversable] one element [✔]
  590. 2652.76 s [mono-traversable] two elements [✔]
  591. 2652.76 s [mono-traversable] Storable Vector
  592. 2652.76 s [mono-traversable] empty [✔]
  593. 2652.76 s [mono-traversable] one element [✔]
  594. 2652.76 s [mono-traversable] two elements [✔]
  595. 2652.76 s [mono-traversable] Strict Vector
  596. 2652.76 s [mono-traversable] empty [✔]
  597. 2652.76 s [mono-traversable] one element [✔]
  598. 2652.76 s [mono-traversable] two elements [✔]
  599. 2652.76 s [mono-traversable] tails
  600. 2652.76 s [mono-traversable] String
  601. 2652.76 s [mono-traversable] empty [✔]
  602. 2652.76 s [mono-traversable] one element [✔]
  603. 2652.76 s [mono-traversable] two elements [✔]
  604. 2652.76 s [mono-traversable] StrictBytestring
  605. 2652.76 s [mono-traversable] empty [✔]
  606. 2652.76 s [mono-traversable] one element [✔]
  607. 2652.76 s [mono-traversable] two elements [✔]
  608. 2652.76 s [mono-traversable] LazyBytestring
  609. 2652.76 s [mono-traversable] empty [✔]
  610. 2652.76 s [mono-traversable] one element [✔]
  611. 2652.76 s [mono-traversable] two elements [✔]
  612. 2652.76 s [mono-traversable] StrictText
  613. 2652.76 s [mono-traversable] empty [✔]
  614. 2652.76 s [mono-traversable] one element [✔]
  615. 2652.76 s [mono-traversable] two elements [✔]
  616. 2652.76 s [mono-traversable] LazyText
  617. 2652.76 s [mono-traversable] empty [✔]
  618. 2652.76 s [mono-traversable] one element [✔]
  619. 2652.76 s [mono-traversable] two elements [✔]
  620. 2652.76 s [mono-traversable] Seq
  621. 2652.76 s [mono-traversable] empty [✔]
  622. 2652.76 s [mono-traversable] one element [✔]
  623. 2652.76 s [mono-traversable] two elements [✔]
  624. 2652.76 s [mono-traversable] Vector
  625. 2652.76 s [mono-traversable] empty [✔]
  626. 2652.76 s [mono-traversable] one element [✔]
  627. 2652.76 s [mono-traversable] two elements [✔]
  628. 2652.76 s [mono-traversable] Unboxed Vector
  629. 2652.76 s [mono-traversable] empty [✔]
  630. 2652.76 s [mono-traversable] one element [✔]
  631. 2652.76 s [mono-traversable] two elements [✔]
  632. 2652.76 s [mono-traversable] Storable Vector
  633. 2652.76 s [mono-traversable] empty [✔]
  634. 2652.76 s [mono-traversable] one element [✔]
  635. 2652.76 s [mono-traversable] two elements [✔]
  636. 2652.76 s [mono-traversable] Strict Vector
  637. 2652.76 s [mono-traversable] empty [✔]
  638. 2652.76 s [mono-traversable] one element [✔]
  639. 2652.76 s [mono-traversable] two elements [✔]
  640. 2652.76 s [mono-traversable] initTails
  641. 2652.76 s [mono-traversable] String
  642. 2652.76 s [mono-traversable] empty [✔]
  643. 2652.76 s [mono-traversable] one element [✔]
  644. 2652.76 s [mono-traversable] two elements [✔]
  645. 2652.76 s [mono-traversable] StrictBytestring
  646. 2652.76 s [mono-traversable] empty [✔]
  647. 2652.76 s [mono-traversable] one element [✔]
  648. 2652.76 s [mono-traversable] two elements [✔]
  649. 2652.76 s [mono-traversable] LazyBytestring
  650. 2652.76 s [mono-traversable] empty [✔]
  651. 2652.76 s [mono-traversable] one element [✔]
  652. 2652.76 s [mono-traversable] two elements [✔]
  653. 2652.76 s [mono-traversable] StrictText
  654. 2652.76 s [mono-traversable] empty [✔]
  655. 2652.76 s [mono-traversable] one element [✔]
  656. 2652.76 s [mono-traversable] two elements [✔]
  657. 2652.76 s [mono-traversable] LazyText
  658. 2652.76 s [mono-traversable] empty [✔]
  659. 2652.76 s [mono-traversable] one element [✔]
  660. 2652.76 s [mono-traversable] two elements [✔]
  661. 2652.76 s [mono-traversable] Seq
  662. 2652.76 s [mono-traversable] empty [✔]
  663. 2652.76 s [mono-traversable] one element [✔]
  664. 2652.76 s [mono-traversable] two elements [✔]
  665. 2652.76 s [mono-traversable] Vector
  666. 2652.76 s [mono-traversable] empty [✔]
  667. 2652.76 s [mono-traversable] one element [✔]
  668. 2652.76 s [mono-traversable] two elements [✔]
  669. 2652.76 s [mono-traversable] Unboxed Vector
  670. 2652.76 s [mono-traversable] empty [✔]
  671. 2652.76 s [mono-traversable] one element [✔]
  672. 2652.76 s [mono-traversable] two elements [✔]
  673. 2652.76 s [mono-traversable] Storable Vector
  674. 2652.76 s [mono-traversable] empty [✔]
  675. 2652.76 s [mono-traversable] one element [✔]
  676. 2652.76 s [mono-traversable] two elements [✔]
  677. 2652.76 s [mono-traversable] Strict Vector
  678. 2652.76 s [mono-traversable] empty [✔]
  679. 2652.76 s [mono-traversable] one element [✔]
  680. 2652.77 s [mono-traversable] two elements [✔]
  681. 2652.77 s [mono-traversable] NonNull
  682. 2652.77 s [mono-traversable] fromNonEmpty
  683. 2652.77 s [mono-traversable] toMinList [✔]
  684. 2652.77 s [mono-traversable] +++ OK, passed 100 tests.
  685. 2652.77 s [mono-traversable] toNonEmpty
  686. 2652.77 s [mono-traversable] converts nonnull to nonempty [✔]
  687. 2652.77 s [mono-traversable] mapNonNull
  688. 2652.77 s [mono-traversable] mapNonNull id == id [✔]
  689. 2652.77 s [mono-traversable] +++ OK, passed 100 tests.
  690. 2652.78 s [mono-traversable] mapNonNull (f . g) == mapNonNull f . mapNonNull g [✔]
  691. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  692. 2652.78 s [mono-traversable] Strict ByteString
  693. 2652.78 s [mono-traversable] head [✔]
  694. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  695. 2652.78 s [mono-traversable] tail [✔]
  696. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  697. 2652.78 s [mono-traversable] last [✔]
  698. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  699. 2652.78 s [mono-traversable] init [✔]
  700. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  701. 2652.78 s [mono-traversable] maximum [✔]
  702. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  703. 2652.78 s [mono-traversable] maximumBy [✔]
  704. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  705. 2652.78 s [mono-traversable] minimum [✔]
  706. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  707. 2652.78 s [mono-traversable] minimumBy [✔]
  708. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  709. 2652.78 s [mono-traversable] ofoldMap1 [✔]
  710. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  711. 2652.78 s [mono-traversable] ofoldr1 [✔]
  712. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  713. 2652.78 s [mono-traversable] ofoldl1' [✔]
  714. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  715. 2652.78 s [mono-traversable] Lazy ByteString
  716. 2652.78 s [mono-traversable] head [✔]
  717. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  718. 2652.78 s [mono-traversable] tail [✔]
  719. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  720. 2652.78 s [mono-traversable] last [✔]
  721. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  722. 2652.78 s [mono-traversable] init [✔]
  723. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  724. 2652.78 s [mono-traversable] maximum [✔]
  725. 2652.78 s [mono-traversable] +++ OK, passed 100 tests.
  726. 2652.79 s [mono-traversable] maximumBy [✔]
  727. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  728. 2652.79 s [mono-traversable] minimum [✔]
  729. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  730. 2652.79 s [mono-traversable] minimumBy [✔]
  731. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  732. 2652.79 s [mono-traversable] ofoldMap1 [✔]
  733. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  734. 2652.79 s [mono-traversable] ofoldr1 [✔]
  735. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  736. 2652.79 s [mono-traversable] ofoldl1' [✔]
  737. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  738. 2652.79 s [mono-traversable] Strict Text
  739. 2652.79 s [mono-traversable] head [✔]
  740. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  741. 2652.79 s [mono-traversable] tail [✔]
  742. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  743. 2652.79 s [mono-traversable] last [✔]
  744. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  745. 2652.79 s [mono-traversable] init [✔]
  746. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  747. 2652.79 s [mono-traversable] maximum [✔]
  748. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  749. 2652.79 s [mono-traversable] maximumBy [✔]
  750. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  751. 2652.79 s [mono-traversable] minimum [✔]
  752. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  753. 2652.79 s [mono-traversable] minimumBy [✔]
  754. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  755. 2652.79 s [mono-traversable] ofoldMap1 [✔]
  756. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  757. 2652.79 s [mono-traversable] ofoldr1 [✔]
  758. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  759. 2652.79 s [mono-traversable] ofoldl1' [✔]
  760. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  761. 2652.79 s [mono-traversable] Lazy Text
  762. 2652.79 s [mono-traversable] head [✔]
  763. 2652.79 s [mono-traversable] +++ OK, passed 100 tests.
  764. 2652.80 s [mono-traversable] tail [✔]
  765. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  766. 2652.80 s [mono-traversable] last [✔]
  767. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  768. 2652.80 s [mono-traversable] init [✔]
  769. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  770. 2652.80 s [mono-traversable] maximum [✔]
  771. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  772. 2652.80 s [mono-traversable] maximumBy [✔]
  773. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  774. 2652.80 s [mono-traversable] minimum [✔]
  775. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  776. 2652.80 s [mono-traversable] minimumBy [✔]
  777. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  778. 2652.80 s [mono-traversable] ofoldMap1 [✔]
  779. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  780. 2652.80 s [mono-traversable] ofoldr1 [✔]
  781. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  782. 2652.80 s [mono-traversable] ofoldl1' [✔]
  783. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  784. 2652.80 s [mono-traversable] Vector
  785. 2652.80 s [mono-traversable] head [✔]
  786. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  787. 2652.80 s [mono-traversable] tail [✔]
  788. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  789. 2652.80 s [mono-traversable] last [✔]
  790. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  791. 2652.80 s [mono-traversable] init [✔]
  792. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  793. 2652.80 s [mono-traversable] maximum [✔]
  794. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  795. 2652.80 s [mono-traversable] maximumBy [✔]
  796. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  797. 2652.80 s [mono-traversable] minimum [✔]
  798. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  799. 2652.80 s [mono-traversable] minimumBy [✔]
  800. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  801. 2652.80 s [mono-traversable] ofoldMap1 [✔]
  802. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  803. 2652.80 s [mono-traversable] ofoldr1 [✔]
  804. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  805. 2652.80 s [mono-traversable] ofoldl1' [✔]
  806. 2652.80 s [mono-traversable] +++ OK, passed 100 tests.
  807. 2652.81 s [mono-traversable] Unboxed Vector
  808. 2652.81 s [mono-traversable] head [✔]
  809. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  810. 2652.81 s [mono-traversable] tail [✔]
  811. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  812. 2652.81 s [mono-traversable] last [✔]
  813. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  814. 2652.81 s [mono-traversable] init [✔]
  815. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  816. 2652.81 s [mono-traversable] maximum [✔]
  817. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  818. 2652.81 s [mono-traversable] maximumBy [✔]
  819. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  820. 2652.81 s [mono-traversable] minimum [✔]
  821. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  822. 2652.81 s [mono-traversable] minimumBy [✔]
  823. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  824. 2652.81 s [mono-traversable] ofoldMap1 [✔]
  825. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  826. 2652.81 s [mono-traversable] ofoldr1 [✔]
  827. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  828. 2652.81 s [mono-traversable] ofoldl1' [✔]
  829. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  830. 2652.81 s [mono-traversable] Storable Vector
  831. 2652.81 s [mono-traversable] head [✔]
  832. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  833. 2652.81 s [mono-traversable] tail [✔]
  834. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  835. 2652.81 s [mono-traversable] last [✔]
  836. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  837. 2652.81 s [mono-traversable] init [✔]
  838. 2652.81 s [mono-traversable] +++ OK, passed 100 tests.
  839. 2652.82 s [mono-traversable] maximum [✔]
  840. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  841. 2652.82 s [mono-traversable] maximumBy [✔]
  842. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  843. 2652.82 s [mono-traversable] minimum [✔]
  844. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  845. 2652.82 s [mono-traversable] minimumBy [✔]
  846. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  847. 2652.82 s [mono-traversable] ofoldMap1 [✔]
  848. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  849. 2652.82 s [mono-traversable] ofoldr1 [✔]
  850. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  851. 2652.82 s [mono-traversable] ofoldl1' [✔]
  852. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  853. 2652.82 s [mono-traversable] Strict Vector
  854. 2652.82 s [mono-traversable] head [✔]
  855. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  856. 2652.82 s [mono-traversable] tail [✔]
  857. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  858. 2652.82 s [mono-traversable] last [✔]
  859. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  860. 2652.82 s [mono-traversable] init [✔]
  861. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  862. 2652.82 s [mono-traversable] maximum [✔]
  863. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  864. 2652.82 s [mono-traversable] maximumBy [✔]
  865. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  866. 2652.82 s [mono-traversable] minimum [✔]
  867. 2652.82 s [mono-traversable] +++ OK, passed 100 tests.
  868. 2652.83 s [mono-traversable] minimumBy [✔]
  869. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  870. 2652.83 s [mono-traversable] ofoldMap1 [✔]
  871. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  872. 2652.83 s [mono-traversable] ofoldr1 [✔]
  873. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  874. 2652.83 s [mono-traversable] ofoldl1' [✔]
  875. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  876. 2652.83 s [mono-traversable] List
  877. 2652.83 s [mono-traversable] head [✔]
  878. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  879. 2652.83 s [mono-traversable] tail [✔]
  880. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  881. 2652.83 s [mono-traversable] last [✔]
  882. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  883. 2652.83 s [mono-traversable] init [✔]
  884. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  885. 2652.83 s [mono-traversable] maximum [✔]
  886. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  887. 2652.83 s [mono-traversable] maximumBy [✔]
  888. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  889. 2652.83 s [mono-traversable] minimum [✔]
  890. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  891. 2652.83 s [mono-traversable] minimumBy [✔]
  892. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  893. 2652.83 s [mono-traversable] ofoldMap1 [✔]
  894. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  895. 2652.83 s [mono-traversable] ofoldr1 [✔]
  896. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  897. 2652.83 s [mono-traversable] ofoldl1' [✔]
  898. 2652.83 s [mono-traversable] +++ OK, passed 100 tests.
  899. 2652.83 s [mono-traversable] Containers
  900. 2652.83 s [mono-traversable] Data.Map
  901. 2652.84 s [mono-traversable] difference [✔]
  902. 2652.84 s [mono-traversable] +++ OK, passed 100 tests.
  903. 2652.84 s [mono-traversable] lookup [✔]
  904. 2652.84 s [mono-traversable] +++ OK, passed 100 tests.
  905. 2652.84 s [mono-traversable] insert [✔]
  906. 2652.84 s [mono-traversable] +++ OK, passed 100 tests.
  907. 2652.84 s [mono-traversable] delete [✔]
  908. 2652.84 s [mono-traversable] +++ OK, passed 100 tests.
  909. 2652.84 s [mono-traversable] singletonMap [✔]
  910. 2652.84 s [mono-traversable] +++ OK, passed 100 tests.
  911. 2652.84 s [mono-traversable] findWithDefault [✔]
  912. 2652.84 s [mono-traversable] +++ OK, passed 100 tests.
  913. 2652.85 s [mono-traversable] insertWith [✔]
  914. 2652.85 s [mono-traversable] +++ OK, passed 100 tests.
  915. 2652.85 s [mono-traversable] insertWithKey [✔]
  916. 2652.85 s [mono-traversable] +++ OK, passed 100 tests.
  917. 2652.85 s [mono-traversable] insertLookupWithKey [✔]
  918. 2652.85 s [mono-traversable] +++ OK, passed 100 tests.
  919. 2652.85 s [mono-traversable] adjustMap [✔]
  920. 2652.85 s [mono-traversable] +++ OK, passed 100 tests.
  921. 2652.85 s [mono-traversable] adjustWithKey [✔]
  922. 2652.85 s [mono-traversable] +++ OK, passed 100 tests.
  923. 2652.85 s [mono-traversable] updateMap [✔]
  924. 2652.85 s [mono-traversable] +++ OK, passed 100 tests.
  925. 2652.85 s [mono-traversable] updateWithKey [✔]
  926. 2652.85 s [mono-traversable] +++ OK, passed 100 tests.
  927. 2652.85 s [mono-traversable] updateLookupWithKey [✔]
  928. 2652.85 s [mono-traversable] +++ OK, passed 100 tests.
  929. 2652.86 s [mono-traversable] alter [✔]
  930. 2652.86 s [mono-traversable] +++ OK, passed 100 tests.
  931. 2652.86 s [mono-traversable] unionWith [✔]
  932. 2652.86 s [mono-traversable] +++ OK, passed 100 tests.
  933. 2652.87 s [mono-traversable] unionWithKey [✔]
  934. 2652.87 s [mono-traversable] +++ OK, passed 100 tests.
  935. 2652.92 s [mono-traversable] unionsWith [✔]
  936. 2652.92 s [mono-traversable] +++ OK, passed 100 tests.
  937. 2652.92 s [mono-traversable] mapWithKey [✔]
  938. 2652.92 s [mono-traversable] +++ OK, passed 100 tests.
  939. 2652.92 s [mono-traversable] omapKeysWith [✔]
  940. 2652.92 s [mono-traversable] +++ OK, passed 100 tests.
  941. 2652.92 s [mono-traversable] Data.IntMap
  942. 2652.92 s [mono-traversable] difference [✔]
  943. 2652.92 s [mono-traversable] +++ OK, passed 100 tests.
  944. 2652.92 s [mono-traversable] lookup [✔]
  945. 2652.92 s [mono-traversable] +++ OK, passed 100 tests.
  946. 2652.93 s [mono-traversable] insert [✔]
  947. 2652.93 s [mono-traversable] +++ OK, passed 100 tests.
  948. 2652.93 s [mono-traversable] delete [✔]
  949. 2652.93 s [mono-traversable] +++ OK, passed 100 tests.
  950. 2652.93 s [mono-traversable] singletonMap [✔]
  951. 2652.93 s [mono-traversable] +++ OK, passed 100 tests.
  952. 2652.93 s [mono-traversable] findWithDefault [✔]
  953. 2652.93 s [mono-traversable] +++ OK, passed 100 tests.
  954. 2652.93 s [mono-traversable] insertWith [✔]
  955. 2652.93 s [mono-traversable] +++ OK, passed 100 tests.
  956. 2652.93 s [mono-traversable] insertWithKey [✔]
  957. 2652.93 s [mono-traversable] +++ OK, passed 100 tests.
  958. 2652.93 s [mono-traversable] insertLookupWithKey [✔]
  959. 2652.93 s [mono-traversable] +++ OK, passed 100 tests.
  960. 2652.94 s [mono-traversable] adjustMap [✔]
  961. 2652.94 s [mono-traversable] +++ OK, passed 100 tests.
  962. 2652.94 s [mono-traversable] adjustWithKey [✔]
  963. 2652.94 s [mono-traversable] +++ OK, passed 100 tests.
  964. 2652.94 s [mono-traversable] updateMap [✔]
  965. 2652.94 s [mono-traversable] +++ OK, passed 100 tests.
  966. 2652.94 s [mono-traversable] updateWithKey [✔]
  967. 2652.94 s [mono-traversable] +++ OK, passed 100 tests.
  968. 2652.94 s [mono-traversable] updateLookupWithKey [✔]
  969. 2652.94 s [mono-traversable] +++ OK, passed 100 tests.
  970. 2652.94 s [mono-traversable] alter [✔]
  971. 2652.94 s [mono-traversable] +++ OK, passed 100 tests.
  972. 2652.95 s [mono-traversable] unionWith [✔]
  973. 2652.95 s [mono-traversable] +++ OK, passed 100 tests.
  974. 2652.95 s [mono-traversable] unionWithKey [✔]
  975. 2652.95 s [mono-traversable] +++ OK, passed 100 tests.
  976. 2652.99 s [mono-traversable] unionsWith [✔]
  977. 2652.99 s [mono-traversable] +++ OK, passed 100 tests.
  978. 2653.00 s [mono-traversable] mapWithKey [✔]
  979. 2653.00 s [mono-traversable] +++ OK, passed 100 tests.
  980. 2653.00 s [mono-traversable] omapKeysWith [✔]
  981. 2653.00 s [mono-traversable] +++ OK, passed 100 tests.
  982. 2653.00 s [mono-traversable] Data.HashMap
  983. 2653.00 s [mono-traversable] difference [✔]
  984. 2653.00 s [mono-traversable] +++ OK, passed 100 tests.
  985. 2653.00 s [mono-traversable] lookup [✔]
  986. 2653.00 s [mono-traversable] +++ OK, passed 100 tests.
  987. 2653.00 s [mono-traversable] insert [✔]
  988. 2653.00 s [mono-traversable] +++ OK, passed 100 tests.
  989. 2653.01 s [mono-traversable] delete [✔]
  990. 2653.01 s [mono-traversable] +++ OK, passed 100 tests.
  991. 2653.01 s [mono-traversable] singletonMap [✔]
  992. 2653.01 s [mono-traversable] +++ OK, passed 100 tests.
  993. 2653.01 s [mono-traversable] findWithDefault [✔]
  994. 2653.01 s [mono-traversable] +++ OK, passed 100 tests.
  995. 2653.01 s [mono-traversable] insertWith [✔]
  996. 2653.01 s [mono-traversable] +++ OK, passed 100 tests.
  997. 2653.01 s [mono-traversable] insertWithKey [✔]
  998. 2653.01 s [mono-traversable] +++ OK, passed 100 tests.
  999. 2653.01 s [mono-traversable] insertLookupWithKey [✔]
  1000. 2653.01 s [mono-traversable] +++ OK, passed 100 tests.
  1001. 2653.01 s [mono-traversable] adjustMap [✔]
  1002. 2653.01 s [mono-traversable] +++ OK, passed 100 tests.
  1003. 2653.01 s [mono-traversable] adjustWithKey [✔]
  1004. 2653.01 s [mono-traversable] +++ OK, passed 100 tests.
  1005. 2653.02 s [mono-traversable] updateMap [✔]
  1006. 2653.02 s [mono-traversable] +++ OK, passed 100 tests.
  1007. 2653.02 s [mono-traversable] updateWithKey [✔]
  1008. 2653.02 s [mono-traversable] +++ OK, passed 100 tests.
  1009. 2653.02 s [mono-traversable] updateLookupWithKey [✔]
  1010. 2653.02 s [mono-traversable] +++ OK, passed 100 tests.
  1011. 2653.02 s [mono-traversable] alter [✔]
  1012. 2653.02 s [mono-traversable] +++ OK, passed 100 tests.
  1013. 2653.02 s [mono-traversable] unionWith [✔]
  1014. 2653.02 s [mono-traversable] +++ OK, passed 100 tests.
  1015. 2653.03 s [mono-traversable] unionWithKey [✔]
  1016. 2653.03 s [mono-traversable] +++ OK, passed 100 tests.
  1017. 2653.07 s [mono-traversable] unionsWith [✔]
  1018. 2653.07 s [mono-traversable] +++ OK, passed 100 tests.
  1019. 2653.08 s [mono-traversable] mapWithKey [✔]
  1020. 2653.08 s [mono-traversable] +++ OK, passed 100 tests.
  1021. 2653.08 s [mono-traversable] omapKeysWith [✔]
  1022. 2653.08 s [mono-traversable] +++ OK, passed 100 tests.
  1023. 2653.08 s [mono-traversable] Foldl Integration
  1024. 2653.08 s [mono-traversable] vector [✔]
  1025. 2653.08 s [mono-traversable] +++ OK, passed 100 tests.
  1026. 2653.08 s [mono-traversable] length [✔]
  1027. 2653.08 s [mono-traversable] +++ OK, passed 100 tests.
  1028. 2653.08 s [mono-traversable] Replacing
  1029. 2653.08 s [mono-traversable] List
  1030. 2653.08 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1031. 2653.08 s [mono-traversable] +++ OK, passed 100 tests.
  1032. 2653.08 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1033. 2653.08 s [mono-traversable] +++ OK, passed 100 tests.
  1034. 2653.08 s [mono-traversable] replaceSeq old old === id [✔]
  1035. 2653.08 s [mono-traversable] +++ OK, passed 100 tests.
  1036. 2653.08 s [mono-traversable] Vector
  1037. 2653.08 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1038. 2653.08 s [mono-traversable] +++ OK, passed 100 tests.
  1039. 2653.09 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1040. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1041. 2653.09 s [mono-traversable] replaceSeq old old === id [✔]
  1042. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1043. 2653.09 s [mono-traversable] Storable Vector
  1044. 2653.09 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1045. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1046. 2653.09 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1047. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1048. 2653.09 s [mono-traversable] replaceSeq old old === id [✔]
  1049. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1050. 2653.09 s [mono-traversable] Unboxed Vector
  1051. 2653.09 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1052. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1053. 2653.09 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1054. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1055. 2653.09 s [mono-traversable] replaceSeq old old === id [✔]
  1056. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1057. 2653.09 s [mono-traversable] Strict Vector
  1058. 2653.09 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1059. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1060. 2653.09 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1061. 2653.09 s [mono-traversable] +++ OK, passed 100 tests.
  1062. 2653.10 s [mono-traversable] replaceSeq old old === id [✔]
  1063. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1064. 2653.10 s [mono-traversable] Strict ByteString
  1065. 2653.10 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1066. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1067. 2653.10 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1068. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1069. 2653.10 s [mono-traversable] replaceSeq old old === id [✔]
  1070. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1071. 2653.10 s [mono-traversable] Lazy ByteString
  1072. 2653.10 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1073. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1074. 2653.10 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1075. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1076. 2653.10 s [mono-traversable] replaceSeq old old === id [✔]
  1077. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1078. 2653.10 s [mono-traversable] Strict Text
  1079. 2653.10 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1080. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1081. 2653.10 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1082. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1083. 2653.10 s [mono-traversable] replaceSeq old old === id [✔]
  1084. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1085. 2653.10 s [mono-traversable] Lazy Text
  1086. 2653.10 s [mono-traversable] replaceElem old new === omap (\x -> if x == old then new else x) [✔]
  1087. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1088. 2653.10 s [mono-traversable] replaceSeq old new === ointercalate new . splitSeq old [✔]
  1089. 2653.10 s [mono-traversable] +++ OK, passed 100 tests.
  1090. 2653.11 s [mono-traversable] replaceSeq old old === id [✔]
  1091. 2653.11 s [mono-traversable] +++ OK, passed 100 tests.
  1092. 2653.11 s [mono-traversable] Sorting
  1093. 2653.11 s [mono-traversable] List
  1094. 2653.11 s [mono-traversable] sortBy [✔]
  1095. 2653.11 s [mono-traversable] +++ OK, passed 100 tests.
  1096. 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 )
  1097. 2653.11 s [mono-traversable] sort [✔]
  1098. 2653.11 s [mono-traversable] +++ OK, passed 100 tests.
  1099. 2653.11 s [mono-traversable] Vector
  1100. 2653.11 s [mono-traversable] sortBy [✔]
  1101. 2653.11 s [mono-traversable] +++ OK, passed 100 tests.
  1102. 2653.11 s [mono-traversable] sort [✔]
  1103. 2653.11 s [mono-traversable] +++ OK, passed 100 tests.
  1104. 2653.11 s [mono-traversable] Storable Vector
  1105. 2653.11 s [mono-traversable] sortBy [✔]
  1106. 2653.11 s [mono-traversable] +++ OK, passed 100 tests.
  1107. 2653.11 s [mono-traversable] sort [✔]
  1108. 2653.11 s [mono-traversable] +++ OK, passed 100 tests.
  1109. 2653.11 s [mono-traversable] Unboxed Vector
  1110. 2653.12 s [mono-traversable] sortBy [✔]
  1111. 2653.12 s [mono-traversable] +++ OK, passed 100 tests.
  1112. 2653.12 s [mono-traversable] sort [✔]
  1113. 2653.12 s [mono-traversable] +++ OK, passed 100 tests.
  1114. 2653.12 s [mono-traversable] Strict Vector
  1115. 2653.12 s [mono-traversable] sortBy [✔]
  1116. 2653.12 s [mono-traversable] +++ OK, passed 100 tests.
  1117. 2653.12 s [mono-traversable] sort [✔]
  1118. 2653.12 s [mono-traversable] +++ OK, passed 100 tests.
  1119. 2653.12 s [mono-traversable] Strict ByteString
  1120. 2653.12 s [mono-traversable] sortBy [✔]
  1121. 2653.12 s [mono-traversable] +++ OK, passed 100 tests.
  1122. 2653.12 s [mono-traversable] sort [✔]
  1123. 2653.12 s [mono-traversable] +++ OK, passed 100 tests.
  1124. 2653.12 s [mono-traversable] Lazy ByteString
  1125. 2653.12 s [mono-traversable] sortBy [✔]
  1126. 2653.12 s [mono-traversable] +++ OK, passed 100 tests.
  1127. 2653.13 s [mono-traversable] sort [✔]
  1128. 2653.13 s [mono-traversable] +++ OK, passed 100 tests.
  1129. 2653.13 s [mono-traversable] Strict Text
  1130. 2653.13 s [mono-traversable] sortBy [✔]
  1131. 2653.13 s [mono-traversable] +++ OK, passed 100 tests.
  1132. 2653.13 s [mono-traversable] sort [✔]
  1133. 2653.13 s [mono-traversable] +++ OK, passed 100 tests.
  1134. 2653.13 s [mono-traversable] Lazy Text
  1135. 2653.13 s [mono-traversable] sortBy [✔]
  1136. 2653.13 s [mono-traversable] +++ OK, passed 100 tests.
  1137. 2653.13 s [mono-traversable] sort [✔]
  1138. 2653.13 s [mono-traversable] +++ OK, passed 100 tests.
  1139. 2653.13 s [mono-traversable] Intercalate
  1140. 2653.13 s [mono-traversable] List
  1141. 2653.14 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1142. 2653.14 s [mono-traversable] +++ OK, passed 100 tests.
  1143. 2653.14 s [mono-traversable] Vector
  1144. 2653.15 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1145. 2653.15 s [mono-traversable] +++ OK, passed 100 tests.
  1146. 2653.15 s [mono-traversable] Storable Vector
  1147. 2653.17 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1148. 2653.17 s [mono-traversable] +++ OK, passed 100 tests.
  1149. 2653.17 s [mono-traversable] Unboxed Vector
  1150. 2653.19 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1151. 2653.19 s [mono-traversable] +++ OK, passed 100 tests.
  1152. 2653.19 s [mono-traversable] Strict Vector
  1153. 2653.20 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1154. 2653.20 s [mono-traversable] +++ OK, passed 100 tests.
  1155. 2653.20 s [mono-traversable] Strict ByteString
  1156. 2653.22 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1157. 2653.22 s [mono-traversable] +++ OK, passed 100 tests.
  1158. 2653.22 s [mono-traversable] Lazy ByteString
  1159. 2653.24 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1160. 2653.24 s [mono-traversable] +++ OK, passed 100 tests.
  1161. 2653.24 s [mono-traversable] Strict Text
  1162. 2653.25 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1163. 2653.25 s [mono-traversable] +++ OK, passed 100 tests.
  1164. 2653.25 s [mono-traversable] Lazy Text
  1165. 2653.26 s [mono-traversable] intercalate === defaultIntercalate [✔]
  1166. 2653.26 s [mono-traversable] +++ OK, passed 100 tests.
  1167. 2653.26 s [mono-traversable] Splitting
  1168. 2653.26 s [mono-traversable] List
  1169. 2653.27 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1170. 2653.27 s [mono-traversable] +++ OK, passed 100 tests.
  1171. 2653.27 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1172. 2653.27 s [mono-traversable] +++ OK, passed 100 tests.
  1173. 2653.27 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1174. 2653.27 s [mono-traversable] +++ OK, passed 100 tests.
  1175. 2653.28 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1176. 2653.28 s [mono-traversable] +++ OK, passed 100 tests.
  1177. 2653.28 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1178. 2653.28 s [mono-traversable] +++ OK, passed 100 tests.
  1179. 2653.28 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1180. 2653.28 s [mono-traversable] +++ OK, passed 100 tests.
  1181. 2653.28 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1182. 2653.28 s [mono-traversable] +++ OK, passed 100 tests.
  1183. 2653.28 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1184. 2653.28 s [mono-traversable] +++ OK, passed 100 tests.
  1185. 2653.28 s [mono-traversable] Vector
  1186. 2653.29 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1187. 2653.29 s [mono-traversable] +++ OK, passed 100 tests.
  1188. 2653.29 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1189. 2653.29 s [mono-traversable] +++ OK, passed 100 tests.
  1190. 2653.29 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1191. 2653.29 s [mono-traversable] +++ OK, passed 100 tests.
  1192. 2653.29 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1193. 2653.29 s [mono-traversable] +++ OK, passed 100 tests.
  1194. 2653.30 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1195. 2653.30 s [mono-traversable] +++ OK, passed 100 tests.
  1196. 2653.30 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1197. 2653.30 s [mono-traversable] +++ OK, passed 100 tests.
  1198. 2653.30 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1199. 2653.30 s [mono-traversable] +++ OK, passed 100 tests.
  1200. 2653.30 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1201. 2653.30 s [mono-traversable] +++ OK, passed 100 tests.
  1202. 2653.30 s [mono-traversable] Storable Vector
  1203. 2653.31 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1204. 2653.31 s [mono-traversable] +++ OK, passed 100 tests.
  1205. 2653.31 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1206. 2653.31 s [mono-traversable] +++ OK, passed 100 tests.
  1207. 2653.31 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1208. 2653.31 s [mono-traversable] +++ OK, passed 100 tests.
  1209. 2653.31 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1210. 2653.31 s [mono-traversable] +++ OK, passed 100 tests.
  1211. 2653.31 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1212. 2653.31 s [mono-traversable] +++ OK, passed 100 tests.
  1213. 2653.31 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1214. 2653.31 s [mono-traversable] +++ OK, passed 100 tests.
  1215. 2653.31 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1216. 2653.31 s [mono-traversable] +++ OK, passed 100 tests.
  1217. 2653.32 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1218. 2653.32 s [mono-traversable] +++ OK, passed 100 tests.
  1219. 2653.32 s [mono-traversable] Unboxed Vector
  1220. 2653.34 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1221. 2653.34 s [mono-traversable] +++ OK, passed 100 tests.
  1222. 2653.34 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1223. 2653.34 s [mono-traversable] +++ OK, passed 100 tests.
  1224. 2653.34 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1225. 2653.34 s [mono-traversable] +++ OK, passed 100 tests.
  1226. 2653.34 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1227. 2653.34 s [mono-traversable] +++ OK, passed 100 tests.
  1228. 2653.34 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1229. 2653.34 s [mono-traversable] +++ OK, passed 100 tests.
  1230. 2653.34 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1231. 2653.34 s [mono-traversable] +++ OK, passed 100 tests.
  1232. 2653.34 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1233. 2653.34 s [mono-traversable] +++ OK, passed 100 tests.
  1234. 2653.34 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1235. 2653.34 s [mono-traversable] +++ OK, passed 100 tests.
  1236. 2653.34 s [mono-traversable] Strict Vector
  1237. 2653.35 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1238. 2653.35 s [mono-traversable] +++ OK, passed 100 tests.
  1239. 2653.35 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1240. 2653.35 s [mono-traversable] +++ OK, passed 100 tests.
  1241. 2653.35 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1242. 2653.35 s [mono-traversable] +++ OK, passed 100 tests.
  1243. 2653.35 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1244. 2653.35 s [mono-traversable] +++ OK, passed 100 tests.
  1245. 2653.35 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1246. 2653.35 s [mono-traversable] +++ OK, passed 100 tests.
  1247. 2653.35 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1248. 2653.36 s [mono-traversable] +++ OK, passed 100 tests.
  1249. 2653.36 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1250. 2653.36 s [mono-traversable] +++ OK, passed 100 tests.
  1251. 2653.36 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1252. 2653.36 s [mono-traversable] +++ OK, passed 100 tests.
  1253. 2653.36 s [mono-traversable] Strict ByteString
  1254. 2653.37 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1255. 2653.37 s [mono-traversable] +++ OK, passed 100 tests.
  1256. 2653.37 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1257. 2653.37 s [mono-traversable] +++ OK, passed 100 tests.
  1258. 2653.37 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1259. 2653.37 s [mono-traversable] +++ OK, passed 100 tests.
  1260. 2653.37 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1261. 2653.37 s [mono-traversable] +++ OK, passed 100 tests.
  1262. 2653.37 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1263. 2653.37 s [mono-traversable] +++ OK, passed 100 tests.
  1264. 2653.37 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1265. 2653.37 s [mono-traversable] +++ OK, passed 100 tests.
  1266. 2653.38 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1267. 2653.38 s [mono-traversable] +++ OK, passed 100 tests.
  1268. 2653.38 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1269. 2653.38 s [mono-traversable] +++ OK, passed 100 tests.
  1270. 2653.38 s [mono-traversable] Lazy ByteString
  1271. 2653.39 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1272. 2653.39 s [mono-traversable] +++ OK, passed 100 tests.
  1273. 2653.39 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1274. 2653.39 s [mono-traversable] +++ OK, passed 100 tests.
  1275. 2653.39 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1276. 2653.39 s [mono-traversable] +++ OK, passed 100 tests.
  1277. 2653.39 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1278. 2653.39 s [mono-traversable] +++ OK, passed 100 tests.
  1279. 2653.39 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1280. 2653.39 s [mono-traversable] +++ OK, passed 100 tests.
  1281. 2653.39 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1282. 2653.39 s [mono-traversable] +++ OK, passed 100 tests.
  1283. 2653.39 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1284. 2653.39 s [mono-traversable] +++ OK, passed 100 tests.
  1285. 2653.39 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1286. 2653.39 s [mono-traversable] +++ OK, passed 100 tests.
  1287. 2653.39 s [mono-traversable] Strict Text
  1288. 2653.41 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1289. 2653.41 s [mono-traversable] +++ OK, passed 100 tests.
  1290. 2653.41 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1291. 2653.41 s [mono-traversable] +++ OK, passed 100 tests.
  1292. 2653.41 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1293. 2653.41 s [mono-traversable] +++ OK, passed 100 tests.
  1294. 2653.41 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1295. 2653.41 s [mono-traversable] +++ OK, passed 100 tests.
  1296. 2653.41 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1297. 2653.41 s [mono-traversable] +++ OK, passed 100 tests.
  1298. 2653.41 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1299. 2653.41 s [mono-traversable] +++ OK, passed 100 tests.
  1300. 2653.41 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1301. 2653.41 s [mono-traversable] +++ OK, passed 100 tests.
  1302. 2653.41 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1303. 2653.41 s [mono-traversable] +++ OK, passed 100 tests.
  1304. 2653.41 s [mono-traversable] Lazy Text
  1305. 2653.43 s [mono-traversable] intercalate sep . splitSeq sep === id [✔]
  1306. 2653.43 s [mono-traversable] +++ OK, passed 100 tests.
  1307. 2653.43 s [mono-traversable] splitSeq mempty xs === mempty : map singleton (otoList xs) [✔]
  1308. 2653.43 s [mono-traversable] +++ OK, passed 100 tests.
  1309. 2653.43 s [mono-traversable] splitSeq _ mempty == [mempty] [✔]
  1310. 2653.43 s [mono-traversable] +++ OK, passed 100 tests.
  1311. 2653.43 s [mono-traversable] intercalate (singleton sep) . splitElem sep === id [✔]
  1312. 2653.43 s [mono-traversable] +++ OK, passed 100 tests.
  1313. 2653.43 s [mono-traversable] length . splitElem sep === succ . length . filter (== sep) [✔]
  1314. 2653.43 s [mono-traversable] +++ OK, passed 100 tests.
  1315. 2653.43 s [mono-traversable] splitElem sep (replicate n sep) == replicate (n+1) mempty [✔]
  1316. 2653.43 s [mono-traversable] +++ OK, passed 100 tests.
  1317. 2653.43 s [mono-traversable] splitElem sep === splitWhen (== sep) [✔]
  1318. 2653.43 s [mono-traversable] +++ OK, passed 100 tests.
  1319. 2653.43 s [mono-traversable] splitElem sep === splitSeq (singleton sep) [✔]
  1320. 2653.43 s [mono-traversable] +++ OK, passed 100 tests.
  1321. 2653.43 s [mono-traversable] Other Issues
  1322. 2653.43 s [mono-traversable] #26 headEx on a list works [✔]
  1323. 2653.43 s [mono-traversable] #31 find doesn't infinitely loop on NonEmpty [✔]
  1324. 2653.43 s [mono-traversable] #83 head on Seq works correctly [✔]
  1325. 2653.43 s [mono-traversable]
  1326. 2653.43 s [mono-traversable] Finished in 1.0980 seconds
  1327. 2653.43 s [mono-traversable] 441 examples, 0 failures
  1328. 2653.43 s [mono-traversable] Test suite test: PASS
  1329. 2653.43 s [mono-traversable] Test suite logged to: dist/test/mono-traversable-1.0.21.0-test.log
  1330. 2653.43 s [mono-traversable] 1 of 1 test suites (1 of 1 test cases) passed.
  1331. 2653.44 s [mono-traversable] Phase: haddockPhase
  1332. 2653.48 s [hls-graph] [16 of 16] Compiling Development.IDE.Graph ( src/Development/IDE/Graph.hs, dist/build/Development/IDE/Graph.p_o )
  1333. 2654.26 s [mono-traversable] Preprocessing library for mono-traversable-1.0.21.0...
  1334. 2654.26 s [mono-traversable] Running Haddock on library for mono-traversable-1.0.21.0...
  1335. 2654.26 s [mono-traversable] Warning: The documentation for the following packages are not installed. No
  1336. 2654.26 s [mono-traversable] links will be generated to these packages: vector-0.13.2.0
  1337. 2654.77 s [mono-traversable] [1 of 6] Compiling Data.MonoTraversable ( src/Data/MonoTraversable.hs, nothing ) [HIE file is missing]
  1338. 2656.02 s [hls-graph] Preprocessing test suite 'tests' for hls-graph-2.10.0.0...
  1339. 2656.11 s [hls-graph] Building test suite 'tests' for hls-graph-2.10.0.0...
  1340. 2656.17 s [hls-graph] [1 of 6] Compiling Example ( test/Example.hs, dist/build/tests/tests-tmp/Example.o )
  1341. 2656.78 s [mono-traversable] src/Data/MonoTraversable.hs:188:47: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1342. 2656.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  1343. 2656.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  1344. 2656.78 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1345. 2656.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1346. 2656.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1347. 2656.78 s [mono-traversable] • This will become an error in a future GHC release.
  1348. 2656.78 s [mono-traversable] |
  1349. 2656.78 s [mono-traversable] 188 | default omap :: (Functor f, Element (f a) ~ a, f a ~ mono)
  1350. 2656.78 s [mono-traversable] | ^
  1351. 2656.78 s [mono-traversable]
  1352. 2656.78 s [mono-traversable] src/Data/MonoTraversable.hs:188:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1353. 2656.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  1354. 2656.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  1355. 2656.78 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1356. 2656.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1357. 2656.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1358. 2656.78 s [mono-traversable] • This will become an error in a future GHC release.
  1359. 2656.78 s [mono-traversable] |
  1360. 2656.78 s [mono-traversable] 188 | default omap :: (Functor f, Element (f a) ~ a, f a ~ mono)
  1361. 2656.78 s [mono-traversable] | ^
  1362. 2656.78 s [mono-traversable]
  1363. 2656.78 s [mono-traversable] src/Data/MonoTraversable.hs:298:30: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1364. 2656.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  1365. 2656.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  1366. 2656.78 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1367. 2656.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1368. 2656.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1369. 2656.78 s [mono-traversable] • This will become an error in a future GHC release.
  1370. 2656.78 s [mono-traversable] |
  1371. 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
  1372. 2656.78 s [mono-traversable] | ^
  1373. 2656.78 s [mono-traversable]
  1374. 2656.78 s [mono-traversable] src/Data/MonoTraversable.hs:298:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1375. 2656.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  1376. 2656.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  1377. 2656.78 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1378. 2656.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1379. 2656.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1380. 2656.78 s [mono-traversable] • This will become an error in a future GHC release.
  1381. 2656.78 s [mono-traversable] |
  1382. 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
  1383. 2656.78 s [mono-traversable] | ^
  1384. 2656.78 s [mono-traversable]
  1385. 2656.78 s [mono-traversable] src/Data/MonoTraversable.hs:304:28: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1386. 2656.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  1387. 2656.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  1388. 2656.79 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1389. 2656.79 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1390. 2656.79 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1391. 2656.79 s [mono-traversable] • This will become an error in a future GHC release.
  1392. 2656.79 s [mono-traversable] |
  1393. 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
  1394. 2656.79 s [mono-traversable] | ^
  1395. 2656.79 s [mono-traversable]
  1396. 2656.79 s [mono-traversable] src/Data/MonoTraversable.hs:304:38: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1397. 2656.79 s [mono-traversable] • The ‘~’ operator is out of scope.
  1398. 2656.79 s [mono-traversable] Assuming it to stand for an equality constraint.
  1399. 2656.79 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1400. 2656.79 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1401. 2656.79 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1402. 2656.79 s [mono-traversable] • This will become an error in a future GHC release.
  1403. 2656.79 s [mono-traversable] |
  1404. 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
  1405. 2656.79 s [mono-traversable] | ^
  1406. 2656.79 s [mono-traversable]
  1407. 2656.79 s [mono-traversable] src/Data/MonoTraversable.hs:310:29: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1408. 2656.79 s [mono-traversable] • The ‘~’ operator is out of scope.
  1409. 2656.79 s [mono-traversable] Assuming it to stand for an equality constraint.
  1410. 2656.79 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1411. 2656.79 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1412. 2656.79 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1413. 2656.79 s [mono-traversable] • This will become an error in a future GHC release.
  1414. 2656.79 s [mono-traversable] |
  1415. 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
  1416. 2656.79 s [mono-traversable] | ^
  1417. 2656.79 s [mono-traversable]
  1418. 2656.79 s [mono-traversable] src/Data/MonoTraversable.hs:310:39: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1419. 2656.79 s [mono-traversable] • The ‘~’ operator is out of scope.
  1420. 2656.79 s [mono-traversable] Assuming it to stand for an equality constraint.
  1421. 2656.79 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1422. 2656.79 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1423. 2656.79 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1424. 2656.79 s [mono-traversable] • This will become an error in a future GHC release.
  1425. 2656.79 s [mono-traversable] |
  1426. 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
  1427. 2656.79 s [mono-traversable] | ^
  1428. 2656.79 s [mono-traversable]
  1429. 2656.79 s [mono-traversable] src/Data/MonoTraversable.hs:400:31: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1430. 2656.79 s [mono-traversable] • The ‘~’ operator is out of scope.
  1431. 2656.79 s [mono-traversable] Assuming it to stand for an equality constraint.
  1432. 2656.79 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1433. 2656.79 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1434. 2656.79 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1435. 2656.79 s [mono-traversable] • This will become an error in a future GHC release.
  1436. 2656.79 s [mono-traversable] |
  1437. 2656.79 s [mono-traversable] 400 | default ofoldr1Ex :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
  1438. 2656.79 s [mono-traversable] | ^
  1439. 2656.79 s [mono-traversable]
  1440. 2656.79 s [mono-traversable] src/Data/MonoTraversable.hs:400:41: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1441. 2656.79 s [mono-traversable] • The ‘~’ operator is out of scope.
  1442. 2656.79 s [mono-traversable] Assuming it to stand for an equality constraint.
  1443. 2656.79 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1444. 2656.79 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1445. 2656.79 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1446. 2656.79 s [mono-traversable] • This will become an error in a future GHC release.
  1447. 2656.79 s [mono-traversable] |
  1448. 2656.79 s [mono-traversable] 400 | default ofoldr1Ex :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
  1449. 2656.79 s [mono-traversable] | ^
  1450. 2656.80 s [mono-traversable]
  1451. 2656.80 s [mono-traversable] src/Data/MonoTraversable.hs:413:32: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1452. 2656.80 s [mono-traversable] • The ‘~’ operator is out of scope.
  1453. 2656.80 s [mono-traversable] Assuming it to stand for an equality constraint.
  1454. 2656.80 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1455. 2656.80 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1456. 2656.80 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1457. 2656.80 s [mono-traversable] • This will become an error in a future GHC release.
  1458. 2656.80 s [mono-traversable] |
  1459. 2656.80 s [mono-traversable] 413 | default ofoldl1Ex' :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
  1460. 2656.80 s [mono-traversable] | ^
  1461. 2656.80 s [mono-traversable]
  1462. 2656.80 s [mono-traversable] src/Data/MonoTraversable.hs:413:42: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1463. 2656.80 s [mono-traversable] • The ‘~’ operator is out of scope.
  1464. 2656.80 s [mono-traversable] Assuming it to stand for an equality constraint.
  1465. 2656.80 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1466. 2656.80 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1467. 2656.80 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1468. 2656.80 s [mono-traversable] • This will become an error in a future GHC release.
  1469. 2656.80 s [mono-traversable] |
  1470. 2656.80 s [mono-traversable] 413 | default ofoldl1Ex' :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
  1471. 2656.80 s [mono-traversable] | ^
  1472. 2656.80 s [mono-traversable]
  1473. 2656.80 s [mono-traversable] src/Data/MonoTraversable.hs:919:23: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1474. 2656.80 s [mono-traversable] • The ‘~’ operator is out of scope.
  1475. 2656.80 s [mono-traversable] Assuming it to stand for an equality constraint.
  1476. 2656.80 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1477. 2656.80 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1478. 2656.80 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1479. 2656.80 s [mono-traversable] • This will become an error in a future GHC release.
  1480. 2656.80 s [mono-traversable] |
  1481. 2656.80 s [mono-traversable] 919 | oand :: (Element mono ~ Bool, MonoFoldable mono) => mono -> Bool
  1482. 2656.80 s [mono-traversable] | ^
  1483. 2656.80 s [mono-traversable]
  1484. 2656.80 s [mono-traversable] src/Data/MonoTraversable.hs:926:22: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1485. 2656.80 s [mono-traversable] • The ‘~’ operator is out of scope.
  1486. 2656.80 s [mono-traversable] Assuming it to stand for an equality constraint.
  1487. 2656.80 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1488. 2656.80 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1489. 2656.80 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1490. 2656.80 s [mono-traversable] • This will become an error in a future GHC release.
  1491. 2656.80 s [mono-traversable] |
  1492. 2656.80 s [mono-traversable] 926 | oor :: (Element mono ~ Bool, MonoFoldable mono) => mono -> Bool
  1493. 2656.80 s [mono-traversable] | ^
  1494. 2656.80 s [mono-traversable]
  1495. 2656.80 s [mono-traversable] src/Data/MonoTraversable.hs:960:63: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1496. 2656.80 s [mono-traversable] • The ‘~’ operator is out of scope.
  1497. 2656.80 s [mono-traversable] Assuming it to stand for an equality constraint.
  1498. 2656.80 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1499. 2656.80 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1500. 2656.80 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1501. 2656.80 s [mono-traversable] • This will become an error in a future GHC release.
  1502. 2656.80 s [mono-traversable] |
  1503. 2656.80 s [mono-traversable] 960 | osequence_ :: (Applicative m, MonoFoldable mono, Element mono ~ (m ())) => mono -> m ()
  1504. 2656.80 s [mono-traversable] | ^
  1505. 2656.80 s [mono-traversable]
  1506. 2656.80 s [mono-traversable] src/Data/MonoTraversable.hs:1060:47: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1507. 2656.80 s [mono-traversable] • The ‘~’ operator is out of scope.
  1508. 2656.80 s [mono-traversable] Assuming it to stand for an equality constraint.
  1509. 2656.80 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1510. 2656.80 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1511. 2656.80 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1512. 2656.80 s [mono-traversable] • This will become an error in a future GHC release.
  1513. 2656.80 s [mono-traversable] |
  1514. 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
  1515. 2656.80 s [mono-traversable] | ^
  1516. 2656.80 s [mono-traversable]
  1517. 2656.80 s [mono-traversable] src/Data/MonoTraversable.hs:1060:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1518. 2656.80 s [mono-traversable] • The ‘~’ operator is out of scope.
  1519. 2656.80 s [mono-traversable] Assuming it to stand for an equality constraint.
  1520. 2656.80 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1521. 2656.80 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1522. 2656.80 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1523. 2656.80 s [mono-traversable] • This will become an error in a future GHC release.
  1524. 2656.80 s [mono-traversable] |
  1525. 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
  1526. 2656.81 s [mono-traversable] | ^
  1527. 2656.81 s [mono-traversable]
  1528. 2656.81 s [mono-traversable] src/Data/MonoTraversable.hs:1203:45: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1529. 2656.81 s [mono-traversable] • The ‘~’ operator is out of scope.
  1530. 2656.81 s [mono-traversable] Assuming it to stand for an equality constraint.
  1531. 2656.81 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1532. 2656.81 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1533. 2656.81 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1534. 2656.81 s [mono-traversable] • This will become an error in a future GHC release.
  1535. 2656.81 s [mono-traversable] |
  1536. 2656.81 s [mono-traversable] 1203 | default opoint :: (Applicative f, (f a) ~ mono, Element (f a) ~ a)
  1537. 2656.81 s [mono-traversable] | ^
  1538. 2656.81 s [mono-traversable]
  1539. 2656.81 s [mono-traversable] src/Data/MonoTraversable.hs:1203:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1540. 2656.81 s [mono-traversable] • The ‘~’ operator is out of scope.
  1541. 2656.81 s [mono-traversable] Assuming it to stand for an equality constraint.
  1542. 2656.81 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1543. 2656.81 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1544. 2656.81 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1545. 2656.81 s [mono-traversable] • This will become an error in a future GHC release.
  1546. 2656.81 s [mono-traversable] |
  1547. 2656.81 s [mono-traversable] 1203 | default opoint :: (Applicative f, (f a) ~ mono, Element (f a) ~ a)
  1548. 2656.81 s [mono-traversable] | ^
  1549. 2656.81 s [mono-traversable]
  1550. 2656.81 s [mono-traversable] src/Data/MonoTraversable.hs:1461:33: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1551. 2656.81 s [mono-traversable] • The ‘~’ operator is out of scope.
  1552. 2656.81 s [mono-traversable] Assuming it to stand for an equality constraint.
  1553. 2656.81 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1554. 2656.81 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1555. 2656.81 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1556. 2656.81 s [mono-traversable] • This will become an error in a future GHC release.
  1557. 2656.81 s [mono-traversable] |
  1558. 2656.81 s [mono-traversable] 1461 | WrappedMono :: Element mono ~ a => mono -> WrappedMono mono a
  1559. 2656.81 s [mono-traversable] | ^
  1560. 2656.81 s [mono-traversable]
  1561. 2656.81 s [mono-traversable] src/Data/MonoTraversable.hs:1530:42: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1562. 2656.81 s [mono-traversable] • The ‘~’ operator is out of scope.
  1563. 2656.81 s [mono-traversable] Assuming it to stand for an equality constraint.
  1564. 2656.81 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1565. 2656.81 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1566. 2656.81 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1567. 2656.81 s [mono-traversable] • This will become an error in a future GHC release.
  1568. 2656.81 s [mono-traversable] |
  1569. 2656.81 s [mono-traversable] 1530 | instance (MonoPointed mono, Element mono ~ a) => MonoPointed (WrappedMono mono a) where
  1570. 2656.81 s [mono-traversable] | ^
  1571. 2656.81 s [mono-traversable]
  1572. 2656.85 s [mono-traversable] [2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, nothing ) [HIE file is missing]
  1573. 2657.11 s [mono-traversable] [3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, nothing ) [HIE file is missing]
  1574. 2657.15 s [mono-traversable] [4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, nothing ) [HIE file is missing]
  1575. 2657.28 s [hls-graph] [2 of 6] Compiling DatabaseSpec ( test/DatabaseSpec.hs, dist/build/tests/tests-tmp/DatabaseSpec.o )
  1576. 2657.53 s [hls-graph] [3 of 6] Compiling ActionSpec ( test/ActionSpec.hs, dist/build/tests/tests-tmp/ActionSpec.o )
  1577. 2657.84 s [hls-graph] [4 of 6] Compiling RulesSpec ( test/RulesSpec.hs, dist/build/tests/tests-tmp/RulesSpec.o )
  1578. 2657.85 s [hls-graph] [5 of 6] Compiling Spec ( test/Spec.hs, dist/build/tests/tests-tmp/Spec.o )
  1579. 2657.92 s [hls-graph] [6 of 6] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
  1580. 2657.95 s [mono-traversable] src/Data/Sequences.hs:1615:44: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1581. 2657.95 s [mono-traversable] • The ‘~’ operator is out of scope.
  1582. 2657.95 s [mono-traversable] Assuming it to stand for an equality constraint.
  1583. 2657.95 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1584. 2657.95 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1585. 2657.95 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1586. 2657.95 s [mono-traversable] • This will become an error in a future GHC release.
  1587. 2657.95 s [mono-traversable] |
  1588. 2657.95 s [mono-traversable] 1615 | class (IsSequence t, IsString t, Element t ~ Char) => Textual t where
  1589. 2657.95 s [mono-traversable] | ^
  1590. 2657.95 s [mono-traversable]
  1591. 2657.95 s [mono-traversable] src/Data/Sequences.hs:1631:29: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1592. 2657.96 s [mono-traversable] • The ‘~’ operator is out of scope.
  1593. 2657.96 s [mono-traversable] Assuming it to stand for an equality constraint.
  1594. 2657.96 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1595. 2657.96 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1596. 2657.96 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1597. 2657.96 s [mono-traversable] • This will become an error in a future GHC release.
  1598. 2657.96 s [mono-traversable] |
  1599. 2657.96 s [mono-traversable] 1631 | unwords :: (Element seq ~ t, MonoFoldable seq) => seq -> t
  1600. 2657.96 s [mono-traversable] | ^
  1601. 2657.96 s [mono-traversable]
  1602. 2657.96 s [mono-traversable] src/Data/Sequences.hs:1648:29: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1603. 2657.96 s [mono-traversable] • The ‘~’ operator is out of scope.
  1604. 2657.96 s [mono-traversable] Assuming it to stand for an equality constraint.
  1605. 2657.96 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1606. 2657.96 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1607. 2657.96 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1608. 2657.96 s [mono-traversable] • This will become an error in a future GHC release.
  1609. 2657.96 s [mono-traversable] |
  1610. 2657.96 s [mono-traversable] 1648 | unlines :: (Element seq ~ t, MonoFoldable seq) => seq -> t
  1611. 2657.96 s [mono-traversable] | ^
  1612. 2657.96 s [mono-traversable]
  1613. 2657.96 s [mono-traversable] src/Data/Sequences.hs:1696:13: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1614. 2657.96 s [mono-traversable] • The ‘~’ operator is out of scope.
  1615. 2657.96 s [mono-traversable] Assuming it to stand for an equality constraint.
  1616. 2657.96 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1617. 2657.96 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1618. 2657.96 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1619. 2657.96 s [mono-traversable] • This will become an error in a future GHC release.
  1620. 2657.96 s [mono-traversable] |
  1621. 2657.96 s [mono-traversable] 1696 | instance (c ~ Char) => Textual [c] where
  1622. 2657.96 s [mono-traversable] | ^
  1623. 2657.96 s [mono-traversable]
  1624. 2657.96 s [mono-traversable] src/Data/Sequences.hs:1749:37: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1625. 2657.96 s [mono-traversable] • The ‘~’ operator is out of scope.
  1626. 2657.96 s [mono-traversable] Assuming it to stand for an equality constraint.
  1627. 2657.97 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1628. 2657.97 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1629. 2657.97 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1630. 2657.97 s [mono-traversable] • This will become an error in a future GHC release.
  1631. 2657.97 s [mono-traversable] |
  1632. 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 )
  1633. 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 )
  1634. 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 )
  1635. 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 )
  1636. 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 )
  1637. 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 )
  1638. 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 )
  1639. 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 )
  1640. 2657.97 s [mono-traversable] 1749 | Element (f (Maybe t)) ~ Maybe t)
  1641. 2657.97 s [mono-traversable] | ^
  1642. 2657.97 s [mono-traversable]
  1643. 2657.97 s [mono-traversable] src/Data/Sequences.hs:1800:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1644. 2657.97 s [mono-traversable] • The ‘~’ operator is out of scope.
  1645. 2657.97 s [mono-traversable] Assuming it to stand for an equality constraint.
  1646. 2657.97 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1647. 2657.97 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1648. 2657.97 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1649. 2657.98 s [mono-traversable] • This will become an error in a future GHC release.
  1650. 2657.98 s [mono-traversable] |
  1651. 2657.98 s [mono-traversable] 1800 | repack :: (MonoFoldable a, IsSequence b, Element a ~ Element b) => a -> b
  1652. 2657.98 s [mono-traversable] | ^
  1653. 2657.98 s [mono-traversable]
  1654. 2657.98 s [mono-traversable] src/Data/Sequences.hs:1816:13: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1655. 2657.98 s [mono-traversable] • The ‘~’ operator is out of scope.
  1656. 2657.98 s [mono-traversable] Assuming it to stand for an equality constraint.
  1657. 2657.98 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1658. 2657.98 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1659. 2657.98 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1660. 2657.98 s [mono-traversable] • This will become an error in a future GHC release.
  1661. 2657.98 s [mono-traversable] |
  1662. 2657.98 s [mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
  1663. 2657.98 s [mono-traversable] | ^
  1664. 2657.98 s [mono-traversable]
  1665. 2657.98 s [mono-traversable] src/Data/Sequences.hs:1816:23: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1666. 2657.98 s [mono-traversable] • The ‘~’ operator is out of scope.
  1667. 2657.98 s [mono-traversable] Assuming it to stand for an equality constraint.
  1668. 2657.98 s [mono-traversable] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  1669. 2657.98 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  1670. 2657.98 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  1671. 2657.98 s [mono-traversable] • This will become an error in a future GHC release.
  1672. 2657.98 s [mono-traversable] |
  1673. 2657.98 s [mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
  1674. 2657.98 s [mono-traversable] | ^
  1675. 2657.98 s [mono-traversable]
  1676. 2657.99 s [mono-traversable] [5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, nothing ) [HIE file is missing]
  1677. 2658.14 s [mono-traversable] src/Data/NonNull.hs:54:51: warning: [GHC-90584] [-Wderiving-typeable]
  1678. 2658.14 s [mono-traversable] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  1679. 2658.14 s [mono-traversable] • In the data declaration for ‘NullError’
  1680. 2658.15 s [mono-traversable] |
  1681. 2658.15 s [mono-traversable] 54 | data NullError = NullError String deriving (Show, Typeable)
  1682. 2658.15 s [mono-traversable] | ^^^^^^^^
  1683. 2658.15 s [mono-traversable]
  1684. 2658.15 s [mono-traversable] src/Data/NonNull.hs:62:42: warning: [GHC-90584] [-Wderiving-typeable]
  1685. 2658.15 s [mono-traversable] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  1686. 2658.15 s [mono-traversable] • In the newtype declaration for ‘NonNull’
  1687. 2658.15 s [mono-traversable] |
  1688. 2658.15 s [mono-traversable] 62 | deriving (Eq, Ord, Read, Show, Data, Typeable)
  1689. 2658.15 s [mono-traversable] | ^^^^^^^^
  1690. 2658.15 s [mono-traversable]
  1691. 2658.15 s [mono-traversable] [6 of 6] Compiling Paths_mono_traversable ( dist/build/autogen/Paths_mono_traversable.hs, nothing ) [HIE file is missing]
  1692. 2658.18 s [mono-traversable] Haddock coverage:
  1693. 2658.18 s [mono-traversable] Warning: 'ByteString' is out of scope.
  1694. 2658.18 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1695. 2658.18 s [mono-traversable] Warning: 'Text' is out of scope.
  1696. 2658.18 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1697. 2658.18 s [mono-traversable] Warning: 'Foldable' is out of scope.
  1698. 2658.18 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1699. 2658.18 s [mono-traversable] Warning: 'foldlUnwrap' is out of scope.
  1700. 2658.18 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1701. 2658.18 s [mono-traversable] Warning: 'intercalate' is out of scope.
  1702. 2658.18 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1703. 2658.18 s [mono-traversable] Warning: 'WrappedMono' is ambiguous. It is defined
  1704. 2658.18 s [mono-traversable] * at src/Data/MonoTraversable.hs:1461:5
  1705. 2658.18 s [mono-traversable] * at src/Data/MonoTraversable.hs:1460:1
  1706. 2658.18 s [mono-traversable] You may be able to disambiguate the identifier by qualifying it or
  1707. 2658.18 s [mono-traversable] by specifying the type/value namespace explicitly.
  1708. 2658.19 s [mono-traversable] Defaulting to the one defined at src/Data/MonoTraversable.hs:1460:1
  1709. 2658.29 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning: [GHC-02256] [-Wambiguous-fields]
  1710. 2658.29 s [lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
  1711. 2658.29 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  1712. 2658.29 s [lsp-types] Consider disambiguating using module qualification instead.
  1713. 2658.29 s [lsp-types] |
  1714. 2658.29 s [lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n)}
  1715. 2658.29 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1716. 2658.29 s [lsp-types]
  1717. 2658.29 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning: [GHC-02256] [-Wambiguous-fields]
  1718. 2658.29 s [lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
  1719. 2658.29 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  1720. 2658.29 s [lsp-types] Consider disambiguating using module qualification instead.
  1721. 2658.29 s [lsp-types] |
  1722. 2658.29 s [lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n)}
  1723. 2658.29 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1724. 2658.29 s [lsp-types]
  1725. 2658.36 s [mono-traversable] 94% ( 34 / 36) in 'Data.MonoTraversable'
  1726. 2658.36 s [mono-traversable] Missing documentation for:
  1727. 2658.36 s [mono-traversable] replaceElemStrictText (src/Data/MonoTraversable.hs:287)
  1728. 2658.36 s [mono-traversable] replaceElemLazyText (src/Data/MonoTraversable.hs:290)
  1729. 2658.37 s [mono-traversable] 87% ( 7 / 8) in 'Data.Containers'
  1730. 2658.37 s [mono-traversable] Missing documentation for:
  1731. 2658.37 s [mono-traversable] Module header
  1732. 2658.38 s [mono-traversable] 100% ( 32 / 32) in 'Data.MonoTraversable.Unprefixed'
  1733. 2658.38 s [mono-traversable] Warning: 'true' is out of scope.
  1734. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1735. 2658.38 s [mono-traversable] Warning: 'a' is out of scope.
  1736. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1737. 2658.38 s [mono-traversable] Warning: 'String' is out of scope.
  1738. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1739. 2658.38 s [mono-traversable] Warning: 'Vector' is out of scope.
  1740. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1741. 2658.38 s [mono-traversable] Warning: 'intercalate' is out of scope.
  1742. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1743. 2658.38 s [mono-traversable] Warning: 'not' is out of scope.
  1744. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1745. 2658.38 s [mono-traversable] Warning: 'z' is out of scope.
  1746. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1747. 2658.38 s [mono-traversable] Warning: 'Text' is out of scope.
  1748. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1749. 2658.38 s [mono-traversable] Warning: 'b' is out of scope.
  1750. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1751. 2658.38 s [mono-traversable] Warning: 'c' is out of scope.
  1752. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1753. 2658.38 s [mono-traversable] Warning: 'seq' is out of scope.
  1754. 2658.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1755. 2658.39 s [mono-traversable] Warning: 'NonNull' is out of scope.
  1756. 2658.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1757. 2658.39 s [mono-traversable] Warning: 'SemiGroup' is out of scope.
  1758. 2658.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1759. 2658.39 s [mono-traversable] Warning: 'NonEmpty' is out of scope.
  1760. 2658.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1761. 2658.39 s [mono-traversable] Warning: 'nfilter' is out of scope.
  1762. 2658.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1763. 2658.39 s [mono-traversable] 80% ( 40 / 50) in 'Data.Sequences'
  1764. 2658.39 s [mono-traversable] Missing documentation for:
  1765. 2658.39 s [mono-traversable] splitElemStrictBS (src/Data/Sequences.hs:1525)
  1766. 2658.39 s [mono-traversable] stripPrefixStrictBS (src/Data/Sequences.hs:1530)
  1767. 2658.39 s [mono-traversable] stripSuffixStrictBS (src/Data/Sequences.hs:1535)
  1768. 2658.39 s [mono-traversable] splitSeqLazyBS (src/Data/Sequences.hs:1547)
  1769. 2658.39 s [mono-traversable] stripPrefixLazyBS (src/Data/Sequences.hs:1552)
  1770. 2658.39 s [mono-traversable] stripSuffixLazyBS (src/Data/Sequences.hs:1557)
  1771. 2658.39 s [mono-traversable] splitSeqStrictText (src/Data/Sequences.hs:1571)
  1772. 2658.39 s [mono-traversable] replaceSeqStrictText (src/Data/Sequences.hs:1576)
  1773. 2658.39 s [mono-traversable] splitSeqLazyText (src/Data/Sequences.hs:1590)
  1774. 2658.39 s [mono-traversable] replaceSeqLazyText (src/Data/Sequences.hs:1595)
  1775. 2658.39 s [mono-traversable] Warning: 'NonNull' is ambiguous. It is defined
  1776. 2658.39 s [mono-traversable] * at src/Data/NonNull.hs:58:24
  1777. 2658.39 s [mono-traversable] * at src/Data/NonNull.hs:58:1
  1778. 2658.39 s [mono-traversable] You may be able to disambiguate the identifier by qualifying it or
  1779. 2658.39 s [mono-traversable] by specifying the type/value namespace explicitly.
  1780. 2658.39 s [mono-traversable] Defaulting to the one defined at src/Data/NonNull.hs:58:1
  1781. 2658.39 s [mono-traversable] Warning: 'NonEmpty' is out of scope.
  1782. 2658.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1783. 2658.39 s [mono-traversable] Warning: 'foldl1'' is out of scope.
  1784. 2658.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  1785. 2658.40 s [mono-traversable] 100% ( 30 / 30) in 'Data.NonNull'
  1786. 2658.63 s [hls-graph] [7 of 7] Linking dist/build/tests/tests
  1787. 2659.07 s [mono-traversable] Warning: Data.MonoTraversable: could not find link destinations for:
  1788. 2659.07 s [mono-traversable] - Data.Vector.Strict.Vector
  1789. 2659.07 s [mono-traversable] - Data.Vector.Storable.Vector
  1790. 2659.07 s [mono-traversable] - Data.Vector.Vector
  1791. 2659.07 s [mono-traversable] - Data.Vector.Unboxed.Base.Unbox
  1792. 2659.08 s [mono-traversable] Warning: Data.Containers: could not find link destinations for:
  1793. 2659.08 s [mono-traversable] - Data.Containers.D:R:MapValueList
  1794. 2659.08 s [mono-traversable] - Data.Containers.D:R:ContainerKeyList
  1795. 2659.08 s [mono-traversable] - Data.Containers.D:R:BPMKeyConstraintHashMapkey
  1796. 2659.08 s [mono-traversable] - Data.Containers.D:R:BPMKeyConstraintMapkey
  1797. 2659.08 s [mono-traversable] - Data.Containers.D:R:KeySetIntMap
  1798. 2659.08 s [mono-traversable] - Data.Containers.D:R:KeySetMap
  1799. 2659.08 s [mono-traversable] - Data.Containers.D:R:ContainerKeyHashMap
  1800. 2659.08 s [mono-traversable] - Data.Containers.D:R:MapValueHashMap
  1801. 2659.08 s [mono-traversable] - Data.Containers.D:R:ContainerKeyIntMap
  1802. 2659.08 s [mono-traversable] - Data.Containers.D:R:MapValueIntMap
  1803. 2659.08 s [mono-traversable] - Data.Containers.D:R:ContainerKeyMap
  1804. 2659.08 s [mono-traversable] - Data.Containers.D:R:MapValueMap
  1805. 2659.08 s [mono-traversable] - Data.Containers.D:R:ContainerKeyHashSet
  1806. 2659.08 s [mono-traversable] - Data.Containers.D:R:ContainerKeyIntSet
  1807. 2659.08 s [mono-traversable] - Data.Containers.D:R:ContainerKeySet
  1808. 2659.08 s [mono-traversable] - Data.Containers.D:R:KeySetHashMap
  1809. 2659.10 s [mono-traversable] Warning: Data.Sequences: could not find link destinations for:
  1810. 2659.10 s [mono-traversable] - Data.Vector.Strict.Vector
  1811. 2659.10 s [mono-traversable] - Data.Vector.Storable.Vector
  1812. 2659.10 s [mono-traversable] - Data.Vector.Vector
  1813. 2659.10 s [mono-traversable] - Data.Vector.Unboxed.Base.Unbox
  1814. 2659.10 s [mono-traversable] - Data.Vector.Generic.Base.Vector
  1815. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexByteString
  1816. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexByteString0
  1817. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexList
  1818. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexSeq
  1819. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexText
  1820. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexText0
  1821. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexVector
  1822. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexVector0
  1823. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexVector1
  1824. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexVector2
  1825. 2659.10 s [mono-traversable] - Data.Sequences.D:R:IndexNonEmpty
  1826. 2659.10 s [mono-traversable] - Data.NonNull.D:R:IndexNonNull
  1827. 2659.11 s [mono-traversable] Warning: Data.NonNull: could not find link destinations for:
  1828. 2659.11 s [mono-traversable] - Data.Vector.Strict.Vector
  1829. 2659.11 s [mono-traversable] - Data.Vector.Storable.Vector
  1830. 2659.11 s [mono-traversable] - Data.Vector.Vector
  1831. 2659.11 s [mono-traversable] - Data.Vector.Unboxed.Base.Unbox
  1832. 2659.11 s [mono-traversable] - Data.NonNull.D:R:IndexNonNull
  1833. 2660.14 s [hls-graph] Phase: checkPhase
  1834. 2660.65 s [hls-graph] Running 1 test suites...
  1835. 2660.65 s [hls-graph] Test suite tests: RUNNING...
  1836. 2660.70 s [hls-graph] tactics
  1837. 2660.70 s [hls-graph] Action
  1838. 2660.70 s [hls-graph] apply1
  1839. 2660.70 s [hls-graph] Test build update, Buggy dirty mechanism in hls-graph #4237: OK
  1840. 2660.70 s [hls-graph] apply1
  1841. 2660.70 s [hls-graph] computes a rule with no dependencies: OK
  1842. 2660.71 s [hls-graph] computes a rule with one dependency: OK (0.01s)
  1843. 2660.71 s [hls-graph] tracks direct dependencies: OK (0.01s)
  1844. 2660.71 s [hls-graph] tracks reverse dependencies: OK (0.01s)
  1845. 2660.71 s [hls-graph] rethrows exceptions: OK (0.01s)
  1846. 2660.71 s [hls-graph] computes a rule with branching dependencies does not invoke phantom dependencies #3423: OK (0.01s)
  1847. 2660.71 s [hls-graph] applyWithoutDependency
  1848. 2660.71 s [hls-graph] does not track dependencies: OK
  1849. 2660.71 s [hls-graph] Database
  1850. 2660.71 s [hls-graph] Evaluation
  1851. 2660.72 s [hls-graph] detects cycles: OK (0.02s)
  1852. 2660.72 s [hls-graph] compute
  1853. 2660.72 s [hls-graph] build step and changed step updated correctly: OK
  1854. 2660.72 s [hls-graph]
  1855. 2660.72 s [hls-graph] All 10 tests passed (0.02s)
  1856. 2660.73 s [hls-graph] Test suite tests: PASS
  1857. 2660.73 s [hls-graph] Test suite logged to: dist/test/hls-graph-2.10.0.0-tests.log
  1858. 2660.73 s [hls-graph] 1 of 1 test suites (1 of 1 test cases) passed.
  1859. 2660.74 s [hls-graph] Phase: haddockPhase
  1860. 2661.67 s [hls-graph] Preprocessing library for hls-graph-2.10.0.0...
  1861. 2661.68 s [hls-graph] Running Haddock on library for hls-graph-2.10.0.0...
  1862. 2661.73 s [hls-graph] Warning: The documentation for the following packages are not installed. No
  1863. 2661.73 s [hls-graph] links will be generated to these packages: vector-0.13.2.0
  1864. 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 )
  1865. 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 )
  1866. 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 )
  1867. 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 )
  1868. 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 )
  1869. 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 )
  1870. 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]
  1871. 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 )
  1872. 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]
  1873. 2664.83 s [hls-graph] [ 9 of 16] Compiling Development.IDE.Graph.KeyMap ( src/Development/IDE/Graph/KeyMap.hs, nothing ) [HIE file is missing]
  1874. 2664.84 s [hls-graph] [10 of 16] Compiling Development.IDE.Graph.KeySet ( src/Development/IDE/Graph/KeySet.hs, nothing ) [HIE file is missing]
  1875. 2664.84 s [hls-graph] [11 of 16] Compiling Development.IDE.Graph.Rule ( src/Development/IDE/Graph/Rule.hs, nothing ) [HIE file is missing]
  1876. 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 )
  1877. 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 )
  1878. 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]
  1879. 2665.10 s [hls-graph] [15 of 16] Compiling Development.IDE.Graph.Database ( src/Development/IDE/Graph/Database.hs, nothing ) [HIE file is missing]
  1880. 2665.13 s [hls-graph] [16 of 16] Compiling Development.IDE.Graph ( src/Development/IDE/Graph.hs, nothing ) [HIE file is missing]
  1881. 2665.13 s [hls-graph] Haddock coverage:
  1882. 2665.45 s [hls-graph] 93% ( 73 / 78) in 'Control.Concurrent.STM.Stats'
  1883. 2665.45 s [hls-graph] Missing documentation for:
  1884. 2665.45 s [hls-graph] Module header
  1885. 2665.45 s [hls-graph] atomicallyNamed (src/Control/Concurrent/STM/Stats.hs:37)
  1886. 2665.45 s [hls-graph] atomically (src/Control/Concurrent/STM/Stats.hs:39)
  1887. 2665.45 s [hls-graph] getSTMStats (src/Control/Concurrent/STM/Stats.hs:36)
  1888. 2665.45 s [hls-graph] dumpSTMStats (src/Control/Concurrent/STM/Stats.hs:38)
  1889. 2665.45 s [hls-graph] 83% ( 5 / 6) in 'Development.IDE.Graph.Classes'
  1890. 2665.45 s [hls-graph] Missing documentation for:
  1891. 2665.45 s [hls-graph] Module header
  1892. 2665.45 s [hls-graph] 6% ( 2 / 29) in 'Development.IDE.Graph.Internal.Key'
  1893. 2665.45 s [hls-graph] Missing documentation for:
  1894. 2665.45 s [hls-graph] Module header
  1895. 2665.45 s [hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:52)
  1896. 2665.45 s [hls-graph] KeyValue (src/Development/IDE/Graph/Internal/Key.hs:58)
  1897. 2665.45 s [hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:55)
  1898. 2665.45 s [hls-graph] newKey (src/Development/IDE/Graph/Internal/Key.hs:75)
  1899. 2665.45 s [hls-graph] renderKey (src/Development/IDE/Graph/Internal/Key.hs:101)
  1900. 2665.45 s [hls-graph] KeyMap (src/Development/IDE/Graph/Internal/Key.hs:141)
  1901. 2665.45 s [hls-graph] mapKeyMap (src/Development/IDE/Graph/Internal/Key.hs:150)
  1902. 2665.45 s [hls-graph] insertKeyMap (src/Development/IDE/Graph/Internal/Key.hs:153)
  1903. 2665.45 s [hls-graph] lookupKeyMap (src/Development/IDE/Graph/Internal/Key.hs:156)
  1904. 2665.45 s [hls-graph] lookupDefaultKeyMap (src/Development/IDE/Graph/Internal/Key.hs:159)
  1905. 2665.45 s [hls-graph] fromListKeyMap (src/Development/IDE/Graph/Internal/Key.hs:162)
  1906. 2665.45 s [hls-graph] fromListWithKeyMap (src/Development/IDE/Graph/Internal/Key.hs:165)
  1907. 2665.45 s [hls-graph] toListKeyMap (src/Development/IDE/Graph/Internal/Key.hs:168)
  1908. 2665.45 s [hls-graph] elemsKeyMap (src/Development/IDE/Graph/Internal/Key.hs:171)
  1909. 2665.45 s [hls-graph] restrictKeysKeyMap (src/Development/IDE/Graph/Internal/Key.hs:174)
  1910. 2665.45 s [hls-graph] KeySet (src/Development/IDE/Graph/Internal/Key.hs:103)
  1911. 2665.45 s [hls-graph] nullKeySet (src/Development/IDE/Graph/Internal/Key.hs:121)
  1912. 2665.45 s [hls-graph] insertKeySet (src/Development/IDE/Graph/Internal/Key.hs:112)
  1913. 2665.45 s [hls-graph] memberKeySet (src/Development/IDE/Graph/Internal/Key.hs:115)
  1914. 2665.45 s [hls-graph] toListKeySet (src/Development/IDE/Graph/Internal/Key.hs:118)
  1915. 2665.45 s [hls-graph] lengthKeySet (src/Development/IDE/Graph/Internal/Key.hs:139)
  1916. 2665.45 s [hls-graph] filterKeySet (src/Development/IDE/Graph/Internal/Key.hs:136)
  1917. 2665.45 s [hls-graph] singletonKeySet (src/Development/IDE/Graph/Internal/Key.hs:133)
  1918. 2665.45 s [hls-graph] fromListKeySet (src/Development/IDE/Graph/Internal/Key.hs:130)
  1919. 2665.45 s [hls-graph] deleteKeySet (src/Development/IDE/Graph/Internal/Key.hs:127)
  1920. 2665.45 s [hls-graph] differenceKeySet (src/Development/IDE/Graph/Internal/Key.hs:124)
  1921. 2665.45 s [hls-graph] Warning: 'BuiltinRun' is out of scope.
  1922. 2665.45 s [hls-graph] If you qualify the identifier, haddock can try to link it anyway.
  1923. 2665.45 s [hls-graph] Warning: 'RunResult' is ambiguous. It is defined
  1924. 2665.45 s [hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:210:24
  1925. 2665.45 s [hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:210:1
  1926. 2665.45 s [hls-graph] You may be able to disambiguate the identifier by qualifying it or
  1927. 2665.45 s [hls-graph] by specifying the type/value namespace explicitly.
  1928. 2665.45 s [hls-graph] Defaulting to the one defined at src/Development/IDE/Graph/Internal/Types.hs:210:1
  1929. 2665.45 s [hls-graph] Warning: 'Rule' is out of scope.
  1930. 2665.45 s [hls-graph] If you qualify the identifier, haddock can try to link it anyway.
  1931. 2665.45 s [hls-graph] Warning: 'Action' is ambiguous. It is defined
  1932. 2665.45 s [hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:70:20
  1933. 2665.45 s [hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:70:1
  1934. 2665.45 s [hls-graph] You may be able to disambiguate the identifier by qualifying it or
  1935. 2665.45 s [hls-graph] by specifying the type/value namespace explicitly.
  1936. 2665.45 s [hls-graph] Defaulting to the one defined at src/Development/IDE/Graph/Internal/Types.hs:70:1
  1937. 2665.45 s [hls-graph] Warning: 'IOException' is out of scope.
  1938. 2665.45 s [hls-graph] If you qualify the identifier, haddock can try to link it anyway.
  1939. 2665.45 s [hls-graph] Warning: 'Rules' is ambiguous. It is defined
  1940. 2665.45 s [hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:52:19
  1941. 2665.45 s [hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:52:1
  1942. 2665.45 s [hls-graph] You may be able to disambiguate the identifier by qualifying it or
  1943. 2665.45 s [hls-graph] by specifying the type/value namespace explicitly.
  1944. 2665.46 s [hls-graph] Defaulting to the one defined at src/Development/IDE/Graph/Internal/Types.hs:52:1
  1945. 2665.46 s [hls-graph] 17% ( 6 / 35) in 'Development.IDE.Graph.Internal.Types'
  1946. 2665.46 s [hls-graph] Missing documentation for:
  1947. 2665.46 s [hls-graph] Module header
  1948. 2665.46 s [hls-graph] unwrapDynamic (src/Development/IDE/Graph/Internal/Types.hs:38)
  1949. 2665.46 s [hls-graph] TheRules (src/Development/IDE/Graph/Internal/Types.hs:45)
  1950. 2665.46 s [hls-graph] SRules (src/Development/IDE/Graph/Internal/Types.hs:55)
  1951. 2665.46 s [hls-graph] SAction (src/Development/IDE/Graph/Internal/Types.hs:73)
  1952. 2665.46 s [hls-graph] getDatabase (src/Development/IDE/Graph/Internal/Types.hs:80)
  1953. 2665.46 s [hls-graph] ShakeDatabase (src/Development/IDE/Graph/Internal/Types.hs:89)
  1954. 2665.46 s [hls-graph] Step (src/Development/IDE/Graph/Internal/Types.hs:91)
  1955. 2665.46 s [hls-graph] Value (src/Development/IDE/Graph/Internal/Types.hs:100)
  1956. 2665.46 s [hls-graph] KeyDetails (src/Development/IDE/Graph/Internal/Types.hs:102)
  1957. 2665.46 s [hls-graph] onKeyReverseDeps (src/Development/IDE/Graph/Internal/Types.hs:108)
  1958. 2665.46 s [hls-graph] Database (src/Development/IDE/Graph/Internal/Types.hs:111)
  1959. 2665.46 s [hls-graph] waitForDatabaseRunningKeys (src/Development/IDE/Graph/Internal/Types.hs:119)
  1960. 2665.46 s [hls-graph] getDatabaseValues (src/Development/IDE/Graph/Internal/Types.hs:122)
  1961. 2665.46 s [hls-graph] Status (src/Development/IDE/Graph/Internal/Types.hs:128)
  1962. 2665.46 s [hls-graph] viewDirty (src/Development/IDE/Graph/Internal/Types.hs:139)
  1963. 2665.46 s [hls-graph] getResult (src/Development/IDE/Graph/Internal/Types.hs:143)
  1964. 2665.46 s [hls-graph] waitRunning (src/Development/IDE/Graph/Internal/Types.hs:148)
  1965. 2665.46 s [hls-graph] Result (src/Development/IDE/Graph/Internal/Types.hs:151)
  1966. 2665.46 s [hls-graph] ResultDeps (src/Development/IDE/Graph/Internal/Types.hs:165)
  1967. 2665.46 s [hls-graph] getResultDepsDefault (src/Development/IDE/Graph/Internal/Types.hs:169)
  1968. 2665.46 s [hls-graph] mapResultDeps (src/Development/IDE/Graph/Internal/Types.hs:174)
  1969. 2665.46 s [hls-graph] GraphException (src/Development/IDE/Graph/Internal/Types.hs:225)
  1970. 2665.46 s [hls-graph] fromGraphException (src/Development/IDE/Graph/Internal/Types.hs:239)
  1971. 2665.46 s [hls-graph] Stack (src/Development/IDE/Graph/Internal/Types.hs:246)
  1972. 2665.46 s [hls-graph] StackException (src/Development/IDE/Graph/Internal/Types.hs:251)
  1973. 2665.46 s [hls-graph] addStack (src/Development/IDE/Graph/Internal/Types.hs:260)
  1974. 2665.46 s [hls-graph] memberStack (src/Development/IDE/Graph/Internal/Types.hs:266)
  1975. 2665.46 s [hls-graph] emptyStack (src/Development/IDE/Graph/Internal/Types.hs:269)
  1976. 2665.46 s [hls-graph] 16% ( 1 / 6) in 'Development.IDE.Graph.Internal.Rules'
  1977. 2665.46 s [hls-graph] Missing documentation for:
  1978. 2665.46 s [hls-graph] Module header
  1979. 2665.46 s [hls-graph] action (src/Development/IDE/Graph/Internal/Rules.hs:27)
  1980. 2665.46 s [hls-graph] addRule (src/Development/IDE/Graph/Internal/Rules.hs:36)
  1981. 2665.46 s [hls-graph] runRule (src/Development/IDE/Graph/Internal/Rules.hs:48)
  1982. 2665.46 s [hls-graph] runRules (src/Development/IDE/Graph/Internal/Rules.hs:53)
  1983. 2665.46 s [hls-graph] 0% ( 0 / 6) in 'Development.IDE.Graph.Internal.Options'
  1984. 2665.46 s [hls-graph] Missing documentation for:
  1985. 2665.46 s [hls-graph] Module header
  1986. 2665.46 s [hls-graph] ShakeOptions (src/Development/IDE/Graph/Internal/Options.hs:7)
  1987. 2665.46 s [hls-graph] shakeOptions (src/Development/IDE/Graph/Internal/Options.hs:14)
  1988. 2665.46 s [hls-graph] getShakeExtra (src/Development/IDE/Graph/Internal/Options.hs:17)
  1989. 2665.46 s [hls-graph] getShakeExtraRules (src/Development/IDE/Graph/Internal/Options.hs:22)
  1990. 2665.46 s [hls-graph] newShakeExtra (src/Development/IDE/Graph/Internal/Options.hs:27)
  1991. 2665.46 s [hls-graph] 71% ( 5 / 7) in 'Development.IDE.Graph.Internal.Database'
  1992. 2665.46 s [hls-graph] Missing documentation for:
  1993. 2665.46 s [hls-graph] Module header
  1994. 2665.46 s [hls-graph] newDatabase (src/Development/IDE/Graph/Internal/Database.hs:53)
  1995. 2665.46 s [hls-graph] 21% ( 3 / 14) in 'Development.IDE.Graph.Internal.Action'
  1996. 2665.46 s [hls-graph] Missing documentation for:
  1997. 2665.46 s [hls-graph] Module header
  1998. 2665.46 s [hls-graph] ShakeValue (src/Development/IDE/Graph/Internal/Action.hs:35)
  1999. 2665.46 s [hls-graph] actionFork (src/Development/IDE/Graph/Internal/Action.hs:70)
  2000. 2665.46 s [hls-graph] actionBracket (src/Development/IDE/Graph/Internal/Action.hs:101)
  2001. 2665.46 s [hls-graph] actionCatch (src/Development/IDE/Graph/Internal/Action.hs:91)
  2002. 2665.46 s [hls-graph] actionFinally (src/Development/IDE/Graph/Internal/Action.hs:106)
  2003. 2665.46 s [hls-graph] apply1 (src/Development/IDE/Graph/Internal/Action.hs:111)
  2004. 2665.46 s [hls-graph] apply (src/Development/IDE/Graph/Internal/Action.hs:114)
  2005. 2665.46 s [hls-graph] parallel (src/Development/IDE/Graph/Internal/Action.hs:44)
  2006. 2665.46 s [hls-graph] runActions (src/Development/IDE/Graph/Internal/Action.hs:132)
  2007. 2665.46 s [hls-graph] getKeysAndVisitedAge (src/Development/IDE/Graph/Internal/Action.hs:143)
  2008. 2665.46 s [hls-graph] 0% ( 0 / 12) in 'Development.IDE.Graph.KeyMap'
  2009. 2665.46 s [hls-graph] Missing documentation for:
  2010. 2665.46 s [hls-graph] Module header
  2011. 2665.46 s [hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:52)
  2012. 2665.46 s [hls-graph] KeyMap (src/Development/IDE/Graph/Internal/Key.hs:141)
  2013. 2665.46 s [hls-graph] mapKeyMap (src/Development/IDE/Graph/Internal/Key.hs:150)
  2014. 2665.46 s [hls-graph] insertKeyMap (src/Development/IDE/Graph/Internal/Key.hs:153)
  2015. 2665.46 s [hls-graph] lookupKeyMap (src/Development/IDE/Graph/Internal/Key.hs:156)
  2016. 2665.46 s [hls-graph] lookupDefaultKeyMap (src/Development/IDE/Graph/Internal/Key.hs:159)
  2017. 2665.46 s [hls-graph] fromListKeyMap (src/Development/IDE/Graph/Internal/Key.hs:162)
  2018. 2665.46 s [hls-graph] fromListWithKeyMap (src/Development/IDE/Graph/Internal/Key.hs:165)
  2019. 2665.46 s [hls-graph] toListKeyMap (src/Development/IDE/Graph/Internal/Key.hs:168)
  2020. 2665.46 s [hls-graph] elemsKeyMap (src/Development/IDE/Graph/Internal/Key.hs:171)
  2021. 2665.46 s [hls-graph] restrictKeysKeyMap (src/Development/IDE/Graph/Internal/Key.hs:174)
  2022. 2665.46 s [hls-graph] 0% ( 0 / 13) in 'Development.IDE.Graph.KeySet'
  2023. 2665.46 s [hls-graph] Missing documentation for:
  2024. 2665.46 s [hls-graph] Module header
  2025. 2665.46 s [hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:52)
  2026. 2665.46 s [hls-graph] KeySet (src/Development/IDE/Graph/Internal/Key.hs:103)
  2027. 2665.46 s [hls-graph] insertKeySet (src/Development/IDE/Graph/Internal/Key.hs:112)
  2028. 2665.46 s [hls-graph] memberKeySet (src/Development/IDE/Graph/Internal/Key.hs:115)
  2029. 2665.46 s [hls-graph] toListKeySet (src/Development/IDE/Graph/Internal/Key.hs:118)
  2030. 2665.46 s [hls-graph] nullKeySet (src/Development/IDE/Graph/Internal/Key.hs:121)
  2031. 2665.46 s [hls-graph] differenceKeySet (src/Development/IDE/Graph/Internal/Key.hs:124)
  2032. 2665.46 s [hls-graph] deleteKeySet (src/Development/IDE/Graph/Internal/Key.hs:127)
  2033. 2665.46 s [hls-graph] fromListKeySet (src/Development/IDE/Graph/Internal/Key.hs:130)
  2034. 2665.46 s [hls-graph] singletonKeySet (src/Development/IDE/Graph/Internal/Key.hs:133)
  2035. 2665.46 s [hls-graph] filterKeySet (src/Development/IDE/Graph/Internal/Key.hs:136)
  2036. 2665.46 s [hls-graph] lengthKeySet (src/Development/IDE/Graph/Internal/Key.hs:139)
  2037. 2665.46 s [hls-graph] 66% ( 8 / 12) in 'Development.IDE.Graph.Rule'
  2038. 2665.46 s [hls-graph] Missing documentation for:
  2039. 2665.46 s [hls-graph] Module header
  2040. 2665.46 s [hls-graph] addRule (src/Development/IDE/Graph/Internal/Rules.hs:36)
  2041. 2665.46 s [hls-graph] apply (src/Development/IDE/Graph/Internal/Action.hs:114)
  2042. 2665.46 s [hls-graph] apply1 (src/Development/IDE/Graph/Internal/Action.hs:111)
  2043. 2665.46 s [hls-graph] 0% ( 0 / 9) in 'Paths_hls_graph'
  2044. 2665.46 s [hls-graph] Missing documentation for:
  2045. 2665.47 s [hls-graph] Module header
  2046. 2665.47 s [hls-graph] version (dist/build/autogen/Paths_hls_graph.hs:36)
  2047. 2665.47 s [hls-graph] getBinDir (dist/build/autogen/Paths_hls_graph.hs:56)
  2048. 2665.47 s [hls-graph] getLibDir (dist/build/autogen/Paths_hls_graph.hs:57)
  2049. 2665.47 s [hls-graph] getDynLibDir (dist/build/autogen/Paths_hls_graph.hs:58)
  2050. 2665.47 s [hls-graph] getDataDir (dist/build/autogen/Paths_hls_graph.hs:59)
  2051. 2665.47 s [hls-graph] getLibexecDir (dist/build/autogen/Paths_hls_graph.hs:60)
  2052. 2665.47 s [hls-graph] getDataFileName (dist/build/autogen/Paths_hls_graph.hs:39)
  2053. 2665.47 s [hls-graph] getSysconfDir (dist/build/autogen/Paths_hls_graph.hs:61)
  2054. 2665.47 s [hls-graph] 0% ( 0 / 2) in 'Development.IDE.Graph.Internal.Paths'
  2055. 2665.47 s [hls-graph] Missing documentation for:
  2056. 2665.47 s [hls-graph] Module header
  2057. 2665.47 s [hls-graph] readDataFileHTML (src/Development/IDE/Graph/Internal/Paths.hs:61)
  2058. 2665.47 s [hls-graph] 50% ( 1 / 2) in 'Development.IDE.Graph.Internal.Profile'
  2059. 2665.47 s [hls-graph] Missing documentation for:
  2060. 2665.47 s [hls-graph] Module header
  2061. 2665.47 s [hls-graph] Warning: 'ShakeDatabase' is ambiguous. It is defined
  2062. 2665.47 s [hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:89:22
  2063. 2665.47 s [hls-graph] * at src/Development/IDE/Graph/Internal/Types.hs:89:1
  2064. 2665.47 s [hls-graph] You may be able to disambiguate the identifier by qualifying it or
  2065. 2665.47 s [hls-graph] by specifying the type/value namespace explicitly.
  2066. 2665.47 s [hls-graph] Defaulting to the one defined at src/Development/IDE/Graph/Internal/Types.hs:89:1
  2067. 2665.47 s [hls-graph] 58% ( 7 / 12) in 'Development.IDE.Graph.Database'
  2068. 2665.47 s [hls-graph] Missing documentation for:
  2069. 2665.47 s [hls-graph] Module header
  2070. 2665.47 s [hls-graph] ShakeDatabase (src/Development/IDE/Graph/Internal/Types.hs:89)
  2071. 2665.47 s [hls-graph] ShakeValue (src/Development/IDE/Graph/Internal/Action.hs:35)
  2072. 2665.47 s [hls-graph] shakeNewDatabase (src/Development/IDE/Graph/Database.hs:30)
  2073. 2665.47 s [hls-graph] shakeRunDatabase (src/Development/IDE/Graph/Database.hs:37)
  2074. 2665.47 s [hls-graph] 41% ( 12 / 29) in 'Development.IDE.Graph'
  2075. 2665.47 s [hls-graph] Missing documentation for:
  2076. 2665.47 s [hls-graph] Module header
  2077. 2665.47 s [hls-graph] shakeOptions (src/Development/IDE/Graph/Internal/Options.hs:14)
  2078. 2665.47 s [hls-graph] action (src/Development/IDE/Graph/Internal/Rules.hs:27)
  2079. 2665.47 s [hls-graph] Key (src/Development/IDE/Graph/Internal/Key.hs:55)
  2080. 2665.47 s [hls-graph] newKey (src/Development/IDE/Graph/Internal/Key.hs:75)
  2081. 2665.47 s [hls-graph] renderKey (src/Development/IDE/Graph/Internal/Key.hs:101)
  2082. 2665.47 s [hls-graph] actionFinally (src/Development/IDE/Graph/Internal/Action.hs:106)
  2083. 2665.47 s [hls-graph] actionBracket (src/Development/IDE/Graph/Internal/Action.hs:101)
  2084. 2665.47 s [hls-graph] actionCatch (src/Development/IDE/Graph/Internal/Action.hs:91)
  2085. 2665.47 s [hls-graph] actionFork (src/Development/IDE/Graph/Internal/Action.hs:70)
  2086. 2665.47 s [hls-graph] ShakeOptions (src/Development/IDE/Graph/Internal/Options.hs:7)
  2087. 2665.47 s [hls-graph] getShakeExtra (src/Development/IDE/Graph/Internal/Options.hs:17)
  2088. 2665.47 s [hls-graph] getShakeExtraRules (src/Development/IDE/Graph/Internal/Options.hs:22)
  2089. 2665.47 s [hls-graph] newShakeExtra (src/Development/IDE/Graph/Internal/Options.hs:27)
  2090. 2665.47 s [hls-graph] parallel (src/Development/IDE/Graph/Internal/Action.hs:44)
  2091. 2665.47 s [hls-graph] ShakeValue (src/Development/IDE/Graph/Internal/Action.hs:35)
  2092. 2665.47 s [hls-graph] getKeysAndVisitedAge (src/Development/IDE/Graph/Internal/Action.hs:143)
  2093. 2666.40 s [hls-graph] Warning: Control.Concurrent.STM.Stats: could not find link destinations for:
  2094. 2666.40 s [hls-graph] - System.Random.Stateful.D:R:MutableGenTGenSTM
  2095. 2666.40 s [hls-graph] - Control.Monad.Trans.Control.D:R:StMSTMa
  2096. 2666.40 s [hls-graph] - Data.Primitive.Unlifted.Class.D:R:UnliftedTVar
  2097. 2666.44 s [hls-graph] Warning: Development.IDE.Graph.Classes: could not find link destinations for:
  2098. 2666.44 s [hls-graph] - Data.Vector.Vector
  2099. 2666.44 s [hls-graph] - Data.Aeson.TH.Arity
  2100. 2666.44 s [hls-graph] - Data.Aeson.TH.StarKindStatus
  2101. 2666.44 s [hls-graph] - Data.ByteString.Builder.RealFloat.FormatMode
  2102. 2666.44 s [hls-graph] - Control.DeepSeq.GNFData
  2103. 2666.44 s [hls-graph] - StmContainers.Prelude.Product2
  2104. 2666.44 s [hls-graph] - Data.Text.Internal.Encoding.PartialUtf8CodePoint
  2105. 2666.44 s [hls-graph] - Data.Text.Short.Internal.B
  2106. 2666.44 s [hls-graph] - Data.UUID.Types.Internal.UnpackedUUID
  2107. 2666.44 s [hls-graph] - Control.DeepSeq.Zero
  2108. 2666.44 s [hls-graph] - System.Time.Extra.Timeout
  2109. 2666.44 s [hls-graph] - Data.Vector.Fusion.Bundle.Size.Size
  2110. 2666.44 s [hls-graph] - Data.Vector.Unboxed.Base.MVector
  2111. 2666.44 s [hls-graph] - Data.Vector.Unboxed.Base.Vector
  2112. 2666.44 s [hls-graph] - Data.Vector.Primitive.Vector
  2113. 2666.44 s [hls-graph] - Data.Vector.Storable.Vector
  2114. 2666.44 s [hls-graph] - Data.Vector.Strict.Vector
  2115. 2666.44 s [hls-graph] - Data.List.Extra.RB
  2116. 2666.44 s [hls-graph] - Data.Aeson.TH.FunArg
  2117. 2666.44 s [hls-graph] Warning: Development.IDE.Graph.Internal.Types: could not find link destinations for:
  2118. 2666.45 s [hls-graph] - Development.IDE.Graph.Internal.Types.Rep_RunChanged
  2119. 2666.45 s [hls-graph] Warning: Development.IDE.Graph.Rule: could not find link destinations for:
  2120. 2666.45 s [hls-graph] - Development.IDE.Graph.Internal.Types.Rep_RunChanged
  2121. 2667.92 s [mono-traversable] Documentation created: dist/doc/html/mono-traversable,
  2122. 2668.64 s [mono-traversable] dist/doc/html/mono-traversable/mono-traversable.txt
  2123. 2668.64 s [mono-traversable] Preprocessing test suite 'test' for mono-traversable-1.0.21.0...
  2124. 2668.68 s [mono-traversable] Phase: installPhase
  2125. 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
  2126. 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 )
  2127. 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 )
  2128. 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 )
  2129. 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 )
  2130. 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 )
  2131. 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 )
  2132. 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 )
  2133. 2669.63 s [mono-traversable] Phase: fixupPhase
  2134. 2669.73 s [mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0
  2135. 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
  2136. 2669.75 s [mono-traversable] checking for references to /build/ in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0...
  2137. 2669.79 s [mono-traversable] patching script interpreter paths in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0
  2138. 2669.80 s [mono-traversable] stripping (with command strip and flags -S -p) in /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0/lib
  2139. 2670.34 s [mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc
  2140. 2670.36 s [mono-traversable] checking for references to /build/ in /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc...
  2141. 2670.38 s [mono-traversable] patching script interpreter paths in /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc
  2142. 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
  2143. 2672.23 s [mono-traversable:post-build] Pushing 2 paths (104 are already present) using zstd to cache sellout ⏳
  2144. 2672.23 s [mono-traversable:post-build]
  2145. 2672.61 s [mono-traversable:post-build] Pushing /nix/store/kha903f3398hh33n063hiy419fmfy24v-mono-traversable-1.0.21.0-doc (5.39 MiB)
  2146. 2672.65 s [mono-traversable:post-build] Pushing /nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0 (22.59 MiB)
  2147. 2674.12 s [mono-traversable:post-build]
  2148. 2674.12 s [mono-traversable:post-build] All done.
  2149. 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
  2150. 2674.83 s [mono-traversable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2151. 2675.07 s [mono-traversable:post-build] copying 4 paths...
  2152. 2675.07 s [mono-traversable:post-build] copying path '/nix/store/28g2gqysinq0701di5qb3kzl2yk8ivgx-split-0.2.5-doc' to 'https://cache.nix-ci.com'...
  2153. 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'...
  2154. 2675.47 s [mono-traversable:post-build] copying path '/nix/store/rbqfg138m6n38smx7hx3fc4j4j1cyq6f-split-0.2.5' to 'https://cache.nix-ci.com'...
  2155. 2676.32 s [mono-traversable:post-build] copying path '/nix/store/fwl21hxd09jmr74kpw4p4rpid0imhhiz-mono-traversable-1.0.21.0' to 'https://cache.nix-ci.com'...
  2156. 2684.08 s [mono-traversable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2157. 2684.50 s [mono-traversable:post-build] copying 2 paths...
  2158. 2684.51 s [mono-traversable:post-build] copying path '/nix/store/9xkqlfzldhikls8hkqdmyh8gzpkkyih0-split-0.2.5.drv' to 'https://cache.nix-ci.com'...
  2159. 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'...
  2160. 2685.06 s Progress: 146 of 170 built (2 building), 375 of 375 downloaded from cache
  2161. 2685.16 s Building /nix/store/g9aq2fc9lk4qwwbqvhk3q38s9wbdw9wa-conduit-1.3.6.1.drv
  2162. 2685.16 s [hls-graph] Documentation created: dist/doc/html/hls-graph,
  2163. 2685.16 s [hls-graph] dist/doc/html/hls-graph/hls-graph.txt
  2164. 2685.16 s [hls-graph] Preprocessing test suite 'tests' for hls-graph-2.10.0.0...
  2165. 2685.16 s [hls-graph] Phase: installPhase
  2166. 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
  2167. 2685.16 s [hls-graph] Phase: fixupPhase
  2168. 2685.16 s [hls-graph] shrinking RPATHs of ELF executables and libraries in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0
  2169. 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
  2170. 2685.16 s [hls-graph] checking for references to /build/ in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0...
  2171. 2685.16 s [hls-graph] patching script interpreter paths in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0
  2172. 2685.16 s [hls-graph] stripping (with command strip and flags -S -p) in /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0/lib
  2173. 2685.16 s [hls-graph] shrinking RPATHs of ELF executables and libraries in /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data
  2174. 2685.16 s [hls-graph] checking for references to /build/ in /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data...
  2175. 2685.16 s [hls-graph] patching script interpreter paths in /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data
  2176. 2685.16 s [hls-graph] shrinking RPATHs of ELF executables and libraries in /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc
  2177. 2685.16 s [hls-graph] checking for references to /build/ in /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc...
  2178. 2685.16 s [hls-graph] patching script interpreter paths in /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc
  2179. 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 )
  2180. 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 )
  2181. 2685.16 s [lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.p_o )
  2182. 2685.16 s [lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.p_o )
  2183. 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 )
  2184. 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 )
  2185. 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 )
  2186. 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 )
  2187. 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 )
  2188. 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 )
  2189. 2685.16 s [lsp-types] src/Language/LSP/Protocol/Utils/Misc.hs:24:1: warning: [GHC-66111] [-Wunused-imports]
  2190. 2685.16 s [lsp-types] The import of ‘Data.List’ is redundant
  2191. 2685.16 s [lsp-types] except perhaps to import instances from ‘Data.List’
  2192. 2685.16 s [lsp-types] To import instances alone, use: import Data.List()
  2193. 2685.16 s [lsp-types] |
  2194. 2685.16 s [lsp-types] 24 | import Data.List hiding (group)
  2195. 2685.16 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2196. 2685.16 s [lsp-types]
  2197. 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 )
  2198. 2685.16 s [lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.p_o )
  2199. 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
  2200. 2686.71 s [hls-graph:post-build] Pushing 3 paths (209 are already present) using zstd to cache sellout ⏳
  2201. 2686.71 s [hls-graph:post-build]
  2202. 2687.08 s [hls-graph:post-build] Pushing /nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0 (5.84 MiB)
  2203. 2687.27 s [hls-graph:post-build] Pushing /nix/store/dz4i3cx731jw92l2lr4cjppv05z0gj6c-hls-graph-2.10.0.0-data (49.30 KiB)
  2204. 2687.29 s [hls-graph:post-build] Pushing /nix/store/0xnp2irc95ml4hlx0sg37hak79wskp9y-hls-graph-2.10.0.0-doc (4.22 MiB)
  2205. 2688.20 s [hls-graph:post-build]
  2206. 2688.20 s [hls-graph:post-build] All done.
  2207. 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
  2208. 2688.94 s [hls-graph:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2209. 2689.30 s [hls-graph:post-build] copying 3 paths...
  2210. 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'...
  2211. 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'...
  2212. 2690.22 s [hls-graph:post-build] copying path '/nix/store/wxjdd3ayjcdar9g4cwqch4bmidgi2bbz-hls-graph-2.10.0.0' to 'https://cache.nix-ci.com'...
  2213. 2692.84 s [hls-graph:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2214. 2693.29 s [hls-graph:post-build] copying 2 paths...
  2215. 2693.29 s [hls-graph:post-build] copying path '/nix/store/3jlcmsm1hv6b60x10mj0vv89ja66036v-tasty-rerun-1.1.20.drv' to 'https://cache.nix-ci.com'...
  2216. 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'...
  2217. 2693.76 s Progress: 147 of 170 built (2 building), 375 of 375 downloaded from cache
  2218. 2693.76 s [conduit] Phase: setupCompilerEnvironmentPhase
  2219. 2693.76 s [conduit] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  2220. 2693.76 s [conduit] Phase: unpackPhase
  2221. 2693.76 s [conduit] unpacking source archive /nix/store/8sp5k4g5r92npk40bv2qg6bwndx645hy-conduit-1.3.6.1.tar.gz
  2222. 2693.76 s [conduit] source root is conduit-1.3.6.1
  2223. 2693.76 s [conduit] setting SOURCE_DATE_EPOCH to timestamp 1740294189 of file "conduit-1.3.6.1/conduit.cabal"
  2224. 2693.76 s [conduit] Phase: patchPhase
  2225. 2693.76 s [conduit] Phase: compileBuildDriverPhase
  2226. 2693.76 s [conduit] setupCompileFlags: -package-db=/build/tmp.5u9Uk6EYsA/setup-package.conf.d -threaded
  2227. 2693.76 s [conduit] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.5u9Uk6EYsA/Main.o )
  2228. 2693.76 s [conduit] [2 of 2] Linking Setup
  2229. 2693.76 s [conduit] Phase: updateAutotoolsGnuConfigScriptsPhase
  2230. 2693.76 s [conduit] Phase: configurePhase
  2231. 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
  2232. 2693.76 s [conduit] Using Parsec parser
  2233. 2693.76 s [conduit] Configuring conduit-1.3.6.1...
  2234. 2693.76 s [conduit] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  2235. 2693.76 s [conduit] 'ghc' version < 9.12):
  2236. 2693.76 s [conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  2237. 2693.76 s [conduit] 9.12.1
  2238. 2693.76 s [conduit] Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
  2239. 2693.76 s [conduit] execution vulnerability. Furthermore, popular forges like GitHub do not
  2240. 2693.76 s [conduit] support it. Use https:// or ssh:// instead.
  2241. 2693.76 s [conduit] Dependency base >=4.12 && <5: using base-4.21.0.0
  2242. 2693.76 s [conduit] Dependency bytestring: using bytestring-0.12.2.0
  2243. 2693.76 s [conduit] Dependency directory: using directory-1.3.9.0
  2244. 2693.76 s [conduit] Dependency exceptions: using exceptions-0.10.9
  2245. 2693.76 s [conduit] Dependency filepath: using filepath-1.5.4.0
  2246. 2693.76 s [conduit] Dependency mono-traversable >=1.0.7: using mono-traversable-1.0.21.0
  2247. 2693.76 s [conduit] Dependency mtl: using mtl-2.3.1
  2248. 2693.76 s [conduit] Dependency primitive: using primitive-0.9.1.0
  2249. 2693.76 s [conduit] Dependency resourcet >=1.2 && <1.4: using resourcet-1.3.0
  2250. 2693.76 s [conduit] Dependency text: using text-2.1.2
  2251. 2693.76 s [conduit] Dependency transformers >=0.4: using transformers-0.6.1.2
  2252. 2693.76 s [conduit] Dependency unix: using unix-2.8.6.0
  2253. 2693.76 s [conduit] Dependency unliftio-core: using unliftio-core-0.2.1.0
  2254. 2693.76 s [conduit] Dependency vector: using vector-0.13.2.0
  2255. 2693.76 s [conduit] Dependency QuickCheck >=2.7: using QuickCheck-2.14.3
  2256. 2693.76 s [conduit] Dependency base: using base-4.21.0.0
  2257. 2693.76 s [conduit] Dependency bytestring: using bytestring-0.12.2.0
  2258. 2693.76 s [conduit] Dependency conduit: using conduit-1.3.6.1
  2259. 2693.76 s [conduit] Dependency containers: using containers-0.7
  2260. 2693.76 s [conduit] Dependency directory: using directory-1.3.9.0
  2261. 2693.76 s [conduit] Dependency exceptions >=0.6: using exceptions-0.10.9
  2262. 2693.76 s [conduit] Dependency filepath: using filepath-1.5.4.0
  2263. 2693.76 s [conduit] Dependency hspec >=1.3: using hspec-2.11.12
  2264. 2693.76 s [conduit] Dependency mono-traversable: using mono-traversable-1.0.21.0
  2265. 2693.76 s [conduit] Dependency mtl: using mtl-2.3.1
  2266. 2693.76 s [conduit] Dependency resourcet: using resourcet-1.3.0
  2267. 2693.76 s [conduit] Dependency safe: using safe-0.3.21
  2268. 2693.76 s [conduit] Dependency silently: using silently-1.2.5.4
  2269. 2693.76 s [conduit] Dependency split >=0.2.0.0: using split-0.2.5
  2270. 2693.76 s [conduit] Dependency text: using text-2.1.2
  2271. 2693.76 s [conduit] Dependency transformers: using transformers-0.6.1.2
  2272. 2693.76 s [conduit] Dependency unliftio >=0.2.4.0: using unliftio-0.2.25.1
  2273. 2693.76 s [conduit] Dependency vector: using vector-0.13.2.0
  2274. 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 )
  2275. 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 )
  2276. 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 )
  2277. 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 )
  2278. 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 )
  2279. 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 )
  2280. 2693.76 s [conduit] Source component graph:
  2281. 2693.76 s [conduit] component lib
  2282. 2693.76 s [conduit] component test:conduit-test dependency lib
  2283. 2693.76 s [conduit] Configured component graph:
  2284. 2693.76 s [conduit] component conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  2285. 2693.76 s [conduit] include base-4.21.0.0-f068
  2286. 2693.76 s [conduit] include bytestring-0.12.2.0-be6d
  2287. 2693.76 s [conduit] include directory-1.3.9.0-9eff
  2288. 2693.76 s [conduit] include exceptions-0.10.9-5f69
  2289. 2693.76 s [conduit] include filepath-1.5.4.0-7ce6
  2290. 2693.76 s [conduit] include mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
  2291. 2693.76 s [conduit] include mtl-2.3.1-9650
  2292. 2693.76 s [conduit] include primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
  2293. 2693.76 s [conduit] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  2294. 2693.76 s [conduit] include text-2.1.2-5eaa
  2295. 2693.76 s [conduit] include transformers-0.6.1.2-199f
  2296. 2693.76 s [conduit] include unix-2.8.6.0-6369
  2297. 2693.76 s [conduit] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  2298. 2693.76 s [conduit] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  2299. 2693.76 s [conduit] component conduit-1.3.6.1-5uxHzotD0o3Ijjr2m4ThdN-conduit-test
  2300. 2693.76 s [conduit] include QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
  2301. 2693.76 s [conduit] include base-4.21.0.0-f068
  2302. 2693.76 s [conduit] include bytestring-0.12.2.0-be6d
  2303. 2693.76 s [conduit] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  2304. 2693.76 s [conduit] include containers-0.7-647d
  2305. 2693.76 s [conduit] include directory-1.3.9.0-9eff
  2306. 2693.76 s [conduit] include exceptions-0.10.9-5f69
  2307. 2693.76 s [conduit] include filepath-1.5.4.0-7ce6
  2308. 2693.76 s [conduit] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  2309. 2693.76 s [conduit] include mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
  2310. 2693.76 s [conduit] include mtl-2.3.1-9650
  2311. 2693.76 s [conduit] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  2312. 2693.76 s [conduit] include safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
  2313. 2693.76 s [conduit] include silently-1.2.5.4-7tvUfLbVOVnLBvsvbpccMF
  2314. 2693.76 s [conduit] include split-0.2.5-APh1gHkzHlX3dcs4OJD4yE
  2315. 2693.76 s [conduit] include text-2.1.2-5eaa
  2316. 2693.76 s [conduit] include transformers-0.6.1.2-199f
  2317. 2693.76 s [conduit] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  2318. 2693.76 s [conduit] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  2319. 2693.76 s [conduit] Linked component graph:
  2320. 2693.76 s [conduit] unit conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  2321. 2693.76 s [conduit] include base-4.21.0.0-f068
  2322. 2693.76 s [conduit] include bytestring-0.12.2.0-be6d
  2323. 2693.76 s [conduit] include directory-1.3.9.0-9eff
  2324. 2693.76 s [conduit] include exceptions-0.10.9-5f69
  2325. 2693.76 s [conduit] include filepath-1.5.4.0-7ce6
  2326. 2693.76 s [conduit] include mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
  2327. 2693.76 s [conduit] include mtl-2.3.1-9650
  2328. 2693.76 s [conduit] include primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
  2329. 2693.76 s [conduit] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  2330. 2693.76 s [conduit] include text-2.1.2-5eaa
  2331. 2693.76 s [conduit] include transformers-0.6.1.2-199f
  2332. 2693.76 s [conduit] include unix-2.8.6.0-6369
  2333. 2693.76 s [conduit] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  2334. 2693.76 s [conduit] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  2335. 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
  2336. 2693.76 s [conduit] unit conduit-1.3.6.1-5uxHzotD0o3Ijjr2m4ThdN-conduit-test
  2337. 2693.76 s [conduit] include QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
  2338. 2693.76 s [conduit] include base-4.21.0.0-f068
  2339. 2693.76 s [conduit] include bytestring-0.12.2.0-be6d
  2340. 2693.76 s [conduit] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  2341. 2693.76 s [conduit] include containers-0.7-647d
  2342. 2693.76 s [conduit] include directory-1.3.9.0-9eff
  2343. 2693.76 s [conduit] include exceptions-0.10.9-5f69
  2344. 2693.76 s [conduit] include filepath-1.5.4.0-7ce6
  2345. 2693.76 s [conduit] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  2346. 2693.76 s [conduit] include mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
  2347. 2693.76 s [conduit] include mtl-2.3.1-9650
  2348. 2693.76 s [conduit] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  2349. 2693.76 s [conduit] include safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
  2350. 2693.76 s [conduit] include silently-1.2.5.4-7tvUfLbVOVnLBvsvbpccMF
  2351. 2693.76 s [conduit] include split-0.2.5-APh1gHkzHlX3dcs4OJD4yE
  2352. 2693.76 s [conduit] include text-2.1.2-5eaa
  2353. 2693.76 s [conduit] include transformers-0.6.1.2-199f
  2354. 2693.76 s [conduit] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  2355. 2693.76 s [conduit] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  2356. 2693.76 s [conduit] Ready component graph:
  2357. 2693.76 s [conduit] definite conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  2358. 2693.76 s [conduit] depends base-4.21.0.0-f068
  2359. 2693.76 s [conduit] depends bytestring-0.12.2.0-be6d
  2360. 2693.76 s [conduit] depends directory-1.3.9.0-9eff
  2361. 2693.76 s [conduit] depends exceptions-0.10.9-5f69
  2362. 2693.76 s [conduit] depends filepath-1.5.4.0-7ce6
  2363. 2693.76 s [conduit] depends mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
  2364. 2693.76 s [conduit] depends mtl-2.3.1-9650
  2365. 2693.76 s [conduit] depends primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
  2366. 2693.76 s [conduit] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  2367. 2693.76 s [conduit] depends text-2.1.2-5eaa
  2368. 2693.76 s [conduit] depends transformers-0.6.1.2-199f
  2369. 2693.76 s [conduit] depends unix-2.8.6.0-6369
  2370. 2693.76 s [conduit] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  2371. 2693.76 s [conduit] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  2372. 2693.76 s [conduit] definite conduit-1.3.6.1-5uxHzotD0o3Ijjr2m4ThdN-conduit-test
  2373. 2693.76 s [conduit] depends QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
  2374. 2693.76 s [conduit] depends base-4.21.0.0-f068
  2375. 2693.76 s [conduit] depends bytestring-0.12.2.0-be6d
  2376. 2693.76 s [conduit] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  2377. 2693.76 s [conduit] depends containers-0.7-647d
  2378. 2693.76 s [conduit] depends directory-1.3.9.0-9eff
  2379. 2693.76 s [conduit] depends exceptions-0.10.9-5f69
  2380. 2693.76 s [conduit] depends filepath-1.5.4.0-7ce6
  2381. 2693.76 s [conduit] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  2382. 2693.76 s [conduit] depends mono-traversable-1.0.21.0-BnuYcFdE7UDCNt4qHzl3tD
  2383. 2693.76 s [conduit] depends mtl-2.3.1-9650
  2384. 2693.76 s [conduit] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  2385. 2693.76 s [conduit] depends safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
  2386. 2693.76 s [conduit] depends silently-1.2.5.4-7tvUfLbVOVnLBvsvbpccMF
  2387. 2693.76 s [conduit] depends split-0.2.5-APh1gHkzHlX3dcs4OJD4yE
  2388. 2693.76 s [conduit] depends text-2.1.2-5eaa
  2389. 2693.76 s [conduit] depends transformers-0.6.1.2-199f
  2390. 2693.76 s [conduit] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  2391. 2693.76 s [conduit] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  2392. 2693.76 s [conduit] Using Cabal-3.14.1.0 compiled by ghc-9.12
  2393. 2693.76 s [conduit] Using compiler: ghc-9.12.1
  2394. 2693.76 s [conduit] Using install prefix:
  2395. 2693.76 s [conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1
  2396. 2693.76 s [conduit] Executables installed in:
  2397. 2693.76 s [conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/bin
  2398. 2693.76 s [conduit] Libraries installed in:
  2399. 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
  2400. 2693.76 s [conduit] Dynamic Libraries installed in:
  2401. 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
  2402. 2693.76 s [conduit] Private executables installed in:
  2403. 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
  2404. 2693.76 s [conduit] Data files installed in:
  2405. 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
  2406. 2693.76 s [conduit] Documentation installed in:
  2407. 2693.76 s [conduit] /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc/share/doc/conduit-1.3.6.1
  2408. 2693.76 s [conduit] Configuration files installed in:
  2409. 2693.76 s [conduit] /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/etc
  2410. 2693.76 s [conduit] No alex found
  2411. 2693.76 s [conduit] Using ar found on system at:
  2412. 2693.76 s [conduit] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  2413. 2693.76 s [conduit] No c2hs found
  2414. 2693.76 s [conduit] No cpphs found
  2415. 2693.76 s [conduit] No doctest found
  2416. 2693.76 s [conduit] Using gcc version 14.3.0 given by user at:
  2417. 2693.76 s [conduit] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  2418. 2693.76 s [conduit] Using ghc version 9.12.1 found on system at:
  2419. 2693.76 s [conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  2420. 2693.76 s [conduit] Using ghc-pkg version 9.12.1 found on system at:
  2421. 2693.76 s [conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  2422. 2693.76 s [conduit] No ghcjs found
  2423. 2693.77 s [conduit] No ghcjs-pkg found
  2424. 2693.77 s [conduit] No greencard found
  2425. 2693.77 s [conduit] Using haddock version 2.30.0 found on system at:
  2426. 2693.77 s [conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  2427. 2693.77 s [conduit] No happy found
  2428. 2693.77 s [conduit] No haskell-suite found
  2429. 2693.77 s [conduit] No haskell-suite-pkg found
  2430. 2693.77 s [conduit] No hmake found
  2431. 2693.77 s [conduit] Using hpc version 0.69 found on system at:
  2432. 2693.77 s [conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  2433. 2693.77 s [conduit] Using hsc2hs version 0.68.10 found on system at:
  2434. 2693.77 s [conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  2435. 2693.77 s [conduit] Using hscolour version 1.25 found on system at:
  2436. 2693.77 s [conduit] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  2437. 2693.77 s [conduit] No jhc found
  2438. 2693.77 s [conduit] Using ld found on system at:
  2439. 2693.77 s [conduit] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  2440. 2693.77 s [conduit] No pkg-config found
  2441. 2693.77 s [conduit] Using runghc version 9.12.1 found on system at:
  2442. 2693.77 s [conduit] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  2443. 2693.77 s [conduit] Using strip version 2.44 found on system at:
  2444. 2693.77 s [conduit] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  2445. 2693.77 s [conduit] Using tar found on system at:
  2446. 2693.77 s [conduit] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  2447. 2693.77 s [conduit] No uhc found
  2448. 2693.77 s [conduit] Phase: buildPhase
  2449. 2693.77 s [conduit] Preprocessing library for conduit-1.3.6.1...
  2450. 2693.77 s [conduit] Building library for conduit-1.3.6.1...
  2451. 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 )
  2452. 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 )
  2453. 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 )
  2454. 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 )
  2455. 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 )
  2456. 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 )
  2457. 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 )
  2458. 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 )
  2459. 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 )
  2460. 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 )
  2461. 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 )
  2462. 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 )
  2463. 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 )
  2464. 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 )
  2465. 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 )
  2466. 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 )
  2467. 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 )
  2468. 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 )
  2469. 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 )
  2470. 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 )
  2471. 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 )
  2472. 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 )
  2473. 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 )
  2474. 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 )
  2475. 2694.89 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  2476. 2694.89 s [conduit] The import of ‘Control.Applicative’ is redundant
  2477. 2694.89 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  2478. 2694.89 s [conduit] To import instances alone, use: import Control.Applicative()
  2479. 2694.89 s [conduit] |
  2480. 2694.89 s [conduit] 48 | import Control.Applicative (Applicative (..))
  2481. 2694.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2482. 2694.90 s [conduit]
  2483. 2694.90 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  2484. 2694.90 s [conduit] The import of ‘MonadUnliftIO’
  2485. 2694.90 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  2486. 2694.90 s [conduit] |
  2487. 2694.90 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  2488. 2694.90 s [conduit] | ^^^^^^^^^^^^^
  2489. 2694.90 s [conduit]
  2490. 2694.90 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  2491. 2694.90 s [conduit] The import of ‘Data.Monoid’ is redundant
  2492. 2694.90 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  2493. 2694.90 s [conduit] To import instances alone, use: import Data.Monoid()
  2494. 2694.90 s [conduit] |
  2495. 2694.90 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  2496. 2694.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2497. 2694.90 s [conduit]
  2498. 2694.90 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  2499. 2694.90 s [conduit] The import of ‘Data.Semigroup’ is redundant
  2500. 2694.90 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  2501. 2694.90 s [conduit] To import instances alone, use: import Data.Semigroup()
  2502. 2694.90 s [conduit] |
  2503. 2694.90 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  2504. 2694.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2505. 2694.90 s [conduit]
  2506. 2694.90 s [conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2507. 2694.90 s [conduit] Rule "conduit: CI.await >>= maybe" may never fire
  2508. 2694.90 s [conduit] because ‘maybe’ might inline first
  2509. 2694.90 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  2510. 2694.90 s [conduit] |
  2511. 2694.90 s [conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
  2512. 2694.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2513. 2694.90 s [conduit]
  2514. 2694.90 s [conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2515. 2694.90 s [conduit] Rule "conduit: awaitE >>= either" may never fire
  2516. 2694.90 s [conduit] because ‘either’ might inline first
  2517. 2694.90 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
  2518. 2694.90 s [conduit] |
  2519. 2694.90 s [conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
  2520. 2694.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2521. 2694.90 s [conduit]
  2522. 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 )
  2523. 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 )
  2524. 2696.25 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  2525. 2696.25 s [conduit] The import of ‘Control.Applicative’ is redundant
  2526. 2696.25 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  2527. 2696.25 s [conduit] To import instances alone, use: import Control.Applicative()
  2528. 2696.25 s [conduit] |
  2529. 2696.25 s [conduit] 93 | import Control.Applicative (Applicative (..))
  2530. 2696.25 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2531. 2696.25 s [conduit]
  2532. 2696.25 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  2533. 2696.25 s [conduit] The import of ‘MonadUnliftIO’
  2534. 2696.25 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  2535. 2696.25 s [conduit] |
  2536. 2696.25 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  2537. 2696.25 s [conduit] | ^^^^^^^^^^^^^
  2538. 2696.25 s [conduit]
  2539. 2696.25 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  2540. 2696.25 s [conduit] The import of ‘Data.Monoid’ is redundant
  2541. 2696.25 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  2542. 2696.25 s [conduit] To import instances alone, use: import Data.Monoid()
  2543. 2696.25 s [conduit] |
  2544. 2696.25 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  2545. 2696.25 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2546. 2696.25 s [conduit]
  2547. 2696.25 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  2548. 2696.25 s [conduit] The import of ‘Data.Semigroup’ is redundant
  2549. 2696.25 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  2550. 2696.25 s [conduit] To import instances alone, use: import Data.Semigroup()
  2551. 2696.25 s [conduit] |
  2552. 2696.25 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  2553. 2696.25 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2554. 2696.25 s [conduit]
  2555. 2696.26 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  2556. 2696.26 s [conduit] The import of ‘Data.Traversable’ is redundant
  2557. 2696.26 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  2558. 2696.26 s [conduit] To import instances alone, use: import Data.Traversable()
  2559. 2696.26 s [conduit] |
  2560. 2696.26 s [conduit] 114 | import Data.Traversable (Traversable (..))
  2561. 2696.26 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2562. 2696.26 s [conduit]
  2563. 2696.26 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  2564. 2696.26 s [conduit] This binding for ‘p’ shadows the existing binding
  2565. 2696.26 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  2566. 2696.26 s [conduit] |
  2567. 2696.26 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  2568. 2696.26 s [conduit] | ^
  2569. 2696.26 s [conduit]
  2570. 2696.26 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  2571. 2696.26 s [conduit] This binding for ‘p’ shadows the existing binding
  2572. 2696.26 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  2573. 2696.26 s [conduit] |
  2574. 2696.26 s [conduit] 743 | go (Leftover p ()) = go p
  2575. 2696.26 s [conduit] | ^
  2576. 2696.26 s [conduit]
  2577. 2696.26 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  2578. 2696.26 s [conduit] This binding for ‘p’ shadows the existing binding
  2579. 2696.26 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  2580. 2696.26 s [conduit] |
  2581. 2696.26 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  2582. 2696.26 s [conduit] | ^
  2583. 2696.26 s [conduit]
  2584. 2696.26 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  2585. 2696.26 s [conduit] This binding for ‘p’ shadows the existing binding
  2586. 2696.26 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  2587. 2696.26 s [conduit] |
  2588. 2696.26 s [conduit] 760 | go (Leftover p ()) = go p
  2589. 2696.26 s [conduit] | ^
  2590. 2696.26 s [conduit]
  2591. 2696.26 s [conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2592. 2696.26 s [conduit] Rule "conduit: await >>= maybe" may never fire
  2593. 2696.26 s [conduit] because ‘maybe’ might inline first
  2594. 2696.26 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  2595. 2696.26 s [conduit] |
  2596. 2696.26 s [conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
  2597. 2696.26 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2598. 2696.26 s [conduit]
  2599. 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 )
  2600. 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 )
  2601. 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 )
  2602. 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 )
  2603. 2698.03 s [conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2604. 2698.03 s [conduit] Rule "conduit: fuseStream (.|)" may never fire
  2605. 2698.03 s [conduit] because ‘.|’ might inline first
  2606. 2698.03 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2607. 2698.04 s [conduit] |
  2608. 2698.04 s [conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
  2609. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2610. 2698.04 s [conduit]
  2611. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2612. 2698.04 s [conduit] Rule "conduit: fuseStream (fuse)" may never fire
  2613. 2698.04 s [conduit] because ‘fuse’ might inline first
  2614. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  2615. 2698.04 s [conduit] |
  2616. 2698.04 s [conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
  2617. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2618. 2698.04 s [conduit]
  2619. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  2620. 2698.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  2621. 2698.04 s [conduit] Deprecated: "Use .|"
  2622. 2698.04 s [conduit] |
  2623. 2698.04 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  2624. 2698.04 s [conduit] | ^^^
  2625. 2698.04 s [conduit]
  2626. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2627. 2698.04 s [conduit] Rule "conduit: runStream (pure)" may never fire
  2628. 2698.04 s [conduit] because ‘runConduitPure’ might inline first
  2629. 2698.04 s [conduit] Suggested fix:
  2630. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  2631. 2698.04 s [conduit] |
  2632. 2698.04 s [conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
  2633. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2634. 2698.04 s [conduit]
  2635. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2636. 2698.04 s [conduit] Rule "conduit: runStream (ResourceT)" may never fire
  2637. 2698.04 s [conduit] because ‘runConduitRes’ might inline first
  2638. 2698.04 s [conduit] Suggested fix:
  2639. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  2640. 2698.04 s [conduit] |
  2641. 2698.04 s [conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
  2642. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2643. 2698.04 s [conduit]
  2644. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  2645. 2698.04 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  2646. 2698.04 s [conduit] Deprecated: "Use runConduit and .|"
  2647. 2698.04 s [conduit] |
  2648. 2698.04 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  2649. 2698.04 s [conduit] | ^^
  2650. 2698.04 s [conduit]
  2651. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  2652. 2698.04 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  2653. 2698.04 s [conduit] Deprecated: "Use runConduit and .|"
  2654. 2698.04 s [conduit] |
  2655. 2698.04 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  2656. 2698.04 s [conduit] | ^^
  2657. 2698.04 s [conduit]
  2658. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2659. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
  2660. 2698.04 s [conduit] because ‘.|’ might inline first
  2661. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2662. 2698.04 s [conduit] |
  2663. 2698.04 s [conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
  2664. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2665. 2698.04 s [conduit]
  2666. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  2667. 2698.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  2668. 2698.04 s [conduit] Deprecated: "Use .|"
  2669. 2698.04 s [conduit] |
  2670. 2698.04 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  2671. 2698.04 s [conduit] | ^^^
  2672. 2698.04 s [conduit]
  2673. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2674. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
  2675. 2698.04 s [conduit] because ‘fuse’ might inline first
  2676. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  2677. 2698.04 s [conduit] |
  2678. 2698.04 s [conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
  2679. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2680. 2698.04 s [conduit]
  2681. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2682. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  2683. 2698.04 s [conduit] because ‘.|’ might inline first
  2684. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2685. 2698.04 s [conduit] |
  2686. 2698.04 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  2687. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2688. 2698.04 s [conduit]
  2689. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2690. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  2691. 2698.04 s [conduit] because ‘runConduitPure’ might inline first
  2692. 2698.04 s [conduit] Suggested fix:
  2693. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  2694. 2698.04 s [conduit] |
  2695. 2698.04 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  2696. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2697. 2698.04 s [conduit]
  2698. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2699. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
  2700. 2698.04 s [conduit] because ‘runConduitPure’ might inline first
  2701. 2698.04 s [conduit] Suggested fix:
  2702. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  2703. 2698.04 s [conduit] |
  2704. 2698.04 s [conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
  2705. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2706. 2698.04 s [conduit]
  2707. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  2708. 2698.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  2709. 2698.04 s [conduit] Deprecated: "Use .|"
  2710. 2698.04 s [conduit] |
  2711. 2698.04 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  2712. 2698.04 s [conduit] | ^^^
  2713. 2698.04 s [conduit]
  2714. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2715. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  2716. 2698.04 s [conduit] because ‘fuse’ might inline first
  2717. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  2718. 2698.04 s [conduit] |
  2719. 2698.04 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  2720. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2721. 2698.04 s [conduit]
  2722. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2723. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  2724. 2698.04 s [conduit] because ‘runConduitPure’ might inline first
  2725. 2698.04 s [conduit] Suggested fix:
  2726. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  2727. 2698.04 s [conduit] |
  2728. 2698.04 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  2729. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2730. 2698.04 s [conduit]
  2731. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2732. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  2733. 2698.04 s [conduit] because ‘.|’ might inline first
  2734. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2735. 2698.04 s [conduit] |
  2736. 2698.04 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  2737. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2738. 2698.04 s [conduit]
  2739. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2740. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  2741. 2698.04 s [conduit] because ‘runConduitRes’ might inline first
  2742. 2698.04 s [conduit] Suggested fix:
  2743. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  2744. 2698.04 s [conduit] |
  2745. 2698.04 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  2746. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2747. 2698.04 s [conduit]
  2748. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2749. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
  2750. 2698.04 s [conduit] because ‘runConduitRes’ might inline first
  2751. 2698.04 s [conduit] Suggested fix:
  2752. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  2753. 2698.04 s [conduit] |
  2754. 2698.04 s [conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
  2755. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2756. 2698.04 s [conduit]
  2757. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  2758. 2698.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  2759. 2698.04 s [conduit] Deprecated: "Use .|"
  2760. 2698.04 s [conduit] |
  2761. 2698.04 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  2762. 2698.04 s [conduit] | ^^^
  2763. 2698.04 s [conduit]
  2764. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2765. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  2766. 2698.04 s [conduit] because ‘fuse’ might inline first
  2767. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  2768. 2698.04 s [conduit] |
  2769. 2698.04 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  2770. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2771. 2698.04 s [conduit]
  2772. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2773. 2698.04 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  2774. 2698.04 s [conduit] because ‘runConduitRes’ might inline first
  2775. 2698.04 s [conduit] Suggested fix:
  2776. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  2777. 2698.04 s [conduit] |
  2778. 2698.04 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  2779. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2780. 2698.04 s [conduit]
  2781. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  2782. 2698.04 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  2783. 2698.04 s [conduit] Deprecated: "Use runConduit and .|"
  2784. 2698.04 s [conduit] |
  2785. 2698.04 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  2786. 2698.04 s [conduit] | ^^
  2787. 2698.04 s [conduit]
  2788. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2789. 2698.04 s [conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
  2790. 2698.04 s [conduit] because ‘.|’ might inline first
  2791. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2792. 2698.04 s [conduit] |
  2793. 2698.04 s [conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
  2794. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2795. 2698.04 s [conduit]
  2796. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2797. 2698.04 s [conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
  2798. 2698.04 s [conduit] because ‘fuse’ might inline first
  2799. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  2800. 2698.04 s [conduit] |
  2801. 2698.04 s [conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
  2802. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2803. 2698.04 s [conduit]
  2804. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  2805. 2698.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  2806. 2698.04 s [conduit] Deprecated: "Use .|"
  2807. 2698.04 s [conduit] |
  2808. 2698.04 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  2809. 2698.04 s [conduit] | ^^^
  2810. 2698.04 s [conduit]
  2811. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2812. 2698.04 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  2813. 2698.04 s [conduit] because ‘.|’ might inline first
  2814. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2815. 2698.04 s [conduit] |
  2816. 2698.04 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  2817. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2818. 2698.04 s [conduit]
  2819. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2820. 2698.04 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  2821. 2698.04 s [conduit] because ‘runConduitPure’ might inline first
  2822. 2698.04 s [conduit] Suggested fix:
  2823. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  2824. 2698.04 s [conduit] |
  2825. 2698.04 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  2826. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2827. 2698.04 s [conduit]
  2828. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2829. 2698.04 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  2830. 2698.04 s [conduit] because ‘fuse’ might inline first
  2831. 2698.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  2832. 2698.04 s [conduit] |
  2833. 2698.04 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  2834. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2835. 2698.04 s [conduit]
  2836. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2837. 2698.04 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  2838. 2698.04 s [conduit] because ‘runConduitPure’ might inline first
  2839. 2698.04 s [conduit] Suggested fix:
  2840. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  2841. 2698.04 s [conduit] |
  2842. 2698.04 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  2843. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2844. 2698.04 s [conduit]
  2845. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2846. 2698.04 s [conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
  2847. 2698.04 s [conduit] because ‘runConduitPure’ might inline first
  2848. 2698.04 s [conduit] Suggested fix:
  2849. 2698.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  2850. 2698.04 s [conduit] |
  2851. 2698.04 s [conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
  2852. 2698.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2853. 2698.04 s [conduit]
  2854. 2698.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  2855. 2698.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  2856. 2698.04 s [conduit] Deprecated: "Use .|"
  2857. 2698.04 s [conduit] |
  2858. 2698.04 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  2859. 2698.04 s [conduit] | ^^^
  2860. 2698.04 s [conduit]
  2861. 2698.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2862. 2698.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  2863. 2698.05 s [conduit] because ‘.|’ might inline first
  2864. 2698.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2865. 2698.05 s [conduit] |
  2866. 2698.05 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  2867. 2698.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2868. 2698.05 s [conduit]
  2869. 2698.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2870. 2698.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  2871. 2698.05 s [conduit] because ‘runConduitRes’ might inline first
  2872. 2698.05 s [conduit] Suggested fix:
  2873. 2698.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  2874. 2698.05 s [conduit] |
  2875. 2698.05 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  2876. 2698.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2877. 2698.05 s [conduit]
  2878. 2698.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2879. 2698.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  2880. 2698.05 s [conduit] because ‘fuse’ might inline first
  2881. 2698.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  2882. 2698.05 s [conduit] |
  2883. 2698.05 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  2884. 2698.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2885. 2698.05 s [conduit]
  2886. 2698.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2887. 2698.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  2888. 2698.05 s [conduit] because ‘runConduitRes’ might inline first
  2889. 2698.05 s [conduit] Suggested fix:
  2890. 2698.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  2891. 2698.05 s [conduit] |
  2892. 2698.05 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  2893. 2698.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2894. 2698.05 s [conduit]
  2895. 2698.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2896. 2698.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
  2897. 2698.05 s [conduit] because ‘runConduitRes’ might inline first
  2898. 2698.05 s [conduit] Suggested fix:
  2899. 2698.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  2900. 2698.05 s [conduit] |
  2901. 2698.05 s [conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
  2902. 2698.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2903. 2698.05 s [conduit]
  2904. 2698.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  2905. 2698.05 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  2906. 2698.05 s [conduit] Deprecated: "Use .|"
  2907. 2698.05 s [conduit] |
  2908. 2698.05 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  2909. 2698.05 s [conduit] | ^^^
  2910. 2698.05 s [conduit]
  2911. 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 )
  2912. 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 )
  2913. 2699.24 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2914. 2699.24 s [conduit] The use of ‘~’ without TypeOperators
  2915. 2699.24 s [conduit] will become an error in a future GHC release.
  2916. 2699.24 s [conduit] Suggested fix:
  2917. 2699.24 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  2918. 2699.24 s [conduit] |
  2919. 2699.24 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  2920. 2699.24 s [conduit] | ^
  2921. 2699.24 s [conduit]
  2922. 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 )
  2923. 2699.87 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  2924. 2699.87 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  2925. 2699.87 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  2926. 2699.87 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  2927. 2699.87 s [conduit] |
  2928. 2699.87 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  2929. 2699.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2930. 2699.87 s [conduit]
  2931. 2699.87 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  2932. 2699.87 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  2933. 2699.87 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  2934. 2699.87 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  2935. 2699.87 s [conduit] |
  2936. 2699.87 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  2937. 2699.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2938. 2699.87 s [conduit]
  2939. 2699.87 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  2940. 2699.87 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  2941. 2699.87 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  2942. 2699.87 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  2943. 2699.87 s [conduit] |
  2944. 2699.87 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  2945. 2699.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2946. 2699.87 s [conduit]
  2947. 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 )
  2948. 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 )
  2949. 2699.87 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  2950. 2699.87 s [conduit] The import of ‘Data.Monoid’ is redundant
  2951. 2699.87 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  2952. 2699.87 s [conduit] To import instances alone, use: import Data.Monoid()
  2953. 2699.87 s [conduit] |
  2954. 2699.87 s [conduit] 67 | import Data.Monoid (Monoid(..))
  2955. 2699.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2956. 2699.87 s [conduit]
  2957. 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 )
  2958. 2699.87 s [conduit] src/Data/Conduit/List.hs:336:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2959. 2699.87 s [conduit] Rule "conduit: $$ fold" may never fire
  2960. 2699.87 s [conduit] because ‘.|’ might inline first
  2961. 2699.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2962. 2699.87 s [conduit] |
  2963. 2699.87 s [conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
  2964. 2699.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2965. 2699.87 s [conduit]
  2966. 2699.87 s [conduit] src/Data/Conduit/List.hs:352:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2967. 2699.87 s [conduit] Rule "conduit: $$ foldM" may never fire
  2968. 2699.87 s [conduit] because ‘.|’ might inline first
  2969. 2699.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2970. 2699.87 s [conduit] |
  2971. 2699.87 s [conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
  2972. 2699.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2973. 2699.87 s [conduit]
  2974. 2699.87 s [conduit] src/Data/Conduit/List.hs:395:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2975. 2699.87 s [conduit] Rule "conduit: connect to mapM_" may never fire
  2976. 2699.87 s [conduit] because ‘.|’ might inline first
  2977. 2699.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2978. 2699.87 s [conduit] |
  2979. 2699.87 s [conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
  2980. 2699.88 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2981. 2699.88 s [conduit]
  2982. 2699.88 s [conduit] src/Data/Conduit/List.hs:836:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2983. 2699.88 s [conduit] Rule "conduit: source/filter fusion .|" may never fire
  2984. 2699.88 s [conduit] because ‘.|’ might inline first
  2985. 2699.88 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2986. 2699.88 s [conduit] |
  2987. 2699.88 s [conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
  2988. 2699.88 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2989. 2699.88 s [conduit]
  2990. 2699.88 s [conduit] src/Data/Conduit/List.hs:860:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2991. 2699.88 s [conduit] Rule "conduit: connect to sinkNull" may never fire
  2992. 2699.88 s [conduit] because ‘.|’ might inline first
  2993. 2699.88 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2994. 2699.88 s [conduit] |
  2995. 2699.88 s [conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
  2996. 2699.88 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2997. 2699.88 s [conduit]
  2998. 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 )
  2999. 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 )
  3000. 2700.19 s [conduit] src/Data/Streaming/Filesystem.hs:100:36: warning: [GHC-90584] [-Wderiving-typeable]
  3001. 2700.19 s [conduit] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  3002. 2700.19 s [conduit] • In the data declaration for ‘FileType’
  3003. 2700.19 s [conduit] |
  3004. 2700.19 s [conduit] 100 | deriving (Show, Read, Eq, Ord, Typeable)
  3005. 2700.19 s [conduit] | ^^^^^^^^
  3006. 2700.19 s [conduit]
  3007. 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 )
  3008. 2700.43 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3009. 2700.43 s [conduit] The use of ‘~’ without TypeOperators
  3010. 2700.43 s [conduit] will become an error in a future GHC release.
  3011. 2700.43 s [conduit] Suggested fix:
  3012. 2700.43 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3013. 2700.43 s [conduit] |
  3014. 2700.43 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  3015. 2700.43 s [conduit] | ^
  3016. 2700.43 s [conduit]
  3017. 2700.43 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3018. 2700.43 s [conduit] • The ‘~’ operator is out of scope.
  3019. 2700.43 s [conduit] Assuming it to stand for an equality constraint.
  3020. 2700.43 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3021. 2700.43 s [conduit] exported from Data.Type.Equality and Prelude.
  3022. 2700.43 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3023. 2700.43 s [conduit] • This will become an error in a future GHC release.
  3024. 2700.43 s [conduit] |
  3025. 2700.43 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  3026. 2700.43 s [conduit] | ^
  3027. 2700.43 s [conduit]
  3028. 2700.43 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3029. 2700.43 s [conduit] The use of ‘~’ without TypeOperators
  3030. 2700.43 s [conduit] will become an error in a future GHC release.
  3031. 2700.43 s [conduit] Suggested fix:
  3032. 2700.43 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3033. 2700.43 s [conduit] |
  3034. 2700.43 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  3035. 2700.43 s [conduit] | ^
  3036. 2700.43 s [conduit]
  3037. 2700.43 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3038. 2700.43 s [conduit] • The ‘~’ operator is out of scope.
  3039. 2700.43 s [conduit] Assuming it to stand for an equality constraint.
  3040. 2700.43 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3041. 2700.43 s [conduit] exported from Data.Type.Equality and Prelude.
  3042. 2700.43 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3043. 2700.43 s [conduit] • This will become an error in a future GHC release.
  3044. 2700.43 s [conduit] |
  3045. 2700.43 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  3046. 2700.43 s [conduit] | ^
  3047. 2700.43 s [conduit]
  3048. 2700.43 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3049. 2700.43 s [conduit] The use of ‘~’ without TypeOperators
  3050. 2700.43 s [conduit] will become an error in a future GHC release.
  3051. 2700.43 s [conduit] Suggested fix:
  3052. 2700.43 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3053. 2700.43 s [conduit] |
  3054. 2700.43 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3055. 2700.43 s [conduit] | ^
  3056. 2700.43 s [conduit]
  3057. 2700.43 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3058. 2700.43 s [conduit] • The ‘~’ operator is out of scope.
  3059. 2700.43 s [conduit] Assuming it to stand for an equality constraint.
  3060. 2700.43 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3061. 2700.43 s [conduit] exported from Data.Type.Equality and Prelude.
  3062. 2700.43 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3063. 2700.43 s [conduit] • This will become an error in a future GHC release.
  3064. 2700.44 s [conduit] |
  3065. 2700.44 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3066. 2700.44 s [conduit] | ^
  3067. 2700.44 s [conduit]
  3068. 2700.44 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3069. 2700.44 s [conduit] The use of ‘~’ without TypeOperators
  3070. 2700.44 s [conduit] will become an error in a future GHC release.
  3071. 2700.44 s [conduit] Suggested fix:
  3072. 2700.44 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3073. 2700.44 s [conduit] |
  3074. 2700.44 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3075. 2700.44 s [conduit] | ^
  3076. 2700.44 s [conduit]
  3077. 2700.44 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3078. 2700.44 s [conduit] • The ‘~’ operator is out of scope.
  3079. 2700.44 s [conduit] Assuming it to stand for an equality constraint.
  3080. 2700.44 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3081. 2700.44 s [conduit] exported from Data.Type.Equality and Prelude.
  3082. 2700.44 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3083. 2700.44 s [conduit] • This will become an error in a future GHC release.
  3084. 2700.44 s [conduit] |
  3085. 2700.44 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3086. 2700.44 s [conduit] | ^
  3087. 2700.44 s [conduit]
  3088. 2700.44 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3089. 2700.44 s [conduit] The use of ‘~’ without TypeOperators
  3090. 2700.44 s [conduit] will become an error in a future GHC release.
  3091. 2700.44 s [conduit] Suggested fix:
  3092. 2700.44 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3093. 2700.44 s [conduit] |
  3094. 2700.44 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3095. 2700.44 s [conduit] | ^
  3096. 2700.44 s [conduit]
  3097. 2700.44 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3098. 2700.44 s [conduit] • The ‘~’ operator is out of scope.
  3099. 2700.44 s [conduit] Assuming it to stand for an equality constraint.
  3100. 2700.44 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3101. 2700.44 s [conduit] exported from Data.Type.Equality and Prelude.
  3102. 2700.44 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3103. 2700.44 s [conduit] • This will become an error in a future GHC release.
  3104. 2700.44 s [conduit] |
  3105. 2700.44 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3106. 2700.44 s [conduit] | ^
  3107. 2700.44 s [conduit]
  3108. 2700.44 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3109. 2700.44 s [conduit] The use of ‘~’ without TypeOperators
  3110. 2700.44 s [conduit] will become an error in a future GHC release.
  3111. 2700.44 s [conduit] Suggested fix:
  3112. 2700.44 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3113. 2700.44 s [conduit] |
  3114. 2700.44 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3115. 2700.44 s [conduit] | ^
  3116. 2700.44 s [conduit]
  3117. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3118. 2700.45 s [conduit] • The ‘~’ operator is out of scope.
  3119. 2700.45 s [conduit] Assuming it to stand for an equality constraint.
  3120. 2700.45 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3121. 2700.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3122. 2700.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3123. 2700.45 s [conduit] • This will become an error in a future GHC release.
  3124. 2700.45 s [conduit] |
  3125. 2700.45 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3126. 2700.45 s [conduit] | ^
  3127. 2700.45 s [conduit]
  3128. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3129. 2700.45 s [conduit] The use of ‘~’ without TypeOperators
  3130. 2700.45 s [conduit] will become an error in a future GHC release.
  3131. 2700.45 s [conduit] Suggested fix:
  3132. 2700.45 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3133. 2700.45 s [conduit] |
  3134. 2700.45 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3135. 2700.45 s [conduit] | ^
  3136. 2700.45 s [conduit]
  3137. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3138. 2700.45 s [conduit] • The ‘~’ operator is out of scope.
  3139. 2700.45 s [conduit] Assuming it to stand for an equality constraint.
  3140. 2700.45 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3141. 2700.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3142. 2700.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3143. 2700.45 s [conduit] • This will become an error in a future GHC release.
  3144. 2700.45 s [conduit] |
  3145. 2700.45 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3146. 2700.45 s [conduit] | ^
  3147. 2700.45 s [conduit]
  3148. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3149. 2700.45 s [conduit] The use of ‘~’ without TypeOperators
  3150. 2700.45 s [conduit] will become an error in a future GHC release.
  3151. 2700.45 s [conduit] Suggested fix:
  3152. 2700.45 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3153. 2700.45 s [conduit] |
  3154. 2700.45 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3155. 2700.45 s [conduit] | ^
  3156. 2700.45 s [conduit]
  3157. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3158. 2700.45 s [conduit] • The ‘~’ operator is out of scope.
  3159. 2700.45 s [conduit] Assuming it to stand for an equality constraint.
  3160. 2700.45 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3161. 2700.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3162. 2700.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3163. 2700.45 s [conduit] • This will become an error in a future GHC release.
  3164. 2700.45 s [conduit] |
  3165. 2700.45 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3166. 2700.45 s [conduit] | ^
  3167. 2700.45 s [conduit]
  3168. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3169. 2700.45 s [conduit] The use of ‘~’ without TypeOperators
  3170. 2700.45 s [conduit] will become an error in a future GHC release.
  3171. 2700.45 s [conduit] Suggested fix:
  3172. 2700.45 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3173. 2700.45 s [conduit] |
  3174. 2700.45 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  3175. 2700.45 s [conduit] | ^
  3176. 2700.45 s [conduit]
  3177. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3178. 2700.45 s [conduit] • The ‘~’ operator is out of scope.
  3179. 2700.45 s [conduit] Assuming it to stand for an equality constraint.
  3180. 2700.45 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3181. 2700.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3182. 2700.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3183. 2700.45 s [conduit] • This will become an error in a future GHC release.
  3184. 2700.45 s [conduit] |
  3185. 2700.45 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  3186. 2700.45 s [conduit] | ^
  3187. 2700.45 s [conduit]
  3188. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3189. 2700.45 s [conduit] The use of ‘~’ without TypeOperators
  3190. 2700.45 s [conduit] will become an error in a future GHC release.
  3191. 2700.45 s [conduit] Suggested fix:
  3192. 2700.45 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3193. 2700.45 s [conduit] |
  3194. 2700.45 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3195. 2700.45 s [conduit] | ^
  3196. 2700.45 s [conduit]
  3197. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3198. 2700.45 s [conduit] • The ‘~’ operator is out of scope.
  3199. 2700.45 s [conduit] Assuming it to stand for an equality constraint.
  3200. 2700.45 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3201. 2700.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3202. 2700.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3203. 2700.45 s [conduit] • This will become an error in a future GHC release.
  3204. 2700.45 s [conduit] |
  3205. 2700.45 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3206. 2700.45 s [conduit] | ^
  3207. 2700.45 s [conduit]
  3208. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3209. 2700.45 s [conduit] The use of ‘~’ without TypeOperators
  3210. 2700.45 s [conduit] will become an error in a future GHC release.
  3211. 2700.45 s [conduit] Suggested fix:
  3212. 2700.45 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3213. 2700.45 s [conduit] |
  3214. 2700.45 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3215. 2700.45 s [conduit] | ^
  3216. 2700.45 s [conduit]
  3217. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3218. 2700.45 s [conduit] • The ‘~’ operator is out of scope.
  3219. 2700.45 s [conduit] Assuming it to stand for an equality constraint.
  3220. 2700.45 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3221. 2700.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3222. 2700.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3223. 2700.45 s [conduit] • This will become an error in a future GHC release.
  3224. 2700.45 s [conduit] |
  3225. 2700.45 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3226. 2700.45 s [conduit] | ^
  3227. 2700.45 s [conduit]
  3228. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3229. 2700.45 s [conduit] The use of ‘~’ without TypeOperators
  3230. 2700.45 s [conduit] will become an error in a future GHC release.
  3231. 2700.45 s [conduit] Suggested fix:
  3232. 2700.45 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3233. 2700.45 s [conduit] |
  3234. 2700.45 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  3235. 2700.45 s [conduit] | ^
  3236. 2700.45 s [conduit]
  3237. 2700.45 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3238. 2700.45 s [conduit] • The ‘~’ operator is out of scope.
  3239. 2700.45 s [conduit] Assuming it to stand for an equality constraint.
  3240. 2700.45 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3241. 2700.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3242. 2700.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3243. 2700.45 s [conduit] • This will become an error in a future GHC release.
  3244. 2700.45 s [conduit] |
  3245. 2700.45 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  3246. 2700.45 s [conduit] | ^
  3247. 2700.45 s [conduit]
  3248. 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 )
  3249. 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 )
  3250. 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 )
  3251. 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 )
  3252. 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 )
  3253. 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 )
  3254. 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 )
  3255. 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 )
  3256. 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 )
  3257. 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 )
  3258. 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 )
  3259. 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 )
  3260. 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 )
  3261. 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 )
  3262. 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 )
  3263. 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 )
  3264. 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 )
  3265. 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 )
  3266. 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 )
  3267. 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 )
  3268. 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 )
  3269. 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 )
  3270. 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 )
  3271. 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 )
  3272. 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 )
  3273. 2704.83 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3274. 2704.83 s [conduit] The use of ‘~’ without TypeOperators
  3275. 2704.83 s [conduit] will become an error in a future GHC release.
  3276. 2704.83 s [conduit] Suggested fix:
  3277. 2704.83 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3278. 2704.83 s [conduit] |
  3279. 2704.83 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3280. 2704.83 s [conduit] | ^
  3281. 2704.83 s [conduit]
  3282. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3283. 2704.84 s [conduit] • The ‘~’ operator is out of scope.
  3284. 2704.84 s [conduit] Assuming it to stand for an equality constraint.
  3285. 2704.84 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3286. 2704.84 s [conduit] exported from Data.Type.Equality and Prelude.
  3287. 2704.84 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3288. 2704.84 s [conduit] • This will become an error in a future GHC release.
  3289. 2704.84 s [conduit] |
  3290. 2704.84 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3291. 2704.84 s [conduit] | ^
  3292. 2704.84 s [conduit]
  3293. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3294. 2704.84 s [conduit] The use of ‘~’ without TypeOperators
  3295. 2704.84 s [conduit] will become an error in a future GHC release.
  3296. 2704.84 s [conduit] Suggested fix:
  3297. 2704.84 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3298. 2704.84 s [conduit] |
  3299. 2704.84 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3300. 2704.84 s [conduit] | ^
  3301. 2704.84 s [conduit]
  3302. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3303. 2704.84 s [conduit] • The ‘~’ operator is out of scope.
  3304. 2704.84 s [conduit] Assuming it to stand for an equality constraint.
  3305. 2704.84 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3306. 2704.84 s [conduit] exported from Data.Type.Equality and Prelude.
  3307. 2704.84 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3308. 2704.84 s [conduit] • This will become an error in a future GHC release.
  3309. 2704.84 s [conduit] |
  3310. 2704.84 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3311. 2704.84 s [conduit] | ^
  3312. 2704.84 s [conduit]
  3313. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3314. 2704.84 s [conduit] The use of ‘~’ without TypeOperators
  3315. 2704.84 s [conduit] will become an error in a future GHC release.
  3316. 2704.84 s [conduit] Suggested fix:
  3317. 2704.84 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3318. 2704.84 s [conduit] |
  3319. 2704.84 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3320. 2704.84 s [conduit] | ^
  3321. 2704.84 s [conduit]
  3322. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3323. 2704.84 s [conduit] • The ‘~’ operator is out of scope.
  3324. 2704.84 s [conduit] Assuming it to stand for an equality constraint.
  3325. 2704.84 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3326. 2704.84 s [conduit] exported from Data.Type.Equality and Prelude.
  3327. 2704.84 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3328. 2704.84 s [conduit] • This will become an error in a future GHC release.
  3329. 2704.84 s [conduit] |
  3330. 2704.84 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3331. 2704.84 s [conduit] | ^
  3332. 2704.84 s [conduit]
  3333. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3334. 2704.84 s [conduit] The use of ‘~’ without TypeOperators
  3335. 2704.84 s [conduit] will become an error in a future GHC release.
  3336. 2704.84 s [conduit] Suggested fix:
  3337. 2704.84 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3338. 2704.84 s [conduit] |
  3339. 2704.84 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3340. 2704.84 s [conduit] | ^
  3341. 2704.84 s [conduit]
  3342. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3343. 2704.84 s [conduit] • The ‘~’ operator is out of scope.
  3344. 2704.84 s [conduit] Assuming it to stand for an equality constraint.
  3345. 2704.84 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3346. 2704.84 s [conduit] exported from Data.Type.Equality and Prelude.
  3347. 2704.84 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3348. 2704.84 s [conduit] • This will become an error in a future GHC release.
  3349. 2704.84 s [conduit] |
  3350. 2704.84 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3351. 2704.84 s [conduit] | ^
  3352. 2704.84 s [conduit]
  3353. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3354. 2704.84 s [conduit] The use of ‘~’ without TypeOperators
  3355. 2704.84 s [conduit] will become an error in a future GHC release.
  3356. 2704.84 s [conduit] Suggested fix:
  3357. 2704.84 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3358. 2704.84 s [conduit] |
  3359. 2704.84 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3360. 2704.84 s [conduit] | ^
  3361. 2704.84 s [conduit]
  3362. 2704.84 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3363. 2704.84 s [conduit] • The ‘~’ operator is out of scope.
  3364. 2704.84 s [conduit] Assuming it to stand for an equality constraint.
  3365. 2704.84 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3366. 2704.84 s [conduit] exported from Data.Type.Equality and Prelude.
  3367. 2704.85 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3368. 2704.85 s [conduit] • This will become an error in a future GHC release.
  3369. 2704.85 s [conduit] |
  3370. 2704.85 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3371. 2704.85 s [conduit] | ^
  3372. 2704.85 s [conduit]
  3373. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3374. 2704.85 s [conduit] The use of ‘~’ without TypeOperators
  3375. 2704.85 s [conduit] will become an error in a future GHC release.
  3376. 2704.85 s [conduit] Suggested fix:
  3377. 2704.85 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3378. 2704.85 s [conduit] |
  3379. 2704.85 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3380. 2704.85 s [conduit] | ^
  3381. 2704.85 s [conduit]
  3382. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3383. 2704.85 s [conduit] • The ‘~’ operator is out of scope.
  3384. 2704.85 s [conduit] Assuming it to stand for an equality constraint.
  3385. 2704.85 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3386. 2704.85 s [conduit] exported from Data.Type.Equality and Prelude.
  3387. 2704.85 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3388. 2704.85 s [conduit] • This will become an error in a future GHC release.
  3389. 2704.85 s [conduit] |
  3390. 2704.85 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3391. 2704.85 s [conduit] | ^
  3392. 2704.85 s [conduit]
  3393. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3394. 2704.85 s [conduit] The use of ‘~’ without TypeOperators
  3395. 2704.85 s [conduit] will become an error in a future GHC release.
  3396. 2704.85 s [conduit] Suggested fix:
  3397. 2704.85 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3398. 2704.85 s [conduit] |
  3399. 2704.85 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  3400. 2704.85 s [conduit] | ^
  3401. 2704.85 s [conduit]
  3402. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3403. 2704.85 s [conduit] • The ‘~’ operator is out of scope.
  3404. 2704.85 s [conduit] Assuming it to stand for an equality constraint.
  3405. 2704.85 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3406. 2704.85 s [conduit] exported from Data.Type.Equality and Prelude.
  3407. 2704.85 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3408. 2704.85 s [conduit] • This will become an error in a future GHC release.
  3409. 2704.85 s [conduit] |
  3410. 2704.85 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  3411. 2704.85 s [conduit] | ^
  3412. 2704.85 s [conduit]
  3413. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3414. 2704.85 s [conduit] The use of ‘~’ without TypeOperators
  3415. 2704.85 s [conduit] will become an error in a future GHC release.
  3416. 2704.85 s [conduit] Suggested fix:
  3417. 2704.85 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3418. 2704.85 s [conduit] |
  3419. 2704.85 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3420. 2704.85 s [conduit] | ^
  3421. 2704.85 s [conduit]
  3422. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3423. 2704.85 s [conduit] • The ‘~’ operator is out of scope.
  3424. 2704.85 s [conduit] Assuming it to stand for an equality constraint.
  3425. 2704.85 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3426. 2704.85 s [conduit] exported from Data.Type.Equality and Prelude.
  3427. 2704.85 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3428. 2704.85 s [conduit] • This will become an error in a future GHC release.
  3429. 2704.85 s [conduit] |
  3430. 2704.85 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3431. 2704.85 s [conduit] | ^
  3432. 2704.85 s [conduit]
  3433. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3434. 2704.85 s [conduit] The use of ‘~’ without TypeOperators
  3435. 2704.85 s [conduit] will become an error in a future GHC release.
  3436. 2704.85 s [conduit] Suggested fix:
  3437. 2704.85 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3438. 2704.85 s [conduit] |
  3439. 2704.85 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3440. 2704.85 s [conduit] | ^
  3441. 2704.85 s [conduit]
  3442. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3443. 2704.85 s [conduit] • The ‘~’ operator is out of scope.
  3444. 2704.85 s [conduit] Assuming it to stand for an equality constraint.
  3445. 2704.85 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3446. 2704.85 s [conduit] exported from Data.Type.Equality and Prelude.
  3447. 2704.85 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3448. 2704.85 s [conduit] • This will become an error in a future GHC release.
  3449. 2704.85 s [conduit] |
  3450. 2704.85 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3451. 2704.85 s [conduit] | ^
  3452. 2704.85 s [conduit]
  3453. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3454. 2704.85 s [conduit] The use of ‘~’ without TypeOperators
  3455. 2704.85 s [conduit] will become an error in a future GHC release.
  3456. 2704.85 s [conduit] Suggested fix:
  3457. 2704.85 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3458. 2704.85 s [conduit] |
  3459. 2704.85 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  3460. 2704.85 s [conduit] | ^
  3461. 2704.85 s [conduit]
  3462. 2704.85 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3463. 2704.85 s [conduit] • The ‘~’ operator is out of scope.
  3464. 2704.85 s [conduit] Assuming it to stand for an equality constraint.
  3465. 2704.85 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  3466. 2704.85 s [conduit] exported from Data.Type.Equality and Prelude.
  3467. 2704.85 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3468. 2704.85 s [conduit] • This will become an error in a future GHC release.
  3469. 2704.85 s [conduit] |
  3470. 2704.85 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  3471. 2704.85 s [conduit] | ^
  3472. 2704.85 s [conduit]
  3473. 2705.62 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.o, dist/build/Conduit.dyn_o )
  3474. 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 )
  3475. 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 )
  3476. 2707.17 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  3477. 2707.17 s [conduit] The import of ‘Control.Applicative’ is redundant
  3478. 2707.17 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  3479. 2707.17 s [conduit] To import instances alone, use: import Control.Applicative()
  3480. 2707.17 s [conduit] |
  3481. 2707.17 s [conduit] 48 | import Control.Applicative (Applicative (..))
  3482. 2707.17 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3483. 2707.17 s [conduit]
  3484. 2707.17 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  3485. 2707.17 s [conduit] The import of ‘MonadUnliftIO’
  3486. 2707.17 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  3487. 2707.17 s [conduit] |
  3488. 2707.17 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  3489. 2707.17 s [conduit] | ^^^^^^^^^^^^^
  3490. 2707.17 s [conduit]
  3491. 2707.17 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  3492. 2707.17 s [conduit] The import of ‘Data.Monoid’ is redundant
  3493. 2707.17 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3494. 2707.17 s [conduit] To import instances alone, use: import Data.Monoid()
  3495. 2707.17 s [conduit] |
  3496. 2707.17 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  3497. 2707.17 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3498. 2707.17 s [conduit]
  3499. 2707.17 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  3500. 2707.17 s [conduit] The import of ‘Data.Semigroup’ is redundant
  3501. 2707.17 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  3502. 2707.17 s [conduit] To import instances alone, use: import Data.Semigroup()
  3503. 2707.17 s [conduit] |
  3504. 2707.17 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  3505. 2707.17 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3506. 2707.17 s [conduit]
  3507. 2707.17 s [conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3508. 2707.17 s [conduit] Rule "conduit: CI.await >>= maybe" may never fire
  3509. 2707.17 s [conduit] because ‘maybe’ might inline first
  3510. 2707.17 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  3511. 2707.17 s [conduit] |
  3512. 2707.17 s [conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
  3513. 2707.17 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3514. 2707.17 s [conduit]
  3515. 2707.17 s [conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3516. 2707.17 s [conduit] Rule "conduit: awaitE >>= either" may never fire
  3517. 2707.17 s [conduit] because ‘either’ might inline first
  3518. 2707.17 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
  3519. 2707.17 s [conduit] |
  3520. 2707.17 s [conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
  3521. 2707.17 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3522. 2707.17 s [conduit]
  3523. 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 )
  3524. 2708.76 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  3525. 2708.81 s [conduit] The import of ‘Control.Applicative’ is redundant
  3526. 2708.81 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  3527. 2708.81 s [conduit] To import instances alone, use: import Control.Applicative()
  3528. 2708.81 s [conduit] |
  3529. 2708.81 s [conduit] 93 | import Control.Applicative (Applicative (..))
  3530. 2708.81 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3531. 2708.81 s [conduit]
  3532. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  3533. 2708.81 s [conduit] The import of ‘MonadUnliftIO’
  3534. 2708.81 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  3535. 2708.81 s [conduit] |
  3536. 2708.81 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  3537. 2708.81 s [conduit] | ^^^^^^^^^^^^^
  3538. 2708.81 s [conduit]
  3539. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  3540. 2708.81 s [conduit] The import of ‘Data.Monoid’ is redundant
  3541. 2708.81 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3542. 2708.81 s [conduit] To import instances alone, use: import Data.Monoid()
  3543. 2708.81 s [conduit] |
  3544. 2708.81 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  3545. 2708.81 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3546. 2708.81 s [conduit]
  3547. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  3548. 2708.81 s [conduit] The import of ‘Data.Semigroup’ is redundant
  3549. 2708.81 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  3550. 2708.81 s [conduit] To import instances alone, use: import Data.Semigroup()
  3551. 2708.81 s [conduit] |
  3552. 2708.81 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  3553. 2708.81 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3554. 2708.81 s [conduit]
  3555. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  3556. 2708.81 s [conduit] The import of ‘Data.Traversable’ is redundant
  3557. 2708.81 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  3558. 2708.81 s [conduit] To import instances alone, use: import Data.Traversable()
  3559. 2708.81 s [conduit] |
  3560. 2708.81 s [conduit] 114 | import Data.Traversable (Traversable (..))
  3561. 2708.81 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3562. 2708.81 s [conduit]
  3563. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  3564. 2708.81 s [conduit] This binding for ‘p’ shadows the existing binding
  3565. 2708.81 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  3566. 2708.81 s [conduit] |
  3567. 2708.81 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  3568. 2708.81 s [conduit] | ^
  3569. 2708.81 s [conduit]
  3570. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  3571. 2708.81 s [conduit] This binding for ‘p’ shadows the existing binding
  3572. 2708.81 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  3573. 2708.81 s [conduit] |
  3574. 2708.81 s [conduit] 743 | go (Leftover p ()) = go p
  3575. 2708.81 s [conduit] | ^
  3576. 2708.81 s [conduit]
  3577. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  3578. 2708.81 s [conduit] This binding for ‘p’ shadows the existing binding
  3579. 2708.81 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  3580. 2708.81 s [conduit] |
  3581. 2708.81 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  3582. 2708.81 s [conduit] | ^
  3583. 2708.81 s [conduit]
  3584. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  3585. 2708.81 s [conduit] This binding for ‘p’ shadows the existing binding
  3586. 2708.81 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  3587. 2708.81 s [conduit] |
  3588. 2708.81 s [conduit] 760 | go (Leftover p ()) = go p
  3589. 2708.81 s [conduit] | ^
  3590. 2708.81 s [conduit]
  3591. 2708.81 s [conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3592. 2708.81 s [conduit] Rule "conduit: await >>= maybe" may never fire
  3593. 2708.81 s [conduit] because ‘maybe’ might inline first
  3594. 2708.81 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  3595. 2708.81 s [conduit] |
  3596. 2708.81 s [conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
  3597. 2708.81 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3598. 2708.81 s [conduit]
  3599. 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 )
  3600. 2710.33 s [conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3601. 2710.33 s [conduit] Rule "conduit: fuseStream (.|)" may never fire
  3602. 2710.33 s [conduit] because ‘.|’ might inline first
  3603. 2710.33 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  3604. 2710.33 s [conduit] |
  3605. 2710.33 s [conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
  3606. 2710.33 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3607. 2710.33 s [conduit]
  3608. 2710.33 s [conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3609. 2710.33 s [conduit] Rule "conduit: fuseStream (fuse)" may never fire
  3610. 2710.33 s [conduit] because ‘fuse’ might inline first
  3611. 2710.33 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  3612. 2710.33 s [conduit] |
  3613. 2710.33 s [conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
  3614. 2710.33 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3615. 2710.33 s [conduit]
  3616. 2710.33 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  3617. 2710.33 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3618. 2710.33 s [conduit] Deprecated: "Use .|"
  3619. 2710.33 s [conduit] |
  3620. 2710.33 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  3621. 2710.33 s [conduit] | ^^^
  3622. 2710.33 s [conduit]
  3623. 2710.33 s [conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3624. 2710.33 s [conduit] Rule "conduit: runStream (pure)" may never fire
  3625. 2710.33 s [conduit] because ‘runConduitPure’ might inline first
  3626. 2710.33 s [conduit] Suggested fix:
  3627. 2710.33 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  3628. 2710.33 s [conduit] |
  3629. 2710.33 s [conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
  3630. 2710.33 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3631. 2710.33 s [conduit]
  3632. 2710.33 s [conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3633. 2710.33 s [conduit] Rule "conduit: runStream (ResourceT)" may never fire
  3634. 2710.33 s [conduit] because ‘runConduitRes’ might inline first
  3635. 2710.33 s [conduit] Suggested fix:
  3636. 2710.33 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  3637. 2710.33 s [conduit] |
  3638. 2710.33 s [conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
  3639. 2710.33 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3640. 2710.33 s [conduit]
  3641. 2710.33 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  3642. 2710.33 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3643. 2710.33 s [conduit] Deprecated: "Use runConduit and .|"
  3644. 2710.33 s [conduit] |
  3645. 2710.33 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  3646. 2710.33 s [conduit] | ^^
  3647. 2710.33 s [conduit]
  3648. 2710.33 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  3649. 2710.33 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3650. 2710.33 s [conduit] Deprecated: "Use runConduit and .|"
  3651. 2710.33 s [conduit] |
  3652. 2710.33 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  3653. 2710.34 s [conduit] | ^^
  3654. 2710.34 s [conduit]
  3655. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3656. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
  3657. 2710.34 s [conduit] because ‘.|’ might inline first
  3658. 2710.34 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  3659. 2710.34 s [conduit] |
  3660. 2710.34 s [conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
  3661. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3662. 2710.34 s [conduit]
  3663. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  3664. 2710.34 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3665. 2710.34 s [conduit] Deprecated: "Use .|"
  3666. 2710.34 s [conduit] |
  3667. 2710.34 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  3668. 2710.34 s [conduit] | ^^^
  3669. 2710.34 s [conduit]
  3670. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3671. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
  3672. 2710.34 s [conduit] because ‘fuse’ might inline first
  3673. 2710.34 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  3674. 2710.34 s [conduit] |
  3675. 2710.34 s [conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
  3676. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3677. 2710.34 s [conduit]
  3678. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3679. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  3680. 2710.34 s [conduit] because ‘.|’ might inline first
  3681. 2710.34 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  3682. 2710.34 s [conduit] |
  3683. 2710.34 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  3684. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3685. 2710.34 s [conduit]
  3686. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3687. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  3688. 2710.34 s [conduit] because ‘runConduitPure’ might inline first
  3689. 2710.34 s [conduit] Suggested fix:
  3690. 2710.34 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  3691. 2710.34 s [conduit] |
  3692. 2710.34 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  3693. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3694. 2710.34 s [conduit]
  3695. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3696. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
  3697. 2710.34 s [conduit] because ‘runConduitPure’ might inline first
  3698. 2710.34 s [conduit] Suggested fix:
  3699. 2710.34 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  3700. 2710.34 s [conduit] |
  3701. 2710.34 s [conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
  3702. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3703. 2710.34 s [conduit]
  3704. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  3705. 2710.34 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3706. 2710.34 s [conduit] Deprecated: "Use .|"
  3707. 2710.34 s [conduit] |
  3708. 2710.34 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  3709. 2710.34 s [conduit] | ^^^
  3710. 2710.34 s [conduit]
  3711. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3712. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  3713. 2710.34 s [conduit] because ‘fuse’ might inline first
  3714. 2710.34 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  3715. 2710.34 s [conduit] |
  3716. 2710.34 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  3717. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3718. 2710.34 s [conduit]
  3719. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3720. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  3721. 2710.34 s [conduit] because ‘runConduitPure’ might inline first
  3722. 2710.34 s [conduit] Suggested fix:
  3723. 2710.34 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  3724. 2710.34 s [conduit] |
  3725. 2710.34 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  3726. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3727. 2710.34 s [conduit]
  3728. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3729. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  3730. 2710.34 s [conduit] because ‘.|’ might inline first
  3731. 2710.34 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  3732. 2710.34 s [conduit] |
  3733. 2710.34 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  3734. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3735. 2710.34 s [conduit]
  3736. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3737. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  3738. 2710.34 s [conduit] because ‘runConduitRes’ might inline first
  3739. 2710.34 s [conduit] Suggested fix:
  3740. 2710.34 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  3741. 2710.34 s [conduit] |
  3742. 2710.34 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  3743. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3744. 2710.34 s [conduit]
  3745. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3746. 2710.34 s [conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
  3747. 2710.34 s [conduit] because ‘runConduitRes’ might inline first
  3748. 2710.34 s [conduit] Suggested fix:
  3749. 2710.34 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  3750. 2710.34 s [conduit] |
  3751. 2710.34 s [conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
  3752. 2710.34 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3753. 2710.34 s [conduit]
  3754. 2710.34 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  3755. 2710.34 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3756. 2710.34 s [conduit] Deprecated: "Use .|"
  3757. 2710.34 s [conduit] |
  3758. 2710.34 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  3759. 2710.35 s [conduit] | ^^^
  3760. 2710.35 s [conduit]
  3761. 2710.35 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3762. 2710.35 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  3763. 2710.35 s [conduit] because ‘fuse’ might inline first
  3764. 2710.35 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  3765. 2710.35 s [conduit] |
  3766. 2710.35 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  3767. 2710.35 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3768. 2710.35 s [conduit]
  3769. 2710.35 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3770. 2710.35 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  3771. 2710.35 s [conduit] because ‘runConduitRes’ might inline first
  3772. 2710.35 s [conduit] Suggested fix:
  3773. 2710.35 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  3774. 2710.35 s [conduit] |
  3775. 2710.35 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  3776. 2710.35 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3777. 2710.35 s [conduit]
  3778. 2710.35 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  3779. 2710.35 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3780. 2710.35 s [conduit] Deprecated: "Use runConduit and .|"
  3781. 2710.35 s [conduit] |
  3782. 2710.35 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  3783. 2710.35 s [conduit] | ^^
  3784. 2710.35 s [conduit]
  3785. 2710.35 s [conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3786. 2710.35 s [conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
  3787. 2710.35 s [conduit] because ‘.|’ might inline first
  3788. 2710.35 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  3789. 2710.35 s [conduit] |
  3790. 2710.35 s [conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
  3791. 2710.35 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3792. 2710.35 s [conduit]
  3793. 2710.35 s [conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3794. 2710.35 s [conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
  3795. 2710.35 s [conduit] because ‘fuse’ might inline first
  3796. 2710.35 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  3797. 2710.35 s [conduit] |
  3798. 2710.35 s [conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
  3799. 2710.35 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3800. 2710.35 s [conduit]
  3801. 2710.35 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  3802. 2710.35 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3803. 2710.35 s [conduit] Deprecated: "Use .|"
  3804. 2710.35 s [conduit] |
  3805. 2710.35 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  3806. 2710.35 s [conduit] | ^^^
  3807. 2710.35 s [conduit]
  3808. 2710.35 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3809. 2710.35 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  3810. 2710.35 s [conduit] because ‘.|’ might inline first
  3811. 2710.35 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  3812. 2710.35 s [conduit] |
  3813. 2710.35 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  3814. 2710.35 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3815. 2710.35 s [conduit]
  3816. 2710.35 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3817. 2710.35 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  3818. 2710.35 s [conduit] because ‘runConduitPure’ might inline first
  3819. 2710.36 s [conduit] Suggested fix:
  3820. 2710.36 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  3821. 2710.36 s [conduit] |
  3822. 2710.36 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  3823. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3824. 2710.36 s [conduit]
  3825. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3826. 2710.36 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  3827. 2710.36 s [conduit] because ‘fuse’ might inline first
  3828. 2710.36 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  3829. 2710.36 s [conduit] |
  3830. 2710.36 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  3831. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3832. 2710.36 s [conduit]
  3833. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3834. 2710.36 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  3835. 2710.36 s [conduit] because ‘runConduitPure’ might inline first
  3836. 2710.36 s [conduit] Suggested fix:
  3837. 2710.36 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  3838. 2710.36 s [conduit] |
  3839. 2710.36 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  3840. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3841. 2710.36 s [conduit]
  3842. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3843. 2710.36 s [conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
  3844. 2710.36 s [conduit] because ‘runConduitPure’ might inline first
  3845. 2710.36 s [conduit] Suggested fix:
  3846. 2710.36 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  3847. 2710.36 s [conduit] |
  3848. 2710.36 s [conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
  3849. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3850. 2710.36 s [conduit]
  3851. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  3852. 2710.36 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3853. 2710.36 s [conduit] Deprecated: "Use .|"
  3854. 2710.36 s [conduit] |
  3855. 2710.36 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  3856. 2710.36 s [conduit] | ^^^
  3857. 2710.36 s [conduit]
  3858. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3859. 2710.36 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  3860. 2710.36 s [conduit] because ‘.|’ might inline first
  3861. 2710.36 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  3862. 2710.36 s [conduit] |
  3863. 2710.36 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  3864. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3865. 2710.36 s [conduit]
  3866. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3867. 2710.36 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  3868. 2710.36 s [conduit] because ‘runConduitRes’ might inline first
  3869. 2710.36 s [conduit] Suggested fix:
  3870. 2710.36 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  3871. 2710.36 s [conduit] |
  3872. 2710.36 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  3873. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3874. 2710.36 s [conduit]
  3875. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3876. 2710.36 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  3877. 2710.36 s [conduit] because ‘fuse’ might inline first
  3878. 2710.36 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  3879. 2710.36 s [conduit] |
  3880. 2710.36 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  3881. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3882. 2710.36 s [conduit]
  3883. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3884. 2710.36 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  3885. 2710.36 s [conduit] because ‘runConduitRes’ might inline first
  3886. 2710.36 s [conduit] Suggested fix:
  3887. 2710.36 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  3888. 2710.36 s [conduit] |
  3889. 2710.36 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  3890. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3891. 2710.36 s [conduit]
  3892. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3893. 2710.36 s [conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
  3894. 2710.36 s [conduit] because ‘runConduitRes’ might inline first
  3895. 2710.36 s [conduit] Suggested fix:
  3896. 2710.36 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  3897. 2710.36 s [conduit] |
  3898. 2710.36 s [conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
  3899. 2710.36 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3900. 2710.36 s [conduit]
  3901. 2710.36 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  3902. 2710.36 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3903. 2710.36 s [conduit] Deprecated: "Use .|"
  3904. 2710.36 s [conduit] |
  3905. 2710.36 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  3906. 2710.36 s [conduit] | ^^^
  3907. 2710.36 s [conduit]
  3908. 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 )
  3909. 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 )
  3910. 2711.83 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3911. 2711.83 s [conduit] The use of ‘~’ without TypeOperators
  3912. 2711.83 s [conduit] will become an error in a future GHC release.
  3913. 2711.83 s [conduit] Suggested fix:
  3914. 2711.83 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  3915. 2711.83 s [conduit] |
  3916. 2711.83 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  3917. 2711.83 s [conduit] | ^
  3918. 2711.83 s [conduit]
  3919. 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 )
  3920. 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 )
  3921. 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 )
  3922. 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 )
  3923. 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 )
  3924. 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 )
  3925. 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 )
  3926. 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 )
  3927. 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 )
  3928. 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 )
  3929. 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 )
  3930. 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 )
  3931. 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 )
  3932. 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 )
  3933. 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 )
  3934. 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 )
  3935. 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 )
  3936. 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 )
  3937. 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 )
  3938. 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 )
  3939. 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 )
  3940. 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 )
  3941. 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 )
  3942. 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 )
  3943. 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 )
  3944. 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 )
  3945. 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 )
  3946. 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 )
  3947. 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 )
  3948. 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 )
  3949. 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 )
  3950. 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 )
  3951. 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 )
  3952. 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 )
  3953. 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 )
  3954. 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 )
  3955. 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 )
  3956. 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 )
  3957. 2712.77 s [conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.p_o )
  3958. 2712.77 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  3959. 2712.77 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  3960. 2712.77 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  3961. 2712.77 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  3962. 2712.77 s [conduit] |
  3963. 2712.77 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  3964. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3965. 2712.77 s [conduit]
  3966. 2712.77 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  3967. 2712.77 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  3968. 2712.77 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  3969. 2712.77 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  3970. 2712.77 s [conduit] |
  3971. 2712.77 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  3972. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3973. 2712.77 s [conduit]
  3974. 2712.77 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  3975. 2712.77 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  3976. 2712.77 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  3977. 2712.77 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  3978. 2712.77 s [conduit] |
  3979. 2712.77 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  3980. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3981. 2712.77 s [conduit]
  3982. 2712.77 s [conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.p_o )
  3983. 2712.77 s [conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.p_o )
  3984. 2712.77 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  3985. 2712.77 s [conduit] The import of ‘Data.Monoid’ is redundant
  3986. 2712.77 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3987. 2712.77 s [conduit] To import instances alone, use: import Data.Monoid()
  3988. 2712.77 s [conduit] |
  3989. 2712.77 s [conduit] 67 | import Data.Monoid (Monoid(..))
  3990. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3991. 2712.77 s [conduit]
  3992. 2712.77 s [conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.p_o )
  3993. 2712.77 s [conduit] src/Data/Conduit/List.hs:336:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  3994. 2712.77 s [conduit] Rule "conduit: $$ fold" may never fire
  3995. 2712.77 s [conduit] because ‘.|’ might inline first
  3996. 2712.77 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  3997. 2712.77 s [conduit] |
  3998. 2712.77 s [conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
  3999. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4000. 2712.77 s [conduit]
  4001. 2712.77 s [conduit] src/Data/Conduit/List.hs:352:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  4002. 2712.77 s [conduit] Rule "conduit: $$ foldM" may never fire
  4003. 2712.77 s [conduit] because ‘.|’ might inline first
  4004. 2712.77 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  4005. 2712.77 s [conduit] |
  4006. 2712.77 s [conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
  4007. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4008. 2712.77 s [conduit]
  4009. 2712.77 s [conduit] src/Data/Conduit/List.hs:395:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  4010. 2712.77 s [conduit] Rule "conduit: connect to mapM_" may never fire
  4011. 2712.77 s [conduit] because ‘.|’ might inline first
  4012. 2712.77 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  4013. 2712.77 s [conduit] |
  4014. 2712.77 s [conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
  4015. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4016. 2712.77 s [conduit]
  4017. 2712.77 s [conduit] src/Data/Conduit/List.hs:836:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  4018. 2712.77 s [conduit] Rule "conduit: source/filter fusion .|" may never fire
  4019. 2712.77 s [conduit] because ‘.|’ might inline first
  4020. 2712.77 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  4021. 2712.77 s [conduit] |
  4022. 2712.77 s [conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
  4023. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4024. 2712.77 s [conduit]
  4025. 2712.77 s [conduit] src/Data/Conduit/List.hs:860:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  4026. 2712.77 s [conduit] Rule "conduit: connect to sinkNull" may never fire
  4027. 2712.77 s [conduit] because ‘.|’ might inline first
  4028. 2712.77 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  4029. 2712.77 s [conduit] |
  4030. 2712.77 s [conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
  4031. 2712.77 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4032. 2712.77 s [conduit]
  4033. 2713.31 s [conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.p_o )
  4034. 2713.31 s [conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.p_o )
  4035. 2713.31 s [conduit] src/Data/Streaming/Filesystem.hs:100:36: warning: [GHC-90584] [-Wderiving-typeable]
  4036. 2713.31 s [conduit] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  4037. 2713.31 s [conduit] • In the data declaration for ‘FileType’
  4038. 2713.31 s [conduit] |
  4039. 2713.31 s [conduit] 100 | deriving (Show, Read, Eq, Ord, Typeable)
  4040. 2713.31 s [conduit] | ^^^^^^^^
  4041. 2713.31 s [conduit]
  4042. 2713.31 s [conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.p_o )
  4043. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4044. 2713.53 s [conduit] The use of ‘~’ without TypeOperators
  4045. 2713.53 s [conduit] will become an error in a future GHC release.
  4046. 2713.53 s [conduit] Suggested fix:
  4047. 2713.53 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4048. 2713.53 s [conduit] |
  4049. 2713.53 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  4050. 2713.53 s [conduit] | ^
  4051. 2713.53 s [conduit]
  4052. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4053. 2713.53 s [conduit] • The ‘~’ operator is out of scope.
  4054. 2713.53 s [conduit] Assuming it to stand for an equality constraint.
  4055. 2713.53 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4056. 2713.53 s [conduit] exported from Data.Type.Equality and Prelude.
  4057. 2713.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4058. 2713.53 s [conduit] • This will become an error in a future GHC release.
  4059. 2713.53 s [conduit] |
  4060. 2713.53 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  4061. 2713.53 s [conduit] | ^
  4062. 2713.53 s [conduit]
  4063. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4064. 2713.53 s [conduit] The use of ‘~’ without TypeOperators
  4065. 2713.53 s [conduit] will become an error in a future GHC release.
  4066. 2713.53 s [conduit] Suggested fix:
  4067. 2713.53 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4068. 2713.53 s [conduit] |
  4069. 2713.53 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  4070. 2713.53 s [conduit] | ^
  4071. 2713.53 s [conduit]
  4072. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4073. 2713.53 s [conduit] • The ‘~’ operator is out of scope.
  4074. 2713.53 s [conduit] Assuming it to stand for an equality constraint.
  4075. 2713.53 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4076. 2713.53 s [conduit] exported from Data.Type.Equality and Prelude.
  4077. 2713.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4078. 2713.53 s [conduit] • This will become an error in a future GHC release.
  4079. 2713.53 s [conduit] |
  4080. 2713.53 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  4081. 2713.53 s [conduit] | ^
  4082. 2713.53 s [conduit]
  4083. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4084. 2713.53 s [conduit] The use of ‘~’ without TypeOperators
  4085. 2713.53 s [conduit] will become an error in a future GHC release.
  4086. 2713.53 s [conduit] Suggested fix:
  4087. 2713.53 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4088. 2713.53 s [conduit] |
  4089. 2713.53 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4090. 2713.53 s [conduit] | ^
  4091. 2713.53 s [conduit]
  4092. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4093. 2713.53 s [conduit] • The ‘~’ operator is out of scope.
  4094. 2713.53 s [conduit] Assuming it to stand for an equality constraint.
  4095. 2713.53 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4096. 2713.53 s [conduit] exported from Data.Type.Equality and Prelude.
  4097. 2713.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4098. 2713.53 s [conduit] • This will become an error in a future GHC release.
  4099. 2713.53 s [conduit] |
  4100. 2713.53 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4101. 2713.53 s [conduit] | ^
  4102. 2713.53 s [conduit]
  4103. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4104. 2713.53 s [conduit] The use of ‘~’ without TypeOperators
  4105. 2713.53 s [conduit] will become an error in a future GHC release.
  4106. 2713.53 s [conduit] Suggested fix:
  4107. 2713.53 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4108. 2713.53 s [conduit] |
  4109. 2713.53 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4110. 2713.53 s [conduit] | ^
  4111. 2713.53 s [conduit]
  4112. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4113. 2713.53 s [conduit] • The ‘~’ operator is out of scope.
  4114. 2713.53 s [conduit] Assuming it to stand for an equality constraint.
  4115. 2713.53 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4116. 2713.53 s [conduit] exported from Data.Type.Equality and Prelude.
  4117. 2713.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4118. 2713.53 s [conduit] • This will become an error in a future GHC release.
  4119. 2713.53 s [conduit] |
  4120. 2713.53 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4121. 2713.53 s [conduit] | ^
  4122. 2713.53 s [conduit]
  4123. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4124. 2713.53 s [conduit] The use of ‘~’ without TypeOperators
  4125. 2713.53 s [conduit] will become an error in a future GHC release.
  4126. 2713.53 s [conduit] Suggested fix:
  4127. 2713.53 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4128. 2713.53 s [conduit] |
  4129. 2713.53 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  4130. 2713.53 s [conduit] | ^
  4131. 2713.53 s [conduit]
  4132. 2713.53 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4133. 2713.53 s [conduit] • The ‘~’ operator is out of scope.
  4134. 2713.53 s [conduit] Assuming it to stand for an equality constraint.
  4135. 2713.53 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4136. 2713.53 s [conduit] exported from Data.Type.Equality and Prelude.
  4137. 2713.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4138. 2713.54 s [conduit] • This will become an error in a future GHC release.
  4139. 2713.54 s [conduit] |
  4140. 2713.54 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  4141. 2713.54 s [conduit] | ^
  4142. 2713.54 s [conduit]
  4143. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4144. 2713.54 s [conduit] The use of ‘~’ without TypeOperators
  4145. 2713.54 s [conduit] will become an error in a future GHC release.
  4146. 2713.54 s [conduit] Suggested fix:
  4147. 2713.54 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4148. 2713.54 s [conduit] |
  4149. 2713.54 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4150. 2713.54 s [conduit] | ^
  4151. 2713.54 s [conduit]
  4152. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4153. 2713.54 s [conduit] • The ‘~’ operator is out of scope.
  4154. 2713.54 s [conduit] Assuming it to stand for an equality constraint.
  4155. 2713.54 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4156. 2713.54 s [conduit] exported from Data.Type.Equality and Prelude.
  4157. 2713.54 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4158. 2713.54 s [conduit] • This will become an error in a future GHC release.
  4159. 2713.54 s [conduit] |
  4160. 2713.54 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4161. 2713.54 s [conduit] | ^
  4162. 2713.54 s [conduit]
  4163. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4164. 2713.54 s [conduit] The use of ‘~’ without TypeOperators
  4165. 2713.54 s [conduit] will become an error in a future GHC release.
  4166. 2713.54 s [conduit] Suggested fix:
  4167. 2713.54 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4168. 2713.54 s [conduit] |
  4169. 2713.54 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4170. 2713.54 s [conduit] | ^
  4171. 2713.54 s [conduit]
  4172. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4173. 2713.54 s [conduit] • The ‘~’ operator is out of scope.
  4174. 2713.54 s [conduit] Assuming it to stand for an equality constraint.
  4175. 2713.54 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4176. 2713.54 s [conduit] exported from Data.Type.Equality and Prelude.
  4177. 2713.54 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4178. 2713.54 s [conduit] • This will become an error in a future GHC release.
  4179. 2713.54 s [conduit] |
  4180. 2713.54 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4181. 2713.54 s [conduit] | ^
  4182. 2713.54 s [conduit]
  4183. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4184. 2713.54 s [conduit] The use of ‘~’ without TypeOperators
  4185. 2713.54 s [conduit] will become an error in a future GHC release.
  4186. 2713.54 s [conduit] Suggested fix:
  4187. 2713.54 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4188. 2713.54 s [conduit] |
  4189. 2713.54 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  4190. 2713.54 s [conduit] | ^
  4191. 2713.54 s [conduit]
  4192. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4193. 2713.54 s [conduit] • The ‘~’ operator is out of scope.
  4194. 2713.54 s [conduit] Assuming it to stand for an equality constraint.
  4195. 2713.54 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4196. 2713.54 s [conduit] exported from Data.Type.Equality and Prelude.
  4197. 2713.54 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4198. 2713.54 s [conduit] • This will become an error in a future GHC release.
  4199. 2713.54 s [conduit] |
  4200. 2713.54 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  4201. 2713.54 s [conduit] | ^
  4202. 2713.54 s [conduit]
  4203. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4204. 2713.54 s [conduit] The use of ‘~’ without TypeOperators
  4205. 2713.54 s [conduit] will become an error in a future GHC release.
  4206. 2713.54 s [conduit] Suggested fix:
  4207. 2713.54 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4208. 2713.54 s [conduit] |
  4209. 2713.54 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  4210. 2713.54 s [conduit] | ^
  4211. 2713.54 s [conduit]
  4212. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4213. 2713.54 s [conduit] • The ‘~’ operator is out of scope.
  4214. 2713.54 s [conduit] Assuming it to stand for an equality constraint.
  4215. 2713.54 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4216. 2713.54 s [conduit] exported from Data.Type.Equality and Prelude.
  4217. 2713.54 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4218. 2713.54 s [conduit] • This will become an error in a future GHC release.
  4219. 2713.54 s [conduit] |
  4220. 2713.54 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  4221. 2713.54 s [conduit] | ^
  4222. 2713.54 s [conduit]
  4223. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4224. 2713.54 s [conduit] The use of ‘~’ without TypeOperators
  4225. 2713.54 s [conduit] will become an error in a future GHC release.
  4226. 2713.54 s [conduit] Suggested fix:
  4227. 2713.54 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4228. 2713.54 s [conduit] |
  4229. 2713.54 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4230. 2713.54 s [conduit] | ^
  4231. 2713.54 s [conduit]
  4232. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4233. 2713.54 s [conduit] • The ‘~’ operator is out of scope.
  4234. 2713.54 s [conduit] Assuming it to stand for an equality constraint.
  4235. 2713.54 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4236. 2713.54 s [conduit] exported from Data.Type.Equality and Prelude.
  4237. 2713.54 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4238. 2713.54 s [conduit] • This will become an error in a future GHC release.
  4239. 2713.54 s [conduit] |
  4240. 2713.54 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4241. 2713.54 s [conduit] | ^
  4242. 2713.54 s [conduit]
  4243. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4244. 2713.54 s [conduit] The use of ‘~’ without TypeOperators
  4245. 2713.54 s [conduit] will become an error in a future GHC release.
  4246. 2713.54 s [conduit] Suggested fix:
  4247. 2713.54 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4248. 2713.54 s [conduit] |
  4249. 2713.54 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4250. 2713.54 s [conduit] | ^
  4251. 2713.54 s [conduit]
  4252. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4253. 2713.54 s [conduit] • The ‘~’ operator is out of scope.
  4254. 2713.54 s [conduit] Assuming it to stand for an equality constraint.
  4255. 2713.54 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4256. 2713.54 s [conduit] exported from Data.Type.Equality and Prelude.
  4257. 2713.54 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4258. 2713.54 s [conduit] • This will become an error in a future GHC release.
  4259. 2713.54 s [conduit] |
  4260. 2713.54 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4261. 2713.54 s [conduit] | ^
  4262. 2713.54 s [conduit]
  4263. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4264. 2713.54 s [conduit] The use of ‘~’ without TypeOperators
  4265. 2713.54 s [conduit] will become an error in a future GHC release.
  4266. 2713.54 s [conduit] Suggested fix:
  4267. 2713.54 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4268. 2713.54 s [conduit] |
  4269. 2713.54 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  4270. 2713.54 s [conduit] | ^
  4271. 2713.54 s [conduit]
  4272. 2713.54 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4273. 2713.54 s [conduit] • The ‘~’ operator is out of scope.
  4274. 2713.54 s [conduit] Assuming it to stand for an equality constraint.
  4275. 2713.54 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4276. 2713.54 s [conduit] exported from Data.Type.Equality and Prelude.
  4277. 2713.54 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4278. 2713.54 s [conduit] • This will become an error in a future GHC release.
  4279. 2713.54 s [conduit] |
  4280. 2713.54 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  4281. 2713.54 s [conduit] | ^
  4282. 2713.54 s [conduit]
  4283. 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 )
  4284. 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 )
  4285. 2718.09 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4286. 2718.09 s [conduit] The use of ‘~’ without TypeOperators
  4287. 2718.09 s [conduit] will become an error in a future GHC release.
  4288. 2718.09 s [conduit] Suggested fix:
  4289. 2718.09 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4290. 2718.09 s [conduit] |
  4291. 2718.09 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4292. 2718.09 s [conduit] | ^
  4293. 2718.09 s [conduit]
  4294. 2718.09 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4295. 2718.09 s [conduit] • The ‘~’ operator is out of scope.
  4296. 2718.10 s [conduit] Assuming it to stand for an equality constraint.
  4297. 2718.10 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4298. 2718.10 s [conduit] exported from Data.Type.Equality and Prelude.
  4299. 2718.10 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4300. 2718.10 s [conduit] • This will become an error in a future GHC release.
  4301. 2718.10 s [conduit] |
  4302. 2718.10 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4303. 2718.10 s [conduit] | ^
  4304. 2718.10 s [conduit]
  4305. 2718.10 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4306. 2718.10 s [conduit] The use of ‘~’ without TypeOperators
  4307. 2718.10 s [conduit] will become an error in a future GHC release.
  4308. 2718.10 s [conduit] Suggested fix:
  4309. 2718.10 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4310. 2718.10 s [conduit] |
  4311. 2718.10 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4312. 2718.10 s [conduit] | ^
  4313. 2718.10 s [conduit]
  4314. 2718.10 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4315. 2718.10 s [conduit] • The ‘~’ operator is out of scope.
  4316. 2718.10 s [conduit] Assuming it to stand for an equality constraint.
  4317. 2718.10 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4318. 2718.10 s [conduit] exported from Data.Type.Equality and Prelude.
  4319. 2718.10 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4320. 2718.10 s [conduit] • This will become an error in a future GHC release.
  4321. 2718.10 s [conduit] |
  4322. 2718.10 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4323. 2718.10 s [conduit] | ^
  4324. 2718.10 s [conduit]
  4325. 2718.10 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4326. 2718.10 s [conduit] The use of ‘~’ without TypeOperators
  4327. 2718.10 s [conduit] will become an error in a future GHC release.
  4328. 2718.10 s [conduit] Suggested fix:
  4329. 2718.10 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4330. 2718.10 s [conduit] |
  4331. 2718.10 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  4332. 2718.10 s [conduit] | ^
  4333. 2718.10 s [conduit]
  4334. 2718.10 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4335. 2718.10 s [conduit] • The ‘~’ operator is out of scope.
  4336. 2718.10 s [conduit] Assuming it to stand for an equality constraint.
  4337. 2718.10 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4338. 2718.10 s [conduit] exported from Data.Type.Equality and Prelude.
  4339. 2718.10 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4340. 2718.10 s [conduit] • This will become an error in a future GHC release.
  4341. 2718.10 s [conduit] |
  4342. 2718.10 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  4343. 2718.10 s [conduit] | ^
  4344. 2718.10 s [conduit]
  4345. 2718.10 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4346. 2718.10 s [conduit] The use of ‘~’ without TypeOperators
  4347. 2718.10 s [conduit] will become an error in a future GHC release.
  4348. 2718.10 s [conduit] Suggested fix:
  4349. 2718.10 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4350. 2718.10 s [conduit] |
  4351. 2718.10 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4352. 2718.10 s [conduit] | ^
  4353. 2718.10 s [conduit]
  4354. 2718.10 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4355. 2718.10 s [conduit] • The ‘~’ operator is out of scope.
  4356. 2718.10 s [conduit] Assuming it to stand for an equality constraint.
  4357. 2718.10 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4358. 2718.10 s [conduit] exported from Data.Type.Equality and Prelude.
  4359. 2718.10 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4360. 2718.10 s [conduit] • This will become an error in a future GHC release.
  4361. 2718.10 s [conduit] |
  4362. 2718.10 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4363. 2718.10 s [conduit] | ^
  4364. 2718.10 s [conduit]
  4365. 2718.10 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4366. 2718.11 s [conduit] The use of ‘~’ without TypeOperators
  4367. 2718.11 s [conduit] will become an error in a future GHC release.
  4368. 2718.11 s [conduit] Suggested fix:
  4369. 2718.11 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4370. 2718.11 s [conduit] |
  4371. 2718.11 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4372. 2718.11 s [conduit] | ^
  4373. 2718.11 s [conduit]
  4374. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4375. 2718.11 s [conduit] • The ‘~’ operator is out of scope.
  4376. 2718.11 s [conduit] Assuming it to stand for an equality constraint.
  4377. 2718.11 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4378. 2718.11 s [conduit] exported from Data.Type.Equality and Prelude.
  4379. 2718.11 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4380. 2718.11 s [conduit] • This will become an error in a future GHC release.
  4381. 2718.11 s [conduit] |
  4382. 2718.11 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4383. 2718.11 s [conduit] | ^
  4384. 2718.11 s [conduit]
  4385. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4386. 2718.11 s [conduit] The use of ‘~’ without TypeOperators
  4387. 2718.11 s [conduit] will become an error in a future GHC release.
  4388. 2718.11 s [conduit] Suggested fix:
  4389. 2718.11 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4390. 2718.11 s [conduit] |
  4391. 2718.11 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  4392. 2718.11 s [conduit] | ^
  4393. 2718.11 s [conduit]
  4394. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4395. 2718.11 s [conduit] • The ‘~’ operator is out of scope.
  4396. 2718.11 s [conduit] Assuming it to stand for an equality constraint.
  4397. 2718.11 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4398. 2718.11 s [conduit] exported from Data.Type.Equality and Prelude.
  4399. 2718.11 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4400. 2718.11 s [conduit] • This will become an error in a future GHC release.
  4401. 2718.11 s [conduit] |
  4402. 2718.11 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  4403. 2718.11 s [conduit] | ^
  4404. 2718.11 s [conduit]
  4405. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4406. 2718.11 s [conduit] The use of ‘~’ without TypeOperators
  4407. 2718.11 s [conduit] will become an error in a future GHC release.
  4408. 2718.11 s [conduit] Suggested fix:
  4409. 2718.11 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4410. 2718.11 s [conduit] |
  4411. 2718.11 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  4412. 2718.11 s [conduit] | ^
  4413. 2718.11 s [conduit]
  4414. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4415. 2718.11 s [conduit] • The ‘~’ operator is out of scope.
  4416. 2718.11 s [conduit] Assuming it to stand for an equality constraint.
  4417. 2718.11 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4418. 2718.11 s [conduit] exported from Data.Type.Equality and Prelude.
  4419. 2718.11 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4420. 2718.11 s [conduit] • This will become an error in a future GHC release.
  4421. 2718.11 s [conduit] |
  4422. 2718.11 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  4423. 2718.11 s [conduit] | ^
  4424. 2718.11 s [conduit]
  4425. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4426. 2718.11 s [conduit] The use of ‘~’ without TypeOperators
  4427. 2718.11 s [conduit] will become an error in a future GHC release.
  4428. 2718.11 s [conduit] Suggested fix:
  4429. 2718.11 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4430. 2718.11 s [conduit] |
  4431. 2718.11 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4432. 2718.11 s [conduit] | ^
  4433. 2718.11 s [conduit]
  4434. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4435. 2718.11 s [conduit] • The ‘~’ operator is out of scope.
  4436. 2718.11 s [conduit] Assuming it to stand for an equality constraint.
  4437. 2718.11 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4438. 2718.11 s [conduit] exported from Data.Type.Equality and Prelude.
  4439. 2718.11 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4440. 2718.11 s [conduit] • This will become an error in a future GHC release.
  4441. 2718.11 s [conduit] |
  4442. 2718.11 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4443. 2718.11 s [conduit] | ^
  4444. 2718.11 s [conduit]
  4445. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4446. 2718.11 s [conduit] The use of ‘~’ without TypeOperators
  4447. 2718.11 s [conduit] will become an error in a future GHC release.
  4448. 2718.11 s [conduit] Suggested fix:
  4449. 2718.11 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4450. 2718.11 s [conduit] |
  4451. 2718.11 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4452. 2718.11 s [conduit] | ^
  4453. 2718.11 s [conduit]
  4454. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4455. 2718.11 s [conduit] • The ‘~’ operator is out of scope.
  4456. 2718.11 s [conduit] Assuming it to stand for an equality constraint.
  4457. 2718.11 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4458. 2718.11 s [conduit] exported from Data.Type.Equality and Prelude.
  4459. 2718.11 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4460. 2718.11 s [conduit] • This will become an error in a future GHC release.
  4461. 2718.11 s [conduit] |
  4462. 2718.11 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4463. 2718.11 s [conduit] | ^
  4464. 2718.11 s [conduit]
  4465. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4466. 2718.11 s [conduit] The use of ‘~’ without TypeOperators
  4467. 2718.11 s [conduit] will become an error in a future GHC release.
  4468. 2718.11 s [conduit] Suggested fix:
  4469. 2718.11 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  4470. 2718.11 s [conduit] |
  4471. 2718.11 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  4472. 2718.11 s [conduit] | ^
  4473. 2718.11 s [conduit]
  4474. 2718.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4475. 2718.11 s [conduit] • The ‘~’ operator is out of scope.
  4476. 2718.11 s [conduit] Assuming it to stand for an equality constraint.
  4477. 2718.11 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  4478. 2718.11 s [conduit] exported from Data.Type.Equality and Prelude.
  4479. 2718.11 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4480. 2718.11 s [conduit] • This will become an error in a future GHC release.
  4481. 2718.11 s [conduit] |
  4482. 2718.11 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  4483. 2718.11 s [conduit] | ^
  4484. 2718.11 s [conduit]
  4485. 2718.97 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.p_o )
  4486. 2721.45 s [conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
  4487. 2721.45 s [conduit] Building test suite 'conduit-test' for conduit-1.3.6.1...
  4488. 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 )
  4489. 2721.99 s [conduit] test/Data/Conduit/Extra/ZipConduitSpec.hs:5:1: warning: [GHC-66111] [-Wunused-imports]
  4490. 2721.99 s [conduit] The import of ‘Control.Applicative’ is redundant
  4491. 2721.99 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  4492. 2721.99 s [conduit] To import instances alone, use: import Control.Applicative()
  4493. 2721.99 s [conduit] |
  4494. 2721.99 s [conduit] 5 | import Control.Applicative ((<*), pure)
  4495. 2721.99 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4496. 2721.99 s [conduit]
  4497. 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 )
  4498. 2722.53 s [conduit] test/Data/Conduit/StreamSpec.hs:64:11: warning: [GHC-00834] [-Wview-pattern-signatures]
  4499. 2722.53 s [conduit] • Found an unparenthesized pattern signature on the RHS of a view pattern.
  4500. 2722.53 s [conduit] • This code might stop working in a future GHC release
  4501. 2722.53 s [conduit] due to a planned change to the precedence of view patterns,
  4502. 2722.53 s [conduit] unless the view function is an endofunction.
  4503. 2722.53 s [conduit] • Current parse: ‘getSmall -> (fr :: Int)’
  4504. 2722.53 s [conduit] Future parse: ‘(getSmall -> fr) :: Int’
  4505. 2722.53 s [conduit] Suggested fix: Parenthesize the RHS of the view pattern
  4506. 2722.53 s [conduit] |
  4507. 2722.53 s [conduit] 64 | \(getSmall -> fr :: Int, getSmall -> to :: Int) ->
  4508. 2722.53 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^
  4509. 2722.53 s [conduit]
  4510. 2722.53 s [conduit] test/Data/Conduit/StreamSpec.hs:64:34: warning: [GHC-00834] [-Wview-pattern-signatures]
  4511. 2722.53 s [conduit] • Found an unparenthesized pattern signature on the RHS of a view pattern.
  4512. 2722.53 s [conduit] • This code might stop working in a future GHC release
  4513. 2722.53 s [conduit] due to a planned change to the precedence of view patterns,
  4514. 2722.53 s [conduit] unless the view function is an endofunction.
  4515. 2722.53 s [conduit] • Current parse: ‘getSmall -> (to :: Int)’
  4516. 2722.53 s [conduit] Future parse: ‘(getSmall -> to) :: Int’
  4517. 2722.53 s [conduit] Suggested fix: Parenthesize the RHS of the view pattern
  4518. 2722.53 s [conduit] |
  4519. 2722.53 s [conduit] 64 | \(getSmall -> fr :: Int, getSmall -> to :: Int) ->
  4520. 2722.53 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^
  4521. 2722.53 s [conduit]
  4522. 2722.53 s [conduit] test/Data/Conduit/StreamSpec.hs:572:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  4523. 2722.53 s [conduit] Pattern match(es) are non-exhaustive
  4524. 2722.53 s [conduit] In a lambda abstraction: Patterns of type ‘[a]’ not matched: []
  4525. 2722.53 s [conduit] |
  4526. 2722.53 s [conduit] 572 | Data.List.map (\(x:xs) -> (x, xs)) . Data.List.groupBy ((==) `on` f)
  4527. 2722.53 s [conduit] | ^^^^^^^^^^^^^^^^^^
  4528. 2722.53 s [conduit]
  4529. 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 )
  4530. 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 )
  4531. 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 )
  4532. 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 )
  4533. 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 )
  4534. 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 )
  4535. 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 )
  4536. 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 )
  4537. 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 )
  4538. 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 )
  4539. 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 )
  4540. 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 )
  4541. 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 )
  4542. 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 )
  4543. 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 )
  4544. 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 )
  4545. 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 )
  4546. 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 )
  4547. 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 )
  4548. 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 )
  4549. 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 )
  4550. 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 )
  4551. 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 )
  4552. 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 )
  4553. 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 )
  4554. 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 )
  4555. 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 )
  4556. 2727.04 s [conduit] [3 of 5] Compiling StreamSpec ( test/StreamSpec.hs, dist/build/conduit-test/conduit-test-tmp/StreamSpec.o )
  4557. 2727.04 s [conduit] test/StreamSpec.hs:471:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
  4558. 2727.04 s [conduit] Noncanonical ‘mappend’ definition detected
  4559. 2727.04 s [conduit] in the instance declaration for ‘Monoid (Sum a)’.
  4560. 2727.04 s [conduit] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  4561. 2727.04 s [conduit] Suggested fix:
  4562. 2727.04 s [conduit] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  4563. 2727.04 s [conduit] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  4564. 2727.04 s [conduit] |
  4565. 2727.04 s [conduit] 471 | mappend (Sum x) (Sum y) = Sum $ x Prelude.+ y
  4566. 2727.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4567. 2727.04 s [conduit]
  4568. 2727.04 s [conduit] [4 of 5] Compiling Spec ( test/Spec.hs, dist/build/conduit-test/conduit-test-tmp/Spec.o )
  4569. 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 )
  4570. 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 )
  4571. 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 )
  4572. 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 )
  4573. 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 )
  4574. 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 )
  4575. 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 )
  4576. 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 )
  4577. 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 )
  4578. 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 )
  4579. 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 )
  4580. 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 )
  4581. 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 )
  4582. 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 )
  4583. 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 )
  4584. 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 )
  4585. 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 )
  4586. 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 )
  4587. 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 )
  4588. 2745.36 s [conduit] [5 of 5] Compiling Main ( test/main.hs, dist/build/conduit-test/conduit-test-tmp/Main.o )
  4589. 2745.61 s [conduit] test/main.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
  4590. 2745.62 s [conduit] The import of ‘Control.Applicative’ is redundant
  4591. 2745.63 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  4592. 2745.63 s [conduit] To import instances alone, use: import Control.Applicative()
  4593. 2745.63 s [conduit] |
  4594. 2745.63 s [conduit] 35 | import Control.Applicative (pure, (<$>), (<*>), liftA2)
  4595. 2745.63 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4596. 2745.63 s [conduit]
  4597. 2745.63 s [conduit] test/main.hs:99:32: warning: [GHC-63394] [-Wx-partial]
  4598. 2745.63 s [conduit] In the use of ‘tail’
  4599. 2745.63 s [conduit] (imported from Prelude, but defined in GHC.Internal.List):
  4600. 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"."
  4601. 2745.63 s [conduit] |
  4602. 2745.63 s [conduit] 99 | prop "scan" $ equivToList (tail . scanl (+) 0 :: [Int]->[Int]) (void $ CL.scan (+) 0)
  4603. 2745.63 s [conduit] | ^^^^
  4604. 2745.63 s [conduit]
  4605. 2745.63 s [conduit] test/main.hs:110:33: warning: [GHC-63394] [-Wx-partial]
  4606. 2745.63 s [conduit] In the use of ‘tail’
  4607. 2745.63 s [conduit] (imported from Prelude, but defined in GHC.Internal.List):
  4608. 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"."
  4609. 2745.63 s [conduit] |
  4610. 2745.63 s [conduit] 110 | prop "scanM" $ equivToList (tail . scanl (+) 0) (void $ CL.scanM (\a s -> return $ a + s) (0 :: Int))
  4611. 2745.63 s [conduit] | ^^^^
  4612. 2745.63 s [conduit]
  4613. 2745.63 s [conduit] test/main.hs:882:25: warning: [GHC-90584] [-Wderiving-typeable]
  4614. 2745.63 s [conduit] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  4615. 2745.63 s [conduit] • In the data declaration for ‘DummyError’
  4616. 2745.63 s [conduit] |
  4617. 2745.63 s [conduit] 882 | deriving (Show, Eq, Typeable)
  4618. 2745.63 s [conduit] | ^^^^^^^^
  4619. 2745.63 s [conduit]
  4620. 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 )
  4621. 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 )
  4622. 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 )
  4623. 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 )
  4624. 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 )
  4625. 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 )
  4626. 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 )
  4627. 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 )
  4628. 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 )
  4629. 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 )
  4630. 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 )
  4631. 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 )
  4632. 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 )
  4633. 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 )
  4634. 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 )
  4635. 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 )
  4636. 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 )
  4637. 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 )
  4638. 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 )
  4639. 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 )
  4640. 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 )
  4641. 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 )
  4642. 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 )
  4643. 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 )
  4644. 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 )
  4645. 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 )
  4646. 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 )
  4647. 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 )
  4648. 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 )
  4649. 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 )
  4650. 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 )
  4651. 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 )
  4652. 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 )
  4653. 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 )
  4654. 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 )
  4655. 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 )
  4656. 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 )
  4657. 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 )
  4658. 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 )
  4659. 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 )
  4660. 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 )
  4661. 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 )
  4662. 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 )
  4663. 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 )
  4664. 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 )
  4665. 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 )
  4666. 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 )
  4667. 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 )
  4668. 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 )
  4669. 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 )
  4670. 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 )
  4671. 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 )
  4672. 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 )
  4673. 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 )
  4674. 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 )
  4675. 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 )
  4676. 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 )
  4677. 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 )
  4678. 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 )
  4679. 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 )
  4680. 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 )
  4681. 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 )
  4682. 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 )
  4683. 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 )
  4684. 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 )
  4685. 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 )
  4686. 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 )
  4687. 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 )
  4688. 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 )
  4689. 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 )
  4690. 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 )
  4691. 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 )
  4692. 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 )
  4693. 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 )
  4694. 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 )
  4695. 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 )
  4696. 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 )
  4697. 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 )
  4698. 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 )
  4699. 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 )
  4700. 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 )
  4701. 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 )
  4702. 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 )
  4703. 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 )
  4704. 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 )
  4705. 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 )
  4706. 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 )
  4707. 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 )
  4708. 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 )
  4709. 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 )
  4710. 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 )
  4711. 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 )
  4712. 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 )
  4713. 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 )
  4714. 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 )
  4715. 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 )
  4716. 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 )
  4717. 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 )
  4718. 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 )
  4719. 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 )
  4720. 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 )
  4721. 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 )
  4722. 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 )
  4723. 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 )
  4724. 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 )
  4725. 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 )
  4726. 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 )
  4727. 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 )
  4728. 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 )
  4729. 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 )
  4730. 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 )
  4731. 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 )
  4732. 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 )
  4733. 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 )
  4734. 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 )
  4735. 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 )
  4736. 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 )
  4737. 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 )
  4738. 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 )
  4739. 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 )
  4740. 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 )
  4741. 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 )
  4742. 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 )
  4743. 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 )
  4744. 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 )
  4745. 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 )
  4746. 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 )
  4747. 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 )
  4748. 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 )
  4749. 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 )
  4750. 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 )
  4751. 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 )
  4752. 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 )
  4753. 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 )
  4754. 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 )
  4755. 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 )
  4756. 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 )
  4757. 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 )
  4758. 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 )
  4759. 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 )
  4760. 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 )
  4761. 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 )
  4762. 2753.57 s [conduit] [6 of 6] Linking dist/build/conduit-test/conduit-test
  4763. 2754.76 s [conduit] buildPhase completed in 1 minutes 5 seconds
  4764. 2754.76 s [conduit] Phase: checkPhase
  4765. 2755.11 s [conduit] Running 1 test suites...
  4766. 2755.11 s [conduit] Test suite conduit-test: RUNNING...
  4767. 2755.12 s [conduit]
  4768. 2755.12 s [conduit] Combinators
  4769. 2755.12 s [conduit] yieldMany
  4770. 2755.12 s [conduit] list [✔]
  4771. 2755.12 s [conduit] Text [✔]
  4772. 2755.12 s [conduit] unfold [✔]
  4773. 2755.12 s [conduit] enumFromTo [✔]
  4774. 2755.12 s [conduit] iterate [✔]
  4775. 2755.12 s [conduit] repeat [✔]
  4776. 2755.12 s [conduit] replicate [✔]
  4777. 2755.12 s [conduit] sourceLazy [✔]
  4778. 2755.12 s [conduit] repeatM [✔]
  4779. 2755.12 s [conduit] repeatWhileM [✔]
  4780. 2755.12 s [conduit] replicateM [✔]
  4781. 2755.14 s [conduit] sourceFile [✔]
  4782. 2755.15 s [conduit] sourceHandle [✔]
  4783. 2755.17 s [conduit] sourceIOHandle [✔]
  4784. 2755.36 s [conduit] stdin [✔]
  4785. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4786. 2755.36 s [conduit] sourceDirectory [✔]
  4787. 2755.36 s [conduit] sourceDirectoryDeep [✔]
  4788. 2755.36 s [conduit] drop [✔]
  4789. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4790. 2755.36 s [conduit] dropE [✔]
  4791. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4792. 2755.36 s [conduit] dropWhile [✔]
  4793. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4794. 2755.36 s [conduit] dropWhileE [✔]
  4795. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4796. 2755.36 s [conduit] fold [✔]
  4797. 2755.36 s [conduit] foldE [✔]
  4798. 2755.36 s [conduit] foldl [✔]
  4799. 2755.36 s [conduit] foldlE [✔]
  4800. 2755.36 s [conduit] foldMap [✔]
  4801. 2755.36 s [conduit] foldMapE [✔]
  4802. 2755.36 s [conduit] all [✔]
  4803. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4804. 2755.36 s [conduit] allE [✔]
  4805. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4806. 2755.36 s [conduit] any [✔]
  4807. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4808. 2755.36 s [conduit] anyE [✔]
  4809. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4810. 2755.36 s [conduit] and [✔]
  4811. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4812. 2755.36 s [conduit] andE [✔]
  4813. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4814. 2755.36 s [conduit] or [✔]
  4815. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4816. 2755.36 s [conduit] orE [✔]
  4817. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4818. 2755.36 s [conduit] elem [✔]
  4819. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4820. 2755.36 s [conduit] elemE [✔]
  4821. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4822. 2755.36 s [conduit] notElem [✔]
  4823. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4824. 2755.36 s [conduit] notElemE [✔]
  4825. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4826. 2755.36 s [conduit] sinkVector regular [✔]
  4827. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4828. 2755.36 s [conduit] sinkVector unboxed [✔]
  4829. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4830. 2755.36 s [conduit] sinkVector storable [✔]
  4831. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4832. 2755.36 s [conduit] sinkVectorN regular [✔]
  4833. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4834. 2755.36 s [conduit] sinkVectorN unboxed [✔]
  4835. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4836. 2755.36 s [conduit] sinkVectorN storable [✔]
  4837. 2755.36 s [conduit] +++ OK, passed 100 tests.
  4838. 2755.37 s [conduit] sinkBuilder [✔]
  4839. 2755.37 s [conduit] +++ OK, passed 100 tests.
  4840. 2755.38 s [conduit] sinkLazyBuilder [✔]
  4841. 2755.38 s [conduit] +++ OK, passed 100 tests.
  4842. 2755.38 s [conduit] sinkNull [✔]
  4843. 2755.38 s [conduit] +++ OK, passed 100 tests.
  4844. 2755.38 s [conduit] awaitNonNull [✔]
  4845. 2755.38 s [conduit] +++ OK, passed 100 tests.
  4846. 2755.40 s [conduit] headE [✔]
  4847. 2755.40 s [conduit] +++ OK, passed 100 tests.
  4848. 2755.40 s [conduit] peek [✔]
  4849. 2755.40 s [conduit] +++ OK, passed 100 tests.
  4850. 2755.42 s [conduit] peekE [✔]
  4851. 2755.42 s [conduit] +++ OK, passed 100 tests.
  4852. 2755.42 s [conduit] last [✔]
  4853. 2755.42 s [conduit] +++ OK, passed 100 tests.
  4854. 2755.43 s [conduit] lastE [✔]
  4855. 2755.43 s [conduit] +++ OK, passed 100 tests.
  4856. 2755.43 s [conduit] length [✔]
  4857. 2755.43 s [conduit] +++ OK, passed 100 tests.
  4858. 2755.43 s [conduit] lengthE [✔]
  4859. 2755.43 s [conduit] +++ OK, passed 100 tests.
  4860. 2755.43 s [conduit] lengthIf [✔]
  4861. 2755.43 s [conduit] +++ OK, passed 100 tests.
  4862. 2755.43 s [conduit] lengthIfE [✔]
  4863. 2755.43 s [conduit] +++ OK, passed 100 tests.
  4864. 2755.43 s [conduit] maximum [✔]
  4865. 2755.43 s [conduit] +++ OK, passed 100 tests.
  4866. 2755.44 s [conduit] maximumE [✔]
  4867. 2755.44 s [conduit] +++ OK, passed 100 tests.
  4868. 2755.44 s [conduit] minimum [✔]
  4869. 2755.44 s [conduit] +++ OK, passed 100 tests.
  4870. 2755.45 s [conduit] minimumE [✔]
  4871. 2755.45 s [conduit] +++ OK, passed 100 tests.
  4872. 2755.45 s [conduit] null [✔]
  4873. 2755.45 s [conduit] +++ OK, passed 100 tests.
  4874. 2755.47 s [conduit] nullE [✔]
  4875. 2755.47 s [conduit] +++ OK, passed 100 tests.
  4876. 2755.47 s [conduit] sum [✔]
  4877. 2755.47 s [conduit] +++ OK, passed 100 tests.
  4878. 2755.47 s [conduit] sumE [✔]
  4879. 2755.47 s [conduit] +++ OK, passed 100 tests.
  4880. 2755.47 s [conduit] product [✔]
  4881. 2755.47 s [conduit] +++ OK, passed 100 tests.
  4882. 2755.48 s [conduit] productE [✔]
  4883. 2755.48 s [conduit] +++ OK, passed 100 tests.
  4884. 2755.48 s [conduit] find [✔]
  4885. 2755.48 s [conduit] +++ OK, passed 100 tests.
  4886. 2755.48 s [conduit] mapM_ [✔]
  4887. 2755.48 s [conduit] +++ OK, passed 100 tests.
  4888. 2755.48 s [conduit] mapM_E [✔]
  4889. 2755.48 s [conduit] +++ OK, passed 100 tests.
  4890. 2755.48 s [conduit] foldM [✔]
  4891. 2755.48 s [conduit] +++ OK, passed 100 tests.
  4892. 2755.48 s [conduit] foldME [✔]
  4893. 2755.48 s [conduit] +++ OK, passed 100 tests.
  4894. 2755.48 s [conduit] foldMapM [✔]
  4895. 2755.48 s [conduit] foldMapME [✔]
  4896. 2755.48 s [conduit] sinkFile [✔]
  4897. 2755.48 s [conduit] sinkHandle [✔]
  4898. 2755.48 s [conduit] sinkIOHandle [✔]
  4899. 2755.48 s [conduit] map [✔]
  4900. 2755.48 s [conduit] +++ OK, passed 100 tests.
  4901. 2755.50 s [conduit] mapE [✔]
  4902. 2755.50 s [conduit] +++ OK, passed 100 tests.
  4903. 2755.51 s [conduit] omapE [✔]
  4904. 2755.51 s [conduit] +++ OK, passed 100 tests.
  4905. 2755.51 s [conduit] concatMap [✔]
  4906. 2755.51 s [conduit] +++ OK, passed 100 tests.
  4907. 2755.51 s [conduit] concatMapE [✔]
  4908. 2755.51 s [conduit] +++ OK, passed 100 tests.
  4909. 2755.51 s [conduit] take [✔]
  4910. 2755.51 s [conduit] +++ OK, passed 100 tests.
  4911. 2755.52 s [conduit] takeE [✔]
  4912. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4913. 2755.52 s [conduit] takeWhile [✔]
  4914. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4915. 2755.52 s [conduit] takeWhileE [✔]
  4916. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4917. 2755.52 s [conduit] takeExactly [✔]
  4918. 2755.52 s [conduit] takeExactlyE [✔]
  4919. 2755.52 s [conduit] takeExactlyE Vector [✔]
  4920. 2755.52 s [conduit] takeExactlyE 2 [✔]
  4921. 2755.52 s [conduit] concat [✔]
  4922. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4923. 2755.52 s [conduit] filter [✔]
  4924. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4925. 2755.52 s [conduit] filterE [✔]
  4926. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4927. 2755.52 s [conduit] mapWhile [✔]
  4928. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4929. 2755.52 s [conduit] conduitVector [✔]
  4930. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4931. 2755.52 s [conduit] scanl [✔]
  4932. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4933. 2755.52 s [conduit] mapAccumWhile [✔]
  4934. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4935. 2755.52 s [conduit] concatMapAccum [✔]
  4936. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4937. 2755.52 s [conduit] intersperse [✔]
  4938. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4939. 2755.52 s [conduit] mapM [✔]
  4940. 2755.52 s [conduit] +++ OK, passed 100 tests.
  4941. 2755.54 s [conduit] mapME [✔]
  4942. 2755.54 s [conduit] +++ OK, passed 100 tests.
  4943. 2755.55 s [conduit] omapME [✔]
  4944. 2755.55 s [conduit] +++ OK, passed 100 tests.
  4945. 2755.55 s [conduit] concatMapM [✔]
  4946. 2755.55 s [conduit] +++ OK, passed 100 tests.
  4947. 2755.55 s [conduit] filterM [✔]
  4948. 2755.55 s [conduit] +++ OK, passed 100 tests.
  4949. 2755.55 s [conduit] filterME [✔]
  4950. 2755.55 s [conduit] +++ OK, passed 100 tests.
  4951. 2755.55 s [conduit] iterM [✔]
  4952. 2755.55 s [conduit] +++ OK, passed 100 tests.
  4953. 2755.55 s [conduit] scanlM [✔]
  4954. 2755.55 s [conduit] +++ OK, passed 100 tests.
  4955. 2755.55 s [conduit] mapAccumWhileM [✔]
  4956. 2755.55 s [conduit] +++ OK, passed 100 tests.
  4957. 2755.55 s [conduit] concatMapAccumM [✔]
  4958. 2755.55 s [conduit] +++ OK, passed 100 tests.
  4959. 2755.56 s [conduit] encode UTF8 [✔]
  4960. 2755.56 s [conduit] +++ OK, passed 100 tests.
  4961. 2755.60 s [conduit] encode/decode UTF8 [✔]
  4962. 2755.60 s [conduit] +++ OK, passed 100 tests.
  4963. 2755.60 s [conduit] invalid UTF8 is an exception [✔]
  4964. 2755.64 s [conduit] encode/decode UTF8 lenient [✔]
  4965. 2755.64 s [conduit] +++ OK, passed 100 tests.
  4966. 2755.66 s [conduit] line [✔]
  4967. 2755.66 s [conduit] +++ OK, passed 100 tests.
  4968. 2755.67 s [conduit] lineAscii [✔]
  4969. 2755.67 s [conduit] +++ OK, passed 100 tests.
  4970. 2755.68 s [conduit] unlines [✔]
  4971. 2755.68 s [conduit] +++ OK, passed 100 tests.
  4972. 2755.69 s [conduit] unlinesAscii [✔]
  4973. 2755.69 s [conduit] +++ OK, passed 100 tests.
  4974. 2755.70 s [conduit] linesUnbounded [✔]
  4975. 2755.70 s [conduit] +++ OK, passed 100 tests.
  4976. 2755.71 s [conduit] linesUnboundedAscii [✔]
  4977. 2755.71 s [conduit] +++ OK, passed 100 tests.
  4978. 2755.71 s [conduit] slidingWindow 0 [✔]
  4979. 2755.71 s [conduit] slidingWindow 1 [✔]
  4980. 2755.71 s [conduit] slidingWindow 2 [✔]
  4981. 2755.71 s [conduit] slidingWindow 3 [✔]
  4982. 2755.71 s [conduit] slidingWindow 4 [✔]
  4983. 2755.71 s [conduit] slidingWindow 5 [✔]
  4984. 2755.71 s [conduit] slidingWindow 6 [✔]
  4985. 2755.71 s [conduit] chunksOfE 1 [✔]
  4986. 2755.71 s [conduit] chunksOfE 2 (last smaller) [✔]
  4987. 2755.71 s [conduit] chunksOfE (ByteString) [✔]
  4988. 2755.71 s [conduit] chunksOfExactlyE 1 [✔]
  4989. 2755.71 s [conduit] chunksOfExactlyE 2 (last smaller; thus not yielded) [✔]
  4990. 2755.73 s [conduit] vectorBuilder [✔]
  4991. 2755.73 s [conduit] +++ OK, passed 100 tests.
  4992. 2755.74 s [conduit] mapAccumS [✔]
  4993. 2755.74 s [conduit] +++ OK, passed 100 tests.
  4994. 2755.76 s [conduit] peekForever [✔]
  4995. 2755.76 s [conduit] +++ OK, passed 100 tests.
  4996. 2755.79 s [conduit] peekForeverE [✔]
  4997. 2755.79 s [conduit] +++ OK, passed 100 tests.
  4998. 2755.79 s [conduit] Comparing list function to
  4999. 2755.79 s [conduit] yieldMany [✔]
  5000. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5001. 2755.79 s [conduit] sourceListS [✔]
  5002. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5003. 2755.79 s [conduit] repeatM [✔]
  5004. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5005. 2755.79 s [conduit] repeatMS [✔]
  5006. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5007. 2755.79 s [conduit] repeatWhileM [✔]
  5008. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5009. 2755.79 s [conduit] repeatWhileMS [✔]
  5010. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5011. 2755.79 s [conduit] foldl1 [✔]
  5012. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5013. 2755.79 s [conduit] foldl1S [✔]
  5014. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5015. 2755.79 s [conduit] all [✔]
  5016. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5017. 2755.79 s [conduit] allS [✔]
  5018. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5019. 2755.79 s [conduit] any [✔]
  5020. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5021. 2755.79 s [conduit] anyS [✔]
  5022. 2755.79 s [conduit] +++ OK, passed 100 tests.
  5023. 2755.79 s [conduit] last [✔]
  5024. 2755.80 s [conduit] +++ OK, passed 100 tests.
  5025. 2755.80 s [conduit] lastS [✔]
  5026. 2755.80 s [conduit] +++ OK, passed 100 tests.
  5027. 2755.80 s [conduit] lastE [✔]
  5028. 2755.80 s [conduit] +++ OK, passed 100 tests.
  5029. 2755.80 s [conduit] lastES [✔]
  5030. 2755.80 s [conduit] +++ OK, passed 100 tests.
  5031. 2755.80 s [conduit] find [✔]
  5032. 2755.80 s [conduit] +++ OK, passed 100 tests.
  5033. 2755.80 s [conduit] findS [✔]
  5034. 2755.80 s [conduit] +++ OK, passed 100 tests.
  5035. 2755.83 s [conduit] concatMap [✔]
  5036. 2755.83 s [conduit] +++ OK, passed 100 tests.
  5037. 2755.84 s [conduit] concatMapS [✔]
  5038. 2755.84 s [conduit] +++ OK, passed 100 tests.
  5039. 2755.86 s [conduit] concatMapM [✔]
  5040. 2755.86 s [conduit] +++ OK, passed 100 tests.
  5041. 2755.89 s [conduit] concatMapMS [✔]
  5042. 2755.89 s [conduit] +++ OK, passed 100 tests.
  5043. 2755.90 s [conduit] concat [✔]
  5044. 2755.90 s [conduit] +++ OK, passed 100 tests.
  5045. 2755.91 s [conduit] concatS [✔]
  5046. 2755.91 s [conduit] +++ OK, passed 100 tests.
  5047. 2755.92 s [conduit] scanl [✔]
  5048. 2755.92 s [conduit] +++ OK, passed 100 tests.
  5049. 2755.92 s [conduit] scanlS [✔]
  5050. 2755.92 s [conduit] +++ OK, passed 100 tests.
  5051. 2755.92 s [conduit] scanlM [✔]
  5052. 2755.92 s [conduit] +++ OK, passed 100 tests.
  5053. 2755.92 s [conduit] scanlMS [✔]
  5054. 2755.92 s [conduit] +++ OK, passed 100 tests.
  5055. 2755.93 s [conduit] mapAccumWhileS [✔]
  5056. 2755.93 s [conduit] +++ OK, passed 100 tests.
  5057. 2755.93 s [conduit] mapAccumWhileMS [✔]
  5058. 2755.93 s [conduit] +++ OK, passed 100 tests.
  5059. 2755.93 s [conduit] intersperse [✔]
  5060. 2755.93 s [conduit] +++ OK, passed 100 tests.
  5061. 2755.93 s [conduit] intersperseS [✔]
  5062. 2755.93 s [conduit] +++ OK, passed 100 tests.
  5063. 2755.93 s [conduit] filterM [✔]
  5064. 2755.94 s [conduit] +++ OK, passed 100 tests.
  5065. 2755.94 s [conduit] filterMS [✔]
  5066. 2755.94 s [conduit] +++ OK, passed 100 tests.
  5067. 2755.94 s [conduit] comparing normal conduit function to
  5068. 2755.94 s [conduit] slidingWindowS [✔]
  5069. 2755.94 s [conduit] +++ OK, passed 100 tests.
  5070. 2756.00 s [conduit] splitOnUnboundedES [✔]
  5071. 2756.00 s [conduit] +++ OK, passed 100 tests.
  5072. 2756.00 s [conduit] sinkVectorS [✔]
  5073. 2756.00 s [conduit] +++ OK, passed 100 tests.
  5074. 2756.00 s [conduit] sinkVectorNS [✔]
  5075. 2756.00 s [conduit] +++ OK, passed 100 tests.
  5076. 2756.00 s [conduit] data loss rules
  5077. 2756.00 s [conduit] 1
  5078. 2756.00 s [conduit] 2
  5079. 2756.00 s [conduit] 3
  5080. 2756.00 s [conduit] 4
  5081. 2756.00 s [conduit] 5
  5082. 2756.00 s [conduit] consumes the source to quickly [✔]
  5083. 2756.00 s [conduit] 1
  5084. 2756.00 s [conduit] 2
  5085. 2756.00 s [conduit] 3
  5086. 2756.00 s [conduit] 4
  5087. 2756.00 s [conduit] 5
  5088. 2756.00 s [conduit] correctly consumes a chunked resource [✔]
  5089. 2756.00 s [conduit] filter
  5090. 2756.00 s [conduit] even [✔]
  5091. 2756.01 s [conduit] concat [✔]
  5092. 2756.01 s [conduit] +++ OK, passed 100 tests.
  5093. 2756.01 s [conduit] mapFoldable
  5094. 2756.01 s [conduit] list [✔]
  5095. 2756.01 s [conduit] +++ OK, passed 100 tests.
  5096. 2756.01 s [conduit] Maybe [✔]
  5097. 2756.01 s [conduit] +++ OK, passed 100 tests.
  5098. 2756.01 s [conduit] scan [✔]
  5099. 2756.01 s [conduit] +++ OK, passed 100 tests.
  5100. 2756.01 s [conduit] mapFoldableM
  5101. 2756.01 s [conduit] list [✔]
  5102. 2756.01 s [conduit] +++ OK, passed 100 tests.
  5103. 2756.01 s [conduit] Maybe [✔]
  5104. 2756.01 s [conduit] +++ OK, passed 100 tests.
  5105. 2756.01 s [conduit] scanM [✔]
  5106. 2756.01 s [conduit] +++ OK, passed 100 tests.
  5107. 2756.01 s [conduit] ResourceT
  5108. 2756.01 s [conduit] resourceForkIO [✔]
  5109. 2756.01 s [conduit] sum
  5110. 2756.01 s [conduit] works for 1..10 [✔]
  5111. 2756.01 s [conduit] is idempotent [✔]
  5112. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5113. 2756.02 s [conduit] foldMap
  5114. 2756.02 s [conduit] sums 1..10 [✔]
  5115. 2756.02 s [conduit] preserves order [✔]
  5116. 2756.02 s [conduit] foldMapM
  5117. 2756.02 s [conduit] sums 1..10 [✔]
  5118. 2756.02 s [conduit] preserves order [✔]
  5119. 2756.02 s [conduit] unfold
  5120. 2756.02 s [conduit] works [✔]
  5121. 2756.02 s [conduit] unfoldM
  5122. 2756.02 s [conduit] works [✔]
  5123. 2756.02 s [conduit] uncons
  5124. 2756.02 s [conduit] folds to list [✔]
  5125. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5126. 2756.02 s [conduit] works with unfold [✔]
  5127. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5128. 2756.02 s [conduit] unconsEither
  5129. 2756.02 s [conduit] folds outputs to list [✔]
  5130. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5131. 2756.02 s [conduit] works with unfoldEither [✔]
  5132. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5133. 2756.02 s [conduit] Monoid instance for Source
  5134. 2756.02 s [conduit] mappend [✔]
  5135. 2756.02 s [conduit] mconcat [✔]
  5136. 2756.02 s [conduit] zipping
  5137. 2756.02 s [conduit] zipping two small lists [✔]
  5138. 2756.02 s [conduit] zipping sinks
  5139. 2756.02 s [conduit] take all [✔]
  5140. 2756.02 s [conduit] take fewer on left [✔]
  5141. 2756.02 s [conduit] take fewer on right [✔]
  5142. 2756.02 s [conduit] Monad instance for Sink
  5143. 2756.02 s [conduit] binding [✔]
  5144. 2756.02 s [conduit] Applicative instance for Sink
  5145. 2756.02 s [conduit] <$> and <*> [✔]
  5146. 2756.02 s [conduit] resumable sources
  5147. 2756.02 s [conduit] simple [✔]
  5148. 2756.02 s [conduit] conduits
  5149. 2756.02 s [conduit] map, left [✔]
  5150. 2756.02 s [conduit] map, left >+> [✔]
  5151. 2756.02 s [conduit] map, right [✔]
  5152. 2756.02 s [conduit] chunksOf [✔]
  5153. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5154. 2756.02 s [conduit] chunksOf (zero) [✔]
  5155. 2756.02 s [conduit] chunksOf (negative) [✔]
  5156. 2756.02 s [conduit] groupBy [✔]
  5157. 2756.02 s [conduit] groupBy (nondup begin/end) [✔]
  5158. 2756.02 s [conduit] groupOn1 [✔]
  5159. 2756.02 s [conduit] groupOn1 (nondup begin/end) [✔]
  5160. 2756.02 s [conduit] mapMaybe [✔]
  5161. 2756.02 s [conduit] mapMaybeM [✔]
  5162. 2756.02 s [conduit] catMaybes [✔]
  5163. 2756.02 s [conduit] concatMap [✔]
  5164. 2756.02 s [conduit] bind together [✔]
  5165. 2756.02 s [conduit] isolate
  5166. 2756.02 s [conduit] bound to resumable source [✔]
  5167. 2756.02 s [conduit] bound to sink, non-resumable [✔]
  5168. 2756.02 s [conduit] bound to sink, resumable [✔]
  5169. 2756.02 s [conduit] consumes all data [✔]
  5170. 2756.02 s [conduit] sequence
  5171. 2756.02 s [conduit] simple sink [✔]
  5172. 2756.02 s [conduit] sink with unpull behaviour [✔]
  5173. 2756.02 s [conduit] peek
  5174. 2756.02 s [conduit] works [✔]
  5175. 2756.02 s [conduit] unbuffering
  5176. 2756.02 s [conduit] works [✔]
  5177. 2756.02 s [conduit] operators
  5178. 2756.02 s [conduit] only use .| [✔]
  5179. 2756.02 s [conduit] only use =$ [✔]
  5180. 2756.02 s [conduit] chain [✔]
  5181. 2756.02 s [conduit] termination
  5182. 2756.02 s [conduit] terminates early [✔]
  5183. 2756.02 s [conduit] bracket [✔]
  5184. 2756.02 s [conduit] bracket skipped if not needed [✔]
  5185. 2756.02 s [conduit] bracket + toPipe [✔]
  5186. 2756.02 s [conduit] bracket skipped if not needed [✔]
  5187. 2756.02 s [conduit] invariant violations
  5188. 2756.02 s [conduit] leftovers without input [✔]
  5189. 2756.02 s [conduit] sane yield/await'
  5190. 2756.02 s [conduit] yield terminates [✔]
  5191. 2756.02 s [conduit] yield terminates (2) [✔]
  5192. 2756.02 s [conduit] upstream results
  5193. 2756.02 s [conduit] works [✔]
  5194. 2756.02 s [conduit] input/output mapping
  5195. 2756.02 s [conduit] mapOutput [✔]
  5196. 2756.02 s [conduit] mapOutputMaybe [✔]
  5197. 2756.02 s [conduit] mapInput [✔]
  5198. 2756.02 s [conduit] left/right identity
  5199. 2756.02 s [conduit] left identity [✔]
  5200. 2756.02 s [conduit] right identity [✔]
  5201. 2756.02 s [conduit] generalizing
  5202. 2756.02 s [conduit] works [✔]
  5203. 2756.02 s [conduit] withUpstream
  5204. 2756.02 s [conduit] works [✔]
  5205. 2756.02 s [conduit] iterate
  5206. 2756.02 s [conduit] works [✔]
  5207. 2756.02 s [conduit] replicate [✔]
  5208. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5209. 2756.02 s [conduit] replicateM [✔]
  5210. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5211. 2756.02 s [conduit] injectLeftovers
  5212. 2756.02 s [conduit] works [✔]
  5213. 2756.02 s [conduit] monad transformer laws
  5214. 2756.02 s [conduit] transPipe [✔]
  5215. 2756.02 s [conduit] iterM
  5216. 2756.02 s [conduit] behavior [✔]
  5217. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5218. 2756.02 s [conduit] mapM_ equivalence [✔]
  5219. 2756.02 s [conduit] +++ OK, passed 100 tests.
  5220. 2756.02 s [conduit] generalizing
  5221. 2756.02 s [conduit] works [✔]
  5222. 2756.02 s [conduit] mergeSource
  5223. 2756.02 s [conduit] works [✔]
  5224. 2756.02 s [conduit] does stop processing when the source exhausted [✔]
  5225. 2756.02 s [conduit] does not drop upstream items [✔]
  5226. 2756.02 s [conduit] passthroughSink
  5227. 2756.02 s [conduit] works [✔]
  5228. 2756.02 s [conduit] does nothing when downstream does nothing [✔]
  5229. 2756.02 s [conduit] handles the last input correctly #304 [✔]
  5230. 2756.02 s [conduit] mtl instances
  5231. 2756.02 s [conduit] ErrorT [✔]
  5232. 2756.03 s [conduit] WriterT
  5233. 2756.03 s [conduit] pass [✔]
  5234. 2756.03 s [conduit] Data.Conduit.Lift
  5235. 2756.03 s [conduit] execStateC [✔]
  5236. 2756.03 s [conduit] execWriterC [✔]
  5237. 2756.03 s [conduit] runExceptC [✔]
  5238. 2756.03 s [conduit] runMaybeC [✔]
  5239. 2756.03 s [conduit] sequenceSources
  5240. 2756.03 s [conduit] works [✔]
  5241. 2756.03 s [conduit] zipSink
  5242. 2756.03 s [conduit] zip equal-sized [✔]
  5243. 2756.03 s [conduit] zip distinct sizes [✔]
  5244. 2756.03 s [conduit] upstream results
  5245. 2756.03 s [conduit] fuseBoth [✔]
  5246. 2756.03 s [conduit] fuseBothMaybe with no result [✔]
  5247. 2756.03 s [conduit] fuseBothMaybe with result [✔]
  5248. 2756.03 s [conduit] fuseBothMaybe with almost result [✔]
  5249. 2756.03 s [conduit] catching exceptions
  5250. 2756.03 s [conduit] works [✔]
  5251. 2756.03 s [conduit] sourceToList
  5252. 2756.03 s [conduit] works lazily in Identity [✔]
  5253. 2756.03 s [conduit] is not lazy in IO [✔]
  5254. 2756.03 s [conduit] Data.Conduit.Extra.ZipConduit
  5255. 2756.03 s [conduit] ZipConduit [✔]
  5256. 2756.03 s [conduit] sequenceConduits [✔]
  5257. 2756.03 s [conduit] ZipConduitMonad [✔]
  5258. 2756.03 s [conduit] Comparing list function to
  5259. 2756.03 s [conduit] unfold [✔]
  5260. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5261. 2756.03 s [conduit] unfoldS [✔]
  5262. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5263. 2756.03 s [conduit] unfoldM [✔]
  5264. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5265. 2756.03 s [conduit] unfoldMS [✔]
  5266. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5267. 2756.03 s [conduit] sourceList [✔]
  5268. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5269. 2756.03 s [conduit] sourceListS [✔]
  5270. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5271. 2756.03 s [conduit] enumFromTo [✔]
  5272. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5273. 2756.03 s [conduit] enumFromToS [✔]
  5274. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5275. 2756.03 s [conduit] enumFromToS_int [✔]
  5276. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5277. 2756.03 s [conduit] iterate [✔]
  5278. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5279. 2756.03 s [conduit] iterateS [✔]
  5280. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5281. 2756.03 s [conduit] replicate [✔]
  5282. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5283. 2756.03 s [conduit] replicateS [✔]
  5284. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5285. 2756.03 s [conduit] replicateM [✔]
  5286. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5287. 2756.03 s [conduit] replicateMS [✔]
  5288. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5289. 2756.03 s [conduit] fold [✔]
  5290. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5291. 2756.03 s [conduit] foldS [✔]
  5292. 2756.03 s [conduit] +++ OK, passed 100 tests.
  5293. 2756.04 s [conduit] foldM [✔]
  5294. 2756.04 s [conduit] +++ OK, passed 100 tests.
  5295. 2756.04 s [conduit] foldMS [✔]
  5296. 2756.04 s [conduit] +++ OK, passed 100 tests.
  5297. 2756.04 s [conduit] foldMap [✔]
  5298. 2756.04 s [conduit] +++ OK, passed 100 tests.
  5299. 2756.04 s [conduit] mapM_ [✔]
  5300. 2756.04 s [conduit] +++ OK, passed 100 tests.
  5301. 2756.05 s [conduit] mapM_S [✔]
  5302. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5303. 2756.05 s [conduit] take [✔]
  5304. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5305. 2756.05 s [conduit] takeS [✔]
  5306. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5307. 2756.05 s [conduit] head [✔]
  5308. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5309. 2756.05 s [conduit] headS [✔]
  5310. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5311. 2756.05 s [conduit] peek [✔]
  5312. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5313. 2756.05 s [conduit] map [✔]
  5314. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5315. 2756.05 s [conduit] mapS [✔]
  5316. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5317. 2756.05 s [conduit] mapM [✔]
  5318. 2756.05 s [conduit] +++ OK, passed 100 tests.
  5319. 2756.06 s [conduit] mapMS [✔]
  5320. 2756.06 s [conduit] +++ OK, passed 100 tests.
  5321. 2756.06 s [conduit] iterM [✔]
  5322. 2756.06 s [conduit] +++ OK, passed 100 tests.
  5323. 2756.06 s [conduit] iterMS [✔]
  5324. 2756.06 s [conduit] +++ OK, passed 100 tests.
  5325. 2756.06 s [conduit] mapMaybe [✔]
  5326. 2756.06 s [conduit] +++ OK, passed 100 tests.
  5327. 2756.06 s [conduit] mapMaybeS [✔]
  5328. 2756.06 s [conduit] +++ OK, passed 100 tests.
  5329. 2756.07 s [conduit] mapMaybeM [✔]
  5330. 2756.07 s [conduit] +++ OK, passed 100 tests.
  5331. 2756.07 s [conduit] mapMaybeMS [✔]
  5332. 2756.07 s [conduit] +++ OK, passed 100 tests.
  5333. 2756.07 s [conduit] catMaybes [✔]
  5334. 2756.07 s [conduit] +++ OK, passed 100 tests.
  5335. 2756.07 s [conduit] catMaybesS [✔]
  5336. 2756.07 s [conduit] +++ OK, passed 100 tests.
  5337. 2756.08 s [conduit] concat [✔]
  5338. 2756.08 s [conduit] +++ OK, passed 100 tests.
  5339. 2756.09 s [conduit] concatS [✔]
  5340. 2756.09 s [conduit] +++ OK, passed 100 tests.
  5341. 2756.10 s [conduit] concatMap [✔]
  5342. 2756.10 s [conduit] +++ OK, passed 100 tests.
  5343. 2756.12 s [conduit] concatMapS [✔]
  5344. 2756.12 s [conduit] +++ OK, passed 100 tests.
  5345. 2756.13 s [conduit] concatMapM [✔]
  5346. 2756.13 s [conduit] +++ OK, passed 100 tests.
  5347. 2756.15 s [conduit] concatMapMS [✔]
  5348. 2756.15 s [conduit] +++ OK, passed 100 tests.
  5349. 2756.17 s [conduit] concatMapAccum [✔]
  5350. 2756.17 s [conduit] +++ OK, passed 100 tests.
  5351. 2756.19 s [conduit] concatMapAccumS [✔]
  5352. 2756.19 s [conduit] +++ OK, passed 100 tests.
  5353. 2756.20 s [conduit] mapAccumS [✔]
  5354. 2756.20 s [conduit] +++ OK, passed 100 tests.
  5355. 2756.22 s [conduit] mapAccumMS [✔]
  5356. 2756.22 s [conduit] +++ OK, passed 100 tests.
  5357. 2756.23 s [conduit] mapFoldable [✔]
  5358. 2756.23 s [conduit] +++ OK, passed 100 tests.
  5359. 2756.25 s [conduit] mapFoldableS [✔]
  5360. 2756.25 s [conduit] +++ OK, passed 100 tests.
  5361. 2756.26 s [conduit] mapFoldableM [✔]
  5362. 2756.26 s [conduit] +++ OK, passed 100 tests.
  5363. 2756.28 s [conduit] mapFoldableMS [✔]
  5364. 2756.28 s [conduit] +++ OK, passed 100 tests.
  5365. 2756.28 s [conduit] consume [✔]
  5366. 2756.28 s [conduit] +++ OK, passed 100 tests.
  5367. 2756.28 s [conduit] consumeS [✔]
  5368. 2756.28 s [conduit] +++ OK, passed 100 tests.
  5369. 2756.29 s [conduit] groupBy [✔]
  5370. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5371. 2756.29 s [conduit] groupByS [✔]
  5372. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5373. 2756.29 s [conduit] groupOn1 [✔]
  5374. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5375. 2756.29 s [conduit] groupOn1S [✔]
  5376. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5377. 2756.29 s [conduit] isolate [✔]
  5378. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5379. 2756.29 s [conduit] isolateS [✔]
  5380. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5381. 2756.29 s [conduit] filter [✔]
  5382. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5383. 2756.29 s [conduit] filterS [✔]
  5384. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5385. 2756.29 s [conduit] sourceNull [✔]
  5386. 2756.29 s [conduit] +++ OK, passed 100 tests.
  5387. 2756.29 s [conduit] sourceNullS [✔]
  5388. 2756.30 s [conduit] +++ OK, passed 100 tests.
  5389. 2756.30 s [conduit]
  5390. 2756.30 s [conduit] Finished in 1.1781 seconds
  5391. 2756.30 s [conduit] 346 examples, 0 failures
  5392. 2756.30 s [conduit] Test suite conduit-test: PASS
  5393. 2756.30 s [conduit] Test suite logged to: dist/test/conduit-1.3.6.1-conduit-test.log
  5394. 2756.30 s [conduit] 1 of 1 test suites (1 of 1 test cases) passed.
  5395. 2756.31 s [conduit] Phase: haddockPhase
  5396. 2757.19 s [conduit] Preprocessing library for conduit-1.3.6.1...
  5397. 2757.19 s [conduit] Running Haddock on library for conduit-1.3.6.1...
  5398. 2757.19 s [conduit] Warning: The documentation for the following packages are not installed. No
  5399. 2757.19 s [conduit] links will be generated to these packages: vector-0.13.2.0
  5400. 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 )
  5401. 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 )
  5402. 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 )
  5403. 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 )
  5404. 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 )
  5405. 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 )
  5406. 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 )
  5407. 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 )
  5408. 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 )
  5409. 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 )
  5410. 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 )
  5411. 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 )
  5412. 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 )
  5413. 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 )
  5414. 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 )
  5415. 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 )
  5416. 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 )
  5417. 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 )
  5418. 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 )
  5419. 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 )
  5420. 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 )
  5421. 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 )
  5422. 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 )
  5423. 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 )
  5424. 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 )
  5425. 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 )
  5426. 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 )
  5427. 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 )
  5428. 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 )
  5429. 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 )
  5430. 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 )
  5431. 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 )
  5432. 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 )
  5433. 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 )
  5434. 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 )
  5435. 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 )
  5436. 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 )
  5437. 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 )
  5438. 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 )
  5439. 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 )
  5440. 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 )
  5441. 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 )
  5442. 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 )
  5443. 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 )
  5444. 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 )
  5445. 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 )
  5446. 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 )
  5447. 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 )
  5448. 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 )
  5449. 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 )
  5450. 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 )
  5451. 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 )
  5452. 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 )
  5453. 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 )
  5454. 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 )
  5455. 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 )
  5456. 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 )
  5457. 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 )
  5458. 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 )
  5459. 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 )
  5460. 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 )
  5461. 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 )
  5462. 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 )
  5463. 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 )
  5464. 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 )
  5465. 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 )
  5466. 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 )
  5467. 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 )
  5468. 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 )
  5469. 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 )
  5470. 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 )
  5471. 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 )
  5472. 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 )
  5473. 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 )
  5474. 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 )
  5475. 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 )
  5476. 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 )
  5477. 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 )
  5478. 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 )
  5479. 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 )
  5480. 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 )
  5481. 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 )
  5482. 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 )
  5483. 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 )
  5484. 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 )
  5485. 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 )
  5486. 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 )
  5487. 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 )
  5488. 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 )
  5489. 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 )
  5490. 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 )
  5491. 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 )
  5492. 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 )
  5493. 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 )
  5494. 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 )
  5495. 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 )
  5496. 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 )
  5497. 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 )
  5498. 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 )
  5499. 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 )
  5500. 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 )
  5501. 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 )
  5502. 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 )
  5503. 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 )
  5504. 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 )
  5505. 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 )
  5506. 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 )
  5507. 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 )
  5508. 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 )
  5509. 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 )
  5510. 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 )
  5511. 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 )
  5512. 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 )
  5513. 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 )
  5514. 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 )
  5515. 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 )
  5516. 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 )
  5517. 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 )
  5518. 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 )
  5519. 2757.86 s [conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, nothing ) [HIE file is missing]
  5520. 2758.37 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  5521. 2758.44 s [conduit] The import of ‘Control.Applicative’ is redundant
  5522. 2758.44 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  5523. 2758.44 s [conduit] To import instances alone, use: import Control.Applicative()
  5524. 2758.44 s [conduit] |
  5525. 2758.44 s [conduit] 48 | import Control.Applicative (Applicative (..))
  5526. 2758.44 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5527. 2758.44 s [conduit]
  5528. 2758.44 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  5529. 2758.44 s [conduit] The import of ‘MonadUnliftIO’
  5530. 2758.44 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  5531. 2758.44 s [conduit] |
  5532. 2758.44 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  5533. 2758.44 s [conduit] | ^^^^^^^^^^^^^
  5534. 2758.44 s [conduit]
  5535. 2758.44 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  5536. 2758.44 s [conduit] The import of ‘Data.Monoid’ is redundant
  5537. 2758.44 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  5538. 2758.44 s [conduit] To import instances alone, use: import Data.Monoid()
  5539. 2758.44 s [conduit] |
  5540. 2758.44 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  5541. 2758.44 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5542. 2758.44 s [conduit]
  5543. 2758.44 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  5544. 2758.44 s [conduit] The import of ‘Data.Semigroup’ is redundant
  5545. 2758.44 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  5546. 2758.44 s [conduit] To import instances alone, use: import Data.Semigroup()
  5547. 2758.44 s [conduit] |
  5548. 2758.44 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  5549. 2758.44 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5550. 2758.44 s [conduit]
  5551. 2758.44 s [conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, nothing ) [HIE file is missing]
  5552. 2758.89 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  5553. 2758.89 s [conduit] The import of ‘Control.Applicative’ is redundant
  5554. 2758.89 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  5555. 2758.89 s [conduit] To import instances alone, use: import Control.Applicative()
  5556. 2758.89 s [conduit] |
  5557. 2758.89 s [conduit] 93 | import Control.Applicative (Applicative (..))
  5558. 2758.89 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5559. 2758.89 s [conduit]
  5560. 2758.89 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  5561. 2758.89 s [conduit] The import of ‘MonadUnliftIO’
  5562. 2758.89 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  5563. 2758.89 s [conduit] |
  5564. 2758.89 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  5565. 2758.89 s [conduit] | ^^^^^^^^^^^^^
  5566. 2758.89 s [conduit]
  5567. 2758.89 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  5568. 2758.90 s [conduit] The import of ‘Data.Monoid’ is redundant
  5569. 2758.90 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  5570. 2758.90 s [conduit] To import instances alone, use: import Data.Monoid()
  5571. 2758.90 s [conduit] |
  5572. 2758.90 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  5573. 2758.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5574. 2758.90 s [conduit]
  5575. 2758.90 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  5576. 2758.90 s [conduit] The import of ‘Data.Semigroup’ is redundant
  5577. 2758.90 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  5578. 2758.90 s [conduit] To import instances alone, use: import Data.Semigroup()
  5579. 2758.90 s [conduit] |
  5580. 2758.90 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  5581. 2758.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5582. 2758.90 s [conduit]
  5583. 2758.90 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  5584. 2758.90 s [conduit] The import of ‘Data.Traversable’ is redundant
  5585. 2758.90 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  5586. 2758.90 s [conduit] To import instances alone, use: import Data.Traversable()
  5587. 2758.91 s [conduit] |
  5588. 2758.91 s [conduit] 114 | import Data.Traversable (Traversable (..))
  5589. 2758.91 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5590. 2758.91 s [conduit]
  5591. 2758.91 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  5592. 2758.91 s [conduit] This binding for ‘p’ shadows the existing binding
  5593. 2758.91 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  5594. 2758.91 s [conduit] |
  5595. 2758.91 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  5596. 2758.91 s [conduit] | ^
  5597. 2758.91 s [conduit]
  5598. 2758.91 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  5599. 2758.91 s [conduit] This binding for ‘p’ shadows the existing binding
  5600. 2758.91 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  5601. 2758.91 s [conduit] |
  5602. 2758.91 s [conduit] 743 | go (Leftover p ()) = go p
  5603. 2758.91 s [conduit] | ^
  5604. 2758.91 s [conduit]
  5605. 2758.91 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  5606. 2758.91 s [conduit] This binding for ‘p’ shadows the existing binding
  5607. 2758.91 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  5608. 2758.91 s [conduit] |
  5609. 2758.91 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  5610. 2758.92 s [conduit] | ^
  5611. 2758.92 s [conduit]
  5612. 2758.92 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  5613. 2758.92 s [conduit] This binding for ‘p’ shadows the existing binding
  5614. 2758.92 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  5615. 2758.92 s [conduit] |
  5616. 2758.92 s [conduit] 760 | go (Leftover p ()) = go p
  5617. 2758.92 s [conduit] | ^
  5618. 2758.92 s [conduit]
  5619. 2758.92 s [conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, nothing ) [HIE file is missing]
  5620. 2759.00 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  5621. 2759.00 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  5622. 2759.00 s [conduit] Deprecated: "Use .|"
  5623. 2759.00 s [conduit] |
  5624. 2759.00 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  5625. 2759.00 s [conduit] | ^^^
  5626. 2759.00 s [conduit]
  5627. 2759.00 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  5628. 2759.00 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  5629. 2759.00 s [conduit] Deprecated: "Use runConduit and .|"
  5630. 2759.00 s [conduit] |
  5631. 2759.00 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  5632. 2759.00 s [conduit] | ^^
  5633. 2759.00 s [conduit]
  5634. 2759.00 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  5635. 2759.00 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  5636. 2759.00 s [conduit] Deprecated: "Use runConduit and .|"
  5637. 2759.00 s [conduit] |
  5638. 2759.00 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  5639. 2759.01 s [conduit] | ^^
  5640. 2759.01 s [conduit]
  5641. 2759.01 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  5642. 2759.01 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  5643. 2759.01 s [conduit] Deprecated: "Use .|"
  5644. 2759.01 s [conduit] |
  5645. 2759.01 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  5646. 2759.01 s [conduit] | ^^^
  5647. 2759.01 s [conduit]
  5648. 2759.01 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  5649. 2759.01 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  5650. 2759.01 s [conduit] Deprecated: "Use .|"
  5651. 2759.01 s [conduit] |
  5652. 2759.01 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  5653. 2759.01 s [conduit] | ^^^
  5654. 2759.01 s [conduit]
  5655. 2759.01 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  5656. 2759.01 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  5657. 2759.01 s [conduit] Deprecated: "Use .|"
  5658. 2759.01 s [conduit] |
  5659. 2759.01 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  5660. 2759.01 s [conduit] | ^^^
  5661. 2759.01 s [conduit]
  5662. 2759.01 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  5663. 2759.01 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  5664. 2759.01 s [conduit] Deprecated: "Use runConduit and .|"
  5665. 2759.01 s [conduit] |
  5666. 2759.01 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  5667. 2759.01 s [conduit] | ^^
  5668. 2759.01 s [conduit]
  5669. 2759.01 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  5670. 2759.01 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  5671. 2759.01 s [conduit] Deprecated: "Use .|"
  5672. 2759.01 s [conduit] |
  5673. 2759.01 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  5674. 2759.01 s [conduit] | ^^^
  5675. 2759.01 s [conduit]
  5676. 2759.02 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  5677. 2759.02 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  5678. 2759.02 s [conduit] Deprecated: "Use .|"
  5679. 2759.02 s [conduit] |
  5680. 2759.02 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  5681. 2759.02 s [conduit] | ^^^
  5682. 2759.02 s [conduit]
  5683. 2759.02 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  5684. 2759.02 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  5685. 2759.02 s [conduit] Deprecated: "Use .|"
  5686. 2759.02 s [conduit] |
  5687. 2759.02 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  5688. 2759.02 s [conduit] | ^^^
  5689. 2759.02 s [conduit]
  5690. 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]
  5691. 2759.30 s [conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, nothing ) [HIE file is missing]
  5692. 2759.55 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5693. 2759.55 s [conduit] The use of ‘~’ without TypeOperators
  5694. 2759.55 s [conduit] will become an error in a future GHC release.
  5695. 2759.55 s [conduit] Suggested fix:
  5696. 2759.55 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5697. 2759.55 s [conduit] |
  5698. 2759.55 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  5699. 2759.55 s [conduit] | ^
  5700. 2759.55 s [conduit]
  5701. 2759.64 s [conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, nothing ) [HIE file is missing]
  5702. 2759.64 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  5703. 2759.64 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  5704. 2759.64 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  5705. 2759.64 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  5706. 2759.64 s [conduit] |
  5707. 2759.64 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  5708. 2759.64 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5709. 2759.64 s [conduit]
  5710. 2759.64 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  5711. 2759.64 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  5712. 2759.64 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  5713. 2759.64 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  5714. 2759.64 s [conduit] |
  5715. 2759.64 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  5716. 2759.64 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5717. 2759.64 s [conduit]
  5718. 2759.64 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  5719. 2759.64 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  5720. 2759.64 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  5721. 2759.64 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  5722. 2759.64 s [conduit] |
  5723. 2759.65 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  5724. 2759.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5725. 2759.65 s [conduit]
  5726. 2759.65 s [conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, nothing ) [HIE file is missing]
  5727. 2759.65 s [conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, nothing ) [HIE file is missing]
  5728. 2759.78 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  5729. 2759.78 s [conduit] The import of ‘Data.Monoid’ is redundant
  5730. 2759.78 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  5731. 2759.78 s [conduit] To import instances alone, use: import Data.Monoid()
  5732. 2759.78 s [conduit] |
  5733. 2759.78 s [conduit] 67 | import Data.Monoid (Monoid(..))
  5734. 2759.78 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5735. 2759.78 s [conduit]
  5736. 2759.78 s [conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, nothing ) [HIE file is missing]
  5737. 2760.00 s [conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, nothing ) [HIE file is missing]
  5738. 2760.02 s [conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, nothing ) [HIE file is missing]
  5739. 2760.15 s [conduit] src/Data/Streaming/Filesystem.hs:100:36: warning: [GHC-90584] [-Wderiving-typeable]
  5740. 2760.15 s [conduit] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  5741. 2760.15 s [conduit] • In the data declaration for ‘FileType’
  5742. 2760.15 s [conduit] |
  5743. 2760.15 s [conduit] 100 | deriving (Show, Read, Eq, Ord, Typeable)
  5744. 2760.15 s [conduit] | ^^^^^^^^
  5745. 2760.15 s [conduit]
  5746. 2760.15 s [conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, nothing ) [HIE file is missing]
  5747. 2760.92 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5748. 2760.92 s [conduit] The use of ‘~’ without TypeOperators
  5749. 2760.92 s [conduit] will become an error in a future GHC release.
  5750. 2760.92 s [conduit] Suggested fix:
  5751. 2760.92 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5752. 2760.92 s [conduit] |
  5753. 2760.92 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  5754. 2760.92 s [conduit] | ^
  5755. 2760.92 s [conduit]
  5756. 2760.92 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5757. 2760.92 s [conduit] • The ‘~’ operator is out of scope.
  5758. 2760.92 s [conduit] Assuming it to stand for an equality constraint.
  5759. 2760.92 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5760. 2760.92 s [conduit] exported from Data.Type.Equality and Prelude.
  5761. 2760.92 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5762. 2760.92 s [conduit] • This will become an error in a future GHC release.
  5763. 2760.92 s [conduit] |
  5764. 2760.92 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  5765. 2760.92 s [conduit] | ^
  5766. 2760.92 s [conduit]
  5767. 2760.92 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5768. 2760.92 s [conduit] The use of ‘~’ without TypeOperators
  5769. 2760.92 s [conduit] will become an error in a future GHC release.
  5770. 2760.92 s [conduit] Suggested fix:
  5771. 2760.92 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5772. 2760.92 s [conduit] |
  5773. 2760.92 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  5774. 2760.92 s [conduit] | ^
  5775. 2760.92 s [conduit]
  5776. 2760.92 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5777. 2760.92 s [conduit] • The ‘~’ operator is out of scope.
  5778. 2760.92 s [conduit] Assuming it to stand for an equality constraint.
  5779. 2760.92 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5780. 2760.93 s [conduit] exported from Data.Type.Equality and Prelude.
  5781. 2760.93 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5782. 2760.93 s [conduit] • This will become an error in a future GHC release.
  5783. 2760.93 s [conduit] |
  5784. 2760.93 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  5785. 2760.93 s [conduit] | ^
  5786. 2760.93 s [conduit]
  5787. 2760.93 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5788. 2760.93 s [conduit] The use of ‘~’ without TypeOperators
  5789. 2760.93 s [conduit] will become an error in a future GHC release.
  5790. 2760.93 s [conduit] Suggested fix:
  5791. 2760.93 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5792. 2760.93 s [conduit] |
  5793. 2760.93 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  5794. 2760.93 s [conduit] | ^
  5795. 2760.93 s [conduit]
  5796. 2760.93 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5797. 2760.93 s [conduit] • The ‘~’ operator is out of scope.
  5798. 2760.93 s [conduit] Assuming it to stand for an equality constraint.
  5799. 2760.93 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5800. 2760.93 s [conduit] exported from Data.Type.Equality and Prelude.
  5801. 2760.93 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5802. 2760.93 s [conduit] • This will become an error in a future GHC release.
  5803. 2760.93 s [conduit] |
  5804. 2760.93 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  5805. 2760.93 s [conduit] | ^
  5806. 2760.93 s [conduit]
  5807. 2760.93 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5808. 2760.93 s [conduit] The use of ‘~’ without TypeOperators
  5809. 2760.93 s [conduit] will become an error in a future GHC release.
  5810. 2760.93 s [conduit] Suggested fix:
  5811. 2760.93 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5812. 2760.93 s [conduit] |
  5813. 2760.93 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  5814. 2760.93 s [conduit] | ^
  5815. 2760.93 s [conduit]
  5816. 2760.93 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5817. 2760.93 s [conduit] • The ‘~’ operator is out of scope.
  5818. 2760.93 s [conduit] Assuming it to stand for an equality constraint.
  5819. 2760.93 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5820. 2760.93 s [conduit] exported from Data.Type.Equality and Prelude.
  5821. 2760.93 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5822. 2760.93 s [conduit] • This will become an error in a future GHC release.
  5823. 2760.93 s [conduit] |
  5824. 2760.93 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  5825. 2760.93 s [conduit] | ^
  5826. 2760.93 s [conduit]
  5827. 2760.94 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5828. 2760.94 s [conduit] The use of ‘~’ without TypeOperators
  5829. 2760.94 s [conduit] will become an error in a future GHC release.
  5830. 2760.94 s [conduit] Suggested fix:
  5831. 2760.94 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5832. 2760.94 s [conduit] |
  5833. 2760.94 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  5834. 2760.94 s [conduit] | ^
  5835. 2760.94 s [conduit]
  5836. 2760.94 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5837. 2760.94 s [conduit] • The ‘~’ operator is out of scope.
  5838. 2760.94 s [conduit] Assuming it to stand for an equality constraint.
  5839. 2760.94 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5840. 2760.94 s [conduit] exported from Data.Type.Equality and Prelude.
  5841. 2760.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5842. 2760.94 s [conduit] • This will become an error in a future GHC release.
  5843. 2760.94 s [conduit] |
  5844. 2760.94 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  5845. 2760.94 s [conduit] | ^
  5846. 2760.94 s [conduit]
  5847. 2760.94 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5848. 2760.94 s [conduit] The use of ‘~’ without TypeOperators
  5849. 2760.94 s [conduit] will become an error in a future GHC release.
  5850. 2760.94 s [conduit] Suggested fix:
  5851. 2760.94 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5852. 2760.94 s [conduit] |
  5853. 2760.94 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  5854. 2760.94 s [conduit] | ^
  5855. 2760.94 s [conduit]
  5856. 2760.94 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5857. 2760.94 s [conduit] • The ‘~’ operator is out of scope.
  5858. 2760.94 s [conduit] Assuming it to stand for an equality constraint.
  5859. 2760.94 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5860. 2760.94 s [conduit] exported from Data.Type.Equality and Prelude.
  5861. 2760.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5862. 2760.94 s [conduit] • This will become an error in a future GHC release.
  5863. 2760.94 s [conduit] |
  5864. 2760.94 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  5865. 2760.94 s [conduit] | ^
  5866. 2760.94 s [conduit]
  5867. 2760.94 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5868. 2760.94 s [conduit] The use of ‘~’ without TypeOperators
  5869. 2760.94 s [conduit] will become an error in a future GHC release.
  5870. 2760.94 s [conduit] Suggested fix:
  5871. 2760.94 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5872. 2760.94 s [conduit] |
  5873. 2760.94 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  5874. 2760.94 s [conduit] | ^
  5875. 2760.94 s [conduit]
  5876. 2760.94 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5877. 2760.94 s [conduit] • The ‘~’ operator is out of scope.
  5878. 2760.94 s [conduit] Assuming it to stand for an equality constraint.
  5879. 2760.94 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5880. 2760.94 s [conduit] exported from Data.Type.Equality and Prelude.
  5881. 2760.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5882. 2760.94 s [conduit] • This will become an error in a future GHC release.
  5883. 2760.94 s [conduit] |
  5884. 2760.94 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  5885. 2760.94 s [conduit] | ^
  5886. 2760.94 s [conduit]
  5887. 2760.95 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5888. 2760.95 s [conduit] The use of ‘~’ without TypeOperators
  5889. 2760.95 s [conduit] will become an error in a future GHC release.
  5890. 2760.95 s [conduit] Suggested fix:
  5891. 2760.95 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5892. 2760.95 s [conduit] |
  5893. 2760.95 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  5894. 2760.95 s [conduit] | ^
  5895. 2760.95 s [conduit]
  5896. 2760.95 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5897. 2760.95 s [conduit] • The ‘~’ operator is out of scope.
  5898. 2760.95 s [conduit] Assuming it to stand for an equality constraint.
  5899. 2760.95 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5900. 2760.95 s [conduit] exported from Data.Type.Equality and Prelude.
  5901. 2760.95 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5902. 2760.95 s [conduit] • This will become an error in a future GHC release.
  5903. 2760.95 s [conduit] |
  5904. 2760.95 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  5905. 2760.95 s [conduit] | ^
  5906. 2760.95 s [conduit]
  5907. 2760.95 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5908. 2760.95 s [conduit] The use of ‘~’ without TypeOperators
  5909. 2760.95 s [conduit] will become an error in a future GHC release.
  5910. 2760.95 s [conduit] Suggested fix:
  5911. 2760.95 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5912. 2760.95 s [conduit] |
  5913. 2760.95 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  5914. 2760.95 s [conduit] | ^
  5915. 2760.95 s [conduit]
  5916. 2760.96 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5917. 2760.96 s [conduit] • The ‘~’ operator is out of scope.
  5918. 2760.96 s [conduit] Assuming it to stand for an equality constraint.
  5919. 2760.96 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5920. 2760.96 s [conduit] exported from Data.Type.Equality and Prelude.
  5921. 2760.96 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5922. 2760.96 s [conduit] • This will become an error in a future GHC release.
  5923. 2760.96 s [conduit] |
  5924. 2760.96 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  5925. 2760.96 s [conduit] | ^
  5926. 2760.96 s [conduit]
  5927. 2760.96 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5928. 2760.96 s [conduit] The use of ‘~’ without TypeOperators
  5929. 2760.96 s [conduit] will become an error in a future GHC release.
  5930. 2760.96 s [conduit] Suggested fix:
  5931. 2760.96 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5932. 2760.96 s [conduit] |
  5933. 2760.96 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  5934. 2760.96 s [conduit] | ^
  5935. 2760.96 s [conduit]
  5936. 2760.96 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5937. 2760.96 s [conduit] • The ‘~’ operator is out of scope.
  5938. 2760.96 s [conduit] Assuming it to stand for an equality constraint.
  5939. 2760.96 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5940. 2760.96 s [conduit] exported from Data.Type.Equality and Prelude.
  5941. 2760.96 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5942. 2760.96 s [conduit] • This will become an error in a future GHC release.
  5943. 2760.96 s [conduit] |
  5944. 2760.96 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  5945. 2760.96 s [conduit] | ^
  5946. 2760.96 s [conduit]
  5947. 2760.97 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5948. 2760.97 s [conduit] The use of ‘~’ without TypeOperators
  5949. 2760.97 s [conduit] will become an error in a future GHC release.
  5950. 2760.97 s [conduit] Suggested fix:
  5951. 2760.97 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5952. 2760.97 s [conduit] |
  5953. 2760.97 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  5954. 2760.97 s [conduit] | ^
  5955. 2760.97 s [conduit]
  5956. 2760.97 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5957. 2760.97 s [conduit] • The ‘~’ operator is out of scope.
  5958. 2760.97 s [conduit] Assuming it to stand for an equality constraint.
  5959. 2760.97 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5960. 2760.97 s [conduit] exported from Data.Type.Equality and Prelude.
  5961. 2760.97 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5962. 2760.97 s [conduit] • This will become an error in a future GHC release.
  5963. 2760.97 s [conduit] |
  5964. 2760.97 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  5965. 2760.97 s [conduit] | ^
  5966. 2760.97 s [conduit]
  5967. 2760.97 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5968. 2760.97 s [conduit] The use of ‘~’ without TypeOperators
  5969. 2760.97 s [conduit] will become an error in a future GHC release.
  5970. 2760.97 s [conduit] Suggested fix:
  5971. 2760.97 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5972. 2760.97 s [conduit] |
  5973. 2760.97 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  5974. 2760.97 s [conduit] | ^
  5975. 2760.97 s [conduit]
  5976. 2760.97 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5977. 2760.97 s [conduit] • The ‘~’ operator is out of scope.
  5978. 2760.97 s [conduit] Assuming it to stand for an equality constraint.
  5979. 2760.97 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  5980. 2760.97 s [conduit] exported from Data.Type.Equality and Prelude.
  5981. 2760.97 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  5982. 2760.97 s [conduit] • This will become an error in a future GHC release.
  5983. 2760.97 s [conduit] |
  5984. 2760.97 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  5985. 2760.98 s [conduit] | ^
  5986. 2760.98 s [conduit]
  5987. 2760.99 s [conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, nothing ) [HIE file is missing]
  5988. 2761.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5989. 2761.11 s [conduit] The use of ‘~’ without TypeOperators
  5990. 2761.11 s [conduit] will become an error in a future GHC release.
  5991. 2761.11 s [conduit] Suggested fix:
  5992. 2761.11 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  5993. 2761.11 s [conduit] |
  5994. 2761.11 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  5995. 2761.11 s [conduit] | ^
  5996. 2761.11 s [conduit]
  5997. 2761.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  5998. 2761.11 s [conduit] • The ‘~’ operator is out of scope.
  5999. 2761.11 s [conduit] Assuming it to stand for an equality constraint.
  6000. 2761.11 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6001. 2761.11 s [conduit] exported from Data.Type.Equality and Prelude.
  6002. 2761.11 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6003. 2761.11 s [conduit] • This will become an error in a future GHC release.
  6004. 2761.11 s [conduit] |
  6005. 2761.11 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  6006. 2761.11 s [conduit] | ^
  6007. 2761.11 s [conduit]
  6008. 2761.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6009. 2761.11 s [conduit] The use of ‘~’ without TypeOperators
  6010. 2761.11 s [conduit] will become an error in a future GHC release.
  6011. 2761.11 s [conduit] Suggested fix:
  6012. 2761.11 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6013. 2761.11 s [conduit] |
  6014. 2761.11 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  6015. 2761.11 s [conduit] | ^
  6016. 2761.11 s [conduit]
  6017. 2761.11 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6018. 2761.11 s [conduit] • The ‘~’ operator is out of scope.
  6019. 2761.11 s [conduit] Assuming it to stand for an equality constraint.
  6020. 2761.11 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6021. 2761.11 s [conduit] exported from Data.Type.Equality and Prelude.
  6022. 2761.11 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6023. 2761.11 s [conduit] • This will become an error in a future GHC release.
  6024. 2761.11 s [conduit] |
  6025. 2761.12 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  6026. 2761.12 s [conduit] | ^
  6027. 2761.12 s [conduit]
  6028. 2761.12 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6029. 2761.12 s [conduit] The use of ‘~’ without TypeOperators
  6030. 2761.12 s [conduit] will become an error in a future GHC release.
  6031. 2761.12 s [conduit] Suggested fix:
  6032. 2761.12 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6033. 2761.12 s [conduit] |
  6034. 2761.12 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  6035. 2761.12 s [conduit] | ^
  6036. 2761.12 s [conduit]
  6037. 2761.12 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6038. 2761.12 s [conduit] • The ‘~’ operator is out of scope.
  6039. 2761.12 s [conduit] Assuming it to stand for an equality constraint.
  6040. 2761.12 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6041. 2761.12 s [conduit] exported from Data.Type.Equality and Prelude.
  6042. 2761.12 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6043. 2761.12 s [conduit] • This will become an error in a future GHC release.
  6044. 2761.12 s [conduit] |
  6045. 2761.12 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  6046. 2761.12 s [conduit] | ^
  6047. 2761.12 s [conduit]
  6048. 2761.12 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6049. 2761.12 s [conduit] The use of ‘~’ without TypeOperators
  6050. 2761.12 s [conduit] will become an error in a future GHC release.
  6051. 2761.12 s [conduit] Suggested fix:
  6052. 2761.12 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6053. 2761.12 s [conduit] |
  6054. 2761.12 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  6055. 2761.12 s [conduit] | ^
  6056. 2761.12 s [conduit]
  6057. 2761.12 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6058. 2761.12 s [conduit] • The ‘~’ operator is out of scope.
  6059. 2761.12 s [conduit] Assuming it to stand for an equality constraint.
  6060. 2761.12 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6061. 2761.12 s [conduit] exported from Data.Type.Equality and Prelude.
  6062. 2761.12 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6063. 2761.12 s [conduit] • This will become an error in a future GHC release.
  6064. 2761.12 s [conduit] |
  6065. 2761.12 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  6066. 2761.12 s [conduit] | ^
  6067. 2761.12 s [conduit]
  6068. 2761.12 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6069. 2761.12 s [conduit] The use of ‘~’ without TypeOperators
  6070. 2761.12 s [conduit] will become an error in a future GHC release.
  6071. 2761.12 s [conduit] Suggested fix:
  6072. 2761.12 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6073. 2761.12 s [conduit] |
  6074. 2761.12 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  6075. 2761.13 s [conduit] | ^
  6076. 2761.13 s [conduit]
  6077. 2761.13 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6078. 2761.13 s [conduit] • The ‘~’ operator is out of scope.
  6079. 2761.13 s [conduit] Assuming it to stand for an equality constraint.
  6080. 2761.13 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6081. 2761.13 s [conduit] exported from Data.Type.Equality and Prelude.
  6082. 2761.13 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6083. 2761.13 s [conduit] • This will become an error in a future GHC release.
  6084. 2761.13 s [conduit] |
  6085. 2761.13 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  6086. 2761.13 s [conduit] | ^
  6087. 2761.13 s [conduit]
  6088. 2761.13 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6089. 2761.13 s [conduit] The use of ‘~’ without TypeOperators
  6090. 2761.13 s [conduit] will become an error in a future GHC release.
  6091. 2761.13 s [conduit] Suggested fix:
  6092. 2761.13 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6093. 2761.13 s [conduit] |
  6094. 2761.13 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  6095. 2761.13 s [conduit] | ^
  6096. 2761.13 s [conduit]
  6097. 2761.13 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6098. 2761.13 s [conduit] • The ‘~’ operator is out of scope.
  6099. 2761.13 s [conduit] Assuming it to stand for an equality constraint.
  6100. 2761.13 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6101. 2761.13 s [conduit] exported from Data.Type.Equality and Prelude.
  6102. 2761.13 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6103. 2761.13 s [conduit] • This will become an error in a future GHC release.
  6104. 2761.13 s [conduit] |
  6105. 2761.13 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  6106. 2761.13 s [conduit] | ^
  6107. 2761.13 s [conduit]
  6108. 2761.13 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6109. 2761.13 s [conduit] The use of ‘~’ without TypeOperators
  6110. 2761.13 s [conduit] will become an error in a future GHC release.
  6111. 2761.13 s [conduit] Suggested fix:
  6112. 2761.13 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6113. 2761.13 s [conduit] |
  6114. 2761.13 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  6115. 2761.13 s [conduit] | ^
  6116. 2761.13 s [conduit]
  6117. 2761.13 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6118. 2761.13 s [conduit] • The ‘~’ operator is out of scope.
  6119. 2761.13 s [conduit] Assuming it to stand for an equality constraint.
  6120. 2761.13 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6121. 2761.13 s [conduit] exported from Data.Type.Equality and Prelude.
  6122. 2761.13 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6123. 2761.13 s [conduit] • This will become an error in a future GHC release.
  6124. 2761.13 s [conduit] |
  6125. 2761.13 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  6126. 2761.13 s [conduit] | ^
  6127. 2761.13 s [conduit]
  6128. 2761.14 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6129. 2761.14 s [conduit] The use of ‘~’ without TypeOperators
  6130. 2761.14 s [conduit] will become an error in a future GHC release.
  6131. 2761.14 s [conduit] Suggested fix:
  6132. 2761.14 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6133. 2761.14 s [conduit] |
  6134. 2761.14 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  6135. 2761.14 s [conduit] | ^
  6136. 2761.14 s [conduit]
  6137. 2761.14 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6138. 2761.14 s [conduit] • The ‘~’ operator is out of scope.
  6139. 2761.14 s [conduit] Assuming it to stand for an equality constraint.
  6140. 2761.14 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6141. 2761.14 s [conduit] exported from Data.Type.Equality and Prelude.
  6142. 2761.14 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6143. 2761.14 s [conduit] • This will become an error in a future GHC release.
  6144. 2761.14 s [conduit] |
  6145. 2761.14 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  6146. 2761.14 s [conduit] | ^
  6147. 2761.14 s [conduit]
  6148. 2761.14 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6149. 2761.14 s [conduit] The use of ‘~’ without TypeOperators
  6150. 2761.14 s [conduit] will become an error in a future GHC release.
  6151. 2761.14 s [conduit] Suggested fix:
  6152. 2761.14 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6153. 2761.14 s [conduit] |
  6154. 2761.14 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  6155. 2761.14 s [conduit] | ^
  6156. 2761.14 s [conduit]
  6157. 2761.14 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6158. 2761.14 s [conduit] • The ‘~’ operator is out of scope.
  6159. 2761.14 s [conduit] Assuming it to stand for an equality constraint.
  6160. 2761.14 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6161. 2761.14 s [conduit] exported from Data.Type.Equality and Prelude.
  6162. 2761.14 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6163. 2761.14 s [conduit] • This will become an error in a future GHC release.
  6164. 2761.14 s [conduit] |
  6165. 2761.14 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  6166. 2761.14 s [conduit] | ^
  6167. 2761.14 s [conduit]
  6168. 2761.14 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6169. 2761.14 s [conduit] The use of ‘~’ without TypeOperators
  6170. 2761.14 s [conduit] will become an error in a future GHC release.
  6171. 2761.14 s [conduit] Suggested fix:
  6172. 2761.14 s [conduit] Perhaps you intended to use the ‘TypeOperators’ extension
  6173. 2761.14 s [conduit] |
  6174. 2761.14 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  6175. 2761.14 s [conduit] | ^
  6176. 2761.14 s [conduit]
  6177. 2761.15 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  6178. 2761.15 s [conduit] • The ‘~’ operator is out of scope.
  6179. 2761.15 s [conduit] Assuming it to stand for an equality constraint.
  6180. 2761.15 s [conduit] • Note: ‘~’ used to be built-in syntax but now is a regular type operator
  6181. 2761.15 s [conduit] exported from Data.Type.Equality and Prelude.
  6182. 2761.15 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  6183. 2761.15 s [conduit] • This will become an error in a future GHC release.
  6184. 2761.15 s [conduit] |
  6185. 2761.15 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  6186. 2761.15 s [conduit] | ^
  6187. 2761.15 s [conduit]
  6188. 2761.15 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, nothing ) [HIE file is missing]
  6189. 2761.17 s [conduit] Haddock coverage:
  6190. 2761.17 s [conduit] Warning: 'catchC' is out of scope.
  6191. 2761.17 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6192. 2761.17 s [conduit] Warning: 'Source' is out of scope.
  6193. 2761.17 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6194. 2761.17 s [conduit] Warning: 'Conduit' is out of scope.
  6195. 2761.17 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6196. 2761.17 s [conduit] Warning: 'hoist' is out of scope.
  6197. 2761.17 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6198. 2761.17 s [conduit] Warning: 'tryC' is out of scope.
  6199. 2761.17 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6200. 2761.42 s [conduit] Warning: 'ConduitT' is ambiguous. It is defined
  6201. 2761.42 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:28
  6202. 2761.42 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:1
  6203. 2761.42 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  6204. 2761.42 s [conduit] by specifying the type/value namespace explicitly.
  6205. 2761.42 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:123:1
  6206. 2761.42 s [conduit] Warning: 'SealedConduitT' is ambiguous. It is defined
  6207. 2761.42 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:34
  6208. 2761.42 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:1
  6209. 2761.42 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  6210. 2761.42 s [conduit] by specifying the type/value namespace explicitly.
  6211. 2761.42 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:138:1
  6212. 2761.43 s [conduit] Warning: 'ZipConduit' is ambiguous. It is defined
  6213. 2761.43 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:30
  6214. 2761.43 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:1
  6215. 2761.43 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  6216. 2761.43 s [conduit] by specifying the type/value namespace explicitly.
  6217. 2761.43 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1229:1
  6218. 2761.43 s [conduit] 18% ( 3 / 16) in 'Data.Conduit.Internal.Fusion'
  6219. 2761.43 s [conduit] Missing documentation for:
  6220. 2761.43 s [conduit] Module header
  6221. 2761.43 s [conduit] Stream (src/Data/Conduit/Internal/Fusion.hs:39)
  6222. 2761.43 s [conduit] ConduitWithStream (src/Data/Conduit/Internal/Fusion.hs:43)
  6223. 2761.43 s [conduit] StreamConduitT (src/Data/Conduit/Internal/Fusion.hs:47)
  6224. 2761.43 s [conduit] StreamConduit (src/Data/Conduit/Internal/Fusion.hs:49)
  6225. 2761.43 s [conduit] StreamSource (src/Data/Conduit/Internal/Fusion.hs:51)
  6226. 2761.43 s [conduit] StreamProducer (src/Data/Conduit/Internal/Fusion.hs:53)
  6227. 2761.43 s [conduit] StreamSink (src/Data/Conduit/Internal/Fusion.hs:55)
  6228. 2761.43 s [conduit] StreamConsumer (src/Data/Conduit/Internal/Fusion.hs:57)
  6229. 2761.43 s [conduit] streamConduit (src/Data/Conduit/Internal/Fusion.hs:250)
  6230. 2761.43 s [conduit] streamSource (src/Data/Conduit/Internal/Fusion.hs:257)
  6231. 2761.43 s [conduit] streamSourcePure (src/Data/Conduit/Internal/Fusion.hs:275)
  6232. 2761.43 s [conduit] unstream (src/Data/Conduit/Internal/Fusion.hs:60)
  6233. 2761.43 s [conduit] 0% ( 0 / 41) in 'Data.Conduit.Internal.List.Stream'
  6234. 2761.43 s [conduit] Missing documentation for:
  6235. 2761.43 s [conduit] Module header
  6236. 2761.43 s [conduit] unfoldS (src/Data/Conduit/Internal/List/Stream.hs:17)
  6237. 2761.43 s [conduit] unfoldEitherS (src/Data/Conduit/Internal/List/Stream.hs:30)
  6238. 2761.43 s [conduit] unfoldMS (src/Data/Conduit/Internal/List/Stream.hs:43)
  6239. 2761.43 s [conduit] unfoldEitherMS (src/Data/Conduit/Internal/List/Stream.hs:57)
  6240. 2761.43 s [conduit] sourceListS (src/Data/Conduit/Internal/List/Stream.hs:67)
  6241. 2761.43 s [conduit] enumFromToS (src/Data/Conduit/Internal/List/Stream.hs:78)
  6242. 2761.43 s [conduit] enumFromToS_int (src/Data/Conduit/Internal/List/Stream.hs:90)
  6243. 2761.43 s [conduit] iterateS (src/Data/Conduit/Internal/List/Stream.hs:101)
  6244. 2761.43 s [conduit] replicateS (src/Data/Conduit/Internal/List/Stream.hs:110)
  6245. 2761.43 s [conduit] replicateMS (src/Data/Conduit/Internal/List/Stream.hs:119)
  6246. 2761.43 s [conduit] foldS (src/Data/Conduit/Internal/List/Stream.hs:128)
  6247. 2761.43 s [conduit] foldMS (src/Data/Conduit/Internal/List/Stream.hs:140)
  6248. 2761.43 s [conduit] mapM_S (src/Data/Conduit/Internal/List/Stream.hs:156)
  6249. 2761.43 s [conduit] dropS (src/Data/Conduit/Internal/List/Stream.hs:170)
  6250. 2761.43 s [conduit] takeS (src/Data/Conduit/Internal/List/Stream.hs:185)
  6251. 2761.43 s [conduit] headS (src/Data/Conduit/Internal/List/Stream.hs:198)
  6252. 2761.43 s [conduit] mapS (src/Data/Conduit/Internal/List/Stream.hs:210)
  6253. 2761.43 s [conduit] mapMS (src/Data/Conduit/Internal/List/Stream.hs:222)
  6254. 2761.43 s [conduit] iterMS (src/Data/Conduit/Internal/List/Stream.hs:234)
  6255. 2761.43 s [conduit] mapMaybeS (src/Data/Conduit/Internal/List/Stream.hs:246)
  6256. 2761.43 s [conduit] mapMaybeMS (src/Data/Conduit/Internal/List/Stream.hs:261)
  6257. 2761.43 s [conduit] catMaybesS (src/Data/Conduit/Internal/List/Stream.hs:277)
  6258. 2761.43 s [conduit] concatS (src/Data/Conduit/Internal/List/Stream.hs:290)
  6259. 2761.43 s [conduit] concatMapS (src/Data/Conduit/Internal/List/Stream.hs:303)
  6260. 2761.43 s [conduit] concatMapMS (src/Data/Conduit/Internal/List/Stream.hs:316)
  6261. 2761.43 s [conduit] concatMapAccumS (src/Data/Conduit/Internal/List/Stream.hs:331)
  6262. 2761.43 s [conduit] mapAccumS (src/Data/Conduit/Internal/List/Stream.hs:346)
  6263. 2761.43 s [conduit] mapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:360)
  6264. 2761.43 s [conduit] concatMapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:374)
  6265. 2761.43 s [conduit] mapFoldableS (src/Data/Conduit/Internal/List/Stream.hs:389)
  6266. 2761.43 s [conduit] mapFoldableMS (src/Data/Conduit/Internal/List/Stream.hs:402)
  6267. 2761.43 s [conduit] consumeS (src/Data/Conduit/Internal/List/Stream.hs:417)
  6268. 2761.43 s [conduit] groupByS (src/Data/Conduit/Internal/List/Stream.hs:429)
  6269. 2761.43 s [conduit] groupOn1S (src/Data/Conduit/Internal/List/Stream.hs:433)
  6270. 2761.43 s [conduit] GroupByState (src/Data/Conduit/Internal/List/Stream.hs:436)
  6271. 2761.43 s [conduit] groupBy1S (src/Data/Conduit/Internal/List/Stream.hs:442)
  6272. 2761.43 s [conduit] isolateS (src/Data/Conduit/Internal/List/Stream.hs:463)
  6273. 2761.43 s [conduit] filterS (src/Data/Conduit/Internal/List/Stream.hs:476)
  6274. 2761.43 s [conduit] sinkNullS (src/Data/Conduit/Internal/List/Stream.hs:489)
  6275. 2761.43 s [conduit] sourceNullS (src/Data/Conduit/Internal/List/Stream.hs:501)
  6276. 2761.43 s [conduit] 11% ( 3 / 27) in 'Data.Conduit.Combinators.Stream'
  6277. 2761.43 s [conduit] Missing documentation for:
  6278. 2761.43 s [conduit] yieldManyS (src/Data/Conduit/Combinators/Stream.hs:71)
  6279. 2761.43 s [conduit] repeatMS (src/Data/Conduit/Combinators/Stream.hs:81)
  6280. 2761.43 s [conduit] repeatWhileMS (src/Data/Conduit/Combinators/Stream.hs:91)
  6281. 2761.43 s [conduit] foldl1S (src/Data/Conduit/Combinators/Stream.hs:104)
  6282. 2761.43 s [conduit] allS (src/Data/Conduit/Combinators/Stream.hs:118)
  6283. 2761.43 s [conduit] anyS (src/Data/Conduit/Combinators/Stream.hs:124)
  6284. 2761.43 s [conduit] sinkLazyS (src/Data/Conduit/Combinators/Stream.hs:132)
  6285. 2761.43 s [conduit] sinkVectorS (src/Data/Conduit/Combinators/Stream.hs:137)
  6286. 2761.43 s [conduit] sinkVectorNS (src/Data/Conduit/Combinators/Stream.hs:163)
  6287. 2761.43 s [conduit] sinkLazyBuilderS (src/Data/Conduit/Combinators/Stream.hs:182)
  6288. 2761.43 s [conduit] lastS (src/Data/Conduit/Combinators/Stream.hs:187)
  6289. 2761.43 s [conduit] lastES (src/Data/Conduit/Combinators/Stream.hs:200)
  6290. 2761.43 s [conduit] findS (src/Data/Conduit/Combinators/Stream.hs:214)
  6291. 2761.43 s [conduit] concatMapS (src/Data/Conduit/Combinators/Stream.hs:231)
  6292. 2761.43 s [conduit] concatMapMS (src/Data/Conduit/Combinators/Stream.hs:246)
  6293. 2761.43 s [conduit] concatS (src/Data/Conduit/Combinators/Stream.hs:262)
  6294. 2761.43 s [conduit] scanlS (src/Data/Conduit/Combinators/Stream.hs:270)
  6295. 2761.43 s [conduit] scanlMS (src/Data/Conduit/Combinators/Stream.hs:285)
  6296. 2761.43 s [conduit] mapAccumWhileS (src/Data/Conduit/Combinators/Stream.hs:301)
  6297. 2761.43 s [conduit] mapAccumWhileMS (src/Data/Conduit/Combinators/Stream.hs:316)
  6298. 2761.43 s [conduit] intersperseS (src/Data/Conduit/Combinators/Stream.hs:337)
  6299. 2761.43 s [conduit] slidingWindowS (src/Data/Conduit/Combinators/Stream.hs:363)
  6300. 2761.43 s [conduit] filterMS (src/Data/Conduit/Combinators/Stream.hs:394)
  6301. 2761.43 s [conduit] splitOnUnboundedES (src/Data/Conduit/Combinators/Stream.hs:420)
  6302. 2761.43 s [conduit] 97% ( 78 / 80) in 'Data.Conduit'
  6303. 2761.43 s [conduit] Missing documentation for:
  6304. 2761.43 s [conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
  6305. 2761.43 s [conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
  6306. 2761.43 s [conduit] 91% ( 81 / 89) in 'Data.Conduit.Internal'
  6307. 2761.43 s [conduit] Missing documentation for:
  6308. 2761.43 s [conduit] Module header
  6309. 2761.43 s [conduit] enumFromTo (src/Data/Conduit/Internal/Pipe.hs:500)
  6310. 2761.43 s [conduit] yieldM (src/Data/Conduit/Internal/Pipe.hs:251)
  6311. 2761.43 s [conduit] conduitToPipe (src/Data/Conduit/Internal/Conduit.hs:353)
  6312. 2761.43 s [conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
  6313. 2761.43 s [conduit] sinkToPipe (src/Data/Conduit/Internal/Conduit.hs:343)
  6314. 2761.43 s [conduit] sourceToPipe (src/Data/Conduit/Internal/Conduit.hs:333)
  6315. 2761.43 s [conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
  6316. 2761.43 s [conduit] 100% ( 42 / 42) in 'Data.Conduit.Lift'
  6317. 2761.44 s [conduit] Warning: 'succ' is out of scope.
  6318. 2761.44 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6319. 2761.44 s [conduit] Warning: 'Foldable' is out of scope.
  6320. 2761.44 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6321. 2761.44 s [conduit] 100% ( 60 / 60) in 'Data.Conduit.List'
  6322. 2761.45 s [conduit] Warning: 'Flush' is ambiguous. It is defined
  6323. 2761.45 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:26
  6324. 2761.45 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:1
  6325. 2761.45 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  6326. 2761.45 s [conduit] by specifying the type/value namespace explicitly.
  6327. 2761.45 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1093:1
  6328. 2761.45 s [conduit] Warning: 'chunkSize' is out of scope.
  6329. 2761.45 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6330. 2761.46 s [conduit] Warning: 'ResourceT' is out of scope.
  6331. 2761.46 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6332. 2761.47 s [conduit] 100% (167 /167) in 'Data.Conduit.Combinators'
  6333. 2761.47 s [conduit] Warning: 'chunkSize' is out of scope.
  6334. 2761.47 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6335. 2761.47 s [conduit] Warning: 'chunksOfExactlyE' is out of scope.
  6336. 2761.47 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6337. 2761.47 s [conduit] Warning: 'chunksOfE' is out of scope.
  6338. 2761.47 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6339. 2761.48 s [conduit] Warning: 'concatMap' is out of scope.
  6340. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6341. 2761.48 s [conduit] Warning: 'concatMapM' is out of scope.
  6342. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6343. 2761.48 s [conduit] Warning: 'succ' is out of scope.
  6344. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6345. 2761.48 s [conduit] Warning: 'line' is out of scope.
  6346. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6347. 2761.48 s [conduit] Warning: 'linesUnbounded' is out of scope.
  6348. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6349. 2761.48 s [conduit] Warning: 'mapM_' is out of scope.
  6350. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6351. 2761.48 s [conduit] Warning: 'iterM' is out of scope.
  6352. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6353. 2761.48 s [conduit] Warning: 'takeExactly' is out of scope.
  6354. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6355. 2761.48 s [conduit] Warning: 'takeExactlyE' is out of scope.
  6356. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6357. 2761.48 s [conduit] Warning: 'take' is out of scope.
  6358. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6359. 2761.48 s [conduit] Warning: 'takeE' is out of scope.
  6360. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6361. 2761.48 s [conduit] Warning: 'unlines' is out of scope.
  6362. 2761.48 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  6363. 2761.49 s [conduit] 100% (171 /171) in 'Conduit'
  6364. 2762.16 s [conduit] Warning: Data.Conduit.Combinators.Stream: could not find link destinations for:
  6365. 2762.16 s [conduit] - Data.Vector.Generic.Base.Vector
  6366. 2762.17 s [conduit] Warning: Data.Conduit: could not find link destinations for:
  6367. 2762.17 s [conduit] - GHC.Internal.Generics.Rep_Void
  6368. 2762.17 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  6369. 2762.18 s [conduit] Warning: Data.Conduit.Internal: could not find link destinations for:
  6370. 2762.18 s [conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
  6371. 2762.18 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  6372. 2762.20 s [conduit] Warning: Data.Conduit.Combinators: could not find link destinations for:
  6373. 2762.20 s [conduit] - Data.Vector.Generic.Base.Vector
  6374. 2762.20 s [conduit] - Data.Conduit.Combinators.Buffer
  6375. 2762.23 s [conduit] Warning: Conduit: could not find link destinations for:
  6376. 2762.23 s [conduit] - GHC.Internal.Data.Functor.Identity.Rep_Identity
  6377. 2762.23 s [conduit] - GHC.Internal.Data.Functor.Identity.Rep1_Identity
  6378. 2762.23 s [conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
  6379. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateIO
  6380. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateIdentityT
  6381. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateST
  6382. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateST0
  6383. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateAccumT
  6384. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateContT
  6385. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateExceptT
  6386. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateMaybeT
  6387. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST0
  6388. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST1
  6389. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST
  6390. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateReaderT
  6391. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateSelectT
  6392. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateStateT0
  6393. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateStateT
  6394. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT0
  6395. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT1
  6396. 2762.23 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT
  6397. 2762.23 s [conduit] - Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
  6398. 2762.23 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  6399. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicLength
  6400. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
  6401. 2762.23 s [conduit] - Data.Vector.Generic.Base.basicUnsafeFreeze
  6402. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
  6403. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicInitialize
  6404. 2762.23 s [conduit] - Data.Vector.Generic.Base.Mutable
  6405. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
  6406. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
  6407. 2762.23 s [conduit] - Data.Vector.Generic.Base.Vector
  6408. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.MVector
  6409. 2762.23 s [conduit] - Data.Vector.Generic.Base.basicLength
  6410. 2762.23 s [conduit] - Data.Vector.Generic.Base.basicUnsafeIndexM
  6411. 2762.23 s [conduit] - Data.Vector.Generic.Base.elemseq
  6412. 2762.23 s [conduit] - Data.Vector.Unboxed.Base.Unbox
  6413. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
  6414. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
  6415. 2762.23 s [conduit] - Data.Vector.Generic.Base.basicUnsafeSlice
  6416. 2762.23 s [conduit] - Data.Vector.Generic.Base.basicUnsafeCopy
  6417. 2762.23 s [conduit] - Data.Vector.Generic.Base.basicUnsafeThaw
  6418. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicClear
  6419. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicOverlaps
  6420. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicSet
  6421. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
  6422. 2762.23 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
  6423. 2762.23 s [conduit] - Data.Vector.Unboxed.Base.MV_Identity
  6424. 2762.23 s [conduit] - Data.Vector.Unboxed.Base.V_Identity
  6425. 2762.23 s [conduit] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  6426. 2762.23 s [conduit] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  6427. 2762.23 s [conduit] - Data.Conduit.Combinators.Buffer
  6428. 2769.53 s [conduit] Documentation created: dist/doc/html/conduit,
  6429. 2769.54 s [conduit] dist/doc/html/conduit/conduit.txt
  6430. 2770.22 s [conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
  6431. 2770.31 s [conduit] Phase: installPhase
  6432. 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
  6433. 2771.35 s [conduit] Phase: fixupPhase
  6434. 2771.43 s [conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1
  6435. 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
  6436. 2771.46 s [conduit] checking for references to /build/ in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1...
  6437. 2771.50 s [conduit] patching script interpreter paths in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1
  6438. 2771.51 s [conduit] stripping (with command strip and flags -S -p) in /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1/lib
  6439. 2772.00 s [conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc
  6440. 2772.02 s [conduit] checking for references to /build/ in /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc...
  6441. 2772.04 s [conduit] patching script interpreter paths in /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc
  6442. 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
  6443. 2773.94 s [conduit:post-build] Pushing 2 paths (110 are already present) using zstd to cache sellout ⏳
  6444. 2773.94 s [conduit:post-build]
  6445. 2774.34 s [conduit:post-build] Pushing /nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1 (14.14 MiB)
  6446. 2774.46 s [conduit:post-build] Pushing /nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc (7.71 MiB)
  6447. 2775.61 s [conduit:post-build]
  6448. 2775.62 s [conduit:post-build] All done.
  6449. 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
  6450. 2776.48 s [conduit:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6451. 2776.84 s [conduit:post-build] copying 2 paths...
  6452. 2776.84 s [conduit:post-build] copying path '/nix/store/d8c8lx6bvvmlbcmawfbx5hgrw5z712jh-conduit-1.3.6.1-doc' to 'https://cache.nix-ci.com'...
  6453. 2778.11 s [conduit:post-build] copying path '/nix/store/c9vj9ilqkm2j55raqpi9ci0vnf414p16-conduit-1.3.6.1' to 'https://cache.nix-ci.com'...
  6454. 2783.13 s [conduit:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6455. 2783.52 s [conduit:post-build] copying 2 paths...
  6456. 2783.53 s [conduit:post-build] copying path '/nix/store/xim8xx4zwm1yx7s24l82mkgc8dlsis59-safe-0.3.21.drv' to 'https://cache.nix-ci.com'...
  6457. 2783.66 s [conduit:post-build] copying path '/nix/store/g9aq2fc9lk4qwwbqvhk3q38s9wbdw9wa-conduit-1.3.6.1.drv' to 'https://cache.nix-ci.com'...
  6458. 2784.09 s Progress: 148 of 170 built (1 building), 375 of 375 downloaded from cache
  6459. 2784.23 s Building /nix/store/0phn3n3zadh74hixi726dc2cic8lgriq-conduit-extra-1.3.7.drv
  6460. 2784.30 s Building /nix/store/bxlkn3xdz44pdq07xhpwlmyvzp7z56s4-conduit-parse-0.2.1.1.drv
  6461. 2784.38 s Building /nix/store/cmf70p3wpqdzv4if6hk4f05f1vjanpjv-libyaml-0.1.4.drv
  6462. 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 )
  6463. 2784.46 s [conduit-extra] Phase: setupCompilerEnvironmentPhase
  6464. 2784.46 s [conduit-extra] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  6465. 2784.53 s [libyaml] Phase: setupCompilerEnvironmentPhase
  6466. 2784.53 s [libyaml] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  6467. 2784.54 s [conduit-parse] Phase: setupCompilerEnvironmentPhase
  6468. 2784.54 s [conduit-parse] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  6469. 2784.85 s [libyaml] Phase: unpackPhase
  6470. 2784.86 s [libyaml] unpacking source archive /nix/store/z9q7w51ysg8cdvgpx6d6zlcz4ghkhp0h-libyaml-0.1.4.tar.gz
  6471. 2784.87 s [conduit-extra] Phase: unpackPhase
  6472. 2784.87 s [libyaml] source root is libyaml-0.1.4
  6473. 2784.88 s [libyaml] setting SOURCE_DATE_EPOCH to timestamp 1710477580 of file "libyaml-0.1.4/libyaml.cabal"
  6474. 2784.88 s [conduit-extra] unpacking source archive /nix/store/sz33pjm2cvwgwppzyyv37xdgxj3bbg67-conduit-extra-1.3.7.tar.gz
  6475. 2784.89 s [libyaml] Phase: patchPhase
  6476. 2784.89 s [conduit-extra] source root is conduit-extra-1.3.7
  6477. 2784.91 s [libyaml] Phase: compileBuildDriverPhase
  6478. 2784.91 s [conduit-parse] Phase: unpackPhase
  6479. 2784.91 s [conduit-extra] setting SOURCE_DATE_EPOCH to timestamp 1737362589 of file "conduit-extra-1.3.7/conduit-extra.cabal"
  6480. 2784.91 s [conduit-parse] unpacking source archive /nix/store/5inary4gap17pija37hi9s0dnwj4sdgj-conduit-parse-0.2.1.1.tar.gz
  6481. 2784.92 s [libyaml] setupCompileFlags: -package-db=/build/tmp.Ly243zQvfc/setup-package.conf.d -threaded
  6482. 2784.92 s [conduit-parse] source root is conduit-parse-0.2.1.1
  6483. 2784.93 s [conduit-extra] Phase: patchPhase
  6484. 2784.94 s [conduit-extra] Phase: compileBuildDriverPhase
  6485. 2784.95 s [conduit-parse] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "conduit-parse-0.2.1.1/test/Main.hs"
  6486. 2784.96 s [conduit-extra] setupCompileFlags: -package-db=/build/tmp.hl4Ry1q5H1/setup-package.conf.d -threaded
  6487. 2784.97 s [conduit-parse] Phase: patchPhase
  6488. 2784.99 s [conduit-parse] Replace Cabal file with edited version from mirror://hackage/conduit-parse-0.2.1.1/revision/1.cabal.
  6489. 2785.01 s [conduit-parse] Phase: compileBuildDriverPhase
  6490. 2785.01 s [libyaml] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Ly243zQvfc/Main.o )
  6491. 2785.02 s [conduit-parse] setupCompileFlags: -package-db=/build/tmp.dGJHaO1QTC/setup-package.conf.d -threaded
  6492. 2785.06 s [conduit-extra] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.hl4Ry1q5H1/Main.o )
  6493. 2785.10 s [conduit-parse] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.dGJHaO1QTC/Main.o )
  6494. 2785.12 s [libyaml] [2 of 2] Linking Setup
  6495. 2785.16 s [conduit-extra] [2 of 2] Linking Setup
  6496. 2785.17 s [conduit-parse] [2 of 2] Linking Setup
  6497. 2786.80 s [conduit-extra] Phase: updateAutotoolsGnuConfigScriptsPhase
  6498. 2786.82 s [conduit-extra] Phase: configurePhase
  6499. 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
  6500. 2786.83 s [conduit-extra] Using Parsec parser
  6501. 2786.83 s [conduit-extra] Configuring conduit-extra-1.3.7...
  6502. 2786.88 s [libyaml] Phase: updateAutotoolsGnuConfigScriptsPhase
  6503. 2786.89 s [conduit-extra] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  6504. 2786.89 s [conduit-extra] 'ghc' version < 9.12):
  6505. 2786.89 s [conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  6506. 2786.89 s [conduit-extra] 9.12.1
  6507. 2786.90 s [libyaml] Phase: configurePhase
  6508. 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
  6509. 2786.92 s [libyaml] Using Parsec parser
  6510. 2786.92 s [libyaml] Configuring libyaml-0.1.4...
  6511. 2787.00 s [conduit-parse] Phase: updateAutotoolsGnuConfigScriptsPhase
  6512. 2787.03 s [conduit-parse] Phase: configurePhase
  6513. 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
  6514. 2787.06 s [conduit-parse] Using Parsec parser
  6515. 2787.06 s [conduit-parse] Configuring conduit-parse-0.2.1.1...
  6516. 2787.13 s [conduit-parse] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  6517. 2787.13 s [conduit-parse] 'ghc' version < 9.12):
  6518. 2787.13 s [conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  6519. 2787.13 s [conduit-parse] 9.12.1
  6520. 2787.16 s [libyaml] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  6521. 2787.16 s [libyaml] 'ghc' version < 9.12):
  6522. 2787.16 s [libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  6523. 2787.16 s [libyaml] 9.12.1
  6524. 2787.54 s [conduit-parse] Flags chosen: enable-hlint-test=False
  6525. 2787.54 s [libyaml] Flags chosen: no-unicode=False, system-libyaml=False
  6526. 2787.68 s [conduit-extra] Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
  6527. 2787.68 s [conduit-extra] execution vulnerability. Furthermore, popular forges like GitHub do not
  6528. 2787.68 s [conduit-extra] support it. Use https:// or ssh:// instead.
  6529. 2787.70 s [conduit-extra] Dependency async: using async-2.2.5
  6530. 2787.70 s [conduit-extra] Dependency attoparsec >=0.10: using attoparsec-0.14.4
  6531. 2787.70 s [conduit-extra] Dependency base >=4.12 && <5: using base-4.21.0.0
  6532. 2787.70 s [conduit-extra] Dependency bytestring >=0.10.2: using bytestring-0.12.2.0
  6533. 2787.70 s [conduit-extra] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
  6534. 2787.70 s [conduit-extra] Dependency directory: using directory-1.3.9.0
  6535. 2787.70 s [conduit-extra] Dependency filepath: using filepath-1.5.4.0
  6536. 2787.70 s [conduit-extra] Dependency network >=2.3: using network-3.2.7.0
  6537. 2787.70 s [conduit-extra] Dependency primitive >=0.5: using primitive-0.9.1.0
  6538. 2787.70 s [conduit-extra] Dependency process: using process-1.6.25.0
  6539. 2787.70 s [conduit-extra] Dependency resourcet >=1.1: using resourcet-1.3.0
  6540. 2787.70 s [conduit-extra] Dependency stm: using stm-2.5.3.1
  6541. 2787.70 s [conduit-extra] Dependency streaming-commons >=0.2.3.0: using streaming-commons-0.2.3.0
  6542. 2787.70 s [conduit-extra] Dependency text: using text-2.1.2
  6543. 2787.70 s [conduit-extra] Dependency transformers: using transformers-0.6.1.2
  6544. 2787.70 s [conduit-extra] Dependency typed-process >=0.2.6: using typed-process-0.2.13.0
  6545. 2787.70 s [conduit-extra] Dependency unliftio-core: using unliftio-core-0.2.1.0
  6546. 2787.70 s [conduit-extra] Dependency QuickCheck: using QuickCheck-2.14.3
  6547. 2787.70 s [conduit-extra] Dependency async: using async-2.2.5
  6548. 2787.70 s [conduit-extra] Dependency attoparsec: using attoparsec-0.14.4
  6549. 2787.70 s [conduit-extra] Dependency base: using base-4.21.0.0
  6550. 2787.70 s [conduit-extra] Dependency bytestring: using bytestring-0.12.2.0
  6551. 2787.70 s [conduit-extra] Dependency conduit: using conduit-1.3.6.1
  6552. 2787.70 s [conduit-extra] Dependency conduit-extra: using conduit-extra-1.3.7
  6553. 2787.70 s [conduit-extra] Dependency directory: using directory-1.3.9.0
  6554. 2787.70 s [conduit-extra] Dependency exceptions: using exceptions-0.10.9
  6555. 2787.70 s [conduit-extra] Dependency filepath: using filepath-1.5.4.0
  6556. 2787.70 s [conduit-extra] Dependency hspec >=1.3: using hspec-2.11.12
  6557. 2787.70 s [conduit-extra] Dependency process: using process-1.6.25.0
  6558. 2787.70 s [conduit-extra] Dependency resourcet: using resourcet-1.3.0
  6559. 2787.70 s [conduit-extra] Dependency stm: using stm-2.5.3.1
  6560. 2787.70 s [conduit-extra] Dependency streaming-commons: using streaming-commons-0.2.3.0
  6561. 2787.70 s [conduit-extra] Dependency text: using text-2.1.2
  6562. 2787.70 s [conduit-extra] Dependency transformers: using transformers-0.6.1.2
  6563. 2787.70 s [conduit-extra] Dependency transformers-base: using transformers-base-0.4.6
  6564. 2787.70 s [conduit-extra] Source component graph:
  6565. 2787.70 s [conduit-extra] component lib
  6566. 2787.70 s [conduit-extra] component test:test dependency lib
  6567. 2787.70 s [conduit-extra] Configured component graph:
  6568. 2787.70 s [conduit-extra] component conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  6569. 2787.70 s [conduit-extra] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  6570. 2787.70 s [conduit-extra] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  6571. 2787.70 s [conduit-extra] include base-4.21.0.0-f068
  6572. 2787.70 s [conduit-extra] include bytestring-0.12.2.0-be6d
  6573. 2787.70 s [conduit-extra] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6574. 2787.70 s [conduit-extra] include directory-1.3.9.0-9eff
  6575. 2787.70 s [conduit-extra] include filepath-1.5.4.0-7ce6
  6576. 2787.70 s [conduit-extra] include network-3.2.7.0-7KJiH6lXPXGmC75It5VN6
  6577. 2787.70 s [conduit-extra] include primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
  6578. 2787.70 s [conduit-extra] include process-1.6.25.0-4623
  6579. 2787.70 s [conduit-extra] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6580. 2787.70 s [conduit-extra] include stm-2.5.3.1-0481
  6581. 2787.70 s [conduit-extra] include streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
  6582. 2787.70 s [conduit-extra] include text-2.1.2-5eaa
  6583. 2787.70 s [conduit-extra] include transformers-0.6.1.2-199f
  6584. 2787.70 s [conduit-extra] include typed-process-0.2.13.0-88F6kZ2GZ2H6RkPt3Rwhic
  6585. 2787.70 s [conduit-extra] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  6586. 2787.70 s [conduit-extra] component conduit-extra-1.3.7-6lm2MO4WIoMDeJxcb8VtdJ-test
  6587. 2787.70 s [conduit-extra] include QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
  6588. 2787.70 s [conduit-extra] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  6589. 2787.70 s [conduit-extra] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  6590. 2787.70 s [conduit-extra] include base-4.21.0.0-f068
  6591. 2787.70 s [conduit-extra] include bytestring-0.12.2.0-be6d
  6592. 2787.70 s [conduit-extra] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6593. 2787.70 s [conduit-extra] include conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  6594. 2787.70 s [conduit-extra] include directory-1.3.9.0-9eff
  6595. 2787.70 s [conduit-extra] include exceptions-0.10.9-5f69
  6596. 2787.70 s [conduit-extra] include filepath-1.5.4.0-7ce6
  6597. 2787.70 s [conduit-extra] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  6598. 2787.70 s [conduit-extra] include process-1.6.25.0-4623
  6599. 2787.70 s [conduit-extra] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6600. 2787.70 s [conduit-extra] include stm-2.5.3.1-0481
  6601. 2787.70 s [conduit-extra] include streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
  6602. 2787.70 s [conduit-extra] include text-2.1.2-5eaa
  6603. 2787.70 s [conduit-extra] include transformers-0.6.1.2-199f
  6604. 2787.70 s [conduit-extra] include transformers-base-0.4.6-JUsZ75ulaih2CixKFsuVo
  6605. 2787.70 s [conduit-extra] Linked component graph:
  6606. 2787.70 s [conduit-extra] unit conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  6607. 2787.70 s [conduit-extra] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  6608. 2787.70 s [conduit-extra] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  6609. 2787.70 s [conduit-extra] include base-4.21.0.0-f068
  6610. 2787.70 s [conduit-extra] include bytestring-0.12.2.0-be6d
  6611. 2787.70 s [conduit-extra] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6612. 2787.70 s [conduit-extra] include directory-1.3.9.0-9eff
  6613. 2787.70 s [conduit-extra] include filepath-1.5.4.0-7ce6
  6614. 2787.70 s [conduit-extra] include network-3.2.7.0-7KJiH6lXPXGmC75It5VN6
  6615. 2787.70 s [conduit-extra] include primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
  6616. 2787.70 s [conduit-extra] include process-1.6.25.0-4623
  6617. 2787.70 s [conduit-extra] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6618. 2787.70 s [conduit-extra] include stm-2.5.3.1-0481
  6619. 2787.70 s [conduit-extra] include streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
  6620. 2787.70 s [conduit-extra] include text-2.1.2-5eaa
  6621. 2787.70 s [conduit-extra] include transformers-0.6.1.2-199f
  6622. 2787.70 s [conduit-extra] include typed-process-0.2.13.0-88F6kZ2GZ2H6RkPt3Rwhic
  6623. 2787.70 s [conduit-extra] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  6624. 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
  6625. 2787.70 s [conduit-extra] unit conduit-extra-1.3.7-6lm2MO4WIoMDeJxcb8VtdJ-test
  6626. 2787.70 s [conduit-extra] include QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
  6627. 2787.70 s [conduit-extra] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  6628. 2787.70 s [conduit-extra] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  6629. 2787.70 s [conduit-extra] include base-4.21.0.0-f068
  6630. 2787.70 s [conduit-extra] include bytestring-0.12.2.0-be6d
  6631. 2787.70 s [conduit-extra] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6632. 2787.70 s [conduit-extra] include conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  6633. 2787.70 s [conduit-extra] include directory-1.3.9.0-9eff
  6634. 2787.70 s [conduit-extra] include exceptions-0.10.9-5f69
  6635. 2787.70 s [conduit-extra] include filepath-1.5.4.0-7ce6
  6636. 2787.70 s [conduit-extra] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  6637. 2787.70 s [conduit-extra] include process-1.6.25.0-4623
  6638. 2787.70 s [conduit-extra] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6639. 2787.70 s [conduit-extra] include stm-2.5.3.1-0481
  6640. 2787.70 s [conduit-extra] include streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
  6641. 2787.70 s [conduit-extra] include text-2.1.2-5eaa
  6642. 2787.70 s [conduit-extra] include transformers-0.6.1.2-199f
  6643. 2787.70 s [conduit-extra] include transformers-base-0.4.6-JUsZ75ulaih2CixKFsuVo
  6644. 2787.70 s [conduit-extra] Ready component graph:
  6645. 2787.70 s [conduit-extra] definite conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  6646. 2787.70 s [conduit-extra] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  6647. 2787.71 s [conduit-extra] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  6648. 2787.71 s [conduit-extra] depends base-4.21.0.0-f068
  6649. 2787.71 s [conduit-extra] depends bytestring-0.12.2.0-be6d
  6650. 2787.71 s [conduit-extra] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6651. 2787.71 s [conduit-extra] depends directory-1.3.9.0-9eff
  6652. 2787.71 s [conduit-extra] depends filepath-1.5.4.0-7ce6
  6653. 2787.71 s [conduit-extra] depends network-3.2.7.0-7KJiH6lXPXGmC75It5VN6
  6654. 2787.71 s [conduit-extra] depends primitive-0.9.1.0-4mP32nrOmbODcFIoSZ6ejg
  6655. 2787.71 s [conduit-extra] depends process-1.6.25.0-4623
  6656. 2787.71 s [conduit-extra] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6657. 2787.71 s [conduit-extra] depends stm-2.5.3.1-0481
  6658. 2787.71 s [conduit-extra] depends streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
  6659. 2787.71 s [conduit-extra] depends text-2.1.2-5eaa
  6660. 2787.71 s [conduit-extra] depends transformers-0.6.1.2-199f
  6661. 2787.71 s [conduit-extra] depends typed-process-0.2.13.0-88F6kZ2GZ2H6RkPt3Rwhic
  6662. 2787.71 s [conduit-extra] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  6663. 2787.71 s [conduit-extra] definite conduit-extra-1.3.7-6lm2MO4WIoMDeJxcb8VtdJ-test
  6664. 2787.71 s [conduit-extra] depends QuickCheck-2.14.3-L4og0ZQ0UVv3NVnDTZSE7K
  6665. 2787.71 s [conduit-extra] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  6666. 2787.71 s [conduit-extra] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  6667. 2787.71 s [conduit-extra] depends base-4.21.0.0-f068
  6668. 2787.71 s [conduit-extra] depends bytestring-0.12.2.0-be6d
  6669. 2787.71 s [conduit-extra] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6670. 2787.71 s [conduit-extra] depends conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  6671. 2787.71 s [conduit-extra] depends directory-1.3.9.0-9eff
  6672. 2787.71 s [conduit-extra] depends exceptions-0.10.9-5f69
  6673. 2787.71 s [conduit-extra] depends filepath-1.5.4.0-7ce6
  6674. 2787.71 s [conduit-extra] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  6675. 2787.71 s [conduit-extra] depends process-1.6.25.0-4623
  6676. 2787.71 s [conduit-extra] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6677. 2787.71 s [conduit-extra] depends stm-2.5.3.1-0481
  6678. 2787.71 s [conduit-extra] depends streaming-commons-0.2.3.0-AiVbGUEPedWLrN9dqYwWiQ
  6679. 2787.73 s [conduit-extra] depends text-2.1.2-5eaa
  6680. 2787.73 s [conduit-extra] depends transformers-0.6.1.2-199f
  6681. 2787.73 s [conduit-extra] depends transformers-base-0.4.6-JUsZ75ulaih2CixKFsuVo
  6682. 2787.73 s [conduit-extra] Using Cabal-3.14.1.0 compiled by ghc-9.12
  6683. 2787.73 s [conduit-extra] Using compiler: ghc-9.12.1
  6684. 2787.73 s [conduit-extra] Using install prefix:
  6685. 2787.73 s [conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7
  6686. 2787.73 s [conduit-extra] Executables installed in:
  6687. 2787.73 s [conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/bin
  6688. 2787.73 s [conduit-extra] Libraries installed in:
  6689. 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
  6690. 2787.73 s [conduit-extra] Dynamic Libraries installed in:
  6691. 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
  6692. 2787.73 s [conduit-extra] Private executables installed in:
  6693. 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
  6694. 2787.73 s [conduit-extra] Data files installed in:
  6695. 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
  6696. 2787.73 s [conduit-extra] Documentation installed in:
  6697. 2787.73 s [conduit-extra] /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc/share/doc/conduit-extra-1.3.7
  6698. 2787.73 s [conduit-extra] Configuration files installed in:
  6699. 2787.73 s [conduit-extra] /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/etc
  6700. 2787.73 s [conduit-extra] No alex found
  6701. 2787.73 s [conduit-extra] Using ar found on system at:
  6702. 2787.73 s [conduit-extra] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  6703. 2787.73 s [conduit-extra] No c2hs found
  6704. 2787.73 s [conduit-extra] No cpphs found
  6705. 2787.73 s [conduit-extra] No doctest found
  6706. 2787.73 s [conduit-extra] Using gcc version 14.3.0 given by user at:
  6707. 2787.73 s [conduit-extra] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  6708. 2787.73 s [conduit-extra] Using ghc version 9.12.1 found on system at:
  6709. 2787.73 s [conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  6710. 2787.73 s [conduit-extra] Using ghc-pkg version 9.12.1 found on system at:
  6711. 2787.73 s [conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  6712. 2787.73 s [conduit-extra] No ghcjs found
  6713. 2787.73 s [conduit-extra] No ghcjs-pkg found
  6714. 2787.73 s [conduit-extra] No greencard found
  6715. 2787.73 s [conduit-extra] Using haddock version 2.30.0 found on system at:
  6716. 2787.73 s [conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  6717. 2787.73 s [conduit-extra] No happy found
  6718. 2787.73 s [conduit-extra] No haskell-suite found
  6719. 2787.73 s [conduit-extra] No haskell-suite-pkg found
  6720. 2787.73 s [conduit-extra] No hmake found
  6721. 2787.73 s [conduit-extra] Using hpc version 0.69 found on system at:
  6722. 2787.73 s [conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  6723. 2787.73 s [conduit-extra] Using hsc2hs version 0.68.10 found on system at:
  6724. 2787.73 s [conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  6725. 2787.73 s [conduit-extra] Using hscolour version 1.25 found on system at:
  6726. 2787.73 s [conduit-extra] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  6727. 2787.73 s [conduit-extra] No jhc found
  6728. 2787.73 s [conduit-extra] Using ld found on system at:
  6729. 2787.73 s [conduit-extra] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  6730. 2787.73 s [conduit-extra] No pkg-config found
  6731. 2787.73 s [conduit-extra] Using runghc version 9.12.1 found on system at:
  6732. 2787.73 s [conduit-extra] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  6733. 2787.73 s [conduit-extra] Using strip version 2.44 found on system at:
  6734. 2787.73 s [conduit-extra] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  6735. 2787.73 s [conduit-extra] Using tar found on system at:
  6736. 2787.73 s [conduit-extra] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  6737. 2787.73 s [conduit-extra] No uhc found
  6738. 2787.87 s [conduit-parse] Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
  6739. 2787.87 s [conduit-parse] execution vulnerability. Furthermore, popular forges like GitHub do not
  6740. 2787.87 s [conduit-parse] support it. Use https:// or ssh:// instead.
  6741. 2787.91 s [libyaml] Dependency base >=4.14 && <5: using base-4.21.0.0
  6742. 2787.91 s [libyaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6743. 2787.91 s [libyaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6744. 2787.91 s [libyaml] Dependency libyaml-clib: using libyaml-clib-0.2.5
  6745. 2787.91 s [libyaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6746. 2787.91 s [libyaml] Source component graph: component lib
  6747. 2787.91 s [libyaml] Configured component graph:
  6748. 2787.91 s [libyaml] component libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  6749. 2787.91 s [libyaml] include base-4.21.0.0-f068
  6750. 2787.91 s [libyaml] include bytestring-0.12.2.0-be6d
  6751. 2787.91 s [libyaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6752. 2787.91 s [libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  6753. 2787.91 s [libyaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6754. 2787.91 s [libyaml] Linked component graph:
  6755. 2787.91 s [libyaml] unit libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  6756. 2787.91 s [libyaml] include base-4.21.0.0-f068
  6757. 2787.91 s [libyaml] include bytestring-0.12.2.0-be6d
  6758. 2787.91 s [libyaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6759. 2787.91 s [libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  6760. 2787.91 s [libyaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6761. 2787.91 s [libyaml] Text.Libyaml=libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH:Text.Libyaml
  6762. 2787.91 s [libyaml] Ready component graph:
  6763. 2787.91 s [libyaml] definite libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  6764. 2787.91 s [libyaml] depends base-4.21.0.0-f068
  6765. 2787.91 s [libyaml] depends bytestring-0.12.2.0-be6d
  6766. 2787.91 s [libyaml] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6767. 2787.91 s [libyaml] depends libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  6768. 2787.91 s [libyaml] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6769. 2787.91 s [libyaml] Using Cabal-3.14.1.0 compiled by ghc-9.12
  6770. 2787.91 s [libyaml] Using compiler: ghc-9.12.1
  6771. 2787.91 s [libyaml] Using install prefix:
  6772. 2787.91 s [libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4
  6773. 2787.91 s [libyaml] Executables installed in:
  6774. 2787.91 s [libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/bin
  6775. 2787.91 s [libyaml] Libraries installed in:
  6776. 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
  6777. 2787.91 s [libyaml] Dynamic Libraries installed in:
  6778. 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
  6779. 2787.91 s [libyaml] Private executables installed in:
  6780. 2787.91 s [libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/libexec/x86_64-linux-ghc-9.12.1-f739/libyaml-0.1.4
  6781. 2787.91 s [libyaml] Data files installed in:
  6782. 2787.91 s [libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/share/x86_64-linux-ghc-9.12.1-f739/libyaml-0.1.4
  6783. 2787.91 s [libyaml] Documentation installed in:
  6784. 2787.91 s [libyaml] /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4
  6785. 2787.91 s [libyaml] Configuration files installed in:
  6786. 2787.91 s [libyaml] /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/etc
  6787. 2787.91 s [libyaml] No alex found
  6788. 2787.91 s [libyaml] Using ar found on system at:
  6789. 2787.91 s [libyaml] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  6790. 2787.91 s [libyaml] No c2hs found
  6791. 2787.91 s [libyaml] No cpphs found
  6792. 2787.91 s [libyaml] No doctest found
  6793. 2787.91 s [libyaml] Using gcc version 14.3.0 given by user at:
  6794. 2787.91 s [libyaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  6795. 2787.91 s [libyaml] Using ghc version 9.12.1 found on system at:
  6796. 2787.91 s [libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  6797. 2787.91 s [libyaml] Using ghc-pkg version 9.12.1 found on system at:
  6798. 2787.91 s [libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  6799. 2787.91 s [libyaml] No ghcjs found
  6800. 2787.91 s [libyaml] No ghcjs-pkg found
  6801. 2787.91 s [libyaml] No greencard found
  6802. 2787.91 s [libyaml] Using haddock version 2.30.0 found on system at:
  6803. 2787.91 s [libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  6804. 2787.91 s [libyaml] No happy found
  6805. 2787.91 s [libyaml] No haskell-suite found
  6806. 2787.91 s [libyaml] No haskell-suite-pkg found
  6807. 2787.91 s [libyaml] No hmake found
  6808. 2787.91 s [libyaml] Using hpc version 0.69 found on system at:
  6809. 2787.91 s [libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  6810. 2787.91 s [libyaml] Using hsc2hs version 0.68.10 found on system at:
  6811. 2787.91 s [libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  6812. 2787.91 s [libyaml] Using hscolour version 1.25 found on system at:
  6813. 2787.92 s [libyaml] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  6814. 2787.92 s [libyaml] No jhc found
  6815. 2787.92 s [libyaml] Using ld found on system at:
  6816. 2787.92 s [libyaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  6817. 2787.92 s [libyaml] No pkg-config found
  6818. 2787.92 s [libyaml] Using runghc version 9.12.1 found on system at:
  6819. 2787.92 s [libyaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  6820. 2787.92 s [libyaml] Using strip version 2.44 found on system at:
  6821. 2787.92 s [libyaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  6822. 2787.92 s [libyaml] Using tar found on system at:
  6823. 2787.92 s [libyaml] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  6824. 2787.92 s [libyaml] No uhc found
  6825. 2787.92 s [conduit-parse] Dependency base >=4.8 && <5: using base-4.21.0.0
  6826. 2787.92 s [conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
  6827. 2787.92 s [conduit-parse] Dependency dlist: using dlist-1.0
  6828. 2787.92 s [conduit-parse] Dependency mtl: using mtl-2.3.1
  6829. 2787.92 s [conduit-parse] Dependency parsers: using parsers-0.12.12
  6830. 2787.92 s [conduit-parse] Dependency safe: using safe-0.3.21
  6831. 2787.92 s [conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  6832. 2787.92 s [conduit-parse] Dependency text: using text-2.1.2
  6833. 2787.92 s [conduit-parse] Dependency transformers: using transformers-0.6.1.2
  6834. 2787.92 s [conduit-parse] Dependency base >=4.8 && <5: using base-4.21.0.0
  6835. 2787.92 s [conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
  6836. 2787.92 s [conduit-parse] Dependency conduit-parse: using conduit-parse-0.2.1.1
  6837. 2787.92 s [conduit-parse] Dependency mtl: using mtl-2.3.1
  6838. 2787.92 s [conduit-parse] Dependency parsers: using parsers-0.12.12
  6839. 2787.92 s [conduit-parse] Dependency resourcet: using resourcet-1.3.0
  6840. 2787.92 s [conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  6841. 2787.92 s [conduit-parse] Dependency tasty: using tasty-1.5.3
  6842. 2787.92 s [conduit-parse] Dependency tasty-hunit: using tasty-hunit-0.10.2
  6843. 2787.92 s [conduit-parse] Source component graph:
  6844. 2787.92 s [conduit-parse] component lib
  6845. 2787.92 s [conduit-parse] component test:tests dependency lib
  6846. 2787.92 s [conduit-parse] Configured component graph:
  6847. 2787.92 s [conduit-parse] component conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  6848. 2787.92 s [conduit-parse] include base-4.21.0.0-f068
  6849. 2787.92 s [conduit-parse] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6850. 2787.92 s [conduit-parse] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  6851. 2787.92 s [conduit-parse] include mtl-2.3.1-9650
  6852. 2787.92 s [conduit-parse] include parsers-0.12.12-12nngd4IZLkFILBi4gKllD
  6853. 2787.92 s [conduit-parse] include safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
  6854. 2787.92 s [conduit-parse] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  6855. 2787.92 s [conduit-parse] include text-2.1.2-5eaa
  6856. 2787.92 s [conduit-parse] include transformers-0.6.1.2-199f
  6857. 2787.92 s [conduit-parse] component conduit-parse-0.2.1.1-A4eTSEMeYHq3oncXnFee5t-tests
  6858. 2787.92 s [conduit-parse] include base-4.21.0.0-f068
  6859. 2787.92 s [conduit-parse] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6860. 2787.92 s [conduit-parse] include conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  6861. 2787.92 s [conduit-parse] include mtl-2.3.1-9650
  6862. 2787.92 s [conduit-parse] include parsers-0.12.12-12nngd4IZLkFILBi4gKllD
  6863. 2787.92 s [conduit-parse] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6864. 2787.92 s [conduit-parse] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  6865. 2787.92 s [conduit-parse] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  6866. 2787.92 s [conduit-parse] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  6867. 2787.92 s [conduit-parse] Linked component graph:
  6868. 2787.92 s [conduit-parse] unit conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  6869. 2787.92 s [conduit-parse] include base-4.21.0.0-f068
  6870. 2787.92 s [conduit-parse] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6871. 2787.92 s [conduit-parse] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  6872. 2787.92 s [conduit-parse] include mtl-2.3.1-9650
  6873. 2787.92 s [conduit-parse] include parsers-0.12.12-12nngd4IZLkFILBi4gKllD
  6874. 2787.92 s [conduit-parse] include safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
  6875. 2787.92 s [conduit-parse] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  6876. 2787.92 s [conduit-parse] include text-2.1.2-5eaa
  6877. 2787.92 s [conduit-parse] include transformers-0.6.1.2-199f
  6878. 2787.92 s [conduit-parse] Data.Conduit.Parser=conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN:Data.Conduit.Parser
  6879. 2787.92 s [conduit-parse] unit conduit-parse-0.2.1.1-A4eTSEMeYHq3oncXnFee5t-tests
  6880. 2787.92 s [conduit-parse] include base-4.21.0.0-f068
  6881. 2787.92 s [conduit-parse] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6882. 2787.92 s [conduit-parse] include conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  6883. 2787.92 s [conduit-parse] include mtl-2.3.1-9650
  6884. 2787.92 s [conduit-parse] include parsers-0.12.12-12nngd4IZLkFILBi4gKllD
  6885. 2787.92 s [conduit-parse] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6886. 2787.92 s [conduit-parse] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  6887. 2787.92 s [conduit-parse] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  6888. 2787.92 s [conduit-parse] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  6889. 2787.92 s [conduit-parse] Ready component graph:
  6890. 2787.93 s [conduit-parse] definite conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  6891. 2787.93 s [conduit-parse] depends base-4.21.0.0-f068
  6892. 2787.93 s [conduit-parse] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6893. 2787.93 s [conduit-parse] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  6894. 2787.93 s [conduit-parse] depends mtl-2.3.1-9650
  6895. 2787.93 s [conduit-parse] depends parsers-0.12.12-12nngd4IZLkFILBi4gKllD
  6896. 2787.93 s [conduit-parse] depends safe-0.3.21-59IOuW1KM8UDPXkCvwO4aC
  6897. 2787.93 s [conduit-parse] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  6898. 2787.93 s [conduit-parse] depends text-2.1.2-5eaa
  6899. 2787.93 s [conduit-parse] depends transformers-0.6.1.2-199f
  6900. 2787.93 s [conduit-parse] definite conduit-parse-0.2.1.1-A4eTSEMeYHq3oncXnFee5t-tests
  6901. 2787.93 s [conduit-parse] depends base-4.21.0.0-f068
  6902. 2787.93 s [conduit-parse] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  6903. 2787.93 s [conduit-parse] depends conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  6904. 2787.93 s [conduit-parse] depends mtl-2.3.1-9650
  6905. 2787.93 s [conduit-parse] depends parsers-0.12.12-12nngd4IZLkFILBi4gKllD
  6906. 2787.93 s [conduit-parse] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  6907. 2787.93 s [conduit-parse] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  6908. 2787.93 s [conduit-parse] depends tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  6909. 2787.93 s [conduit-parse] depends tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  6910. 2787.93 s [conduit-parse] Using Cabal-3.14.1.0 compiled by ghc-9.12
  6911. 2787.93 s [conduit-parse] Using compiler: ghc-9.12.1
  6912. 2787.93 s [conduit-parse] Using install prefix:
  6913. 2787.93 s [conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1
  6914. 2787.93 s [conduit-parse] Executables installed in:
  6915. 2787.93 s [conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/bin
  6916. 2787.93 s [conduit-parse] Libraries installed in:
  6917. 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
  6918. 2787.93 s [conduit-parse] Dynamic Libraries installed in:
  6919. 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
  6920. 2787.93 s [conduit-parse] Private executables installed in:
  6921. 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
  6922. 2787.93 s [conduit-parse] Data files installed in:
  6923. 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
  6924. 2787.93 s [conduit-parse] Documentation installed in:
  6925. 2787.93 s [conduit-parse] /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1
  6926. 2787.93 s [conduit-parse] Configuration files installed in:
  6927. 2787.93 s [conduit-parse] /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/etc
  6928. 2787.93 s [conduit-parse] No alex found
  6929. 2787.93 s [conduit-parse] Using ar found on system at:
  6930. 2787.93 s [conduit-parse] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  6931. 2787.93 s [conduit-parse] No c2hs found
  6932. 2787.93 s [conduit-parse] No cpphs found
  6933. 2787.93 s [conduit-parse] No doctest found
  6934. 2787.93 s [conduit-parse] Using gcc version 14.3.0 given by user at:
  6935. 2787.93 s [conduit-parse] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  6936. 2787.93 s [conduit-parse] Using ghc version 9.12.1 found on system at:
  6937. 2787.93 s [conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  6938. 2787.93 s [conduit-parse] Using ghc-pkg version 9.12.1 found on system at:
  6939. 2787.93 s [conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  6940. 2787.93 s [conduit-parse] No ghcjs found
  6941. 2787.93 s [conduit-parse] No ghcjs-pkg found
  6942. 2787.93 s [conduit-parse] No greencard found
  6943. 2787.93 s [conduit-parse] Using haddock version 2.30.0 found on system at:
  6944. 2787.93 s [conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  6945. 2787.93 s [conduit-parse] No happy found
  6946. 2787.93 s [conduit-parse] No haskell-suite found
  6947. 2787.93 s [conduit-parse] No haskell-suite-pkg found
  6948. 2787.93 s [conduit-parse] No hmake found
  6949. 2787.93 s [conduit-parse] Using hpc version 0.69 found on system at:
  6950. 2787.93 s [conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  6951. 2787.93 s [conduit-parse] Using hsc2hs version 0.68.10 found on system at:
  6952. 2787.93 s [conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  6953. 2787.93 s [conduit-parse] Using hscolour version 1.25 found on system at:
  6954. 2787.93 s [conduit-parse] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  6955. 2787.93 s [conduit-parse] No jhc found
  6956. 2787.93 s [conduit-parse] Using ld found on system at:
  6957. 2787.93 s [conduit-parse] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  6958. 2787.93 s [conduit-parse] No pkg-config found
  6959. 2787.93 s [conduit-parse] Using runghc version 9.12.1 found on system at:
  6960. 2787.93 s [conduit-parse] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  6961. 2787.93 s [conduit-parse] Using strip version 2.44 found on system at:
  6962. 2787.93 s [conduit-parse] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  6963. 2787.93 s [conduit-parse] Using tar found on system at:
  6964. 2787.93 s [conduit-parse] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  6965. 2787.93 s [conduit-parse] No uhc found
  6966. 2788.03 s [conduit-extra] Phase: buildPhase
  6967. 2788.13 s [conduit-extra] Preprocessing library for conduit-extra-1.3.7...
  6968. 2788.13 s [conduit-extra] Building library for conduit-extra-1.3.7...
  6969. 2788.20 s [libyaml] Phase: buildPhase
  6970. 2788.22 s [conduit-parse] Phase: buildPhase
  6971. 2788.28 s [libyaml] Preprocessing library for libyaml-0.1.4...
  6972. 2788.28 s [libyaml] Building library for libyaml-0.1.4...
  6973. 2788.34 s [conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
  6974. 2788.34 s [conduit-parse] Building library for conduit-parse-0.2.1.1...
  6975. 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 )
  6976. 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 )
  6977. 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 )
  6978. 2788.94 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  6979. 2789.90 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  6980. 2789.90 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  6981. 2789.90 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  6982. 2789.90 s [conduit-parse] |
  6983. 2789.90 s [conduit-parse] 26 | import Data.Semigroup
  6984. 2789.90 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6985. 2789.90 s [conduit-parse]
  6986. 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 )
  6987. 2789.90 s [libyaml] src/Text/Libyaml.hs:109:57: warning: [GHC-90584] [-Wderiving-typeable]
  6988. 2789.90 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  6989. 2789.90 s [libyaml] • In the data declaration for ‘Style’
  6990. 2789.90 s [libyaml] |
  6991. 2789.90 s [libyaml] 109 | deriving (Show, Read, Eq, Enum, Bounded, Ord, Data, Typeable)
  6992. 2789.90 s [libyaml] | ^^^^^^^^
  6993. 2789.90 s [libyaml]
  6994. 2789.90 s [libyaml] src/Text/Libyaml.hs:115:51: warning: [GHC-90584] [-Wderiving-typeable]
  6995. 2789.90 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  6996. 2789.90 s [libyaml] • In the data declaration for ‘SequenceStyle’
  6997. 2789.90 s [libyaml] |
  6998. 2789.90 s [libyaml] 115 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable)
  6999. 2789.90 s [libyaml] | ^^^^^^^^
  7000. 2789.90 s [libyaml]
  7001. 2789.90 s [libyaml] src/Text/Libyaml.hs:121:51: warning: [GHC-90584] [-Wderiving-typeable]
  7002. 2789.90 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7003. 2789.90 s [libyaml] • In the data declaration for ‘MappingStyle’
  7004. 2789.90 s [libyaml] |
  7005. 2789.90 s [libyaml] 121 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable)
  7006. 2789.90 s [libyaml] | ^^^^^^^^
  7007. 2789.90 s [libyaml]
  7008. 2789.90 s [libyaml] src/Text/Libyaml.hs:133:37: warning: [GHC-90584] [-Wderiving-typeable]
  7009. 2789.90 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7010. 2789.90 s [libyaml] • In the data declaration for ‘Tag’
  7011. 2789.90 s [libyaml] |
  7012. 2789.90 s [libyaml] 133 | deriving (Show, Eq, Read, Data, Typeable)
  7013. 2789.90 s [libyaml] | ^^^^^^^^
  7014. 2789.90 s [libyaml]
  7015. 2789.90 s [libyaml] src/Text/Libyaml.hs:573:21: warning: [GHC-90584] [-Wderiving-typeable]
  7016. 2789.90 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7017. 2789.90 s [libyaml] • In the newtype declaration for ‘ToEventRawException’
  7018. 2789.90 s [libyaml] |
  7019. 2789.90 s [libyaml] 573 | deriving (Show, Typeable)
  7020. 2789.90 s [libyaml] | ^^^^^^^^
  7021. 2789.90 s [libyaml]
  7022. 2789.90 s [libyaml] src/Text/Libyaml.hs:855:21: warning: [GHC-90584] [-Wderiving-typeable]
  7023. 2789.90 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7024. 2789.90 s [libyaml] • In the data declaration for ‘YamlException’
  7025. 2789.90 s [libyaml] |
  7026. 2789.90 s [libyaml] 855 | deriving (Show, Typeable)
  7027. 2789.90 s [libyaml] | ^^^^^^^^
  7028. 2789.90 s [libyaml]
  7029. 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 )
  7030. 2790.43 s [conduit-extra] Data/Conduit/Attoparsec.hs:49:21: warning: [GHC-90584] [-Wderiving-typeable]
  7031. 2790.43 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7032. 2790.43 s [conduit-extra] • In the data declaration for ‘ParseError’
  7033. 2790.43 s [conduit-extra] |
  7034. 2790.43 s [conduit-extra] 49 | deriving (Show, Typeable)
  7035. 2790.43 s [conduit-extra] | ^^^^^^^^
  7036. 2790.43 s [conduit-extra]
  7037. 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 )
  7038. 2791.20 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  7039. 2791.20 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  7040. 2791.20 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  7041. 2791.20 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  7042. 2791.20 s [conduit-parse] |
  7043. 2791.20 s [conduit-parse] 26 | import Data.Semigroup
  7044. 2791.20 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7045. 2791.20 s [conduit-parse]
  7046. 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 )
  7047. 2791.99 s [conduit-extra] Data/Conduit/Binary.hs:428:21: warning: [GHC-90584] [-Wderiving-typeable]
  7048. 2791.99 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7049. 2791.99 s [conduit-extra] • In the data declaration for ‘SinkStorableException’
  7050. 2791.99 s [conduit-extra] |
  7051. 2791.99 s [conduit-extra] 428 | deriving (Show, Typeable)
  7052. 2791.99 s [conduit-extra] | ^^^^^^^^
  7053. 2791.99 s [conduit-extra]
  7054. 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 )
  7055. 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 )
  7056. 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 )
  7057. 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 )
  7058. 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 )
  7059. 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 )
  7060. 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 )
  7061. 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 )
  7062. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:47:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7063. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7064. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7065. 2791.99 s [conduit-extra] Suggested fix:
  7066. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7067. 2791.99 s [conduit-extra] |
  7068. 2791.99 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  7069. 2791.99 s [conduit-extra] | ^
  7070. 2791.99 s [conduit-extra]
  7071. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:47:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7072. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7073. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7074. 2791.99 s [conduit-extra] Suggested fix:
  7075. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7076. 2791.99 s [conduit-extra] |
  7077. 2791.99 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  7078. 2791.99 s [conduit-extra] | ^
  7079. 2791.99 s [conduit-extra]
  7080. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:48:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7081. 2791.99 s [conduit-extra] Pattern match(es) are non-exhaustive
  7082. 2791.99 s [conduit-extra] In a lambda abstraction:
  7083. 2791.99 s [conduit-extra] Patterns of type ‘Maybe
  7084. 2791.99 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7085. 2791.99 s [conduit-extra] Nothing
  7086. 2791.99 s [conduit-extra] |
  7087. 2791.99 s [conduit-extra] 48 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
  7088. 2791.99 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7089. 2791.99 s [conduit-extra]
  7090. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:49:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7091. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7092. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7093. 2791.99 s [conduit-extra] Suggested fix:
  7094. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7095. 2791.99 s [conduit-extra] |
  7096. 2791.99 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  7097. 2791.99 s [conduit-extra] | ^
  7098. 2791.99 s [conduit-extra]
  7099. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:49:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7100. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7101. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7102. 2791.99 s [conduit-extra] Suggested fix:
  7103. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7104. 2791.99 s [conduit-extra] |
  7105. 2791.99 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  7106. 2791.99 s [conduit-extra] | ^
  7107. 2791.99 s [conduit-extra]
  7108. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:49:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7109. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7110. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7111. 2791.99 s [conduit-extra] Suggested fix:
  7112. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7113. 2791.99 s [conduit-extra] |
  7114. 2791.99 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  7115. 2791.99 s [conduit-extra] | ^
  7116. 2791.99 s [conduit-extra]
  7117. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:50:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7118. 2791.99 s [conduit-extra] Pattern match(es) are non-exhaustive
  7119. 2791.99 s [conduit-extra] In a lambda abstraction:
  7120. 2791.99 s [conduit-extra] Patterns of type ‘Maybe
  7121. 2791.99 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7122. 2791.99 s [conduit-extra] Nothing
  7123. 2791.99 s [conduit-extra] |
  7124. 2791.99 s [conduit-extra] 50 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
  7125. 2791.99 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7126. 2791.99 s [conduit-extra]
  7127. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:65:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7128. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7129. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7130. 2791.99 s [conduit-extra] Suggested fix:
  7131. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7132. 2791.99 s [conduit-extra] |
  7133. 2791.99 s [conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  7134. 2791.99 s [conduit-extra] | ^
  7135. 2791.99 s [conduit-extra]
  7136. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:66:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7137. 2791.99 s [conduit-extra] Pattern match(es) are non-exhaustive
  7138. 2791.99 s [conduit-extra] In a lambda abstraction:
  7139. 2791.99 s [conduit-extra] Patterns of type ‘Maybe
  7140. 2791.99 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7141. 2791.99 s [conduit-extra] Nothing
  7142. 2791.99 s [conduit-extra] |
  7143. 2791.99 s [conduit-extra] 66 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
  7144. 2791.99 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7145. 2791.99 s [conduit-extra]
  7146. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:67:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7147. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7148. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7149. 2791.99 s [conduit-extra] Suggested fix:
  7150. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7151. 2791.99 s [conduit-extra] |
  7152. 2791.99 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  7153. 2791.99 s [conduit-extra] | ^
  7154. 2791.99 s [conduit-extra]
  7155. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:67:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7156. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7157. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7158. 2791.99 s [conduit-extra] Suggested fix:
  7159. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7160. 2791.99 s [conduit-extra] |
  7161. 2791.99 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  7162. 2791.99 s [conduit-extra] | ^
  7163. 2791.99 s [conduit-extra]
  7164. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:68:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7165. 2791.99 s [conduit-extra] Pattern match(es) are non-exhaustive
  7166. 2791.99 s [conduit-extra] In a lambda abstraction:
  7167. 2791.99 s [conduit-extra] Patterns of type ‘Maybe
  7168. 2791.99 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7169. 2791.99 s [conduit-extra] Nothing
  7170. 2791.99 s [conduit-extra] |
  7171. 2791.99 s [conduit-extra] 68 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
  7172. 2791.99 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7173. 2791.99 s [conduit-extra]
  7174. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:69:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7175. 2791.99 s [conduit-extra] The use of ‘~’ without TypeOperators
  7176. 2791.99 s [conduit-extra] will become an error in a future GHC release.
  7177. 2791.99 s [conduit-extra] Suggested fix:
  7178. 2791.99 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7179. 2791.99 s [conduit-extra] |
  7180. 2791.99 s [conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  7181. 2791.99 s [conduit-extra] | ^
  7182. 2791.99 s [conduit-extra]
  7183. 2791.99 s [conduit-extra] Data/Conduit/Process.hs:70:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7184. 2791.99 s [conduit-extra] Pattern match(es) are non-exhaustive
  7185. 2791.99 s [conduit-extra] In a lambda abstraction:
  7186. 2791.99 s [conduit-extra] Patterns of type ‘Maybe
  7187. 2791.99 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7188. 2791.99 s [conduit-extra] Nothing
  7189. 2791.99 s [conduit-extra] |
  7190. 2791.99 s [conduit-extra] 70 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
  7191. 2791.99 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7192. 2791.99 s [conduit-extra]
  7193. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:71:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7194. 2792.00 s [conduit-extra] The use of ‘~’ without TypeOperators
  7195. 2792.00 s [conduit-extra] will become an error in a future GHC release.
  7196. 2792.00 s [conduit-extra] Suggested fix:
  7197. 2792.00 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7198. 2792.00 s [conduit-extra] |
  7199. 2792.00 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  7200. 2792.00 s [conduit-extra] | ^
  7201. 2792.00 s [conduit-extra]
  7202. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:71:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7203. 2792.00 s [conduit-extra] The use of ‘~’ without TypeOperators
  7204. 2792.00 s [conduit-extra] will become an error in a future GHC release.
  7205. 2792.00 s [conduit-extra] Suggested fix:
  7206. 2792.00 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7207. 2792.00 s [conduit-extra] |
  7208. 2792.00 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  7209. 2792.00 s [conduit-extra] | ^
  7210. 2792.00 s [conduit-extra]
  7211. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:72:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7212. 2792.00 s [conduit-extra] Pattern match(es) are non-exhaustive
  7213. 2792.00 s [conduit-extra] In a lambda abstraction:
  7214. 2792.00 s [conduit-extra] Patterns of type ‘Maybe
  7215. 2792.00 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7216. 2792.00 s [conduit-extra] Nothing
  7217. 2792.00 s [conduit-extra] |
  7218. 2792.00 s [conduit-extra] 72 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
  7219. 2792.00 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7220. 2792.00 s [conduit-extra]
  7221. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:74:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7222. 2792.00 s [conduit-extra] The use of ‘~’ without TypeOperators
  7223. 2792.00 s [conduit-extra] will become an error in a future GHC release.
  7224. 2792.00 s [conduit-extra] Suggested fix:
  7225. 2792.00 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7226. 2792.00 s [conduit-extra] |
  7227. 2792.00 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  7228. 2792.00 s [conduit-extra] | ^
  7229. 2792.00 s [conduit-extra]
  7230. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:74:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7231. 2792.00 s [conduit-extra] The use of ‘~’ without TypeOperators
  7232. 2792.00 s [conduit-extra] will become an error in a future GHC release.
  7233. 2792.00 s [conduit-extra] Suggested fix:
  7234. 2792.00 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7235. 2792.00 s [conduit-extra] |
  7236. 2792.00 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  7237. 2792.00 s [conduit-extra] | ^
  7238. 2792.00 s [conduit-extra]
  7239. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:75:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7240. 2792.00 s [conduit-extra] Pattern match(es) are non-exhaustive
  7241. 2792.00 s [conduit-extra] In a lambda abstraction:
  7242. 2792.00 s [conduit-extra] Patterns of type ‘Maybe
  7243. 2792.00 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7244. 2792.00 s [conduit-extra] Nothing
  7245. 2792.00 s [conduit-extra] |
  7246. 2792.00 s [conduit-extra] 75 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
  7247. 2792.00 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7248. 2792.00 s [conduit-extra]
  7249. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:76:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7250. 2792.00 s [conduit-extra] The use of ‘~’ without TypeOperators
  7251. 2792.00 s [conduit-extra] will become an error in a future GHC release.
  7252. 2792.00 s [conduit-extra] Suggested fix:
  7253. 2792.00 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7254. 2792.00 s [conduit-extra] |
  7255. 2792.00 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  7256. 2792.00 s [conduit-extra] | ^
  7257. 2792.00 s [conduit-extra]
  7258. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:76:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7259. 2792.00 s [conduit-extra] The use of ‘~’ without TypeOperators
  7260. 2792.00 s [conduit-extra] will become an error in a future GHC release.
  7261. 2792.00 s [conduit-extra] Suggested fix:
  7262. 2792.00 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7263. 2792.00 s [conduit-extra] |
  7264. 2792.00 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  7265. 2792.00 s [conduit-extra] | ^
  7266. 2792.00 s [conduit-extra]
  7267. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:76:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7268. 2792.00 s [conduit-extra] The use of ‘~’ without TypeOperators
  7269. 2792.00 s [conduit-extra] will become an error in a future GHC release.
  7270. 2792.00 s [conduit-extra] Suggested fix:
  7271. 2792.00 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7272. 2792.00 s [conduit-extra] |
  7273. 2792.00 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  7274. 2792.00 s [conduit-extra] | ^
  7275. 2792.00 s [conduit-extra]
  7276. 2792.00 s [conduit-extra] Data/Conduit/Process.hs:77:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7277. 2792.00 s [conduit-extra] Pattern match(es) are non-exhaustive
  7278. 2792.00 s [conduit-extra] In a lambda abstraction:
  7279. 2792.00 s [conduit-extra] Patterns of type ‘Maybe
  7280. 2792.00 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7281. 2792.00 s [conduit-extra] Nothing
  7282. 2792.00 s [conduit-extra] |
  7283. 2792.00 s [conduit-extra] 77 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
  7284. 2792.00 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7285. 2792.00 s [conduit-extra]
  7286. 2792.08 s [libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.p_o )
  7287. 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 )
  7288. 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 )
  7289. 2792.28 s [conduit-extra] Data/Conduit/Text.hs:219:14: warning: [GHC-90584] [-Wderiving-typeable]
  7290. 2792.28 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7291. 2792.28 s [conduit-extra] • In the data declaration for ‘TextException’
  7292. 2792.28 s [conduit-extra] |
  7293. 2792.28 s [conduit-extra] 219 | deriving Typeable
  7294. 2792.28 s [conduit-extra] | ^^^^^^^^
  7295. 2792.28 s [conduit-extra]
  7296. 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 )
  7297. 2792.49 s [libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.p_o )
  7298. 2792.49 s [libyaml] src/Text/Libyaml.hs:109:57: warning: [GHC-90584] [-Wderiving-typeable]
  7299. 2792.49 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7300. 2792.49 s [libyaml] • In the data declaration for ‘Style’
  7301. 2792.49 s [libyaml] |
  7302. 2792.49 s [libyaml] 109 | deriving (Show, Read, Eq, Enum, Bounded, Ord, Data, Typeable)
  7303. 2792.49 s [libyaml] | ^^^^^^^^
  7304. 2792.49 s [libyaml]
  7305. 2792.49 s [libyaml] src/Text/Libyaml.hs:115:51: warning: [GHC-90584] [-Wderiving-typeable]
  7306. 2792.49 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7307. 2792.49 s [libyaml] • In the data declaration for ‘SequenceStyle’
  7308. 2792.49 s [libyaml] |
  7309. 2792.49 s [libyaml] 115 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable)
  7310. 2792.49 s [libyaml] | ^^^^^^^^
  7311. 2792.49 s [libyaml]
  7312. 2792.49 s [libyaml] src/Text/Libyaml.hs:121:51: warning: [GHC-90584] [-Wderiving-typeable]
  7313. 2792.49 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7314. 2792.49 s [libyaml] • In the data declaration for ‘MappingStyle’
  7315. 2792.49 s [libyaml] |
  7316. 2792.49 s [libyaml] 121 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable)
  7317. 2792.49 s [libyaml] | ^^^^^^^^
  7318. 2792.49 s [libyaml]
  7319. 2792.49 s [libyaml] src/Text/Libyaml.hs:133:37: warning: [GHC-90584] [-Wderiving-typeable]
  7320. 2792.49 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7321. 2792.49 s [libyaml] • In the data declaration for ‘Tag’
  7322. 2792.49 s [libyaml] |
  7323. 2792.49 s [libyaml] 133 | deriving (Show, Eq, Read, Data, Typeable)
  7324. 2792.49 s [libyaml] | ^^^^^^^^
  7325. 2792.49 s [libyaml]
  7326. 2792.49 s [libyaml] src/Text/Libyaml.hs:573:21: warning: [GHC-90584] [-Wderiving-typeable]
  7327. 2792.49 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7328. 2792.49 s [libyaml] • In the newtype declaration for ‘ToEventRawException’
  7329. 2792.49 s [libyaml] |
  7330. 2792.49 s [libyaml] 573 | deriving (Show, Typeable)
  7331. 2792.49 s [libyaml] | ^^^^^^^^
  7332. 2792.50 s [libyaml]
  7333. 2792.50 s [libyaml] src/Text/Libyaml.hs:855:21: warning: [GHC-90584] [-Wderiving-typeable]
  7334. 2792.50 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7335. 2792.50 s [libyaml] • In the data declaration for ‘YamlException’
  7336. 2792.50 s [libyaml] |
  7337. 2792.50 s [libyaml] 855 | deriving (Show, Typeable)
  7338. 2792.50 s [libyaml] | ^^^^^^^^
  7339. 2792.50 s [libyaml]
  7340. 2792.82 s [conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.p_o )
  7341. 2792.87 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
  7342. 2794.93 s [conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
  7343. 2794.93 s [conduit-parse] Building test suite 'tests' for conduit-parse-0.2.1.1...
  7344. 2795.00 s [conduit-parse] [1 of 1] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
  7345. 2795.54 s [conduit-extra] Data/Conduit/Attoparsec.hs:49:21: warning: [GHC-90584] [-Wderiving-typeable]
  7346. 2795.54 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7347. 2795.54 s [conduit-extra] • In the data declaration for ‘ParseError’
  7348. 2795.54 s [conduit-extra] |
  7349. 2795.54 s [conduit-extra] 49 | deriving (Show, Typeable)
  7350. 2795.54 s [conduit-extra] | ^^^^^^^^
  7351. 2795.54 s [conduit-extra]
  7352. 2796.08 s [conduit-parse] [2 of 2] Linking dist/build/tests/tests
  7353. 2797.14 s [conduit-parse] Phase: checkPhase
  7354. 2797.19 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.p_o )
  7355. 2797.19 s [conduit-extra] Data/Conduit/Binary.hs:428:21: warning: [GHC-90584] [-Wderiving-typeable]
  7356. 2797.19 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7357. 2797.19 s [conduit-extra] • In the data declaration for ‘SinkStorableException’
  7358. 2797.19 s [conduit-extra] |
  7359. 2797.19 s [conduit-extra] 428 | deriving (Show, Typeable)
  7360. 2797.19 s [conduit-extra] | ^^^^^^^^
  7361. 2797.19 s [conduit-extra]
  7362. 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 )
  7363. 2797.19 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.p_o )
  7364. 2797.19 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.p_o )
  7365. 2797.19 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.p_o )
  7366. 2797.19 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.p_o )
  7367. 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 )
  7368. 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 )
  7369. 2797.19 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.p_o )
  7370. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:47:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7371. 2797.19 s [conduit-extra] The use of ‘~’ without TypeOperators
  7372. 2797.19 s [conduit-extra] will become an error in a future GHC release.
  7373. 2797.19 s [conduit-extra] Suggested fix:
  7374. 2797.19 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7375. 2797.19 s [conduit-extra] |
  7376. 2797.19 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  7377. 2797.19 s [conduit-extra] | ^
  7378. 2797.19 s [conduit-extra]
  7379. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:47:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7380. 2797.19 s [conduit-extra] The use of ‘~’ without TypeOperators
  7381. 2797.19 s [conduit-extra] will become an error in a future GHC release.
  7382. 2797.19 s [conduit-extra] Suggested fix:
  7383. 2797.19 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7384. 2797.19 s [conduit-extra] |
  7385. 2797.19 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  7386. 2797.19 s [conduit-extra] | ^
  7387. 2797.19 s [conduit-extra]
  7388. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:48:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7389. 2797.19 s [conduit-extra] Pattern match(es) are non-exhaustive
  7390. 2797.19 s [conduit-extra] In a lambda abstraction:
  7391. 2797.19 s [conduit-extra] Patterns of type ‘Maybe
  7392. 2797.19 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7393. 2797.19 s [conduit-extra] Nothing
  7394. 2797.19 s [conduit-extra] |
  7395. 2797.19 s [conduit-extra] 48 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
  7396. 2797.19 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7397. 2797.19 s [conduit-extra]
  7398. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:49:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7399. 2797.19 s [conduit-extra] The use of ‘~’ without TypeOperators
  7400. 2797.19 s [conduit-extra] will become an error in a future GHC release.
  7401. 2797.19 s [conduit-extra] Suggested fix:
  7402. 2797.19 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7403. 2797.19 s [conduit-extra] |
  7404. 2797.19 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  7405. 2797.19 s [conduit-extra] | ^
  7406. 2797.19 s [conduit-extra]
  7407. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:49:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7408. 2797.19 s [conduit-extra] The use of ‘~’ without TypeOperators
  7409. 2797.19 s [conduit-extra] will become an error in a future GHC release.
  7410. 2797.19 s [conduit-extra] Suggested fix:
  7411. 2797.19 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7412. 2797.19 s [conduit-extra] |
  7413. 2797.19 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  7414. 2797.19 s [conduit-extra] | ^
  7415. 2797.19 s [conduit-extra]
  7416. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:49:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7417. 2797.19 s [conduit-extra] The use of ‘~’ without TypeOperators
  7418. 2797.19 s [conduit-extra] will become an error in a future GHC release.
  7419. 2797.19 s [conduit-extra] Suggested fix:
  7420. 2797.19 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7421. 2797.19 s [conduit-extra] |
  7422. 2797.19 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  7423. 2797.19 s [conduit-extra] | ^
  7424. 2797.19 s [conduit-extra]
  7425. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:50:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7426. 2797.19 s [conduit-extra] Pattern match(es) are non-exhaustive
  7427. 2797.19 s [conduit-extra] In a lambda abstraction:
  7428. 2797.19 s [conduit-extra] Patterns of type ‘Maybe
  7429. 2797.19 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7430. 2797.19 s [conduit-extra] Nothing
  7431. 2797.19 s [conduit-extra] |
  7432. 2797.19 s [conduit-extra] 50 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
  7433. 2797.19 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7434. 2797.19 s [conduit-extra]
  7435. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:65:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7436. 2797.19 s [conduit-extra] The use of ‘~’ without TypeOperators
  7437. 2797.19 s [conduit-extra] will become an error in a future GHC release.
  7438. 2797.19 s [conduit-extra] Suggested fix:
  7439. 2797.19 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7440. 2797.19 s [conduit-extra] |
  7441. 2797.19 s [conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  7442. 2797.19 s [conduit-extra] | ^
  7443. 2797.19 s [conduit-extra]
  7444. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:66:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7445. 2797.19 s [conduit-extra] Pattern match(es) are non-exhaustive
  7446. 2797.19 s [conduit-extra] In a lambda abstraction:
  7447. 2797.19 s [conduit-extra] Patterns of type ‘Maybe
  7448. 2797.19 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7449. 2797.19 s [conduit-extra] Nothing
  7450. 2797.19 s [conduit-extra] |
  7451. 2797.19 s [conduit-extra] 66 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
  7452. 2797.19 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7453. 2797.19 s [conduit-extra]
  7454. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:67:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7455. 2797.19 s [conduit-extra] The use of ‘~’ without TypeOperators
  7456. 2797.19 s [conduit-extra] will become an error in a future GHC release.
  7457. 2797.19 s [conduit-extra] Suggested fix:
  7458. 2797.19 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7459. 2797.19 s [conduit-extra] |
  7460. 2797.19 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  7461. 2797.19 s [conduit-extra] | ^
  7462. 2797.19 s [conduit-extra]
  7463. 2797.19 s [conduit-extra] Data/Conduit/Process.hs:67:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7464. 2797.19 s [conduit-extra] The use of ‘~’ without TypeOperators
  7465. 2797.19 s [conduit-extra] will become an error in a future GHC release.
  7466. 2797.19 s [conduit-extra] Suggested fix:
  7467. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7468. 2797.20 s [conduit-extra] |
  7469. 2797.20 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  7470. 2797.20 s [conduit-extra] | ^
  7471. 2797.20 s [conduit-extra]
  7472. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:68:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7473. 2797.20 s [conduit-extra] Pattern match(es) are non-exhaustive
  7474. 2797.20 s [conduit-extra] In a lambda abstraction:
  7475. 2797.20 s [conduit-extra] Patterns of type ‘Maybe
  7476. 2797.20 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7477. 2797.20 s [conduit-extra] Nothing
  7478. 2797.20 s [conduit-extra] |
  7479. 2797.20 s [conduit-extra] 68 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
  7480. 2797.20 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7481. 2797.20 s [conduit-extra]
  7482. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:69:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7483. 2797.20 s [conduit-extra] The use of ‘~’ without TypeOperators
  7484. 2797.20 s [conduit-extra] will become an error in a future GHC release.
  7485. 2797.20 s [conduit-extra] Suggested fix:
  7486. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7487. 2797.20 s [conduit-extra] |
  7488. 2797.20 s [conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  7489. 2797.20 s [conduit-extra] | ^
  7490. 2797.20 s [conduit-extra]
  7491. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:70:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7492. 2797.20 s [conduit-extra] Pattern match(es) are non-exhaustive
  7493. 2797.20 s [conduit-extra] In a lambda abstraction:
  7494. 2797.20 s [conduit-extra] Patterns of type ‘Maybe
  7495. 2797.20 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7496. 2797.20 s [conduit-extra] Nothing
  7497. 2797.20 s [conduit-extra] |
  7498. 2797.20 s [conduit-extra] 70 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
  7499. 2797.20 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7500. 2797.20 s [conduit-extra]
  7501. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:71:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7502. 2797.20 s [conduit-extra] The use of ‘~’ without TypeOperators
  7503. 2797.20 s [conduit-extra] will become an error in a future GHC release.
  7504. 2797.20 s [conduit-extra] Suggested fix:
  7505. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7506. 2797.20 s [conduit-extra] |
  7507. 2797.20 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  7508. 2797.20 s [conduit-extra] | ^
  7509. 2797.20 s [conduit-extra]
  7510. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:71:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7511. 2797.20 s [conduit-extra] The use of ‘~’ without TypeOperators
  7512. 2797.20 s [conduit-extra] will become an error in a future GHC release.
  7513. 2797.20 s [conduit-extra] Suggested fix:
  7514. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7515. 2797.20 s [conduit-extra] |
  7516. 2797.20 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  7517. 2797.20 s [conduit-extra] | ^
  7518. 2797.20 s [conduit-extra]
  7519. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:72:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7520. 2797.20 s [conduit-extra] Pattern match(es) are non-exhaustive
  7521. 2797.20 s [conduit-extra] In a lambda abstraction:
  7522. 2797.20 s [conduit-extra] Patterns of type ‘Maybe
  7523. 2797.20 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7524. 2797.20 s [conduit-extra] Nothing
  7525. 2797.20 s [conduit-extra] |
  7526. 2797.20 s [conduit-extra] 72 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
  7527. 2797.20 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7528. 2797.20 s [conduit-extra]
  7529. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:74:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7530. 2797.20 s [conduit-extra] The use of ‘~’ without TypeOperators
  7531. 2797.20 s [conduit-extra] will become an error in a future GHC release.
  7532. 2797.20 s [conduit-extra] Suggested fix:
  7533. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7534. 2797.20 s [conduit-extra] |
  7535. 2797.20 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  7536. 2797.20 s [conduit-extra] | ^
  7537. 2797.20 s [conduit-extra]
  7538. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:74:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7539. 2797.20 s [conduit-extra] The use of ‘~’ without TypeOperators
  7540. 2797.20 s [conduit-extra] will become an error in a future GHC release.
  7541. 2797.20 s [conduit-extra] Suggested fix:
  7542. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7543. 2797.20 s [conduit-extra] |
  7544. 2797.20 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  7545. 2797.20 s [conduit-extra] | ^
  7546. 2797.20 s [conduit-extra]
  7547. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:75:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7548. 2797.20 s [conduit-extra] Pattern match(es) are non-exhaustive
  7549. 2797.20 s [conduit-extra] In a lambda abstraction:
  7550. 2797.20 s [conduit-extra] Patterns of type ‘Maybe
  7551. 2797.20 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7552. 2797.20 s [conduit-extra] Nothing
  7553. 2797.20 s [conduit-extra] |
  7554. 2797.20 s [conduit-extra] 75 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
  7555. 2797.20 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7556. 2797.20 s [conduit-extra]
  7557. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:76:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7558. 2797.20 s [conduit-extra] The use of ‘~’ without TypeOperators
  7559. 2797.20 s [conduit-extra] will become an error in a future GHC release.
  7560. 2797.20 s [conduit-extra] Suggested fix:
  7561. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7562. 2797.20 s [conduit-extra] |
  7563. 2797.20 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  7564. 2797.20 s [conduit-extra] | ^
  7565. 2797.20 s [conduit-extra]
  7566. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:76:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7567. 2797.20 s [conduit-extra] The use of ‘~’ without TypeOperators
  7568. 2797.20 s [conduit-extra] will become an error in a future GHC release.
  7569. 2797.20 s [conduit-extra] Suggested fix:
  7570. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7571. 2797.20 s [conduit-extra] |
  7572. 2797.20 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  7573. 2797.20 s [conduit-extra] | ^
  7574. 2797.20 s [conduit-extra]
  7575. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:76:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  7576. 2797.20 s [conduit-extra] The use of ‘~’ without TypeOperators
  7577. 2797.20 s [conduit-extra] will become an error in a future GHC release.
  7578. 2797.20 s [conduit-extra] Suggested fix:
  7579. 2797.20 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  7580. 2797.20 s [conduit-extra] |
  7581. 2797.20 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  7582. 2797.20 s [conduit-extra] | ^
  7583. 2797.20 s [conduit-extra]
  7584. 2797.20 s [conduit-extra] Data/Conduit/Process.hs:77:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7585. 2797.20 s [conduit-extra] Pattern match(es) are non-exhaustive
  7586. 2797.20 s [conduit-extra] In a lambda abstraction:
  7587. 2797.20 s [conduit-extra] Patterns of type ‘Maybe
  7588. 2797.20 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  7589. 2797.20 s [conduit-extra] Nothing
  7590. 2797.20 s [conduit-extra] |
  7591. 2797.20 s [conduit-extra] 77 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
  7592. 2797.20 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7593. 2797.20 s [conduit-extra]
  7594. 2797.36 s [libyaml] Phase: checkPhase
  7595. 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 )
  7596. 2797.37 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.p_o )
  7597. 2797.37 s [conduit-extra] Data/Conduit/Text.hs:219:14: warning: [GHC-90584] [-Wderiving-typeable]
  7598. 2797.37 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7599. 2797.37 s [conduit-extra] • In the data declaration for ‘TextException’
  7600. 2797.37 s [conduit-extra] |
  7601. 2797.37 s [conduit-extra] 219 | deriving Typeable
  7602. 2797.37 s [conduit-extra] | ^^^^^^^^
  7603. 2797.37 s [conduit-extra]
  7604. 2797.37 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
  7605. 2797.44 s [libyaml] Package has no test suites.
  7606. 2797.45 s [libyaml] Phase: haddockPhase
  7607. 2797.57 s [conduit-parse] Running 1 test suites...
  7608. 2797.57 s [conduit-parse] Test suite tests: RUNNING...
  7609. 2797.58 s [conduit-parse] Tests
  7610. 2797.58 s [conduit-parse] Unit tests
  7611. 2797.58 s [conduit-parse] await: OK
  7612. 2797.58 s [conduit-parse] peek: OK
  7613. 2797.58 s [conduit-parse] leftover: OK
  7614. 2797.58 s [conduit-parse] error: OK
  7615. 2797.58 s [conduit-parse] alternative: OK
  7616. 2797.58 s [conduit-parse] catch: OK
  7617. 2797.58 s [conduit-parse] parsing: OK
  7618. 2797.58 s [conduit-parse]
  7619. 2797.58 s [conduit-parse] All 7 tests passed (0.00s)
  7620. 2797.59 s [conduit-parse] Test suite tests: PASS
  7621. 2797.59 s [conduit-parse] Test suite logged to: dist/test/conduit-parse-0.2.1.1-tests.log
  7622. 2797.59 s [conduit-parse] 1 of 1 test suites (1 of 1 test cases) passed.
  7623. 2797.60 s [conduit-parse] Phase: haddockPhase
  7624. 2798.26 s [libyaml] Preprocessing library for libyaml-0.1.4...
  7625. 2798.26 s [libyaml] Running Haddock on library for libyaml-0.1.4...
  7626. 2798.26 s [conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
  7627. 2798.26 s [conduit-parse] Running Haddock on library for conduit-parse-0.2.1.1...
  7628. 2798.27 s [libyaml] Warning: The documentation for the following packages are not installed. No
  7629. 2798.27 s [libyaml] links will be generated to these packages: libyaml-clib-0.2.5, vector-0.13.2.0
  7630. 2798.28 s [conduit-parse] Warning: The documentation for the following packages are not installed. No
  7631. 2798.28 s [conduit-parse] links will be generated to these packages: attoparsec-0.14.4,
  7632. 2798.28 s [conduit-parse] attoparsec-0.14.4, vector-0.13.2.0
  7633. 2798.62 s [conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, nothing ) [HIE file is missing]
  7634. 2798.68 s [libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, nothing ) [HIE file is missing]
  7635. 2798.73 s [libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, nothing ) [HIE file is missing]
  7636. 2799.17 s [conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.7...
  7637. 2799.17 s [conduit-extra] Building test suite 'test' for conduit-extra-1.3.7...
  7638. 2799.22 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  7639. 2799.22 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  7640. 2799.22 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  7641. 2799.22 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  7642. 2799.22 s [conduit-parse] |
  7643. 2799.22 s [conduit-parse] 26 | import Data.Semigroup
  7644. 2799.22 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7645. 2799.22 s [conduit-parse]
  7646. 2799.23 s [conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, nothing ) [HIE file is missing]
  7647. 2799.24 s [conduit-parse] Haddock coverage:
  7648. 2799.24 s [conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
  7649. 2799.24 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
  7650. 2799.24 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
  7651. 2799.24 s [conduit-parse] You may be able to disambiguate the identifier by qualifying it or
  7652. 2799.24 s [conduit-parse] by specifying the type/value namespace explicitly.
  7653. 2799.24 s [conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
  7654. 2799.34 s [libyaml] src/Text/Libyaml.hs:109:57: warning: [GHC-90584] [-Wderiving-typeable]
  7655. 2799.34 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7656. 2799.34 s [libyaml] • In the data declaration for ‘Style’
  7657. 2799.34 s [libyaml] |
  7658. 2799.34 s [libyaml] 109 | deriving (Show, Read, Eq, Enum, Bounded, Ord, Data, Typeable)
  7659. 2799.34 s [libyaml] | ^^^^^^^^
  7660. 2799.34 s [libyaml]
  7661. 2799.34 s [libyaml] src/Text/Libyaml.hs:115:51: warning: [GHC-90584] [-Wderiving-typeable]
  7662. 2799.34 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7663. 2799.34 s [libyaml] • In the data declaration for ‘SequenceStyle’
  7664. 2799.34 s [libyaml] |
  7665. 2799.34 s [libyaml] 115 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable)
  7666. 2799.34 s [libyaml] | ^^^^^^^^
  7667. 2799.34 s [libyaml]
  7668. 2799.34 s [libyaml] src/Text/Libyaml.hs:121:51: warning: [GHC-90584] [-Wderiving-typeable]
  7669. 2799.34 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7670. 2799.34 s [libyaml] • In the data declaration for ‘MappingStyle’
  7671. 2799.34 s [libyaml] |
  7672. 2799.34 s [libyaml] 121 | deriving (Show, Eq, Enum, Bounded, Ord, Data, Typeable)
  7673. 2799.34 s [libyaml] | ^^^^^^^^
  7674. 2799.34 s [libyaml]
  7675. 2799.34 s [libyaml] src/Text/Libyaml.hs:133:37: warning: [GHC-90584] [-Wderiving-typeable]
  7676. 2799.34 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7677. 2799.34 s [libyaml] • In the data declaration for ‘Tag’
  7678. 2799.34 s [libyaml] |
  7679. 2799.34 s [libyaml] 133 | deriving (Show, Eq, Read, Data, Typeable)
  7680. 2799.34 s [libyaml] | ^^^^^^^^
  7681. 2799.34 s [libyaml]
  7682. 2799.35 s [libyaml] src/Text/Libyaml.hs:573:21: warning: [GHC-90584] [-Wderiving-typeable]
  7683. 2799.35 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7684. 2799.35 s [libyaml] • In the newtype declaration for ‘ToEventRawException’
  7685. 2799.35 s [libyaml] |
  7686. 2799.35 s [libyaml] 573 | deriving (Show, Typeable)
  7687. 2799.35 s [libyaml] | ^^^^^^^^
  7688. 2799.35 s [libyaml]
  7689. 2799.35 s [libyaml] src/Text/Libyaml.hs:855:21: warning: [GHC-90584] [-Wderiving-typeable]
  7690. 2799.35 s [libyaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  7691. 2799.35 s [libyaml] • In the data declaration for ‘YamlException’
  7692. 2799.35 s [libyaml] |
  7693. 2799.35 s [libyaml] 855 | deriving (Show, Typeable)
  7694. 2799.35 s [libyaml] | ^^^^^^^^
  7695. 2799.35 s [libyaml]
  7696. 2799.36 s [libyaml] Haddock coverage:
  7697. 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 )
  7698. 2799.48 s [libyaml] Warning: 'formatOptionsRenderCollectionTags' is out of scope.
  7699. 2799.48 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  7700. 2799.48 s [libyaml] Warning: 'rawOpenFlags' is out of scope.
  7701. 2799.48 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  7702. 2799.48 s [libyaml] Warning: 'openMode' is out of scope.
  7703. 2799.48 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  7704. 2799.48 s [libyaml] 76% ( 23 / 30) in 'Text.Libyaml'
  7705. 2799.48 s [libyaml] Missing documentation for:
  7706. 2799.48 s [libyaml] Event (src/Text/Libyaml.hs:78)
  7707. 2799.48 s [libyaml] Tag (src/Text/Libyaml.hs:123)
  7708. 2799.48 s [libyaml] AnchorName (src/Text/Libyaml.hs:140)
  7709. 2799.48 s [libyaml] Anchor (src/Text/Libyaml.hs:141)
  7710. 2799.48 s [libyaml] encode (src/Text/Libyaml.hs:763)
  7711. 2799.48 s [libyaml] encodeFile (src/Text/Libyaml.hs:786)
  7712. 2799.49 s [libyaml] YamlException (src/Text/Libyaml.hs:852)
  7713. 2799.53 s [conduit-parse] Warning: Data.Conduit.Parser.Internal: Could not find documentation for exported module: Data.Conduit.Parser.Internal
  7714. 2799.54 s [conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
  7715. 2799.54 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
  7716. 2799.54 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
  7717. 2799.54 s [conduit-parse] You may be able to disambiguate the identifier by qualifying it or
  7718. 2799.54 s [conduit-parse] by specifying the type/value namespace explicitly.
  7719. 2799.54 s [conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
  7720. 2799.54 s [conduit-parse] Warning: 'Sink' is out of scope.
  7721. 2799.54 s [conduit-parse] If you qualify the identifier, haddock can try to link it anyway.
  7722. 2799.54 s [conduit-parse] 92% ( 13 / 14) in 'Data.Conduit.Parser'
  7723. 2799.54 s [conduit-parse] Missing documentation for:
  7724. 2799.54 s [conduit-parse] ConduitParserException (Data/Conduit/Parser/Internal.hs:189)
  7725. 2799.94 s [libyaml] Warning: Text.Libyaml: could not find link destinations for:
  7726. 2799.98 s [libyaml] - Text.Libyaml.formatOptionsRenderTags
  7727. 2799.98 s [libyaml] - Text.Libyaml.TagRender
  7728. 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 )
  7729. 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 )
  7730. 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 )
  7731. 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 )
  7732. 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 )
  7733. 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 )
  7734. 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 )
  7735. 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 )
  7736. 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 )
  7737. 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 )
  7738. 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 )
  7739. 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 )
  7740. 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 )
  7741. 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 )
  7742. 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 )
  7743. 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 )
  7744. 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 )
  7745. 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 )
  7746. 2804.00 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:10:52: warning: [GHC-38856] [-Wunused-imports]
  7747. 2804.00 s [conduit-extra] The import of ‘<*’ from module ‘Control.Applicative’ is redundant
  7748. 2804.00 s [conduit-extra] |
  7749. 2804.00 s [conduit-extra] 10 | import Control.Applicative ((<*), (<|>))
  7750. 2804.00 s [conduit-extra] | ^^^^
  7751. 2804.00 s [conduit-extra]
  7752. 2804.00 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:153:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7753. 2804.00 s [conduit-extra] Pattern match(es) are non-exhaustive
  7754. 2804.00 s [conduit-extra] In a pattern binding:
  7755. 2804.00 s [conduit-extra] Patterns of type ‘Either
  7756. 2804.00 s [conduit-extra] (ghc-prim:GHC.Types.ZonkAny 0)
  7757. 2804.00 s [conduit-extra] [Either
  7758. 2804.00 s [conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text)]’ not matched:
  7759. 2804.00 s [conduit-extra] Left _
  7760. 2804.00 s [conduit-extra] |
  7761. 2804.00 s [conduit-extra] 153 | (Right !ea) = runConduit $ CL.sourceList input .| sink
  7762. 2804.00 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7763. 2804.00 s [conduit-extra]
  7764. 2804.00 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:159:36: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7765. 2804.00 s [conduit-extra] Pattern match(es) are non-exhaustive
  7766. 2804.00 s [conduit-extra] In a lambda abstraction:
  7767. 2804.00 s [conduit-extra] Patterns of type ‘(Either
  7768. 2804.00 s [conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text),
  7769. 2804.00 s [conduit-extra] Int)’ not matched:
  7770. 2804.00 s [conduit-extra] ((Left _), _)
  7771. 2804.00 s [conduit-extra] |
  7772. 2804.00 s [conduit-extra] 159 | forM_ (zip ea [1..]) $ \ (Right (pos, _), l) -> pos `shouldBe` chkp l
  7773. 2804.00 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7774. 2804.00 s [conduit-extra]
  7775. 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 )
  7776. 2806.56 s [libyaml] Documentation created: dist/doc/html/libyaml,
  7777. 2806.56 s [libyaml] dist/doc/html/libyaml/libyaml.txt
  7778. 2806.63 s [conduit-parse] Documentation created: dist/doc/html/conduit-parse,
  7779. 2806.63 s [conduit-parse] dist/doc/html/conduit-parse/conduit-parse.txt
  7780. 2806.72 s [libyaml] Phase: installPhase
  7781. 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
  7782. 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 )
  7783. 2806.89 s [conduit-extra] test/Data/Conduit/BinarySpec.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  7784. 2806.89 s [conduit-extra] The import of ‘Control.Applicative’ is redundant
  7785. 2806.89 s [conduit-extra] except perhaps to import instances from ‘Control.Applicative’
  7786. 2806.89 s [conduit-extra] To import instances alone, use: import Control.Applicative()
  7787. 2806.89 s [conduit-extra] |
  7788. 2806.89 s [conduit-extra] 30 | import Control.Applicative ((<$>))
  7789. 2806.89 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7790. 2806.89 s [conduit-extra]
  7791. 2807.18 s [libyaml] Phase: fixupPhase
  7792. 2807.23 s [conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
  7793. 2807.27 s [libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4
  7794. 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
  7795. 2807.29 s [libyaml] checking for references to /build/ in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4...
  7796. 2807.30 s [conduit-parse] Phase: installPhase
  7797. 2807.31 s [libyaml] patching script interpreter paths in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4
  7798. 2807.32 s [libyaml] stripping (with command strip and flags -S -p) in /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4/lib
  7799. 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
  7800. 2807.46 s [libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc
  7801. 2807.46 s [libyaml] checking for references to /build/ in /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc...
  7802. 2807.47 s [libyaml] patching script interpreter paths in /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc
  7803. 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 )
  7804. 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 )
  7805. 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 )
  7806. 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 )
  7807. 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 )
  7808. 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 )
  7809. 2807.53 s [conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:15:12: warning: [GHC-68441] [-Wdeprecations]
  7810. 2807.53 s [conduit-extra] In the use of ‘withProcess_’
  7811. 2807.53 s [conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
  7812. 2807.53 s [conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
  7813. 2807.53 s [conduit-extra] |
  7814. 2807.53 s [conduit-extra] 15 | bss <- withProcess_ pc $ \p ->
  7815. 2807.53 s [conduit-extra] | ^^^^^^^^^^^^
  7816. 2807.53 s [conduit-extra]
  7817. 2807.53 s [conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:30:6: warning: [GHC-68441] [-Wdeprecations]
  7818. 2807.53 s [conduit-extra] In the use of ‘withProcess_’
  7819. 2807.53 s [conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
  7820. 2807.53 s [conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
  7821. 2807.53 s [conduit-extra] |
  7822. 2807.53 s [conduit-extra] 30 | (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
  7823. 2807.53 s [conduit-extra] | ^^^^^^^^^^^^
  7824. 2807.53 s [conduit-extra]
  7825. 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 )
  7826. 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 )
  7827. 2807.53 s [conduit-extra] test/Data/Conduit/TextSpec.hs:125:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7828. 2807.53 s [conduit-extra] Pattern match(es) are non-exhaustive
  7829. 2807.53 s [conduit-extra] In a pattern binding:
  7830. 2807.53 s [conduit-extra] Patterns of type ‘Either
  7831. 2807.53 s [conduit-extra] SomeException
  7832. 2807.53 s [conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
  7833. 2807.53 s [conduit-extra] Left _
  7834. 2807.53 s [conduit-extra] |
  7835. 2807.53 s [conduit-extra] 125 | let Right res = runIdentity $ runCatchT $ runConduit $ C.yield badBS .| (,)
  7836. 2807.53 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7837. 2807.53 s [conduit-extra]
  7838. 2807.53 s [conduit-extra] test/Data/Conduit/TextSpec.hs:142:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  7839. 2807.53 s [conduit-extra] Pattern match(es) are non-exhaustive
  7840. 2807.53 s [conduit-extra] In a pattern binding:
  7841. 2807.53 s [conduit-extra] Patterns of type ‘Either
  7842. 2807.53 s [conduit-extra] SomeException
  7843. 2807.53 s [conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
  7844. 2807.53 s [conduit-extra] Left _
  7845. 2807.53 s [conduit-extra] |
  7846. 2807.53 s [conduit-extra] 142 | let Right res = runIdentity $ runCatchT $ runConduit $
  7847. 2807.53 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7848. 2807.53 s [conduit-extra]
  7849. 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
  7850. 2809.10 s [libyaml:post-build] Pushing 2 paths (113 are already present) using zstd to cache sellout ⏳
  7851. 2809.10 s [libyaml:post-build]
  7852. 2809.46 s [libyaml:post-build] Pushing /nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc (755.95 KiB)
  7853. 2809.52 s [libyaml:post-build] Pushing /nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4 (3.37 MiB)
  7854. 2810.51 s [libyaml:post-build]
  7855. 2810.51 s [libyaml:post-build] All done.
  7856. 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
  7857. 2811.23 s [libyaml:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7858. 2811.45 s [libyaml:post-build] copying 3 paths...
  7859. 2811.45 s [libyaml:post-build] copying path '/nix/store/3g7aypyp0lrmfx4jybgxyi0xm1k49ha9-libyaml-clib-0.2.5' to 'https://cache.nix-ci.com'...
  7860. 2811.45 s [libyaml:post-build] copying path '/nix/store/8fx55jjg8rs8w0qz6i5sml2pjsrvdibv-libyaml-0.1.4-doc' to 'https://cache.nix-ci.com'...
  7861. 2811.79 s [libyaml:post-build] copying path '/nix/store/qv6ssn85qqgr00f0j84a4f62ppl57czp-libyaml-0.1.4' to 'https://cache.nix-ci.com'...
  7862. 2813.54 s [libyaml:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7863. 2813.87 s [libyaml:post-build] copying 2 paths...
  7864. 2813.87 s [libyaml:post-build] copying path '/nix/store/xcfn2r1r56p9l5sc6xr3n33bxa8igi8r-libyaml-clib-0.2.5.drv' to 'https://cache.nix-ci.com'...
  7865. 2814.01 s [libyaml:post-build] copying path '/nix/store/cmf70p3wpqdzv4if6hk4f05f1vjanpjv-libyaml-0.1.4.drv' to 'https://cache.nix-ci.com'...
  7866. 2814.42 s Progress: 149 of 170 built (3 building), 375 of 375 downloaded from cache
  7867. 2814.54 s Building /nix/store/wr4z4k86p57mxynjddxkwwv999pn26jx-yaml-0.11.11.2.drv
  7868. 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 )
  7869. 2814.54 s [conduit-extra] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
  7870. 2814.54 s [conduit-extra] [13 of 13] Linking dist/build/test/test
  7871. 2814.54 s [conduit-extra] Phase: checkPhase
  7872. 2814.54 s [conduit-extra] Running 1 test suites...
  7873. 2814.54 s [conduit-extra] Test suite test: RUNNING...
  7874. 2814.54 s [conduit-extra]
  7875. 2814.54 s [conduit-extra] Data.Conduit.Attoparsec
  7876. 2814.54 s [conduit-extra] Data.Conduit.AttoparsecSpec
  7877. 2814.54 s [conduit-extra] error position
  7878. 2814.54 s [conduit-extra] works for text [✔]
  7879. 2814.54 s [conduit-extra] works for bytestring [✔]
  7880. 2814.54 s [conduit-extra] works in last chunk [✔]
  7881. 2814.54 s [conduit-extra] works in last chunk [✔]
  7882. 2814.54 s [conduit-extra] works after new line in text [✔]
  7883. 2814.54 s [conduit-extra] works after new line in bytestring [✔]
  7884. 2814.54 s [conduit-extra] works for first line [✔]
  7885. 2814.54 s [conduit-extra] conduitParser
  7886. 2814.54 s [conduit-extra] parses a repeated stream [✔]
  7887. 2814.54 s [conduit-extra] positions on first line [✔]
  7888. 2814.54 s [conduit-extra] Data.Conduit.Binary
  7889. 2814.54 s [conduit-extra] Data.Conduit.Binary
  7890. 2814.54 s [conduit-extra] file access
  7891. 2814.54 s [conduit-extra] read [✔]
  7892. 2814.54 s [conduit-extra] read range [✔]
  7893. 2814.54 s [conduit-extra] write [✔]
  7894. 2814.54 s [conduit-extra] write builder (withSinkFileBuilder) [✔]
  7895. 2814.54 s [conduit-extra] conduit [✔]
  7896. 2814.54 s [conduit-extra] binary isolate
  7897. 2814.54 s [conduit-extra] works [✔]
  7898. 2814.54 s [conduit-extra] properly using binary file reading
  7899. 2814.54 s [conduit-extra] sourceFile [✔]
  7900. 2814.54 s [conduit-extra] binary head
  7901. 2814.54 s [conduit-extra] works [✔]
  7902. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7903. 2814.54 s [conduit-extra] binary takeWhile
  7904. 2814.54 s [conduit-extra] works [✔]
  7905. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7906. 2814.54 s [conduit-extra] leftovers present [✔]
  7907. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7908. 2814.54 s [conduit-extra] binary dropWhile
  7909. 2814.54 s [conduit-extra] works [✔]
  7910. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7911. 2814.54 s [conduit-extra] binary take
  7912. 2814.54 s [conduit-extra] nothing [✔]
  7913. 2814.54 s [conduit-extra] normal [✔]
  7914. 2814.54 s [conduit-extra] all [✔]
  7915. 2814.54 s [conduit-extra] more [✔]
  7916. 2814.54 s [conduit-extra] binary
  7917. 2814.54 s [conduit-extra] lines [✔]
  7918. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7919. 2814.54 s [conduit-extra] sinkCacheLength
  7920. 2814.54 s [conduit-extra] works [✔]
  7921. 2814.54 s [conduit-extra] sinkFileCautious
  7922. 2814.54 s [conduit-extra] success [✔]
  7923. 2814.54 s [conduit-extra] failure [✔]
  7924. 2814.54 s [conduit-extra] sinkSystemTempFile [✔]
  7925. 2814.54 s [conduit-extra] Data.Conduit.Binary.mapM_
  7926. 2814.54 s [conduit-extra] telling works [✔]
  7927. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7928. 2814.54 s [conduit-extra] exception handling
  7929. 2814.54 s [conduit-extra] catchC [✔]
  7930. 2814.54 s [conduit-extra] tryC [✔]
  7931. 2814.54 s [conduit-extra] normalFuseLeft
  7932. 2814.54 s [conduit-extra] does not double close conduit [✔]
  7933. 2814.54 s [conduit-extra] Storable
  7934. 2814.54 s [conduit-extra] sink Maybe
  7935. 2814.54 s [conduit-extra] chunk size 1 [✔]
  7936. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7937. 2814.54 s [conduit-extra] chunk size 5 [✔]
  7938. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7939. 2814.54 s [conduit-extra] chunk size 10 [✔]
  7940. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7941. 2814.54 s [conduit-extra] chunk size 100 [✔]
  7942. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7943. 2814.54 s [conduit-extra] sink exception
  7944. 2814.54 s [conduit-extra] chunk size 1 [✔]
  7945. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7946. 2814.54 s [conduit-extra] chunk size 5 [✔]
  7947. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7948. 2814.54 s [conduit-extra] chunk size 10 [✔]
  7949. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7950. 2814.54 s [conduit-extra] chunk size 100 [✔]
  7951. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7952. 2814.54 s [conduit-extra] insufficient bytes are leftovers, one chunk [✔]
  7953. 2814.54 s [conduit-extra] insufficient bytes are leftovers, multiple chunks [✔]
  7954. 2814.54 s [conduit-extra] Data.Conduit.ByteString.Builder
  7955. 2814.54 s [conduit-extra] Data.Conduit.ByteString.Builder
  7956. 2814.54 s [conduit-extra] idempotent to toLazyByteString [✔]
  7957. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7958. 2814.54 s [conduit-extra] works for large input [✔]
  7959. 2814.54 s [conduit-extra] works for lazy bytestring insertion [✔]
  7960. 2814.54 s [conduit-extra] flush shouldn't bring in empty strings. [✔]
  7961. 2814.54 s [conduit-extra] flushing [✔]
  7962. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7963. 2814.54 s [conduit-extra] large flush input [✔]
  7964. 2814.54 s [conduit-extra] Data.Conduit.Extra
  7965. 2814.54 s [conduit-extra] Data.Conduit.Extra
  7966. 2814.54 s [conduit-extra] basic test [✔]
  7967. 2814.54 s [conduit-extra] get leftovers [✔]
  7968. 2814.54 s [conduit-extra] multiple values [✔]
  7969. 2814.54 s [conduit-extra] more complex [✔]
  7970. 2814.54 s [conduit-extra] +++ OK, passed 100 tests.
  7971. 2814.54 s [conduit-extra] Data.Conduit.Filesystem
  7972. 2814.54 s [conduit-extra] Data.Conduit.Filesystem
  7973. 2814.54 s [conduit-extra] sourceDirectory [✔]
  7974. 2814.54 s [conduit-extra] sourceDirectoryDeep [✔]
  7975. 2814.54 s [conduit-extra] Data.Conduit.Lazy
  7976. 2814.54 s [conduit-extra] Data.Conduit.Lazy
  7977. 2814.54 s [conduit-extra] lazy
  7978. 2814.54 s [conduit-extra] works inside a ResourceT [✔]
  7979. 2814.54 s [conduit-extra] returns nothing outside ResourceT [✔]
  7980. 2814.54 s [conduit-extra] works with pure sources [✔]
  7981. 2814.54 s [conduit-extra] Data.Conduit.Network
  7982. 2814.54 s [conduit-extra] Data.Conduit.Network
  7983. 2814.54 s [conduit-extra] run general server
  7984. 2814.54 s [conduit-extra] running tcp server [✔]
  7985. 2814.54 s [conduit-extra] fork server
  7986. 2814.54 s [conduit-extra] can connect to server [✔]
  7987. 2814.54 s [conduit-extra] fork server also executes custom afterBind [✔]
  7988. 2814.54 s [conduit-parse] Phase: fixupPhase
  7989. 2814.54 s [conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1
  7990. 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
  7991. 2814.54 s [conduit-parse] checking for references to /build/ in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1...
  7992. 2814.54 s [conduit-parse] patching script interpreter paths in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1
  7993. 2814.54 s [conduit-parse] stripping (with command strip and flags -S -p) in /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1/lib
  7994. 2814.54 s [conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc
  7995. 2814.54 s [conduit-parse] checking for references to /build/ in /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc...
  7996. 2814.54 s [conduit-parse] patching script interpreter paths in /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc
  7997. 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 )
  7998. 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 )
  7999. 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 )
  8000. 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 )
  8001. 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 )
  8002. 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 )
  8003. 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 )
  8004. 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 )
  8005. 2814.54 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning: [GHC-02256] [-Wambiguous-fields]
  8006. 2814.54 s [lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
  8007. 2814.54 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  8008. 2814.54 s [lsp-types] Consider disambiguating using module qualification instead.
  8009. 2814.54 s [lsp-types] |
  8010. 2814.54 s [lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n)}
  8011. 2814.54 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8012. 2814.54 s [lsp-types]
  8013. 2814.54 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning: [GHC-02256] [-Wambiguous-fields]
  8014. 2814.54 s [lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
  8015. 2814.54 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  8016. 2814.54 s [lsp-types] Consider disambiguating using module qualification instead.
  8017. 2814.54 s [lsp-types] |
  8018. 2814.54 s [lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n)}
  8019. 2814.54 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8020. 2814.54 s [lsp-types]
  8021. 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
  8022. 2815.92 s [conduit-parse:post-build] Pushing 2 paths (127 are already present) using zstd to cache sellout ⏳
  8023. 2815.92 s [conduit-parse:post-build]
  8024. 2816.28 s [conduit-parse:post-build] Pushing /nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1 (1.35 MiB)
  8025. 2816.33 s [conduit-parse:post-build] Pushing /nix/store/g0miqq012x121dawc8igkvlw9l35g51b-conduit-parse-0.2.1.1-doc (326.95 KiB)
  8026. 2817.46 s [conduit-parse:post-build]
  8027. 2817.47 s [conduit-parse:post-build] All done.
  8028. 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
  8029. 2818.23 s [conduit-parse:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8030. 2818.46 s [conduit-parse:post-build] copying 4 paths...
  8031. 2818.46 s [conduit-parse:post-build] copying path '/nix/store/7s11n5rnza77fw1h7jn78319dslaacxj-safe-0.3.21-doc' to 'https://cache.nix-ci.com'...
  8032. 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'...
  8033. 2818.89 s [conduit-parse:post-build] copying path '/nix/store/qpimajkvwjhd70z42hk0bgkginv556rj-safe-0.3.21' to 'https://cache.nix-ci.com'...
  8034. 2819.60 s [conduit-parse:post-build] copying path '/nix/store/x44p589dq01szmvhyz50fwfqqhjdx9kg-conduit-parse-0.2.1.1' to 'https://cache.nix-ci.com'...
  8035. 2820.91 s [conduit-parse:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8036. 2821.22 s [conduit-parse:post-build] copying 1 paths...
  8037. 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'...
  8038. 2821.55 s Progress: 150 of 170 built (3 building), 375 of 375 downloaded from cache
  8039. 2821.55 s [conduit-extra] fork server really waits for server to be finalized before returning [✔]
  8040. 2821.55 s [conduit-extra] Data.Conduit.Process
  8041. 2821.55 s [conduit-extra] Data.Conduit.Process
  8042. 2821.55 s [conduit-extra] cat [✔]
  8043. 2821.55 s [conduit-extra] +++ OK, passed 100 tests.
  8044. 2821.55 s [conduit-extra] closed stream [✔]
  8045. 2821.55 s [conduit-extra] handles sub-process exit code [✔]
  8046. 2821.55 s [conduit-extra] consumes stdout [✔]
  8047. 2821.55 s [conduit-extra] consumes stderr [✔]
  8048. 2821.55 s [conduit-extra] feeds stdin [✔]
  8049. 2821.55 s [conduit-extra] blocking vs non-blocking [✔]
  8050. 2821.55 s [conduit-extra] Data.Conduit.Process.Typed
  8051. 2821.55 s [conduit-extra] cat works [✔]
  8052. 2821.55 s [conduit-extra] cat works with withLoggedProcess_ [✔]
  8053. 2821.55 s [conduit-extra] failing process throws [✔]
  8054. 2821.55 s [conduit-extra] cat: 'does not exist': No such file or directory
  8055. 2821.55 s [conduit-extra] failing process throws [✔]
  8056. 2821.55 s [conduit-extra] Data.Conduit.Text
  8057. 2821.55 s [conduit-extra] Data.Conduit.Text
  8058. 2821.55 s [conduit-extra] text
  8059. 2821.55 s [conduit-extra] utf8
  8060. 2821.55 s [conduit-extra] single chunk [✔]
  8061. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8062. 2821.56 s [conduit-extra] many chunks [✔]
  8063. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8064. 2821.56 s [conduit-extra] raw bytes [✔]
  8065. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8066. 2821.56 s [conduit-extra] encoding [✔]
  8067. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8068. 2821.56 s [conduit-extra] valid then invalid [✔]
  8069. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8070. 2821.56 s [conduit-extra] utf16_le
  8071. 2821.56 s [conduit-extra] single chunk [✔]
  8072. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8073. 2821.56 s [conduit-extra] many chunks [✔]
  8074. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8075. 2821.56 s [conduit-extra] raw bytes [✔]
  8076. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8077. 2821.56 s [conduit-extra] encoding [✔]
  8078. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8079. 2821.56 s [conduit-extra] valid then invalid [✔]
  8080. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8081. 2821.56 s [conduit-extra] utf16_be
  8082. 2821.56 s [conduit-extra] single chunk [✔]
  8083. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8084. 2821.56 s [conduit-extra] many chunks [✔]
  8085. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8086. 2821.56 s [conduit-extra] raw bytes [✔]
  8087. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8088. 2821.56 s [conduit-extra] encoding [✔]
  8089. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8090. 2821.56 s [conduit-extra] valid then invalid [✔]
  8091. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8092. 2821.56 s [conduit-extra] utf32_le
  8093. 2821.56 s [conduit-extra] single chunk [✔]
  8094. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8095. 2821.56 s [conduit-extra] many chunks [✔]
  8096. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8097. 2821.56 s [conduit-extra] raw bytes [✔]
  8098. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8099. 2821.56 s [conduit-extra] encoding [✔]
  8100. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8101. 2821.56 s [conduit-extra] valid then invalid [✔]
  8102. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8103. 2821.56 s [conduit-extra] utf32_be
  8104. 2821.56 s [conduit-extra] single chunk [✔]
  8105. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8106. 2821.56 s [conduit-extra] many chunks [✔]
  8107. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8108. 2821.56 s [conduit-extra] raw bytes [✔]
  8109. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8110. 2821.56 s [conduit-extra] encoding [✔]
  8111. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8112. 2821.56 s [conduit-extra] valid then invalid [✔]
  8113. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8114. 2821.56 s [conduit-extra] mixed utf16 and utf8 [✔]
  8115. 2821.56 s [conduit-extra] invalid utf8 [✔]
  8116. 2821.56 s [conduit-extra] catch UTF8 exceptions [✔]
  8117. 2821.56 s [conduit-extra] catch UTF8 exceptions, pure [✔]
  8118. 2821.56 s [conduit-extra] catch UTF8 exceptions, catchExceptionC [✔]
  8119. 2821.56 s [conduit-extra] catch UTF8 exceptions, catchExceptionC, decodeUtf8 [✔]
  8120. 2821.56 s [conduit-extra] lenient UTF8 decoding [✔]
  8121. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8122. 2821.56 s [conduit-extra] text lines
  8123. 2821.56 s [conduit-extra] yields nothing given nothing [✔]
  8124. 2821.56 s [conduit-extra] yields nothing given only empty text [✔]
  8125. 2821.56 s [conduit-extra] works across split lines [✔]
  8126. 2821.56 s [conduit-extra] works with multiple lines in an item [✔]
  8127. 2821.56 s [conduit-extra] works with ending on a newline [✔]
  8128. 2821.56 s [conduit-extra] works with ending a middle item on a newline [✔]
  8129. 2821.56 s [conduit-extra] works with empty text [✔]
  8130. 2821.56 s [conduit-extra] works with empty lines [✔]
  8131. 2821.56 s [conduit-extra] text lines bounded
  8132. 2821.56 s [conduit-extra] yields nothing given nothing [✔]
  8133. 2821.56 s [conduit-extra] yields nothing given only empty text [✔]
  8134. 2821.56 s [conduit-extra] works across split lines [✔]
  8135. 2821.56 s [conduit-extra] works with multiple lines in an item [✔]
  8136. 2821.56 s [conduit-extra] works with ending on a newline [✔]
  8137. 2821.56 s [conduit-extra] works with ending a middle item on a newline [✔]
  8138. 2821.56 s [conduit-extra] works with empty text [✔]
  8139. 2821.56 s [conduit-extra] works with empty lines [✔]
  8140. 2821.56 s [conduit-extra] throws an exception when lines are too long [✔]
  8141. 2821.56 s [conduit-extra] works with infinite input [✔]
  8142. 2821.56 s [conduit-extra] text decode
  8143. 2821.56 s [conduit-extra] doesn't throw runtime exceptions [✔]
  8144. 2821.56 s [conduit-extra] is not too eager [✔]
  8145. 2821.56 s [conduit-extra] Data.Conduit.Zlib
  8146. 2821.56 s [conduit-extra] Data.Conduit.Zlib
  8147. 2821.56 s [conduit-extra] idempotent [✔]
  8148. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8149. 2821.56 s [conduit-extra] flush [✔]
  8150. 2821.56 s [conduit-extra] +++ OK, passed 100 tests.
  8151. 2821.56 s [conduit-extra] compressFlush large data [✔]
  8152. 2821.56 s [conduit-extra] uncompressed after compressed [✔]
  8153. 2821.56 s [conduit-extra] multiple compressed values [✔]
  8154. 2821.56 s [conduit-extra] single compressed, multiple uncompressed chunks [✔]
  8155. 2821.56 s [conduit-extra] multiple, over 32k [✔]
  8156. 2821.56 s [conduit-extra]
  8157. 2821.56 s [conduit-extra] Finished in 6.5371 seconds
  8158. 2821.56 s [conduit-extra] 132 examples, 0 failures
  8159. 2821.56 s [conduit-extra] Test suite test: PASS
  8160. 2821.56 s [conduit-extra] Test suite logged to: dist/test/conduit-extra-1.3.7-test.log
  8161. 2821.56 s [conduit-extra] 1 of 1 test suites (1 of 1 test cases) passed.
  8162. 2821.56 s [conduit-extra] Phase: haddockPhase
  8163. 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 )
  8164. 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 )
  8165. 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 )
  8166. 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 )
  8167. 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 )
  8168. 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 )
  8169. 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 )
  8170. 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 )
  8171. 2821.56 s [yaml] Phase: setupCompilerEnvironmentPhase
  8172. 2821.56 s [yaml] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  8173. 2821.56 s [yaml] Phase: unpackPhase
  8174. 2821.56 s [yaml] unpacking source archive /nix/store/1i4qpms3prjxhdqwxcidf0isp8prw52b-yaml-0.11.11.2.tar.gz
  8175. 2821.56 s [yaml] source root is yaml-0.11.11.2
  8176. 2821.56 s [yaml] setting SOURCE_DATE_EPOCH to timestamp 1688236994 of file "yaml-0.11.11.2/yaml.cabal"
  8177. 2821.56 s [yaml] Phase: patchPhase
  8178. 2821.56 s [yaml] Replace Cabal file with edited version from mirror://hackage/yaml-0.11.11.2/revision/2.cabal.
  8179. 2821.56 s [yaml] Phase: compileBuildDriverPhase
  8180. 2821.56 s [yaml] setupCompileFlags: -package-db=/build/tmp.q5iJNvZlK1/setup-package.conf.d -threaded
  8181. 2821.56 s [yaml] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.q5iJNvZlK1/Main.o )
  8182. 2821.56 s [yaml] [2 of 2] Linking Setup
  8183. 2821.56 s [yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
  8184. 2821.56 s [yaml] Phase: configurePhase
  8185. 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
  8186. 2821.56 s [yaml] Using Parsec parser
  8187. 2821.56 s [yaml] Configuring yaml-0.11.11.2...
  8188. 2821.56 s [yaml] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  8189. 2821.56 s [yaml] 'ghc' version < 9.12):
  8190. 2821.56 s [yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  8191. 2821.56 s [yaml] 9.12.1
  8192. 2821.56 s [yaml] Flags chosen: no-examples=True, no-exe=True
  8193. 2821.56 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  8194. 2821.56 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  8195. 2821.56 s [yaml] Dependency base >=4.9.1 && <5: using base-4.21.0.0
  8196. 2821.56 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  8197. 2821.56 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  8198. 2821.56 s [yaml] Dependency containers: using containers-0.7
  8199. 2821.56 s [yaml] Dependency directory: using directory-1.3.9.0
  8200. 2821.56 s [yaml] Dependency filepath: using filepath-1.5.4.0
  8201. 2821.56 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  8202. 2821.56 s [yaml] Dependency mtl: using mtl-2.3.1
  8203. 2821.56 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  8204. 2821.56 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  8205. 2821.56 s [yaml] Dependency template-haskell: using template-haskell-2.23.0.0
  8206. 2821.56 s [yaml] Dependency text: using text-2.1.2
  8207. 2821.56 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.2
  8208. 2821.56 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20
  8209. 2821.56 s [yaml] Dependency vector: using vector-0.13.2.0
  8210. 2821.56 s [yaml] Dependency HUnit: using HUnit-1.6.2.0
  8211. 2821.56 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  8212. 2821.56 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  8213. 2821.56 s [yaml] Dependency base >=4.9.1 && <5: using base-4.21.0.0
  8214. 2821.56 s [yaml] Dependency base-compat: using base-compat-0.13.1
  8215. 2821.56 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  8216. 2821.56 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  8217. 2821.56 s [yaml] Dependency containers: using containers-0.7
  8218. 2821.56 s [yaml] Dependency directory: using directory-1.3.9.0
  8219. 2821.56 s [yaml] Dependency filepath: using filepath-1.5.4.0
  8220. 2821.56 s [yaml] Dependency hspec >=1.3: using hspec-2.11.12
  8221. 2821.56 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  8222. 2821.56 s [yaml] Dependency mockery: using mockery-0.3.5
  8223. 2821.56 s [yaml] Dependency mtl: using mtl-2.3.1
  8224. 2821.56 s [yaml] Dependency raw-strings-qq: using raw-strings-qq-1.1
  8225. 2821.56 s [conduit-extra] Preprocessing library for conduit-extra-1.3.7...
  8226. 2821.56 s [conduit-extra] Running Haddock on library for conduit-extra-1.3.7...
  8227. 2821.56 s [conduit-extra] Warning: The documentation for the following packages are not installed. No
  8228. 2821.56 s [conduit-extra] links will be generated to these packages: attoparsec-0.14.4,
  8229. 2821.56 s [conduit-extra] attoparsec-0.14.4, vector-0.13.2.0
  8230. 2821.56 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing ) [HIE file is missing]
  8231. 2821.56 s [conduit-extra] Data/Conduit/Attoparsec.hs:49:21: warning: [GHC-90584] [-Wderiving-typeable]
  8232. 2821.56 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  8233. 2821.56 s [conduit-extra] • In the data declaration for ‘ParseError’
  8234. 2821.56 s [conduit-extra] |
  8235. 2821.56 s [conduit-extra] 49 | deriving (Show, Typeable)
  8236. 2821.56 s [conduit-extra] | ^^^^^^^^
  8237. 2821.56 s [conduit-extra]
  8238. 2821.56 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing ) [HIE file is missing]
  8239. 2821.56 s [conduit-extra] Data/Conduit/Binary.hs:428:21: warning: [GHC-90584] [-Wderiving-typeable]
  8240. 2821.56 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  8241. 2821.56 s [conduit-extra] • In the data declaration for ‘SinkStorableException’
  8242. 2821.56 s [conduit-extra] |
  8243. 2821.56 s [conduit-extra] 428 | deriving (Show, Typeable)
  8244. 2821.56 s [conduit-extra] | ^^^^^^^^
  8245. 2821.56 s [conduit-extra]
  8246. 2821.56 s [conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing ) [HIE file is missing]
  8247. 2821.56 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing ) [HIE file is missing]
  8248. 2821.56 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing ) [HIE file is missing]
  8249. 2821.56 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing ) [HIE file is missing]
  8250. 2821.56 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing ) [HIE file is missing]
  8251. 2821.56 s [conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing ) [HIE file is missing]
  8252. 2821.56 s [conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing ) [HIE file is missing]
  8253. 2821.56 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing ) [HIE file is missing]
  8254. 2821.56 s [conduit-extra] Data/Conduit/Process.hs:47:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8255. 2821.56 s [conduit-extra] The use of ‘~’ without TypeOperators
  8256. 2821.56 s [conduit-extra] will become an error in a future GHC release.
  8257. 2821.56 s [conduit-extra] Suggested fix:
  8258. 2821.56 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8259. 2821.56 s [conduit-extra] |
  8260. 2821.57 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  8261. 2821.57 s [conduit-extra] | ^
  8262. 2821.57 s [conduit-extra]
  8263. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:47:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8264. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8265. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8266. 2821.57 s [conduit-extra] Suggested fix:
  8267. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8268. 2821.57 s [conduit-extra] |
  8269. 2821.57 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  8270. 2821.57 s [conduit-extra] | ^
  8271. 2821.57 s [conduit-extra]
  8272. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:49:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8273. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8274. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8275. 2821.57 s [conduit-extra] Suggested fix:
  8276. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8277. 2821.57 s [conduit-extra] |
  8278. 2821.57 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  8279. 2821.57 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  8280. 2821.57 s [yaml] Dependency template-haskell: using template-haskell-2.23.0.0
  8281. 2821.57 s [yaml] Dependency temporary: using temporary-1.3
  8282. 2821.57 s [yaml] Dependency text: using text-2.1.2
  8283. 2821.57 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.2
  8284. 2821.57 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20
  8285. 2821.57 s [yaml] Dependency vector: using vector-0.13.2.0
  8286. 2821.57 s [yaml] Dependency yaml: using yaml-0.11.11.2
  8287. 2821.57 s [yaml] Source component graph:
  8288. 2821.57 s [yaml] component lib
  8289. 2821.57 s [yaml] component test:spec dependency lib
  8290. 2821.57 s [yaml] Configured component graph:
  8291. 2821.57 s [yaml] component yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  8292. 2821.57 s [yaml] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  8293. 2821.57 s [yaml] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  8294. 2821.57 s [yaml] include base-4.21.0.0-f068
  8295. 2821.57 s [yaml] include bytestring-0.12.2.0-be6d
  8296. 2821.57 s [yaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  8297. 2821.57 s [yaml] include containers-0.7-647d
  8298. 2821.57 s [yaml] include directory-1.3.9.0-9eff
  8299. 2821.57 s [yaml] include filepath-1.5.4.0-7ce6
  8300. 2821.57 s [yaml] include libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  8301. 2821.57 s [yaml] include mtl-2.3.1-9650
  8302. 2821.57 s [yaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  8303. 2821.57 s [yaml] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  8304. 2821.57 s [yaml] include template-haskell-2.23.0.0-125a
  8305. 2821.57 s [yaml] include text-2.1.2-5eaa
  8306. 2821.57 s [yaml] include transformers-0.6.1.2-199f
  8307. 2821.57 s [yaml] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  8308. 2821.57 s [yaml] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  8309. 2821.57 s [yaml] component yaml-0.11.11.2-C8Ifm6E2gtzHTObB0TPlLe-spec
  8310. 2821.57 s [yaml] include HUnit-1.6.2.0-qUaw1nn5Lc6mWzDeZqcfq
  8311. 2821.57 s [yaml] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  8312. 2821.57 s [yaml] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  8313. 2821.57 s [yaml] include base-4.21.0.0-f068
  8314. 2821.57 s [yaml] include base-compat-0.13.1-CCQ4F8LLNkz4xO064PGd6m
  8315. 2821.57 s [yaml] include bytestring-0.12.2.0-be6d
  8316. 2821.57 s [yaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  8317. 2821.57 s [yaml] include containers-0.7-647d
  8318. 2821.57 s [yaml] include directory-1.3.9.0-9eff
  8319. 2821.57 s [yaml] include filepath-1.5.4.0-7ce6
  8320. 2821.57 s [yaml] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  8321. 2821.57 s [yaml] include libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  8322. 2821.57 s [yaml] include mockery-0.3.5-84HNwmf4qL7ECzsJvcPW7d
  8323. 2821.57 s [yaml] include mtl-2.3.1-9650
  8324. 2821.57 s [yaml] include raw-strings-qq-1.1-BHHZUuLt5iJ8N7GnMEjWyy
  8325. 2821.57 s [yaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  8326. 2821.57 s [yaml] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  8327. 2821.57 s [yaml] include template-haskell-2.23.0.0-125a
  8328. 2821.57 s [yaml] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  8329. 2821.57 s [yaml] include text-2.1.2-5eaa
  8330. 2821.57 s [yaml] include transformers-0.6.1.2-199f
  8331. 2821.57 s [yaml] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  8332. 2821.57 s [yaml] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  8333. 2821.57 s [yaml] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  8334. 2821.57 s [yaml] Linked component graph:
  8335. 2821.57 s [yaml] unit yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  8336. 2821.57 s [yaml] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  8337. 2821.57 s [yaml] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  8338. 2821.57 s [yaml] include base-4.21.0.0-f068
  8339. 2821.57 s [yaml] include bytestring-0.12.2.0-be6d
  8340. 2821.57 s [yaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  8341. 2821.57 s [yaml] include containers-0.7-647d
  8342. 2821.57 s [yaml] include directory-1.3.9.0-9eff
  8343. 2821.57 s [yaml] include filepath-1.5.4.0-7ce6
  8344. 2821.57 s [yaml] include libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  8345. 2821.57 s [yaml] include mtl-2.3.1-9650
  8346. 2821.57 s [yaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  8347. 2821.57 s [yaml] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  8348. 2821.57 s [yaml] include template-haskell-2.23.0.0-125a
  8349. 2821.57 s [yaml] include text-2.1.2-5eaa
  8350. 2821.57 s [yaml] include transformers-0.6.1.2-199f
  8351. 2821.57 s [yaml] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  8352. 2821.57 s [yaml] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  8353. 2821.57 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  8354. 2821.57 s [conduit-extra] | ^
  8355. 2821.57 s [conduit-extra]
  8356. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:49:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8357. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8358. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8359. 2821.57 s [conduit-extra] Suggested fix:
  8360. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8361. 2821.57 s [conduit-extra] |
  8362. 2821.57 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  8363. 2821.57 s [conduit-extra] | ^
  8364. 2821.57 s [conduit-extra]
  8365. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:49:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8366. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8367. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8368. 2821.57 s [conduit-extra] Suggested fix:
  8369. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8370. 2821.57 s [conduit-extra] |
  8371. 2821.57 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  8372. 2821.57 s [conduit-extra] | ^
  8373. 2821.57 s [conduit-extra]
  8374. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:65:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8375. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8376. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8377. 2821.57 s [conduit-extra] Suggested fix:
  8378. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8379. 2821.57 s [conduit-extra] |
  8380. 2821.57 s [conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  8381. 2821.57 s [conduit-extra] | ^
  8382. 2821.57 s [conduit-extra]
  8383. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:67:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8384. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8385. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8386. 2821.57 s [conduit-extra] Suggested fix:
  8387. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8388. 2821.57 s [conduit-extra] |
  8389. 2821.57 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  8390. 2821.57 s [conduit-extra] | ^
  8391. 2821.57 s [conduit-extra]
  8392. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:67:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8393. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8394. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8395. 2821.57 s [conduit-extra] Suggested fix:
  8396. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8397. 2821.57 s [conduit-extra] |
  8398. 2821.57 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  8399. 2821.57 s [conduit-extra] | ^
  8400. 2821.57 s [conduit-extra]
  8401. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:69:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8402. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8403. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8404. 2821.57 s [conduit-extra] Suggested fix:
  8405. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8406. 2821.57 s [conduit-extra] |
  8407. 2821.57 s [conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  8408. 2821.57 s [conduit-extra] | ^
  8409. 2821.57 s [conduit-extra]
  8410. 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
  8411. 2821.57 s [yaml] unit yaml-0.11.11.2-C8Ifm6E2gtzHTObB0TPlLe-spec
  8412. 2821.57 s [yaml] include HUnit-1.6.2.0-qUaw1nn5Lc6mWzDeZqcfq
  8413. 2821.57 s [yaml] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  8414. 2821.57 s [yaml] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  8415. 2821.57 s [yaml] include base-4.21.0.0-f068
  8416. 2821.57 s [yaml] include base-compat-0.13.1-CCQ4F8LLNkz4xO064PGd6m
  8417. 2821.57 s [yaml] include bytestring-0.12.2.0-be6d
  8418. 2821.57 s [yaml] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  8419. 2821.57 s [yaml] include containers-0.7-647d
  8420. 2821.57 s [yaml] include directory-1.3.9.0-9eff
  8421. 2821.57 s [yaml] include filepath-1.5.4.0-7ce6
  8422. 2821.57 s [yaml] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  8423. 2821.57 s [yaml] include libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  8424. 2821.57 s [yaml] include mockery-0.3.5-84HNwmf4qL7ECzsJvcPW7d
  8425. 2821.57 s [yaml] include mtl-2.3.1-9650
  8426. 2821.57 s [yaml] include raw-strings-qq-1.1-BHHZUuLt5iJ8N7GnMEjWyy
  8427. 2821.57 s [yaml] include resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  8428. 2821.57 s [yaml] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  8429. 2821.57 s [yaml] include template-haskell-2.23.0.0-125a
  8430. 2821.57 s [yaml] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  8431. 2821.57 s [yaml] include text-2.1.2-5eaa
  8432. 2821.57 s [yaml] include transformers-0.6.1.2-199f
  8433. 2821.57 s [yaml] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  8434. 2821.57 s [yaml] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  8435. 2821.57 s [yaml] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  8436. 2821.57 s [yaml] Ready component graph:
  8437. 2821.57 s [yaml] definite yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  8438. 2821.57 s [yaml] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  8439. 2821.57 s [yaml] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  8440. 2821.57 s [yaml] depends base-4.21.0.0-f068
  8441. 2821.57 s [yaml] depends bytestring-0.12.2.0-be6d
  8442. 2821.57 s [yaml] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  8443. 2821.57 s [yaml] depends containers-0.7-647d
  8444. 2821.57 s [yaml] depends directory-1.3.9.0-9eff
  8445. 2821.57 s [yaml] depends filepath-1.5.4.0-7ce6
  8446. 2821.57 s [yaml] depends libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  8447. 2821.57 s [yaml] depends mtl-2.3.1-9650
  8448. 2821.57 s [yaml] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  8449. 2821.57 s [yaml] depends scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  8450. 2821.57 s [yaml] depends template-haskell-2.23.0.0-125a
  8451. 2821.57 s [yaml] depends text-2.1.2-5eaa
  8452. 2821.57 s [yaml] depends transformers-0.6.1.2-199f
  8453. 2821.57 s [yaml] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  8454. 2821.57 s [yaml] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  8455. 2821.57 s [yaml] definite yaml-0.11.11.2-C8Ifm6E2gtzHTObB0TPlLe-spec
  8456. 2821.57 s [yaml] depends HUnit-1.6.2.0-qUaw1nn5Lc6mWzDeZqcfq
  8457. 2821.57 s [yaml] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  8458. 2821.57 s [yaml] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  8459. 2821.57 s [yaml] depends base-4.21.0.0-f068
  8460. 2821.57 s [yaml] depends base-compat-0.13.1-CCQ4F8LLNkz4xO064PGd6m
  8461. 2821.57 s [yaml] depends bytestring-0.12.2.0-be6d
  8462. 2821.57 s [yaml] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  8463. 2821.57 s [yaml] depends containers-0.7-647d
  8464. 2821.57 s [yaml] depends directory-1.3.9.0-9eff
  8465. 2821.57 s [yaml] depends filepath-1.5.4.0-7ce6
  8466. 2821.57 s [yaml] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  8467. 2821.57 s [yaml] depends libyaml-0.1.4-6Yxh871W8V4B3DsVd7hyAH
  8468. 2821.57 s [yaml] depends mockery-0.3.5-84HNwmf4qL7ECzsJvcPW7d
  8469. 2821.57 s [yaml] depends mtl-2.3.1-9650
  8470. 2821.57 s [yaml] depends raw-strings-qq-1.1-BHHZUuLt5iJ8N7GnMEjWyy
  8471. 2821.57 s [yaml] depends resourcet-1.3.0-uT2Tw9emtIBHTmmH8gab
  8472. 2821.57 s [yaml] depends scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  8473. 2821.57 s [yaml] depends template-haskell-2.23.0.0-125a
  8474. 2821.57 s [yaml] depends temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  8475. 2821.57 s [yaml] depends text-2.1.2-5eaa
  8476. 2821.57 s [yaml] depends transformers-0.6.1.2-199f
  8477. 2821.57 s [yaml] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  8478. 2821.57 s [yaml] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  8479. 2821.57 s [yaml] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  8480. 2821.57 s [yaml] Using Cabal-3.14.1.0 compiled by ghc-9.12
  8481. 2821.57 s [yaml] Using compiler: ghc-9.12.1
  8482. 2821.57 s [yaml] Using install prefix:
  8483. 2821.57 s [yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2
  8484. 2821.57 s [yaml] Executables installed in:
  8485. 2821.57 s [yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/bin
  8486. 2821.57 s [yaml] Libraries installed in:
  8487. 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
  8488. 2821.57 s [yaml] Dynamic Libraries installed in:
  8489. 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
  8490. 2821.57 s [yaml] Private executables installed in:
  8491. 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
  8492. 2821.57 s [yaml] Data files installed in:
  8493. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:71:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8494. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8495. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8496. 2821.57 s [conduit-extra] Suggested fix:
  8497. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8498. 2821.57 s [conduit-extra] |
  8499. 2821.57 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  8500. 2821.57 s [conduit-extra] | ^
  8501. 2821.57 s [conduit-extra]
  8502. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:71:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8503. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8504. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8505. 2821.57 s [conduit-extra] Suggested fix:
  8506. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8507. 2821.57 s [conduit-extra] |
  8508. 2821.57 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  8509. 2821.57 s [conduit-extra] | ^
  8510. 2821.57 s [conduit-extra]
  8511. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:74:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8512. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8513. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8514. 2821.57 s [conduit-extra] Suggested fix:
  8515. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8516. 2821.57 s [conduit-extra] |
  8517. 2821.57 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  8518. 2821.57 s [conduit-extra] | ^
  8519. 2821.57 s [conduit-extra]
  8520. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:74:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8521. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8522. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8523. 2821.57 s [conduit-extra] Suggested fix:
  8524. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8525. 2821.57 s [conduit-extra] |
  8526. 2821.57 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  8527. 2821.57 s [conduit-extra] | ^
  8528. 2821.57 s [conduit-extra]
  8529. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:76:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8530. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8531. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8532. 2821.57 s [conduit-extra] Suggested fix:
  8533. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8534. 2821.57 s [conduit-extra] |
  8535. 2821.57 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  8536. 2821.57 s [conduit-extra] | ^
  8537. 2821.57 s [conduit-extra]
  8538. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:76:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8539. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8540. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8541. 2821.57 s [conduit-extra] Suggested fix:
  8542. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8543. 2821.57 s [conduit-extra] |
  8544. 2821.57 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  8545. 2821.57 s [conduit-extra] | ^
  8546. 2821.57 s [conduit-extra]
  8547. 2821.57 s [conduit-extra] Data/Conduit/Process.hs:76:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8548. 2821.57 s [conduit-extra] The use of ‘~’ without TypeOperators
  8549. 2821.57 s [conduit-extra] will become an error in a future GHC release.
  8550. 2821.57 s [conduit-extra] Suggested fix:
  8551. 2821.57 s [conduit-extra] Perhaps you intended to use the ‘TypeOperators’ extension
  8552. 2821.57 s [conduit-extra] |
  8553. 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
  8554. 2821.57 s [yaml] Documentation installed in:
  8555. 2821.57 s [yaml] /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2
  8556. 2821.57 s [yaml] Configuration files installed in:
  8557. 2821.57 s [yaml] /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/etc
  8558. 2821.57 s [yaml] No alex found
  8559. 2821.57 s [yaml] Using ar found on system at:
  8560. 2821.57 s [yaml] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  8561. 2821.57 s [yaml] No c2hs found
  8562. 2821.57 s [yaml] No cpphs found
  8563. 2821.57 s [yaml] No doctest found
  8564. 2821.57 s [yaml] Using gcc version 14.3.0 given by user at:
  8565. 2821.57 s [yaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  8566. 2821.57 s [yaml] Using ghc version 9.12.1 found on system at:
  8567. 2821.57 s [yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  8568. 2821.57 s [yaml] Using ghc-pkg version 9.12.1 found on system at:
  8569. 2821.57 s [yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  8570. 2821.57 s [yaml] No ghcjs found
  8571. 2821.57 s [yaml] No ghcjs-pkg found
  8572. 2821.57 s [yaml] No greencard found
  8573. 2821.57 s [yaml] Using haddock version 2.30.0 found on system at:
  8574. 2821.57 s [yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  8575. 2821.57 s [yaml] No happy found
  8576. 2821.57 s [yaml] No haskell-suite found
  8577. 2821.57 s [yaml] No haskell-suite-pkg found
  8578. 2821.57 s [yaml] No hmake found
  8579. 2821.57 s [yaml] Using hpc version 0.69 found on system at:
  8580. 2821.57 s [yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  8581. 2821.57 s [yaml] Using hsc2hs version 0.68.10 found on system at:
  8582. 2821.57 s [yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  8583. 2821.57 s [yaml] Using hscolour version 1.25 found on system at:
  8584. 2821.57 s [yaml] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  8585. 2821.57 s [yaml] No jhc found
  8586. 2821.57 s [yaml] Using ld found on system at:
  8587. 2821.57 s [yaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  8588. 2821.57 s [yaml] No pkg-config found
  8589. 2821.57 s [yaml] Using runghc version 9.12.1 found on system at:
  8590. 2821.57 s [yaml] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  8591. 2821.57 s [yaml] Using strip version 2.44 found on system at:
  8592. 2821.57 s [yaml] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  8593. 2821.57 s [yaml] Using tar found on system at:
  8594. 2821.57 s [yaml] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  8595. 2821.57 s [yaml] No uhc found
  8596. 2821.57 s [yaml] Phase: buildPhase
  8597. 2821.57 s [yaml] Preprocessing library for yaml-0.11.11.2...
  8598. 2821.57 s [yaml] Building library for yaml-0.11.11.2...
  8599. 2821.57 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  8600. 2821.57 s [conduit-extra] | ^
  8601. 2821.57 s [conduit-extra]
  8602. 2821.57 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing ) [HIE file is missing]
  8603. 2821.57 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing ) [HIE file is missing]
  8604. 2821.57 s [conduit-extra] Data/Conduit/Text.hs:219:14: warning: [GHC-90584] [-Wderiving-typeable]
  8605. 2821.57 s [conduit-extra] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  8606. 2821.57 s [conduit-extra] • In the data declaration for ‘TextException’
  8607. 2821.57 s [conduit-extra] |
  8608. 2821.57 s [conduit-extra] 219 | deriving Typeable
  8609. 2821.57 s [conduit-extra] | ^^^^^^^^
  8610. 2821.57 s [conduit-extra]
  8611. 2821.57 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing ) [HIE file is missing]
  8612. 2821.57 s [conduit-extra] Haddock coverage:
  8613. 2821.57 s [conduit-extra] Warning: 'ParseError' is ambiguous. It is defined
  8614. 2821.57 s [conduit-extra] * at Data/Conduit/Attoparsec.hs:44:19
  8615. 2821.57 s [conduit-extra] * at Data/Conduit/Attoparsec.hs:44:1
  8616. 2821.57 s [conduit-extra] You may be able to disambiguate the identifier by qualifying it or
  8617. 2821.57 s [conduit-extra] by specifying the type/value namespace explicitly.
  8618. 2821.57 s [conduit-extra] Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
  8619. 2821.59 s [conduit-extra] 84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
  8620. 2821.59 s [conduit-extra] Missing documentation for:
  8621. 2821.59 s [conduit-extra] Position (Data/Conduit/Attoparsec.hs:53)
  8622. 2821.59 s [conduit-extra] PositionRange (Data/Conduit/Attoparsec.hs:64)
  8623. 2821.60 s [conduit-extra] 100% ( 45 / 45) in 'Data.Conduit.Binary'
  8624. 2821.60 s [conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
  8625. 2821.60 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Filesystem'
  8626. 2821.60 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Foldl'
  8627. 2821.60 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Lazy'
  8628. 2821.60 s [conduit-extra] 52% ( 18 / 34) in 'Data.Conduit.Network'
  8629. 2821.60 s [conduit-extra] Missing documentation for:
  8630. 2821.60 s [conduit-extra] Module header
  8631. 2821.60 s [conduit-extra] appSource (Data/Conduit/Network.hs:88)
  8632. 2821.60 s [conduit-extra] appSink (Data/Conduit/Network.hs:99)
  8633. 2821.60 s [conduit-extra] appSockAddr
  8634. 2821.60 s [conduit-extra] appLocalAddr
  8635. 2821.60 s [conduit-extra] serverSettings (Data/Conduit/Network.hs:82)
  8636. 2821.60 s [conduit-extra] runTCPServerWithHandle
  8637. 2821.60 s [conduit-extra] clientSettings (Data/Conduit/Network.hs:85)
  8638. 2821.60 s [conduit-extra] getPort
  8639. 2821.60 s [conduit-extra] getHost
  8640. 2821.60 s [conduit-extra] getAfterBind
  8641. 2821.60 s [conduit-extra] getNeedLocalAddr
  8642. 2821.60 s [conduit-extra] setPort
  8643. 2821.60 s [conduit-extra] setHost
  8644. 2821.60 s [conduit-extra] setAfterBind
  8645. 2821.60 s [conduit-extra] setNeedLocalAddr
  8646. 2821.60 s [conduit-extra] 90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
  8647. 2821.60 s [conduit-extra] Missing documentation for:
  8648. 2821.60 s [conduit-extra] Module header
  8649. 2821.60 s [conduit-extra] 59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
  8650. 2821.60 s [conduit-extra] Missing documentation for:
  8651. 2821.60 s [conduit-extra] Module header
  8652. 2821.60 s [conduit-extra] appSource (Data/Conduit/Network.hs:88)
  8653. 2821.60 s [conduit-extra] appSink (Data/Conduit/Network.hs:99)
  8654. 2821.60 s [conduit-extra] serverSettings (Data/Conduit/Network/Unix.hs:36)
  8655. 2821.60 s [conduit-extra] clientSettings (Data/Conduit/Network/Unix.hs:33)
  8656. 2821.60 s [conduit-extra] getPath
  8657. 2821.60 s [conduit-extra] getAfterBind
  8658. 2821.60 s [conduit-extra] setPath
  8659. 2821.60 s [conduit-extra] setAfterBind
  8660. 2821.61 s [conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.Process'
  8661. 2821.61 s [conduit-extra] 100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
  8662. 2821.61 s [conduit-extra] 100% ( 25 / 25) in 'Data.Conduit.Text'
  8663. 2821.61 s [conduit-extra] Warning: 'WindowBits' is ambiguous. It is defined
  8664. 2821.61 s [conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
  8665. 2821.61 s [conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
  8666. 2821.61 s [conduit-extra] You may be able to disambiguate the identifier by qualifying it or
  8667. 2821.61 s [conduit-extra] by specifying the type/value namespace explicitly.
  8668. 2821.61 s [conduit-extra] Defaulting to the one defined in ‘Codec.Compression.Zlib.Stream’
  8669. 2821.61 s [conduit-extra] 100% ( 14 / 14) in 'Data.Conduit.Zlib'
  8670. 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 )
  8671. 2822.52 s [conduit-extra] Warning: Data.Conduit.Attoparsec: could not find link destinations for:
  8672. 2822.52 s [conduit-extra] - Data.Conduit.Attoparsec.parseA
  8673. 2822.52 s [conduit-extra] - Data.Conduit.Attoparsec.feedA
  8674. 2822.52 s [conduit-extra] - Data.Conduit.Attoparsec.empty
  8675. 2822.52 s [conduit-extra] - Data.Conduit.Attoparsec.isNull
  8676. 2822.52 s [conduit-extra] - Data.Conduit.Attoparsec.getLinesCols
  8677. 2822.52 s [conduit-extra] - Data.Conduit.Attoparsec.stripFromEnd
  8678. 2822.52 s [conduit-extra] - Data.Attoparsec.Internal.Types.Parser
  8679. 2822.52 s [conduit-extra] - Data.Attoparsec.Internal.Types.IResult
  8680. 2822.53 s [conduit-extra] Warning: Data.Conduit.Binary: could not find link destinations for:
  8681. 2822.53 s [conduit-extra] - Data.Conduit.Binary.SinkStorableInsufficientBytes
  8682. 2822.53 s [conduit-extra] Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
  8683. 2822.53 s [conduit-extra] - Data.Conduit.Combinators.Buffer
  8684. 2822.55 s [conduit-extra] Warning: Data.Conduit.Zlib: could not find link destinations for:
  8685. 2822.55 s [conduit-extra] - Codec.Compression.Zlib.Stream.Rep_WindowBits
  8686. 2822.72 s [yaml] src/Data/Yaml/Internal.hs:112:21: warning: [GHC-90584] [-Wderiving-typeable]
  8687. 2822.72 s [yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  8688. 2822.72 s [yaml] • In the data declaration for ‘ParseException’
  8689. 2822.72 s [yaml] |
  8690. 2822.72 s [yaml] 112 | deriving (Show, Typeable)
  8691. 2822.72 s [yaml] | ^^^^^^^^
  8692. 2822.72 s [yaml]
  8693. 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 )
  8694. 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 )
  8695. 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 )
  8696. 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 )
  8697. 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 )
  8698. 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 )
  8699. 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 )
  8700. 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 )
  8701. 2826.76 s [yaml] src/Data/Yaml/Parser.hs:150:21: warning: [GHC-90584] [-Wderiving-typeable]
  8702. 2826.76 s [yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  8703. 2826.76 s [yaml] • In the data declaration for ‘YamlParseException’
  8704. 2826.76 s [yaml] |
  8705. 2826.76 s [yaml] 150 | deriving (Show, Typeable)
  8706. 2826.76 s [yaml] | ^^^^^^^^
  8707. 2826.76 s [yaml]
  8708. 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 )
  8709. 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 )
  8710. 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 )
  8711. 2827.42 s [yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.p_o )
  8712. 2828.50 s [yaml] src/Data/Yaml/Internal.hs:112:21: warning: [GHC-90584] [-Wderiving-typeable]
  8713. 2828.50 s [yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  8714. 2828.50 s [yaml] • In the data declaration for ‘ParseException’
  8715. 2828.50 s [yaml] |
  8716. 2828.50 s [yaml] 112 | deriving (Show, Typeable)
  8717. 2828.50 s [yaml] | ^^^^^^^^
  8718. 2828.50 s [yaml]
  8719. 2830.63 s [lsp-types] Preprocessing library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
  8720. 2830.63 s [lsp-types] Building library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
  8721. 2830.70 s [yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.p_o )
  8722. 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 )
  8723. 2831.12 s [yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.p_o )
  8724. 2831.22 s [yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.p_o )
  8725. 2831.29 s [yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.p_o )
  8726. 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 )
  8727. 2831.76 s [yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.p_o )
  8728. 2831.76 s [yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.p_o )
  8729. 2831.81 s [yaml] src/Data/Yaml/Parser.hs:150:21: warning: [GHC-90584] [-Wderiving-typeable]
  8730. 2831.81 s [yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  8731. 2831.81 s [yaml] • In the data declaration for ‘YamlParseException’
  8732. 2831.81 s [yaml] |
  8733. 2831.81 s [yaml] 150 | deriving (Show, Typeable)
  8734. 2831.81 s [yaml] | ^^^^^^^^
  8735. 2831.81 s [yaml]
  8736. 2831.81 s [yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.p_o )
  8737. 2831.81 s [yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.p_o )
  8738. 2831.81 s [yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.p_o )
  8739. 2831.86 s [conduit-extra] Documentation created: dist/doc/html/conduit-extra,
  8740. 2831.86 s [conduit-extra] dist/doc/html/conduit-extra/conduit-extra.txt
  8741. 2832.72 s [conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.7...
  8742. 2832.81 s [conduit-extra] Phase: installPhase
  8743. 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
  8744. 2833.79 s [conduit-extra] Phase: fixupPhase
  8745. 2833.87 s [conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7
  8746. 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
  8747. 2833.89 s [yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
  8748. 2833.90 s [yaml] Building test suite 'spec' for yaml-0.11.11.2...
  8749. 2833.90 s [conduit-extra] checking for references to /build/ in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7...
  8750. 2833.94 s [conduit-extra] patching script interpreter paths in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7
  8751. 2833.95 s [conduit-extra] stripping (with command strip and flags -S -p) in /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7/lib
  8752. 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 )
  8753. 2834.52 s [conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc
  8754. 2834.53 s [conduit-extra] checking for references to /build/ in /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc...
  8755. 2834.55 s [conduit-extra] patching script interpreter paths in /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc
  8756. 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
  8757. 2836.23 s [conduit-extra:post-build] Pushing 2 paths (128 are already present) using zstd to cache sellout ⏳
  8758. 2836.23 s [conduit-extra:post-build]
  8759. 2836.61 s [conduit-extra:post-build] Pushing /nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7 (5.25 MiB)
  8760. 2836.65 s [conduit-extra:post-build] Pushing /nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc (2.11 MiB)
  8761. 2837.82 s [conduit-extra:post-build]
  8762. 2837.82 s [conduit-extra:post-build] All done.
  8763. 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
  8764. 2838.65 s [conduit-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8765. 2838.98 s [conduit-extra:post-build] copying 2 paths...
  8766. 2838.98 s [conduit-extra:post-build] copying path '/nix/store/czha28z5g8w4j3zsccws5krvg4ydx12g-conduit-extra-1.3.7-doc' to 'https://cache.nix-ci.com'...
  8767. 2839.51 s [conduit-extra:post-build] copying path '/nix/store/d7r5m6mf13qp4f3fbpzqyd1hsbvzkkfm-conduit-extra-1.3.7' to 'https://cache.nix-ci.com'...
  8768. 2841.79 s [conduit-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8769. 2842.04 s [conduit-extra:post-build] copying 1 paths...
  8770. 2842.05 s [conduit-extra:post-build] copying path '/nix/store/0phn3n3zadh74hixi726dc2cic8lgriq-conduit-extra-1.3.7.drv' to 'https://cache.nix-ci.com'...
  8771. 2842.45 s Progress: 151 of 170 built (2 building), 375 of 375 downloaded from cache
  8772. 2842.45 s [yaml] test/Data/Yaml/IncludeSpec.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
  8773. 2842.45 s [yaml] The import of ‘Data.Yaml’ is redundant
  8774. 2842.45 s [yaml] except perhaps to import instances from ‘Data.Yaml’
  8775. 2842.45 s [yaml] To import instances alone, use: import Data.Yaml()
  8776. 2842.45 s [yaml] |
  8777. 2842.45 s [yaml] 15 | import Data.Yaml (ParseException(InvalidYaml))
  8778. 2842.45 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8779. 2842.45 s [yaml]
  8780. 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 )
  8781. 2842.45 s [yaml] [3 of 5] Compiling Data.YamlSpec ( test/Data/YamlSpec.hs, dist/build/spec/spec-tmp/Data/YamlSpec.o )
  8782. 2842.45 s [yaml] test/Data/YamlSpec.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
  8783. 2842.45 s [yaml] The import of ‘Data.String’ is redundant
  8784. 2842.45 s [yaml] except perhaps to import instances from ‘Data.String’
  8785. 2842.45 s [yaml] To import instances alone, use: import Data.String()
  8786. 2842.45 s [yaml] |
  8787. 2842.45 s [yaml] 46 | import Data.String (fromString)
  8788. 2842.45 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8789. 2842.45 s [yaml]
  8790. 2842.45 s [yaml] test/Data/YamlSpec.hs:52:1: warning: [GHC-66111] [-Wunused-imports]
  8791. 2842.45 s [yaml] The qualified import of ‘Data.HashMap.Strict’ is redundant
  8792. 2842.45 s [yaml] except perhaps to import instances from ‘Data.HashMap.Strict’
  8793. 2842.45 s [yaml] To import instances alone, use: import Data.HashMap.Strict()
  8794. 2842.45 s [yaml] |
  8795. 2842.45 s [yaml] 52 | import qualified Data.HashMap.Strict as HM
  8796. 2842.45 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8797. 2842.45 s [yaml]
  8798. 2842.45 s [yaml] test/Data/YamlSpec.hs:61:1: warning: [GHC-40910] [-Wunused-top-binds]
  8799. 2842.45 s [yaml] Defined but not used: ‘toText’
  8800. 2842.45 s [yaml] |
  8801. 2842.45 s [yaml] 61 | toText = K.toText
  8802. 2842.45 s [yaml] | ^^^^^^
  8803. 2842.45 s [yaml]
  8804. 2842.45 s [yaml] [4 of 5] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  8805. 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 )
  8806. 2842.45 s [yaml] [6 of 6] Linking dist/build/spec/spec
  8807. 2842.45 s [yaml] Phase: checkPhase
  8808. 2842.49 s [yaml] Running 1 test suites...
  8809. 2842.49 s [yaml] Test suite spec: RUNNING...
  8810. 2842.50 s [yaml]
  8811. 2842.50 s [yaml] Data.Yaml
  8812. 2842.50 s [yaml] streaming
  8813. 2842.50 s [yaml] count scalars with anchor [✔]
  8814. 2842.50 s [yaml] count sequences with anchor [✔]
  8815. 2842.50 s [yaml] count mappings with anchor [✔]
  8816. 2842.50 s [yaml] count sequences with custom tag [✔]
  8817. 2842.50 s [yaml] count mappings with custom tag [✔]
  8818. 2842.50 s [yaml] count count sequences with ! tag [✔]
  8819. 2842.50 s [yaml] count count mappings with ! tag [✔]
  8820. 2842.50 s [yaml] count block style sequences [✔]
  8821. 2842.50 s [yaml] count flow style sequences [✔]
  8822. 2842.50 s [yaml] count block style mappings [✔]
  8823. 2842.50 s [yaml] count flow style mappings [✔]
  8824. 2842.50 s [yaml] count aliases [✔]
  8825. 2842.50 s [yaml] count scalars [✔]
  8826. 2842.50 s [yaml] largest string [✔]
  8827. 2842.50 s [yaml] encode/decode [✔]
  8828. 2842.50 s [yaml] encode/decode events [✔]
  8829. 2842.50 s [yaml] encode/decode file [✔]
  8830. 2842.50 s [yaml] interleaved encode/decode [✔]
  8831. 2842.50 s [yaml] decode invalid document (without segfault) [✔]
  8832. 2842.50 s [yaml] Data.Yaml
  8833. 2842.50 s [yaml] encode/decode [✔]
  8834. 2842.50 s [yaml] encode/decode file [✔]
  8835. 2842.50 s [yaml] encode/decode files with non-ASCII names [✔]
  8836. 2842.50 s [yaml] encode/decode strings [✔]
  8837. 2842.50 s [yaml] decode invalid file [✔]
  8838. 2842.50 s [yaml] processes datatypes [✔]
  8839. 2842.50 s [yaml] encode invalid numbers [✔]
  8840. 2842.50 s [yaml] Data.Yaml.Pretty
  8841. 2842.50 s [yaml] encode/decode [✔]
  8842. 2842.50 s [yaml] encode/decode strings [✔]
  8843. 2842.50 s [yaml] processes datatypes [✔]
  8844. 2842.50 s [yaml] Data.Yaml.Builder
  8845. 2842.50 s [yaml] encode/decode [✔]
  8846. 2842.50 s [yaml] encode/decode complex mapping [✔]
  8847. 2842.50 s [yaml] Data.Yaml aliases
  8848. 2842.50 s [yaml] simple scalar alias [✔]
  8849. 2842.50 s [yaml] simple sequence alias [✔]
  8850. 2842.50 s [yaml] simple mapping alias [✔]
  8851. 2842.50 s [yaml] mapping alias before anchor [✔]
  8852. 2842.50 s [yaml] mapping alias inside anchor [✔]
  8853. 2842.50 s [yaml] scalar alias overriding [✔]
  8854. 2842.50 s [yaml] Data.Yaml merge keys
  8855. 2842.50 s [yaml] test uniqueness of keys [✔]
  8856. 2842.50 s [yaml] test mapping merge [✔]
  8857. 2842.50 s [yaml] test sequence of mappings merging [✔]
  8858. 2842.50 s [yaml] numbers
  8859. 2842.50 s [yaml] parses as string when quoted [✔]
  8860. 2842.50 s [yaml] parses as number when unquoted [✔]
  8861. 2842.50 s [yaml] parses as number !!str is present [✔]
  8862. 2842.50 s [yaml] integers have no decimals [✔]
  8863. 2842.50 s [yaml] booleans
  8864. 2842.50 s [yaml] parses when all lowercase [✔]
  8865. 2842.50 s [yaml] parses when all uppercase [✔]
  8866. 2842.50 s [yaml] parses when titlecase [✔]
  8867. 2842.50 s [yaml] empty input
  8868. 2842.50 s [yaml] parses as Null [✔]
  8869. 2842.50 s [yaml] parses as Null from file [✔]
  8870. 2842.50 s [yaml] comment only input
  8871. 2842.50 s [yaml] parses as Null [✔]
  8872. 2842.50 s [yaml] parses as Null from file [✔]
  8873. 2842.50 s [yaml] alias stripping
  8874. 2842.50 s [yaml] works [✔]
  8875. 2842.50 s [yaml] nulls
  8876. 2842.50 s [yaml] null recognized: "null" [✔]
  8877. 2842.50 s [yaml] null recognized: "Null" [✔]
  8878. 2842.50 s [yaml] null recognized: "NULL" [✔]
  8879. 2842.50 s [yaml] null recognized: "~" [✔]
  8880. 2842.50 s [yaml] null recognized: "" [✔]
  8881. 2842.50 s [yaml] pretty output
  8882. 2842.50 s [yaml] simple nulls [✔]
  8883. 2842.50 s [yaml] simple numbers [✔]
  8884. 2842.50 s [yaml] True [✔]
  8885. 2842.50 s [yaml] False [✔]
  8886. 2842.50 s [yaml] simple string [✔]
  8887. 2842.50 s [yaml] * [✔]
  8888. 2842.50 s [yaml] special keys
  8889. 2842.50 s [yaml] fo"o [✔]
  8890. 2842.50 s [yaml] fo'o [✔]
  8891. 2842.50 s [yaml] fo\'o [✔]
  8892. 2842.50 s [yaml] fo: o [✔]
  8893. 2842.50 s [yaml] foo
  8894. 2842.50 s [yaml] bar
  8895. 2842.50 s [yaml] baz
  8896. 2842.50 s [yaml] [✔]
  8897. 2842.50 s [yaml] special values
  8898. 2842.50 s [yaml] fo"o [✔]
  8899. 2842.50 s [yaml] fo'o [✔]
  8900. 2842.50 s [yaml] fo\'o [✔]
  8901. 2842.50 s [yaml] fo: o [✔]
  8902. 2842.50 s [yaml] foo
  8903. 2842.50 s [yaml] bar
  8904. 2842.50 s [yaml] baz
  8905. 2842.50 s [yaml] [✔]
  8906. 2842.50 s [yaml] decodeFileEither
  8907. 2842.51 s [yaml] loads YAML through JSON into Haskell data [✔]
  8908. 2842.51 s [yaml] when file does not exist
  8909. 2842.51 s [yaml] returns Left [✔]
  8910. 2842.51 s [yaml] multiple document support
  8911. 2842.51 s [yaml] decodes zero-length input [✔]
  8912. 2842.51 s [yaml] decodes comment-only input [✔]
  8913. 2842.51 s [yaml] decodes a single document stream [✔]
  8914. 2842.51 s [yaml] decodes multiple documents [✔]
  8915. 2842.51 s [yaml] round-tripping of special scalars
  8916. 2842.51 s [yaml] y [✔]
  8917. 2842.51 s [yaml] Y [✔]
  8918. 2842.51 s [yaml] On [✔]
  8919. 2842.51 s [yaml] ON [✔]
  8920. 2842.51 s [yaml] false [✔]
  8921. 2842.51 s [yaml] 12345 [✔]
  8922. 2842.51 s [yaml] 12345.0 [✔]
  8923. 2842.51 s [yaml] 12345a [✔]
  8924. 2842.51 s [yaml] 12e3 [✔]
  8925. 2842.51 s [yaml] no tags [✔]
  8926. 2842.51 s [yaml] aliases in keys #49 [✔]
  8927. 2842.51 s [yaml] serialization of +123 #64 [✔]
  8928. 2842.51 s [yaml] preserves Scientific precision [✔]
  8929. 2842.51 s [yaml] truncates files [✔]
  8930. 2842.51 s [yaml] encode quotes special keys #137 [✔]
  8931. 2842.51 s [yaml] encodePretty quotes special keys #179 [✔]
  8932. 2842.51 s [yaml] non-decimal numbers #135
  8933. 2842.51 s [yaml] 12345 [✔]
  8934. 2842.51 s [yaml] +12345 [✔]
  8935. 2842.51 s [yaml] 0o14 [✔]
  8936. 2842.51 s [yaml] 0o123 [✔]
  8937. 2842.51 s [yaml] 0xC [✔]
  8938. 2842.51 s [yaml] 0xc [✔]
  8939. 2842.51 s [yaml] 0xdeadBEEF [✔]
  8940. 2842.51 s [yaml] 0xDEADBEEF [✔]
  8941. 2842.51 s [yaml] 1.23015e+3 [✔]
  8942. 2842.51 s [yaml] 12.3015e+02 [✔]
  8943. 2842.51 s [yaml] 1230.15 [✔]
  8944. 2842.51 s [yaml] Text.Libyaml with default tag rendering
  8945. 2842.51 s [yaml] elides custom sequence tags [✔]
  8946. 2842.51 s [yaml] elides custom mapping tags [✔]
  8947. 2842.51 s [yaml] elides default sequence tags [✔]
  8948. 2842.51 s [yaml] elides default mapping tags [✔]
  8949. 2842.51 s [yaml] handles NoTag on sequences [✔]
  8950. 2842.51 s [yaml] handles NoTag on mappings [✔]
  8951. 2842.51 s [yaml] handles mixed tag usages but elides all mapping and sequence tags [✔]
  8952. 2842.51 s [yaml] in combination of tags, anchors and styles, outputs only the scalar tags [✔]
  8953. 2842.51 s [yaml] outputs tags when double quoted [✔]
  8954. 2842.51 s [yaml] outputs tags when single quoted [✔]
  8955. 2842.51 s [yaml] outputs tags on literal text [✔]
  8956. 2842.51 s [yaml] outputs tags on folded text [✔]
  8957. 2842.51 s [yaml] Text.Libyaml with all tags on
  8958. 2842.51 s [yaml] will output custom sequence tags [✔]
  8959. 2842.51 s [yaml] will output custom mapping tags [✔]
  8960. 2842.51 s [yaml] will output default sequence tags [✔]
  8961. 2842.51 s [yaml] will output default mapping tags [✔]
  8962. 2842.51 s [yaml] handles NoTag on sequences [✔]
  8963. 2842.51 s [yaml] handles NoTag on mappings [✔]
  8964. 2842.51 s [yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
  8965. 2842.51 s [yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
  8966. 2842.51 s [yaml] outputs plain tags [✔]
  8967. 2842.51 s [yaml] respects PlainNoTag tags [✔]
  8968. 2842.51 s [yaml] Text.Libyaml with uri tags on
  8969. 2842.51 s [yaml] will output custom sequence tags [✔]
  8970. 2842.51 s [yaml] will output custom mapping tags [✔]
  8971. 2842.51 s [yaml] will output default sequence tags [✔]
  8972. 2842.51 s [yaml] will output default mapping tags [✔]
  8973. 2842.51 s [yaml] handles NoTag on sequences [✔]
  8974. 2842.51 s [yaml] handles NoTag on mappings [✔]
  8975. 2842.51 s [yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
  8976. 2842.51 s [yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
  8977. 2842.51 s [yaml] Text.Libyaml with tags off
  8978. 2842.51 s [yaml] outputs plain tags [✔]
  8979. 2842.51 s [yaml] respects PlainNoTag tags [✔]
  8980. 2842.51 s [yaml] elides tags when double quoted [✔]
  8981. 2842.51 s [yaml] elides tags when single quoted [✔]
  8982. 2842.51 s [yaml] elides tags on literal text [✔]
  8983. 2842.51 s [yaml] elides tags on folded text [✔]
  8984. 2842.51 s [yaml] Text.Libyaml with only UriTags set to render
  8985. 2842.51 s [yaml] outputs only UriTags [✔]
  8986. 2842.51 s [yaml] Scientific values round-trip [✔]
  8987. 2842.51 s [yaml] +++ OK, passed 100 tests.
  8988. 2842.51 s [yaml] Data.Yaml.Include
  8989. 2842.51 s [yaml] decodeFile
  8990. 2842.51 s [yaml] supports includes [✔]
  8991. 2842.51 s [yaml] supports recursive includes [✔]
  8992. 2842.51 s [yaml] aborts on cyclic includes [✔]
  8993. 2842.51 s [yaml] when file does not exist
  8994. 2842.51 s [yaml] throws Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
  8995. 2842.51 s [yaml] with a 1K stack size limit
  8996. 2842.51 s [yaml] with a large list
  8997. 2842.53 s [yaml] succeeds [✔]
  8998. 2842.53 s [yaml] decodeFileEither
  8999. 2842.53 s [yaml] when file does not exist
  9000. 2842.53 s [yaml] returns Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
  9001. 2842.53 s [yaml] decodeFileWithWarnings
  9002. 2842.53 s [yaml] warns on duplicate keys [✔]
  9003. 2842.54 s [yaml] warns on nested duplicate keys [✔]
  9004. 2842.54 s [yaml] when overriding a merged key
  9005. 2842.54 s [yaml] does not warn [✔]
  9006. 2842.54 s [yaml] when overriding twice
  9007. 2842.54 s [yaml] warns [✔]
  9008. 2842.54 s [yaml] Data.Yaml.TH
  9009. 2842.54 s [yaml] yamlQQ
  9010. 2842.54 s [yaml] parses yaml [✔]
  9011. 2842.54 s [yaml]
  9012. 2842.54 s [yaml] Finished in 0.0485 seconds
  9013. 2842.54 s [yaml] 155 examples, 0 failures
  9014. 2842.55 s [yaml] Test suite spec: PASS
  9015. 2842.55 s [yaml] Test suite logged to: dist/test/yaml-0.11.11.2-spec.log
  9016. 2842.55 s [yaml] 1 of 1 test suites (1 of 1 test cases) passed.
  9017. 2842.57 s [yaml] Phase: haddockPhase
  9018. 2843.46 s [yaml] Preprocessing library for yaml-0.11.11.2...
  9019. 2843.46 s [yaml] Running Haddock on library for yaml-0.11.11.2...
  9020. 2843.50 s [yaml] Warning: The documentation for the following packages are not installed. No
  9021. 2843.50 s [yaml] links will be generated to these packages: attoparsec-0.14.4,
  9022. 2843.50 s [yaml] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  9023. 2843.98 s [yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, nothing ) [HIE file is missing]
  9024. 2844.51 s [yaml] src/Data/Yaml/Internal.hs:112:21: warning: [GHC-90584] [-Wderiving-typeable]
  9025. 2844.51 s [yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  9026. 2844.51 s [yaml] • In the data declaration for ‘ParseException’
  9027. 2844.51 s [yaml] |
  9028. 2844.51 s [yaml] 112 | deriving (Show, Typeable)
  9029. 2844.51 s [yaml] | ^^^^^^^^
  9030. 2844.51 s [yaml]
  9031. 2844.52 s [yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, nothing ) [HIE file is missing]
  9032. 2844.55 s [yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, nothing ) [HIE file is missing]
  9033. 2844.62 s [yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, nothing ) [HIE file is missing]
  9034. 2844.79 s [yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, nothing ) [HIE file is missing]
  9035. 2844.83 s [yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, nothing ) [HIE file is missing]
  9036. 2844.83 s [yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, nothing ) [HIE file is missing]
  9037. 2844.92 s [yaml] src/Data/Yaml/Parser.hs:150:21: warning: [GHC-90584] [-Wderiving-typeable]
  9038. 2844.92 s [yaml] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  9039. 2844.92 s [yaml] • In the data declaration for ‘YamlParseException’
  9040. 2844.92 s [yaml] |
  9041. 2844.92 s [yaml] 150 | deriving (Show, Typeable)
  9042. 2844.92 s [yaml] | ^^^^^^^^
  9043. 2844.92 s [yaml]
  9044. 2844.92 s [yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, nothing ) [HIE file is missing]
  9045. 2844.94 s [yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, nothing ) [HIE file is missing]
  9046. 2845.01 s [yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, nothing ) [HIE file is missing]
  9047. 2845.02 s [yaml] Haddock coverage:
  9048. 2845.02 s [yaml] Warning: 'setStringStyle' is out of scope.
  9049. 2845.02 s [yaml] If you qualify the identifier, haddock can try to link it anyway.
  9050. 2845.28 s [yaml] 42% ( 8 / 19) in 'Data.Yaml.Internal'
  9051. 2845.28 s [yaml] Missing documentation for:
  9052. 2845.28 s [yaml] Module header
  9053. 2845.28 s [yaml] ParseException (src/Data/Yaml/Internal.hs:99)
  9054. 2845.28 s [yaml] Warning (src/Data/Yaml/Internal.hs:176)
  9055. 2845.28 s [yaml] parse (src/Data/Yaml/Internal.hs:198)
  9056. 2845.28 s [yaml] Parse (src/Data/Yaml/Internal.hs:190)
  9057. 2845.28 s [yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
  9058. 2845.28 s [yaml] decodeHelper_ (src/Data/Yaml/Internal.hs:372)
  9059. 2845.28 s [yaml] decodeAllHelper (src/Data/Yaml/Internal.hs:363)
  9060. 2845.28 s [yaml] decodeAllHelper_ (src/Data/Yaml/Internal.hs:380)
  9061. 2845.28 s [yaml] textToScientific (src/Data/Yaml/Internal.hs:250)
  9062. 2845.28 s [yaml] StringStyle (src/Data/Yaml/Internal.hs:385)
  9063. 2845.28 s [yaml] 75% ( 3 / 4) in 'Data.Yaml.Include'
  9064. 2845.28 s [yaml] Missing documentation for:
  9065. 2845.28 s [yaml] Module header
  9066. 2845.29 s [yaml] 87% ( 29 / 33) in 'Data.Yaml.Builder'
  9067. 2845.29 s [yaml] Missing documentation for:
  9068. 2845.29 s [yaml] YamlBuilder (src/Data/Yaml/Builder.hs:66)
  9069. 2845.29 s [yaml] ToYaml (src/Data/Yaml/Builder.hs:68)
  9070. 2845.29 s [yaml] writeYamlFile (src/Data/Yaml/Builder.hs:235)
  9071. 2845.29 s [yaml] .= (src/Data/Yaml/Builder.hs:64)
  9072. 2845.29 s [yaml] Warning: 'YamlException' is ambiguous. It is defined
  9073. 2845.29 s [yaml] * in ‘Text.Libyaml’
  9074. 2845.29 s [yaml] * in ‘Text.Libyaml’
  9075. 2845.29 s [yaml] You may be able to disambiguate the identifier by qualifying it or
  9076. 2845.29 s [yaml] by specifying the type/value namespace explicitly.
  9077. 2845.29 s [yaml] Defaulting to the one defined in ‘Text.Libyaml’
  9078. 2845.29 s [yaml] 87% ( 56 / 64) in 'Data.Yaml'
  9079. 2845.29 s [yaml] Missing documentation for:
  9080. 2845.29 s [yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
  9081. 2845.29 s [yaml] ParseException (src/Data/Yaml/Internal.hs:99)
  9082. 2845.29 s [yaml] YamlException
  9083. 2845.29 s [yaml] .=
  9084. 2845.29 s [yaml] parseMonad (src/Data/Yaml.hs:291)
  9085. 2845.29 s [yaml] decode (src/Data/Yaml.hs:186)
  9086. 2845.29 s [yaml] decodeFile (src/Data/Yaml.hs:194)
  9087. 2845.29 s [yaml] decodeEither (src/Data/Yaml.hs:235)
  9088. 2845.29 s [yaml] 100% ( 15 / 15) in 'Data.Yaml.Config'
  9089. 2845.29 s [yaml] 100% ( 2 / 2) in 'Data.Yaml.Aeson'
  9090. 2845.29 s [yaml] 5% ( 1 / 18) in 'Data.Yaml.Parser'
  9091. 2845.29 s [yaml] Missing documentation for:
  9092. 2845.29 s [yaml] YamlParser (src/Data/Yaml/Parser.hs:31)
  9093. 2845.29 s [yaml] lookupAnchor (src/Data/Yaml/Parser.hs:67)
  9094. 2845.29 s [yaml] withAnchor (src/Data/Yaml/Parser.hs:70)
  9095. 2845.29 s [yaml] withMapping (src/Data/Yaml/Parser.hs:77)
  9096. 2845.29 s [yaml] withSequence (src/Data/Yaml/Parser.hs:82)
  9097. 2845.29 s [yaml] withText (src/Data/Yaml/Parser.hs:87)
  9098. 2845.29 s [yaml] typeMismatch (src/Data/Yaml/Parser.hs:92)
  9099. 2845.29 s [yaml] FromYaml (src/Data/Yaml/Parser.hs:106)
  9100. 2845.29 s [yaml] YamlValue (src/Data/Yaml/Parser.hs:123)
  9101. 2845.29 s [yaml] AnchorMap (src/Data/Yaml/Parser.hs:130)
  9102. 2845.29 s [yaml] RawDoc (src/Data/Yaml/Parser.hs:131)
  9103. 2845.29 s [yaml] parseRawDoc (src/Data/Yaml/Parser.hs:135)
  9104. 2845.29 s [yaml] .: (src/Data/Yaml/Parser.hs:141)
  9105. 2845.29 s [yaml] YamlParseException (src/Data/Yaml/Parser.hs:146)
  9106. 2845.29 s [yaml] sinkValue (src/Data/Yaml/Parser.hs:154)
  9107. 2845.30 s [yaml] sinkRawDoc (src/Data/Yaml/Parser.hs:201)
  9108. 2845.30 s [yaml] readYamlFile (src/Data/Yaml/Parser.hs:204)
  9109. 2845.30 s [yaml] Warning: 'encode' is out of scope.
  9110. 2845.30 s [yaml] If you qualify the identifier, haddock can try to link it anyway.
  9111. 2845.30 s [yaml] 88% ( 8 / 9) in 'Data.Yaml.Pretty'
  9112. 2845.30 s [yaml] Missing documentation for:
  9113. 2845.30 s [yaml] pretty (src/Data/Yaml/Pretty.hs:86)
  9114. 2845.30 s [yaml] 87% ( 14 / 16) in 'Data.Yaml.TH'
  9115. 2845.30 s [yaml] Missing documentation for:
  9116. 2845.30 s [yaml] Module header
  9117. 2845.30 s [yaml] .=
  9118. 2845.70 s [yaml] Warning: Data.Yaml.Internal: could not find link destinations for:
  9119. 2845.70 s [yaml] - Data.Yaml.Internal.ParseState
  9120. 2845.72 s [yaml] Warning: Data.Yaml: could not find link destinations for:
  9121. 2845.72 s [yaml] - Data.Vector.Vector
  9122. 2845.72 s [yaml] - Data.Aeson.Types.Generic.ProductSize
  9123. 2845.72 s [yaml] - Data.Aeson.Types.FromJSON.withBoundedScientific
  9124. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.FromPairs
  9125. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.gToJSON
  9126. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
  9127. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.fromPairs
  9128. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.pair
  9129. 2845.72 s [yaml] - Data.Vector.Generic.Base.Vector
  9130. 2845.72 s [yaml] - Data.Aeson.Types.Internal.Rep_Value
  9131. 2845.72 s [yaml] - Data.Vector.Primitive.Vector
  9132. 2845.72 s [yaml] - Data.Vector.Storable.Vector
  9133. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
  9134. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
  9135. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
  9136. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
  9137. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
  9138. 2845.72 s [yaml] - Data.Aeson.Types.ToJSON.WriteProduct
  9139. 2845.73 s [yaml] Warning: Data.Yaml.TH: could not find link destinations for:
  9140. 2845.73 s [yaml] - Data.Vector.Vector
  9141. 2845.73 s [yaml] - Data.Aeson.Types.Generic.ProductSize
  9142. 2845.73 s [yaml] - Data.Aeson.Types.ToJSON.FromPairs
  9143. 2845.73 s [yaml] - Data.Aeson.Types.ToJSON.gToJSON
  9144. 2845.73 s [yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
  9145. 2845.73 s [yaml] - Data.Aeson.Types.ToJSON.fromPairs
  9146. 2845.73 s [yaml] - Data.Aeson.Types.ToJSON.pair
  9147. 2845.73 s [yaml] - Data.Vector.Generic.Base.Vector
  9148. 2845.73 s [yaml] - Data.Aeson.Types.Internal.Rep_Value
  9149. 2845.73 s [yaml] - Data.Vector.Primitive.Vector
  9150. 2845.73 s [yaml] - Data.Vector.Storable.Vector
  9151. 2845.73 s [yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
  9152. 2845.74 s [yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
  9153. 2845.74 s [yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
  9154. 2845.74 s [yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
  9155. 2845.74 s [yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
  9156. 2845.74 s [yaml] - Data.Aeson.Types.ToJSON.WriteProduct
  9157. 2852.95 s [yaml] Documentation created: dist/doc/html/yaml, dist/doc/html/yaml/yaml.txt
  9158. 2853.76 s [yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
  9159. 2853.85 s [yaml] Phase: installPhase
  9160. 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
  9161. 2854.67 s [yaml] Phase: fixupPhase
  9162. 2854.69 s [yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2
  9163. 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
  9164. 2854.72 s [yaml] checking for references to /build/ in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2...
  9165. 2854.75 s [yaml] patching script interpreter paths in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2
  9166. 2854.76 s [yaml] stripping (with command strip and flags -S -p) in /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2/lib
  9167. 2854.99 s [yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc
  9168. 2855.00 s [yaml] checking for references to /build/ in /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc...
  9169. 2855.02 s [yaml] patching script interpreter paths in /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc
  9170. 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
  9171. 2856.66 s [yaml:post-build] Pushing 2 paths (178 are already present) using zstd to cache sellout ⏳
  9172. 2856.66 s [yaml:post-build]
  9173. 2857.03 s [yaml:post-build] Pushing /nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc (3.05 MiB)
  9174. 2857.16 s [yaml:post-build] Pushing /nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2 (5.36 MiB)
  9175. 2858.32 s [yaml:post-build]
  9176. 2858.33 s [yaml:post-build] All done.
  9177. 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
  9178. 2858.99 s [yaml:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  9179. 2859.24 s [yaml:post-build] copying 2 paths...
  9180. 2859.25 s [yaml:post-build] copying path '/nix/store/2i1yswxxlpi1ayhagfjkj96gscps046r-yaml-0.11.11.2-doc' to 'https://cache.nix-ci.com'...
  9181. 2859.74 s [yaml:post-build] copying path '/nix/store/4mas0y4dmrcgpib9mz68pgkya8kr4z5b-yaml-0.11.11.2' to 'https://cache.nix-ci.com'...
  9182. 2862.23 s [yaml:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  9183. 2862.61 s [yaml:post-build] copying 2 paths...
  9184. 2862.61 s [yaml:post-build] copying path '/nix/store/v3197x3fmz23z81290g8g3hiwm34l091-raw-strings-qq-1.1.drv' to 'https://cache.nix-ci.com'...
  9185. 2862.77 s [yaml:post-build] copying path '/nix/store/wr4z4k86p57mxynjddxkwwv999pn26jx-yaml-0.11.11.2.drv' to 'https://cache.nix-ci.com'...
  9186. 2863.08 s Progress: 152 of 170 built (1 building), 375 of 375 downloaded from cache
  9187. 2863.21 s Building /nix/store/m38pfh1iwkdwjnnpf1f96pjckr2s229b-fourmolu-0.18.0.0.drv
  9188. 2863.29 s Building /nix/store/vdgixa4zjh2n2l0bz4gyksga45i8204s-hie-bios-0.14.0.drv
  9189. 2863.42 s Building /nix/store/81784bi7xpj02gp5a85889d3p1ygbjgz-hlint-3.10.drv
  9190. 2863.48 s Building /nix/store/9hhx7w48jbv9wrsq08nyr17dqqmsb1zx-implicit-hie-0.1.4.0.drv
  9191. 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 )
  9192. 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 )
  9193. 2863.57 s [hie-bios] Phase: setupCompilerEnvironmentPhase
  9194. 2863.58 s [hie-bios] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  9195. 2863.59 s [fourmolu] Phase: setupCompilerEnvironmentPhase
  9196. 2863.61 s [fourmolu] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  9197. 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 )
  9198. 2863.73 s [hlint] Phase: setupCompilerEnvironmentPhase
  9199. 2863.74 s [hlint] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  9200. 2863.76 s [implicit-hie] Phase: setupCompilerEnvironmentPhase
  9201. 2863.76 s [implicit-hie] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  9202. 2864.23 s [hie-bios] Phase: unpackPhase
  9203. 2864.24 s [fourmolu] Phase: unpackPhase
  9204. 2864.26 s [hie-bios] unpacking source archive /nix/store/5mzychgfwip9k4vjd13k077y11mapngh-hie-bios-0.14.0.tar.gz
  9205. 2864.26 s [fourmolu] unpacking source archive /nix/store/bdgihab2nhn6ywibdkvq6ik9d90f6hw0-fourmolu-0.18.0.0.tar.gz
  9206. 2864.27 s [hie-bios] source root is hie-bios-0.14.0
  9207. 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 )
  9208. 2864.30 s [hie-bios] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hie-bios-0.14.0/wrappers/cabal.hs"
  9209. 2864.31 s [hie-bios] Phase: patchPhase
  9210. 2864.32 s [hie-bios] Replace Cabal file with edited version from mirror://hackage/hie-bios-0.14.0/revision/3.cabal.
  9211. 2864.34 s [hie-bios] Phase: compileBuildDriverPhase
  9212. 2864.36 s [hie-bios] setupCompileFlags: -package-db=/build/tmp.XKgJO24e4T/setup-package.conf.d -threaded
  9213. 2864.37 s [implicit-hie] Phase: unpackPhase
  9214. 2864.38 s [fourmolu] source root is fourmolu-0.18.0.0
  9215. 2864.39 s [implicit-hie] unpacking source archive /nix/store/czymcpdrh6a611g040b8nv7xvg4lk72f-implicit-hie-0.1.4.0.tar.gz
  9216. 2864.39 s [implicit-hie] source root is implicit-hie-0.1.4.0
  9217. 2864.41 s [implicit-hie] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "implicit-hie-0.1.4.0/test/stackHie.yaml"
  9218. 2864.42 s [fourmolu] setting SOURCE_DATE_EPOCH to timestamp 1737838769 of file "fourmolu-0.18.0.0/tests/Spec.hs"
  9219. 2864.42 s [implicit-hie] Phase: patchPhase
  9220. 2864.43 s [fourmolu] Phase: patchPhase
  9221. 2864.43 s [hie-bios] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.XKgJO24e4T/Main.o )
  9222. 2864.45 s [fourmolu] Phase: compileBuildDriverPhase
  9223. 2864.45 s [implicit-hie] Phase: compileBuildDriverPhase
  9224. 2864.46 s [fourmolu] setupCompileFlags: -package-db=/build/tmp.Mc6Hr9rZU3/setup-package.conf.d -threaded
  9225. 2864.47 s [implicit-hie] setupCompileFlags: -package-db=/build/tmp.oXXKfqTlJm/setup-package.conf.d -threaded
  9226. 2864.51 s [hlint] Phase: unpackPhase
  9227. 2864.52 s [hie-bios] [2 of 2] Linking Setup
  9228. 2864.52 s [hlint] unpacking source archive /nix/store/10wkx6p9h2c1h0yyyihk1j18l2d2hkhr-hlint-3.10.tar.gz
  9229. 2864.57 s [fourmolu] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Mc6Hr9rZU3/Main.o )
  9230. 2864.57 s [hlint] source root is hlint-3.10
  9231. 2864.59 s [hlint] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hlint-3.10/tests/wildcards.test"
  9232. 2864.60 s [implicit-hie] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.oXXKfqTlJm/Main.o )
  9233. 2864.61 s [hlint] Phase: patchPhase
  9234. 2864.62 s [hlint] Phase: compileBuildDriverPhase
  9235. 2864.62 s [hlint] setupCompileFlags: -package-db=/build/tmp.dTlY4fR0z2/setup-package.conf.d -threaded
  9236. 2864.65 s [fourmolu] [2 of 2] Linking Setup
  9237. 2864.71 s [implicit-hie] [2 of 2] Linking Setup
  9238. 2864.72 s [hlint] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.dTlY4fR0z2/Main.o )
  9239. 2864.80 s [hlint] [2 of 2] Linking Setup
  9240. 2866.27 s [hie-bios] Phase: updateAutotoolsGnuConfigScriptsPhase
  9241. 2866.30 s [hie-bios] Phase: configurePhase
  9242. 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
  9243. 2866.35 s [hie-bios] Using Parsec parser
  9244. 2866.35 s [hie-bios] Configuring hie-bios-0.14.0...
  9245. 2866.41 s [hie-bios] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  9246. 2866.41 s [hie-bios] 'ghc' version < 9.12):
  9247. 2866.41 s [hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  9248. 2866.41 s [hie-bios] 9.12.1
  9249. 2866.44 s [fourmolu] Phase: updateAutotoolsGnuConfigScriptsPhase
  9250. 2866.47 s [fourmolu] Phase: configurePhase
  9251. 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
  9252. 2866.51 s [fourmolu] Using Parsec parser
  9253. 2866.51 s [fourmolu] Configuring fourmolu-0.18.0.0...
  9254. 2866.55 s [implicit-hie] Phase: updateAutotoolsGnuConfigScriptsPhase
  9255. 2866.58 s [fourmolu] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  9256. 2866.58 s [fourmolu] 'ghc' version < 9.12):
  9257. 2866.58 s [fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  9258. 2866.58 s [fourmolu] 9.12.1
  9259. 2866.58 s [implicit-hie] Phase: configurePhase
  9260. 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
  9261. 2866.62 s [implicit-hie] Using Parsec parser
  9262. 2866.62 s [implicit-hie] Configuring implicit-hie-0.1.4.0...
  9263. 2866.67 s [hlint] Phase: updateAutotoolsGnuConfigScriptsPhase
  9264. 2866.68 s [hlint] Phase: configurePhase
  9265. 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
  9266. 2866.70 s [implicit-hie] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  9267. 2866.70 s [implicit-hie] 'ghc' version < 9.12):
  9268. 2866.70 s [implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  9269. 2866.70 s [implicit-hie] 9.12.1
  9270. 2866.74 s [hlint] Using Parsec parser
  9271. 2866.74 s [hlint] Configuring hlint-3.10...
  9272. 2866.81 s [hlint] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  9273. 2866.81 s [hlint] 'ghc' version < 9.12):
  9274. 2866.81 s [hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  9275. 2866.81 s [hlint] 9.12.1
  9276. 2867.10 s [fourmolu] Flags chosen: dev=False
  9277. 2867.25 s [implicit-hie] Flags chosen: executable=True
  9278. 2867.39 s [hlint] Flags chosen: ghc-lib=True, gpl=True, hsyaml=False, threaded=True
  9279. 2867.42 s [hie-bios] Dependency aeson >=1.4.4 && <2.3: using aeson-2.2.3.0
  9280. 2867.42 s [hie-bios] Dependency base >=4.16 && <5: using base-4.21.0.0
  9281. 2867.42 s [hie-bios] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  9282. 2867.42 s [hie-bios] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.12.2.0
  9283. 2867.42 s [hie-bios] Dependency co-log-core >=0.3.0 && <0.4: using co-log-core-0.3.2.5
  9284. 2867.42 s [hie-bios] Dependency conduit >=1.3 && <2: using conduit-1.3.6.1
  9285. 2867.42 s [hie-bios] Dependency conduit-extra >=1.3 && <2: using conduit-extra-1.3.7
  9286. 2867.42 s [hie-bios] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  9287. 2867.42 s [hie-bios] cryptohash-sha1-0.11.101.0
  9288. 2867.42 s [hie-bios] Dependency deepseq >=1.4.3 && <1.6: using deepseq-1.5.1.0
  9289. 2867.42 s [hie-bios] Dependency directory >=1.3.0 && <1.4: using directory-1.3.9.0
  9290. 2867.42 s [hie-bios] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  9291. 2867.42 s [hie-bios] Dependency extra >=1.6.14 && <1.9: using extra-1.8
  9292. 2867.42 s [hie-bios] Dependency file-embed >=0.0.11 && <1: using file-embed-0.0.16.0
  9293. 2867.42 s [hie-bios] Dependency filepath >=1.4.1 && <1.6: using filepath-1.5.4.0
  9294. 2867.42 s [hie-bios] Dependency ghc >=9.2.1 && <9.13: using ghc-9.12.1
  9295. 2867.42 s [hie-bios] Dependency prettyprinter >=1.6 && <1.7 || >=1.7.0 && <1.8: using
  9296. 2867.42 s [hie-bios] prettyprinter-1.7.1
  9297. 2867.42 s [hie-bios] Dependency template-haskell: using template-haskell-2.23.0.0
  9298. 2867.42 s [hie-bios] Dependency temporary >=1.2 && <1.4: using temporary-1.3
  9299. 2867.42 s [hie-bios] Dependency text >=1.2.3 && <2.2: using text-2.1.2
  9300. 2867.42 s [hie-bios] Dependency time >=1.8.0 && <1.15: using time-1.14
  9301. 2867.42 s [hie-bios] Dependency transformers >=0.5.2 && <0.7: using transformers-0.6.1.2
  9302. 2867.42 s [hie-bios] Dependency unix-compat >=0.5.1 && <0.8: using unix-compat-0.7.4
  9303. 2867.42 s [hie-bios] Dependency unordered-containers >=0.2.9 && <0.3: using
  9304. 2867.42 s [hie-bios] unordered-containers-0.2.20
  9305. 2867.42 s [hie-bios] Dependency yaml >=0.10.0 && <0.12: using yaml-0.11.11.2
  9306. 2867.42 s [hie-bios] Dependency base >=4.16 && <5: using base-4.21.0.0
  9307. 2867.42 s [hie-bios] Dependency co-log-core: using co-log-core-0.3.2.5
  9308. 2867.42 s [hie-bios] Dependency directory: using directory-1.3.9.0
  9309. 2867.42 s [hie-bios] Dependency filepath: using filepath-1.5.4.0
  9310. 2867.42 s [hie-bios] Dependency hie-bios: using hie-bios-0.14.0
  9311. 2867.42 s [hie-bios] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  9312. 2867.42 s [hie-bios] Dependency prettyprinter: using prettyprinter-1.7.1
  9313. 2867.42 s [hie-bios] Source component graph:
  9314. 2867.42 s [hie-bios] component lib
  9315. 2867.42 s [hie-bios] component exe:hie-bios dependency lib
  9316. 2867.42 s [hie-bios] Configured component graph:
  9317. 2867.42 s [hie-bios] component hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  9318. 2867.42 s [hie-bios] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9319. 2867.42 s [hie-bios] include base-4.21.0.0-f068
  9320. 2867.42 s [hie-bios] include base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
  9321. 2867.42 s [hie-bios] include bytestring-0.12.2.0-be6d
  9322. 2867.42 s [hie-bios] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  9323. 2867.42 s [hie-bios] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  9324. 2867.42 s [hie-bios] include conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  9325. 2867.42 s [hie-bios] include cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
  9326. 2867.42 s [hie-bios] include deepseq-1.5.1.0-b096
  9327. 2867.42 s [hie-bios] include directory-1.3.9.0-9eff
  9328. 2867.42 s [hie-bios] include exceptions-0.10.9-5f69
  9329. 2867.42 s [hie-bios] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  9330. 2867.42 s [hie-bios] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9331. 2867.42 s [hie-bios] include filepath-1.5.4.0-7ce6
  9332. 2867.42 s [hie-bios] include ghc-9.12.1-f739
  9333. 2867.42 s [hie-bios] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  9334. 2867.42 s [hie-bios] include template-haskell-2.23.0.0-125a
  9335. 2867.42 s [hie-bios] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  9336. 2867.42 s [hie-bios] include text-2.1.2-5eaa
  9337. 2867.42 s [hie-bios] include time-1.14-f7a8
  9338. 2867.42 s [hie-bios] include transformers-0.6.1.2-199f
  9339. 2867.42 s [hie-bios] include unix-compat-0.7.4-AZmRsPEEGaHGaIjsvDWgZb
  9340. 2867.42 s [hie-bios] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  9341. 2867.42 s [hie-bios] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9342. 2867.42 s [hie-bios] component hie-bios-0.14.0-BmiNvbEF6spL07HG0lE1MR-hie-bios
  9343. 2867.42 s [hie-bios] include base-4.21.0.0-f068
  9344. 2867.42 s [hie-bios] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  9345. 2867.42 s [hie-bios] include directory-1.3.9.0-9eff
  9346. 2867.42 s [hie-bios] include filepath-1.5.4.0-7ce6
  9347. 2867.42 s [hie-bios] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  9348. 2867.42 s [hie-bios] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  9349. 2867.42 s [hie-bios] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  9350. 2867.42 s [hie-bios] Linked component graph:
  9351. 2867.42 s [hie-bios] unit hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  9352. 2867.42 s [hie-bios] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9353. 2867.42 s [hie-bios] include base-4.21.0.0-f068
  9354. 2867.42 s [hie-bios] include base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
  9355. 2867.42 s [hie-bios] include bytestring-0.12.2.0-be6d
  9356. 2867.42 s [hie-bios] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  9357. 2867.42 s [hie-bios] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  9358. 2867.42 s [hie-bios] include conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  9359. 2867.42 s [hie-bios] include cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
  9360. 2867.42 s [hie-bios] include deepseq-1.5.1.0-b096
  9361. 2867.42 s [hie-bios] include directory-1.3.9.0-9eff
  9362. 2867.42 s [hie-bios] include exceptions-0.10.9-5f69
  9363. 2867.42 s [hie-bios] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  9364. 2867.42 s [hie-bios] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9365. 2867.42 s [hie-bios] include filepath-1.5.4.0-7ce6
  9366. 2867.42 s [hie-bios] include ghc-9.12.1-f739
  9367. 2867.42 s [hie-bios] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  9368. 2867.42 s [hie-bios] include template-haskell-2.23.0.0-125a
  9369. 2867.42 s [hie-bios] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  9370. 2867.42 s [hie-bios] include text-2.1.2-5eaa
  9371. 2867.42 s [hie-bios] include time-1.14-f7a8
  9372. 2867.42 s [hie-bios] include transformers-0.6.1.2-199f
  9373. 2867.42 s [hie-bios] include unix-compat-0.7.4-AZmRsPEEGaHGaIjsvDWgZb
  9374. 2867.42 s [hie-bios] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  9375. 2867.42 s [hie-bios] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9376. 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
  9377. 2867.42 s [hie-bios] unit hie-bios-0.14.0-BmiNvbEF6spL07HG0lE1MR-hie-bios
  9378. 2867.42 s [hie-bios] include base-4.21.0.0-f068
  9379. 2867.42 s [hie-bios] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  9380. 2867.42 s [hie-bios] include directory-1.3.9.0-9eff
  9381. 2867.42 s [hie-bios] include filepath-1.5.4.0-7ce6
  9382. 2867.42 s [hie-bios] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  9383. 2867.42 s [hie-bios] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  9384. 2867.42 s [hie-bios] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  9385. 2867.42 s [hie-bios] Ready component graph:
  9386. 2867.42 s [hie-bios] definite hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  9387. 2867.42 s [hie-bios] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9388. 2867.42 s [hie-bios] depends base-4.21.0.0-f068
  9389. 2867.42 s [hie-bios] depends base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
  9390. 2867.42 s [hie-bios] depends bytestring-0.12.2.0-be6d
  9391. 2867.42 s [hie-bios] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  9392. 2867.42 s [hie-bios] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  9393. 2867.42 s [hie-bios] depends conduit-extra-1.3.7-4gCRrwAWQjN1LZw09iYIQ8
  9394. 2867.42 s [hie-bios] depends cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
  9395. 2867.42 s [hie-bios] depends deepseq-1.5.1.0-b096
  9396. 2867.42 s [hie-bios] depends directory-1.3.9.0-9eff
  9397. 2867.42 s [hie-bios] depends exceptions-0.10.9-5f69
  9398. 2867.42 s [hie-bios] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  9399. 2867.42 s [hie-bios] depends file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9400. 2867.42 s [hie-bios] depends filepath-1.5.4.0-7ce6
  9401. 2867.42 s [hie-bios] depends ghc-9.12.1-f739
  9402. 2867.42 s [hie-bios] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  9403. 2867.42 s [hie-bios] depends template-haskell-2.23.0.0-125a
  9404. 2867.42 s [hie-bios] depends temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  9405. 2867.42 s [hie-bios] depends text-2.1.2-5eaa
  9406. 2867.42 s [hie-bios] depends time-1.14-f7a8
  9407. 2867.42 s [hie-bios] depends transformers-0.6.1.2-199f
  9408. 2867.42 s [hie-bios] depends unix-compat-0.7.4-AZmRsPEEGaHGaIjsvDWgZb
  9409. 2867.42 s [hie-bios] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  9410. 2867.42 s [hie-bios] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9411. 2867.42 s [hie-bios] definite hie-bios-0.14.0-BmiNvbEF6spL07HG0lE1MR-hie-bios
  9412. 2867.42 s [hie-bios] depends base-4.21.0.0-f068
  9413. 2867.42 s [hie-bios] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  9414. 2867.43 s [hie-bios] depends directory-1.3.9.0-9eff
  9415. 2867.43 s [hie-bios] depends filepath-1.5.4.0-7ce6
  9416. 2867.43 s [hie-bios] depends hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  9417. 2867.43 s [hie-bios] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  9418. 2867.43 s [hie-bios] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  9419. 2867.43 s [hie-bios] Using Cabal-3.14.1.0 compiled by ghc-9.12
  9420. 2867.43 s [hie-bios] Using compiler: ghc-9.12.1
  9421. 2867.43 s [hie-bios] Using install prefix:
  9422. 2867.43 s [hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0
  9423. 2867.49 s [hie-bios] Executables installed in:
  9424. 2867.49 s [hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin
  9425. 2867.49 s [hie-bios] Libraries installed in:
  9426. 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
  9427. 2867.50 s [hie-bios] Dynamic Libraries installed in:
  9428. 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
  9429. 2867.50 s [hie-bios] Private executables installed in:
  9430. 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
  9431. 2867.50 s [hie-bios] Data files installed in:
  9432. 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
  9433. 2867.50 s [hie-bios] Documentation installed in:
  9434. 2867.50 s [hie-bios] /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc/share/doc/hie-bios-0.14.0
  9435. 2867.50 s [hie-bios] Configuration files installed in:
  9436. 2867.50 s [hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/etc
  9437. 2867.50 s [hie-bios] No alex found
  9438. 2867.50 s [hie-bios] Using ar found on system at:
  9439. 2867.50 s [hie-bios] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  9440. 2867.50 s [hie-bios] No c2hs found
  9441. 2867.50 s [hie-bios] No cpphs found
  9442. 2867.50 s [hie-bios] No doctest found
  9443. 2867.50 s [hie-bios] Using gcc version 14.3.0 given by user at:
  9444. 2867.50 s [hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  9445. 2867.50 s [hie-bios] Using ghc version 9.12.1 found on system at:
  9446. 2867.50 s [hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  9447. 2867.50 s [hie-bios] Using ghc-pkg version 9.12.1 found on system at:
  9448. 2867.50 s [hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  9449. 2867.50 s [hie-bios] No ghcjs found
  9450. 2867.50 s [hie-bios] No ghcjs-pkg found
  9451. 2867.50 s [hie-bios] No greencard found
  9452. 2867.50 s [hie-bios] Using haddock version 2.30.0 found on system at:
  9453. 2867.50 s [hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  9454. 2867.50 s [hie-bios] No happy found
  9455. 2867.50 s [hie-bios] No haskell-suite found
  9456. 2867.50 s [hie-bios] No haskell-suite-pkg found
  9457. 2867.50 s [hie-bios] No hmake found
  9458. 2867.50 s [hie-bios] Using hpc version 0.69 found on system at:
  9459. 2867.50 s [hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  9460. 2867.50 s [hie-bios] Using hsc2hs version 0.68.10 found on system at:
  9461. 2867.50 s [hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  9462. 2867.50 s [hie-bios] Using hscolour version 1.25 found on system at:
  9463. 2867.50 s [hie-bios] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  9464. 2867.50 s [hie-bios] No jhc found
  9465. 2867.50 s [hie-bios] Using ld found on system at:
  9466. 2867.50 s [hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  9467. 2867.50 s [hie-bios] No pkg-config found
  9468. 2867.50 s [hie-bios] Using runghc version 9.12.1 found on system at:
  9469. 2867.50 s [hie-bios] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  9470. 2867.50 s [hie-bios] Using strip version 2.44 found on system at:
  9471. 2867.50 s [hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  9472. 2867.50 s [hie-bios] Using tar found on system at:
  9473. 2867.50 s [hie-bios] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  9474. 2867.50 s [hie-bios] No uhc found
  9475. 2867.64 s [implicit-hie] Dependency attoparsec >=0.13: using attoparsec-0.14.4
  9476. 2867.64 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.21.0.0
  9477. 2867.64 s [implicit-hie] Dependency directory >=1.3: using directory-1.3.9.0
  9478. 2867.64 s [implicit-hie] Dependency filepath >=1.4: using filepath-1.5.4.0
  9479. 2867.64 s [implicit-hie] Dependency filepattern >=0.1: using filepattern-0.1.3
  9480. 2867.64 s [implicit-hie] Dependency text >=1.2: using text-2.1.2
  9481. 2867.64 s [implicit-hie] Dependency transformers >=0.5: using transformers-0.6.1.2
  9482. 2867.64 s [implicit-hie] Dependency yaml >=0.5: using yaml-0.11.11.2
  9483. 2867.64 s [implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
  9484. 2867.64 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.21.0.0
  9485. 2867.64 s [implicit-hie] Dependency directory: using directory-1.3.9.0
  9486. 2867.64 s [implicit-hie] Dependency filepath: using filepath-1.5.4.0
  9487. 2867.64 s [implicit-hie] Dependency filepattern: using filepattern-0.1.3
  9488. 2867.64 s [implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
  9489. 2867.64 s [implicit-hie] Dependency text: using text-2.1.2
  9490. 2867.64 s [implicit-hie] Dependency transformers: using transformers-0.6.1.2
  9491. 2867.64 s [implicit-hie] Dependency yaml: using yaml-0.11.11.2
  9492. 2867.64 s [implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
  9493. 2867.64 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.21.0.0
  9494. 2867.64 s [implicit-hie] Dependency directory: using directory-1.3.9.0
  9495. 2867.64 s [implicit-hie] Dependency filepath: using filepath-1.5.4.0
  9496. 2867.64 s [implicit-hie] Dependency filepattern: using filepattern-0.1.3
  9497. 2867.64 s [implicit-hie] Dependency hspec: using hspec-2.11.12
  9498. 2867.64 s [implicit-hie] Dependency hspec-attoparsec: using hspec-attoparsec-0.1.0.2
  9499. 2867.64 s [implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
  9500. 2867.64 s [implicit-hie] Dependency text: using text-2.1.2
  9501. 2867.64 s [implicit-hie] Dependency transformers: using transformers-0.6.1.2
  9502. 2867.64 s [implicit-hie] Dependency yaml: using yaml-0.11.11.2
  9503. 2867.64 s [implicit-hie] Source component graph:
  9504. 2867.64 s [implicit-hie] component lib
  9505. 2867.64 s [implicit-hie] component exe:gen-hie dependency lib
  9506. 2867.64 s [implicit-hie] component test:implicit-hie-test dependency lib
  9507. 2867.64 s [implicit-hie] Configured component graph:
  9508. 2867.64 s [implicit-hie] component implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9509. 2867.64 s [implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9510. 2867.64 s [implicit-hie] include base-4.21.0.0-f068
  9511. 2867.64 s [implicit-hie] include directory-1.3.9.0-9eff
  9512. 2867.64 s [implicit-hie] include filepath-1.5.4.0-7ce6
  9513. 2867.64 s [implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9514. 2867.64 s [implicit-hie] include text-2.1.2-5eaa
  9515. 2867.64 s [implicit-hie] include transformers-0.6.1.2-199f
  9516. 2867.64 s [implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9517. 2867.64 s [implicit-hie] component implicit-hie-0.1.4.0-3GjKBDGGluB90F2xDzPsXr-gen-hie
  9518. 2867.64 s [implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9519. 2867.64 s [implicit-hie] include base-4.21.0.0-f068
  9520. 2867.64 s [implicit-hie] include directory-1.3.9.0-9eff
  9521. 2867.64 s [implicit-hie] include filepath-1.5.4.0-7ce6
  9522. 2867.64 s [implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9523. 2867.64 s [implicit-hie] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9524. 2867.64 s [implicit-hie] include text-2.1.2-5eaa
  9525. 2867.64 s [implicit-hie] include transformers-0.6.1.2-199f
  9526. 2867.64 s [implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9527. 2867.64 s [implicit-hie] component implicit-hie-0.1.4.0-DfJfBl6YNmjCJVGgyehy9O-implicit-hie-test
  9528. 2867.64 s [implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9529. 2867.64 s [implicit-hie] include base-4.21.0.0-f068
  9530. 2867.64 s [implicit-hie] include directory-1.3.9.0-9eff
  9531. 2867.64 s [implicit-hie] include filepath-1.5.4.0-7ce6
  9532. 2867.64 s [implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9533. 2867.64 s [implicit-hie] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  9534. 2867.64 s [implicit-hie] include hspec-attoparsec-0.1.0.2-LkRjfjOkPUqCqx2Zdb3EN
  9535. 2867.64 s [implicit-hie] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9536. 2867.64 s [implicit-hie] include text-2.1.2-5eaa
  9537. 2867.64 s [implicit-hie] include transformers-0.6.1.2-199f
  9538. 2867.64 s [implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9539. 2867.64 s [implicit-hie] Linked component graph:
  9540. 2867.64 s [implicit-hie] unit implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9541. 2867.64 s [implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9542. 2867.64 s [implicit-hie] include base-4.21.0.0-f068
  9543. 2867.64 s [implicit-hie] include directory-1.3.9.0-9eff
  9544. 2867.64 s [implicit-hie] include filepath-1.5.4.0-7ce6
  9545. 2867.64 s [implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9546. 2867.64 s [implicit-hie] include text-2.1.2-5eaa
  9547. 2867.64 s [implicit-hie] include transformers-0.6.1.2-199f
  9548. 2867.64 s [implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9549. 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
  9550. 2867.64 s [implicit-hie] unit implicit-hie-0.1.4.0-3GjKBDGGluB90F2xDzPsXr-gen-hie
  9551. 2867.64 s [implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9552. 2867.64 s [implicit-hie] include base-4.21.0.0-f068
  9553. 2867.64 s [implicit-hie] include directory-1.3.9.0-9eff
  9554. 2867.64 s [implicit-hie] include filepath-1.5.4.0-7ce6
  9555. 2867.64 s [implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9556. 2867.64 s [implicit-hie] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9557. 2867.64 s [implicit-hie] include text-2.1.2-5eaa
  9558. 2867.64 s [implicit-hie] include transformers-0.6.1.2-199f
  9559. 2867.64 s [implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9560. 2867.64 s [implicit-hie] unit implicit-hie-0.1.4.0-DfJfBl6YNmjCJVGgyehy9O-implicit-hie-test
  9561. 2867.64 s [implicit-hie] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9562. 2867.64 s [implicit-hie] include base-4.21.0.0-f068
  9563. 2867.64 s [implicit-hie] include directory-1.3.9.0-9eff
  9564. 2867.64 s [implicit-hie] include filepath-1.5.4.0-7ce6
  9565. 2867.64 s [implicit-hie] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9566. 2867.64 s [implicit-hie] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  9567. 2867.64 s [implicit-hie] include hspec-attoparsec-0.1.0.2-LkRjfjOkPUqCqx2Zdb3EN
  9568. 2867.64 s [implicit-hie] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9569. 2867.64 s [implicit-hie] include text-2.1.2-5eaa
  9570. 2867.64 s [implicit-hie] include transformers-0.6.1.2-199f
  9571. 2867.64 s [implicit-hie] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9572. 2867.64 s [implicit-hie] Ready component graph:
  9573. 2867.64 s [implicit-hie] definite implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9574. 2867.64 s [implicit-hie] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9575. 2867.64 s [implicit-hie] depends base-4.21.0.0-f068
  9576. 2867.64 s [implicit-hie] depends directory-1.3.9.0-9eff
  9577. 2867.64 s [implicit-hie] depends filepath-1.5.4.0-7ce6
  9578. 2867.64 s [implicit-hie] depends filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9579. 2867.64 s [implicit-hie] depends text-2.1.2-5eaa
  9580. 2867.64 s [implicit-hie] depends transformers-0.6.1.2-199f
  9581. 2867.64 s [implicit-hie] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9582. 2867.64 s [implicit-hie] definite implicit-hie-0.1.4.0-DfJfBl6YNmjCJVGgyehy9O-implicit-hie-test
  9583. 2867.64 s [implicit-hie] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9584. 2867.64 s [implicit-hie] depends base-4.21.0.0-f068
  9585. 2867.64 s [implicit-hie] depends directory-1.3.9.0-9eff
  9586. 2867.64 s [implicit-hie] depends filepath-1.5.4.0-7ce6
  9587. 2867.64 s [implicit-hie] depends filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9588. 2867.64 s [implicit-hie] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  9589. 2867.64 s [implicit-hie] depends hspec-attoparsec-0.1.0.2-LkRjfjOkPUqCqx2Zdb3EN
  9590. 2867.64 s [implicit-hie] depends implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9591. 2867.64 s [implicit-hie] depends text-2.1.2-5eaa
  9592. 2867.64 s [implicit-hie] depends transformers-0.6.1.2-199f
  9593. 2867.64 s [implicit-hie] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9594. 2867.64 s [implicit-hie] definite implicit-hie-0.1.4.0-3GjKBDGGluB90F2xDzPsXr-gen-hie
  9595. 2867.64 s [implicit-hie] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  9596. 2867.64 s [implicit-hie] depends base-4.21.0.0-f068
  9597. 2867.64 s [implicit-hie] depends directory-1.3.9.0-9eff
  9598. 2867.64 s [implicit-hie] depends filepath-1.5.4.0-7ce6
  9599. 2867.64 s [implicit-hie] depends filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9600. 2867.64 s [implicit-hie] depends implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  9601. 2867.64 s [implicit-hie] depends text-2.1.2-5eaa
  9602. 2867.64 s [implicit-hie] depends transformers-0.6.1.2-199f
  9603. 2867.64 s [implicit-hie] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9604. 2867.64 s [implicit-hie] Using Cabal-3.14.1.0 compiled by ghc-9.12
  9605. 2867.64 s [implicit-hie] Using compiler: ghc-9.12.1
  9606. 2867.64 s [implicit-hie] Using install prefix:
  9607. 2867.64 s [implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0
  9608. 2867.64 s [implicit-hie] Executables installed in:
  9609. 2867.64 s [implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin
  9610. 2867.64 s [implicit-hie] Libraries installed in:
  9611. 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
  9612. 2867.64 s [implicit-hie] Dynamic Libraries installed in:
  9613. 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
  9614. 2867.64 s [implicit-hie] Private executables installed in:
  9615. 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
  9616. 2867.64 s [implicit-hie] Data files installed in:
  9617. 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
  9618. 2867.64 s [implicit-hie] Documentation installed in:
  9619. 2867.64 s [implicit-hie] /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc/share/doc/implicit-hie-0.1.4.0
  9620. 2867.64 s [implicit-hie] Configuration files installed in:
  9621. 2867.64 s [implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/etc
  9622. 2867.64 s [implicit-hie] No alex found
  9623. 2867.64 s [implicit-hie] Using ar found on system at:
  9624. 2867.64 s [implicit-hie] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  9625. 2867.64 s [implicit-hie] No c2hs found
  9626. 2867.64 s [implicit-hie] No cpphs found
  9627. 2867.64 s [implicit-hie] No doctest found
  9628. 2867.64 s [implicit-hie] Using gcc version 14.3.0 given by user at:
  9629. 2867.64 s [implicit-hie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  9630. 2867.64 s [implicit-hie] Using ghc version 9.12.1 found on system at:
  9631. 2867.64 s [implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  9632. 2867.64 s [implicit-hie] Using ghc-pkg version 9.12.1 found on system at:
  9633. 2867.64 s [implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  9634. 2867.64 s [implicit-hie] No ghcjs found
  9635. 2867.64 s [implicit-hie] No ghcjs-pkg found
  9636. 2867.64 s [implicit-hie] No greencard found
  9637. 2867.64 s [implicit-hie] Using haddock version 2.30.0 found on system at:
  9638. 2867.64 s [implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  9639. 2867.64 s [implicit-hie] No happy found
  9640. 2867.64 s [implicit-hie] No haskell-suite found
  9641. 2867.64 s [implicit-hie] No haskell-suite-pkg found
  9642. 2867.64 s [implicit-hie] No hmake found
  9643. 2867.64 s [implicit-hie] Using hpc version 0.69 found on system at:
  9644. 2867.68 s [fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.1.0
  9645. 2867.68 s [fourmolu] Dependency Diff >=0.4 && <2: using Diff-1.0.2
  9646. 2867.68 s [fourmolu] Dependency MemoTrie >=0.6 && <0.7: using MemoTrie-0.6.11
  9647. 2867.68 s [fourmolu] Dependency aeson >=1.0 && <3.0: using aeson-2.2.3.0
  9648. 2867.68 s [fourmolu] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.2
  9649. 2867.68 s [fourmolu] Dependency array >=0.5 && <0.6: using array-0.5.8.0
  9650. 2867.68 s [fourmolu] Dependency base >=4.14 && <5: using base-4.21.0.0
  9651. 2867.68 s [fourmolu] Dependency binary >=0.8 && <0.9: using binary-0.8.9.2
  9652. 2867.68 s [fourmolu] Dependency bytestring >=0.2 && <0.13: using bytestring-0.12.2.0
  9653. 2867.68 s [fourmolu] Dependency choice >=0.2.4.1 && <0.3: using choice-0.2.4.1
  9654. 2867.68 s [fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
  9655. 2867.68 s [fourmolu] Dependency directory >=1.3 && <1.4: using directory-1.3.9.0
  9656. 2867.68 s [fourmolu] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
  9657. 2867.68 s [fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
  9658. 2867.68 s [fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
  9659. 2867.68 s [fourmolu] ghc-lib-parser-9.12.2.20250320
  9660. 2867.68 s [fourmolu] Dependency megaparsec >=9: using megaparsec-9.6.1
  9661. 2867.68 s [fourmolu] Dependency mtl >=2 && <3: using mtl-2.3.1
  9662. 2867.68 s [fourmolu] Dependency scientific >=0.3.2 && <1: using scientific-0.3.8.0
  9663. 2867.68 s [fourmolu] Dependency syb >=0.7 && <0.8: using syb-0.7.2.4
  9664. 2867.68 s [fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
  9665. 2867.68 s [fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.1.0
  9666. 2867.68 s [fourmolu] Dependency base >=4.12 && <5: using base-4.21.0.0
  9667. 2867.68 s [fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
  9668. 2867.68 s [fourmolu] Dependency directory >=1.3.3 && <1.4: using directory-1.3.9.0
  9669. 2867.68 s [fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
  9670. 2867.68 s [fourmolu] Dependency fourmolu: using fourmolu-0.18.0.0
  9671. 2867.68 s [fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
  9672. 2867.68 s [fourmolu] ghc-lib-parser-9.12.2.20250320
  9673. 2867.68 s [fourmolu] Dependency optparse-applicative >=0.17 && <0.19: using
  9674. 2867.68 s [fourmolu] optparse-applicative-0.18.1.0
  9675. 2867.68 s [fourmolu] Dependency terminal-size >=0.1 && <0.4: using terminal-size-0.3.4
  9676. 2867.68 s [fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
  9677. 2867.68 s [fourmolu] Dependency th-env >=0.1.1 && <0.2: using th-env-0.1.1
  9678. 2867.68 s [fourmolu] Dependency unliftio >=0.2.10 && <0.3: using unliftio-0.2.25.1
  9679. 2867.68 s [fourmolu] Dependency yaml >=0.11.6.0 && <1: using yaml-0.11.11.2
  9680. 2867.68 s [fourmolu] Source component graph:
  9681. 2867.68 s [fourmolu] component lib
  9682. 2867.68 s [fourmolu] component exe:fourmolu dependency lib
  9683. 2867.68 s [fourmolu] Configured component graph:
  9684. 2867.68 s [fourmolu] component fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
  9685. 2867.68 s [fourmolu] include Cabal-syntax-3.14.1.0-c359
  9686. 2867.68 s [fourmolu] include Diff-1.0.2-5PqLIQgVVgC3BsD374jVQi
  9687. 2867.68 s [fourmolu] include MemoTrie-0.6.11-ESmUIdx3iAQLVXagXaTdqL
  9688. 2867.68 s [fourmolu] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9689. 2867.68 s [fourmolu] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  9690. 2867.68 s [fourmolu] include array-0.5.8.0-038b
  9691. 2867.68 s [fourmolu] include base-4.21.0.0-f068
  9692. 2867.68 s [fourmolu] include binary-0.8.9.2-4b0d
  9693. 2867.68 s [fourmolu] include bytestring-0.12.2.0-be6d
  9694. 2867.68 s [fourmolu] include choice-0.2.4.1-3aj1p9VhBefK22ZexXgbr9
  9695. 2867.68 s [fourmolu] include containers-0.7-647d
  9696. 2867.68 s [fourmolu] include directory-1.3.9.0-9eff
  9697. 2867.68 s [fourmolu] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9698. 2867.68 s [fourmolu] include filepath-1.5.4.0-7ce6
  9699. 2867.68 s [fourmolu] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9700. 2867.68 s [fourmolu] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  9701. 2867.68 s [fourmolu] include mtl-2.3.1-9650
  9702. 2867.68 s [fourmolu] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  9703. 2867.68 s [fourmolu] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  9704. 2867.68 s [fourmolu] include text-2.1.2-5eaa
  9705. 2867.68 s [fourmolu] component fourmolu-0.18.0.0-J3RZHX9q7k3I2pXH4Lqpkc-fourmolu
  9706. 2867.68 s [fourmolu] include Cabal-syntax-3.14.1.0-c359
  9707. 2867.68 s [fourmolu] include base-4.21.0.0-f068
  9708. 2867.69 s [fourmolu] include containers-0.7-647d
  9709. 2867.69 s [fourmolu] include directory-1.3.9.0-9eff
  9710. 2867.69 s [fourmolu] include filepath-1.5.4.0-7ce6
  9711. 2867.69 s [fourmolu] include fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
  9712. 2867.69 s [fourmolu] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9713. 2867.69 s [fourmolu] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  9714. 2867.69 s [fourmolu] include terminal-size-0.3.4-CZRDlwvd1R2zWHGu5lU06
  9715. 2867.69 s [fourmolu] include text-2.1.2-5eaa
  9716. 2867.69 s [fourmolu] include th-env-0.1.1-HWKoOhZBvIr65U1ILBK3p5
  9717. 2867.69 s [fourmolu] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  9718. 2867.69 s [fourmolu] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9719. 2867.69 s [fourmolu] Linked component graph:
  9720. 2867.69 s [fourmolu] unit fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
  9721. 2867.69 s [fourmolu] include Cabal-syntax-3.14.1.0-c359
  9722. 2867.69 s [fourmolu] include Diff-1.0.2-5PqLIQgVVgC3BsD374jVQi
  9723. 2867.69 s [fourmolu] include MemoTrie-0.6.11-ESmUIdx3iAQLVXagXaTdqL
  9724. 2867.69 s [fourmolu] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9725. 2867.69 s [fourmolu] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  9726. 2867.69 s [fourmolu] include array-0.5.8.0-038b
  9727. 2867.69 s [fourmolu] include base-4.21.0.0-f068
  9728. 2867.69 s [fourmolu] include binary-0.8.9.2-4b0d
  9729. 2867.69 s [fourmolu] include bytestring-0.12.2.0-be6d
  9730. 2867.69 s [fourmolu] include choice-0.2.4.1-3aj1p9VhBefK22ZexXgbr9
  9731. 2867.69 s [fourmolu] include containers-0.7-647d
  9732. 2867.69 s [fourmolu] include directory-1.3.9.0-9eff
  9733. 2867.69 s [fourmolu] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9734. 2867.69 s [fourmolu] include filepath-1.5.4.0-7ce6
  9735. 2867.69 s [fourmolu] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9736. 2867.69 s [fourmolu] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  9737. 2867.69 s [fourmolu] include mtl-2.3.1-9650
  9738. 2867.69 s [fourmolu] include scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  9739. 2867.69 s [fourmolu] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  9740. 2867.69 s [fourmolu] include text-2.1.2-5eaa
  9741. 2867.73 s [implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  9742. 2867.73 s [implicit-hie] Using hsc2hs version 0.68.10 found on system at:
  9743. 2867.73 s [implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  9744. 2867.73 s [implicit-hie] Using hscolour version 1.25 found on system at:
  9745. 2867.73 s [implicit-hie] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  9746. 2867.73 s [implicit-hie] No jhc found
  9747. 2867.73 s [implicit-hie] Using ld found on system at:
  9748. 2867.73 s [implicit-hie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  9749. 2867.73 s [implicit-hie] No pkg-config found
  9750. 2867.73 s [implicit-hie] Using runghc version 9.12.1 found on system at:
  9751. 2867.73 s [implicit-hie] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  9752. 2867.73 s [implicit-hie] Using strip version 2.44 found on system at:
  9753. 2867.73 s [implicit-hie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  9754. 2867.73 s [implicit-hie] Using tar found on system at:
  9755. 2867.73 s [implicit-hie] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  9756. 2867.73 s [implicit-hie] No uhc found
  9757. 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
  9758. 2867.75 s [fourmolu] unit fourmolu-0.18.0.0-J3RZHX9q7k3I2pXH4Lqpkc-fourmolu
  9759. 2867.75 s [fourmolu] include Cabal-syntax-3.14.1.0-c359
  9760. 2867.75 s [fourmolu] include base-4.21.0.0-f068
  9761. 2867.75 s [fourmolu] include containers-0.7-647d
  9762. 2867.75 s [fourmolu] include directory-1.3.9.0-9eff
  9763. 2867.75 s [fourmolu] include filepath-1.5.4.0-7ce6
  9764. 2867.75 s [fourmolu] include fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
  9765. 2867.75 s [fourmolu] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9766. 2867.75 s [fourmolu] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  9767. 2867.75 s [fourmolu] include terminal-size-0.3.4-CZRDlwvd1R2zWHGu5lU06
  9768. 2867.75 s [fourmolu] include text-2.1.2-5eaa
  9769. 2867.75 s [fourmolu] include th-env-0.1.1-HWKoOhZBvIr65U1ILBK3p5
  9770. 2867.75 s [fourmolu] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  9771. 2867.75 s [fourmolu] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9772. 2867.75 s [fourmolu] Ready component graph:
  9773. 2867.75 s [fourmolu] definite fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
  9774. 2867.75 s [fourmolu] depends Cabal-syntax-3.14.1.0-c359
  9775. 2867.75 s [fourmolu] depends Diff-1.0.2-5PqLIQgVVgC3BsD374jVQi
  9776. 2867.75 s [fourmolu] depends MemoTrie-0.6.11-ESmUIdx3iAQLVXagXaTdqL
  9777. 2867.75 s [fourmolu] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9778. 2867.75 s [fourmolu] depends ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  9779. 2867.75 s [fourmolu] depends array-0.5.8.0-038b
  9780. 2867.75 s [fourmolu] depends base-4.21.0.0-f068
  9781. 2867.75 s [fourmolu] depends binary-0.8.9.2-4b0d
  9782. 2867.75 s [fourmolu] depends bytestring-0.12.2.0-be6d
  9783. 2867.75 s [fourmolu] depends choice-0.2.4.1-3aj1p9VhBefK22ZexXgbr9
  9784. 2867.75 s [fourmolu] depends containers-0.7-647d
  9785. 2867.75 s [fourmolu] depends directory-1.3.9.0-9eff
  9786. 2867.75 s [fourmolu] depends file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9787. 2867.75 s [fourmolu] depends filepath-1.5.4.0-7ce6
  9788. 2867.75 s [fourmolu] depends ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9789. 2867.75 s [fourmolu] depends megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  9790. 2867.75 s [fourmolu] depends mtl-2.3.1-9650
  9791. 2867.75 s [fourmolu] depends scientific-0.3.8.0-3okI0OjyUAXLySDZVSci1b
  9792. 2867.75 s [fourmolu] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  9793. 2867.75 s [fourmolu] depends text-2.1.2-5eaa
  9794. 2867.75 s [fourmolu] definite fourmolu-0.18.0.0-J3RZHX9q7k3I2pXH4Lqpkc-fourmolu
  9795. 2867.75 s [fourmolu] depends Cabal-syntax-3.14.1.0-c359
  9796. 2867.75 s [fourmolu] depends base-4.21.0.0-f068
  9797. 2867.75 s [fourmolu] depends containers-0.7-647d
  9798. 2867.75 s [fourmolu] depends directory-1.3.9.0-9eff
  9799. 2867.75 s [fourmolu] depends filepath-1.5.4.0-7ce6
  9800. 2867.76 s [fourmolu] depends fourmolu-0.18.0.0-KQP5Kex3Xn15I22g0Re0LG
  9801. 2867.76 s [fourmolu] depends ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9802. 2867.76 s [fourmolu] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  9803. 2867.76 s [fourmolu] depends terminal-size-0.3.4-CZRDlwvd1R2zWHGu5lU06
  9804. 2867.76 s [fourmolu] depends text-2.1.2-5eaa
  9805. 2867.76 s [fourmolu] depends th-env-0.1.1-HWKoOhZBvIr65U1ILBK3p5
  9806. 2867.76 s [fourmolu] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  9807. 2867.76 s [fourmolu] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9808. 2867.76 s [fourmolu] Using Cabal-3.14.1.0 compiled by ghc-9.12
  9809. 2867.76 s [fourmolu] Using compiler: ghc-9.12.1
  9810. 2867.76 s [fourmolu] Using install prefix:
  9811. 2867.76 s [fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0
  9812. 2867.76 s [fourmolu] Executables installed in:
  9813. 2867.76 s [fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin
  9814. 2867.76 s [fourmolu] Libraries installed in:
  9815. 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
  9816. 2867.76 s [fourmolu] Dynamic Libraries installed in:
  9817. 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
  9818. 2867.76 s [fourmolu] Private executables installed in:
  9819. 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
  9820. 2867.76 s [fourmolu] Data files installed in:
  9821. 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
  9822. 2867.76 s [fourmolu] Documentation installed in:
  9823. 2867.76 s [fourmolu] /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc/share/doc/fourmolu-0.18.0.0
  9824. 2867.76 s [fourmolu] Configuration files installed in:
  9825. 2867.76 s [fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/etc
  9826. 2867.76 s [fourmolu] No alex found
  9827. 2867.76 s [fourmolu] Using ar found on system at:
  9828. 2867.76 s [fourmolu] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  9829. 2867.76 s [fourmolu] No c2hs found
  9830. 2867.76 s [fourmolu] No cpphs found
  9831. 2867.76 s [fourmolu] No doctest found
  9832. 2867.76 s [fourmolu] Using gcc version 14.3.0 given by user at:
  9833. 2867.76 s [fourmolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  9834. 2867.76 s [fourmolu] Using ghc version 9.12.1 found on system at:
  9835. 2867.76 s [fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  9836. 2867.76 s [fourmolu] Using ghc-pkg version 9.12.1 found on system at:
  9837. 2867.76 s [fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  9838. 2867.76 s [fourmolu] No ghcjs found
  9839. 2867.76 s [fourmolu] No ghcjs-pkg found
  9840. 2867.76 s [fourmolu] No greencard found
  9841. 2867.76 s [fourmolu] Using haddock version 2.30.0 found on system at:
  9842. 2867.76 s [fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  9843. 2867.76 s [fourmolu] No happy found
  9844. 2867.76 s [fourmolu] No haskell-suite found
  9845. 2867.76 s [fourmolu] No haskell-suite-pkg found
  9846. 2867.76 s [fourmolu] No hmake found
  9847. 2867.76 s [fourmolu] Using hpc version 0.69 found on system at:
  9848. 2867.76 s [fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  9849. 2867.76 s [fourmolu] Using hsc2hs version 0.68.10 found on system at:
  9850. 2867.76 s [fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  9851. 2867.76 s [fourmolu] Using hscolour version 1.25 found on system at:
  9852. 2867.76 s [fourmolu] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  9853. 2867.76 s [fourmolu] No jhc found
  9854. 2867.76 s [fourmolu] Using ld found on system at:
  9855. 2867.76 s [fourmolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  9856. 2867.76 s [fourmolu] No pkg-config found
  9857. 2867.76 s [fourmolu] Using runghc version 9.12.1 found on system at:
  9858. 2867.76 s [fourmolu] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  9859. 2867.76 s [fourmolu] Using strip version 2.44 found on system at:
  9860. 2867.76 s [fourmolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  9861. 2867.76 s [fourmolu] Using tar found on system at:
  9862. 2867.76 s [fourmolu] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  9863. 2867.76 s [fourmolu] No uhc found
  9864. 2867.84 s [hlint] Dependency aeson >=1.3: using aeson-2.2.3.0
  9865. 2867.84 s [hlint] Dependency ansi-terminal >=0.8.1: using ansi-terminal-1.1.2
  9866. 2867.84 s [hlint] Dependency base >=4 && <5: using base-4.21.0.0
  9867. 2867.84 s [hlint] Dependency bytestring: using bytestring-0.12.2.0
  9868. 2867.84 s [hlint] Dependency cmdargs >=0.10.22: using cmdargs-0.10.22
  9869. 2867.84 s [hlint] Dependency containers: using containers-0.7
  9870. 2867.84 s [hlint] Dependency cpphs >=1.20.1: using cpphs-1.20.9.1
  9871. 2867.84 s [hlint] Dependency data-default >=0.3: using data-default-0.7.1.3
  9872. 2867.84 s [hlint] Dependency deriving-aeson >=0.2: using deriving-aeson-0.2.10
  9873. 2867.84 s [hlint] Dependency directory: using directory-1.3.9.0
  9874. 2867.84 s [hlint] Dependency extra >=1.7.3: using extra-1.8
  9875. 2867.84 s [hlint] Dependency file-embed: using file-embed-0.0.16.0
  9876. 2867.84 s [hlint] Dependency filepath: using filepath-1.5.4.0
  9877. 2867.84 s [hlint] Dependency filepattern >=0.1.1: using filepattern-0.1.3
  9878. 2867.84 s [hlint] Dependency ghc-lib-parser >=9.12 && <9.13: using
  9879. 2867.84 s [hlint] ghc-lib-parser-9.12.2.20250320
  9880. 2867.84 s [hlint] Dependency ghc-lib-parser-ex >=9.12.0.0 && <9.13.0: using
  9881. 2867.84 s [hlint] ghc-lib-parser-ex-9.12.0.0
  9882. 2867.84 s [hlint] Dependency hscolour >=1.21: using hscolour-1.25
  9883. 2867.84 s [hlint] Dependency process: using process-1.6.25.0
  9884. 2867.84 s [hlint] Dependency refact >=0.3: using refact-0.3.0.2
  9885. 2867.84 s [hlint] Dependency text: using text-2.1.2
  9886. 2867.84 s [hlint] Dependency transformers: using transformers-0.6.1.2
  9887. 2867.84 s [hlint] Dependency uniplate >=1.5: using uniplate-1.6.13
  9888. 2867.84 s [hlint] Dependency unordered-containers: using unordered-containers-0.2.20
  9889. 2867.84 s [hlint] Dependency utf8-string: using utf8-string-1.0.2
  9890. 2867.84 s [hlint] Dependency vector: using vector-0.13.2.0
  9891. 2867.84 s [hlint] Dependency yaml >=0.5.0: using yaml-0.11.11.2
  9892. 2867.84 s [hlint] Dependency base: using base-4.21.0.0
  9893. 2867.84 s [hlint] Dependency hlint: using hlint-3.10
  9894. 2867.84 s [hlint] Source component graph:
  9895. 2867.84 s [hlint] component lib
  9896. 2867.84 s [hlint] component exe:hlint dependency lib
  9897. 2867.84 s [hlint] Configured component graph:
  9898. 2867.84 s [hlint] component hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
  9899. 2867.84 s [hlint] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9900. 2867.84 s [hlint] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  9901. 2867.84 s [hlint] include base-4.21.0.0-f068
  9902. 2867.84 s [hlint] include bytestring-0.12.2.0-be6d
  9903. 2867.84 s [hlint] include cmdargs-0.10.22-JXXQtElXIhZrgiGpv1pF4
  9904. 2867.84 s [hlint] include containers-0.7-647d
  9905. 2867.84 s [hlint] include cpphs-1.20.9.1-HoqWlBoFHNXJhkIiG6vRz0
  9906. 2867.84 s [hlint] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  9907. 2867.84 s [hlint] include deriving-aeson-0.2.10-4fyM9Z8M5gM9ZEywRSgwkJ
  9908. 2867.84 s [hlint] include directory-1.3.9.0-9eff
  9909. 2867.84 s [hlint] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  9910. 2867.84 s [hlint] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9911. 2867.84 s [hlint] include filepath-1.5.4.0-7ce6
  9912. 2867.84 s [hlint] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9913. 2867.84 s [hlint] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9914. 2867.84 s [hlint] include ghc-lib-parser-ex-9.12.0.0-Keu02lJYFFJFBF0RgIBDK7
  9915. 2867.84 s [hlint] include hscolour-1.25-11r49cmi21465JznnOLtk5
  9916. 2867.84 s [hlint] include process-1.6.25.0-4623
  9917. 2867.84 s [hlint] include refact-0.3.0.2-8PXfdJkC3Ir1ERQ3LzXF3t
  9918. 2867.84 s [hlint] include text-2.1.2-5eaa
  9919. 2867.84 s [hlint] include transformers-0.6.1.2-199f
  9920. 2867.84 s [hlint] include uniplate-1.6.13-FUxzFFPBlAdHMlLdE3pYMr
  9921. 2867.84 s [hlint] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  9922. 2867.84 s [hlint] include utf8-string-1.0.2-Bde2FMp8Wot3q1kRC9IAY4
  9923. 2867.84 s [hlint] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  9924. 2867.84 s [hlint] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9925. 2867.84 s [hlint] component hlint-3.10-6Io4oSSS51THiSrUoGDegO-hlint
  9926. 2867.84 s [hlint] include base-4.21.0.0-f068
  9927. 2867.84 s [hlint] include hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
  9928. 2867.84 s [hlint] Linked component graph:
  9929. 2867.84 s [hlint] unit hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
  9930. 2867.84 s [hlint] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9931. 2867.84 s [hlint] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  9932. 2867.84 s [hlint] include base-4.21.0.0-f068
  9933. 2867.84 s [hlint] include bytestring-0.12.2.0-be6d
  9934. 2867.84 s [hlint] include cmdargs-0.10.22-JXXQtElXIhZrgiGpv1pF4
  9935. 2867.84 s [hlint] include containers-0.7-647d
  9936. 2867.84 s [hlint] include cpphs-1.20.9.1-HoqWlBoFHNXJhkIiG6vRz0
  9937. 2867.84 s [hlint] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  9938. 2867.84 s [hlint] include deriving-aeson-0.2.10-4fyM9Z8M5gM9ZEywRSgwkJ
  9939. 2867.84 s [hlint] include directory-1.3.9.0-9eff
  9940. 2867.84 s [hlint] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  9941. 2867.85 s [hlint] include file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9942. 2867.85 s [hlint] include filepath-1.5.4.0-7ce6
  9943. 2867.85 s [hlint] include filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9944. 2867.85 s [hlint] include ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9945. 2867.85 s [hlint] include ghc-lib-parser-ex-9.12.0.0-Keu02lJYFFJFBF0RgIBDK7
  9946. 2867.85 s [hlint] include hscolour-1.25-11r49cmi21465JznnOLtk5
  9947. 2867.85 s [hlint] include process-1.6.25.0-4623
  9948. 2867.85 s [hlint] include refact-0.3.0.2-8PXfdJkC3Ir1ERQ3LzXF3t
  9949. 2867.85 s [hlint] include text-2.1.2-5eaa
  9950. 2867.85 s [hlint] include transformers-0.6.1.2-199f
  9951. 2867.85 s [hlint] include uniplate-1.6.13-FUxzFFPBlAdHMlLdE3pYMr
  9952. 2867.85 s [hlint] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  9953. 2867.85 s [hlint] include utf8-string-1.0.2-Bde2FMp8Wot3q1kRC9IAY4
  9954. 2867.85 s [hlint] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  9955. 2867.85 s [hlint] include yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9956. 2867.85 s [hlint] Language.Haskell.HLint=hlint-3.10-2lLvXxcFNWnLtDjmofKSXy:Language.Haskell.HLint
  9957. 2867.85 s [hlint] unit hlint-3.10-6Io4oSSS51THiSrUoGDegO-hlint
  9958. 2867.85 s [hlint] include base-4.21.0.0-f068
  9959. 2867.85 s [hlint] include hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
  9960. 2867.85 s [hlint] Ready component graph:
  9961. 2867.85 s [hlint] definite hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
  9962. 2867.85 s [hlint] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  9963. 2867.85 s [hlint] depends ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  9964. 2867.85 s [hlint] depends base-4.21.0.0-f068
  9965. 2867.85 s [hlint] depends bytestring-0.12.2.0-be6d
  9966. 2867.85 s [hlint] depends cmdargs-0.10.22-JXXQtElXIhZrgiGpv1pF4
  9967. 2867.85 s [hlint] depends containers-0.7-647d
  9968. 2867.85 s [hlint] depends cpphs-1.20.9.1-HoqWlBoFHNXJhkIiG6vRz0
  9969. 2867.85 s [hlint] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  9970. 2867.85 s [hlint] depends deriving-aeson-0.2.10-4fyM9Z8M5gM9ZEywRSgwkJ
  9971. 2867.85 s [hlint] depends directory-1.3.9.0-9eff
  9972. 2867.85 s [hlint] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  9973. 2867.85 s [hlint] depends file-embed-0.0.16.0-CKoq3CnbX3t249HogJjwVg
  9974. 2867.85 s [hlint] depends filepath-1.5.4.0-7ce6
  9975. 2867.85 s [hlint] depends filepattern-0.1.3-Bn21Lx8KpPbLU7ybcODUtv
  9976. 2867.85 s [hlint] depends ghc-lib-parser-9.12.2.20250320-1Lp7j9DJ0XOB8b49UXSB7Z
  9977. 2867.85 s [hlint] depends ghc-lib-parser-ex-9.12.0.0-Keu02lJYFFJFBF0RgIBDK7
  9978. 2867.85 s [hlint] depends hscolour-1.25-11r49cmi21465JznnOLtk5
  9979. 2867.85 s [hlint] depends process-1.6.25.0-4623
  9980. 2867.85 s [hlint] depends refact-0.3.0.2-8PXfdJkC3Ir1ERQ3LzXF3t
  9981. 2867.85 s [hlint] depends text-2.1.2-5eaa
  9982. 2867.85 s [hlint] depends transformers-0.6.1.2-199f
  9983. 2867.85 s [hlint] depends uniplate-1.6.13-FUxzFFPBlAdHMlLdE3pYMr
  9984. 2867.85 s [hlint] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  9985. 2867.85 s [hlint] depends utf8-string-1.0.2-Bde2FMp8Wot3q1kRC9IAY4
  9986. 2867.85 s [hlint] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  9987. 2867.85 s [hlint] depends yaml-0.11.11.2-EbzAJ32NHCnA1Bxn11hOrL
  9988. 2867.85 s [hlint] definite hlint-3.10-6Io4oSSS51THiSrUoGDegO-hlint
  9989. 2867.85 s [hlint] depends base-4.21.0.0-f068
  9990. 2867.85 s [hlint] depends hlint-3.10-2lLvXxcFNWnLtDjmofKSXy
  9991. 2867.85 s [hlint] Using Cabal-3.14.1.0 compiled by ghc-9.12
  9992. 2867.85 s [hlint] Using compiler: ghc-9.12.1
  9993. 2867.85 s [hlint] Using install prefix: /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10
  9994. 2867.85 s [hlint] Executables installed in:
  9995. 2867.85 s [hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin
  9996. 2867.85 s [hlint] Libraries installed in:
  9997. 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
  9998. 2867.85 s [hlint] Dynamic Libraries installed in:
  9999. 2867.85 s [hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/lib/ghc-9.12.1/lib/x86_64-linux-ghc-9.12.1-f739
  10000. 2867.85 s [hlint] Private executables installed in:
  10001. 2867.85 s [hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/libexec/x86_64-linux-ghc-9.12.1-f739/hlint-3.10
  10002. 2867.85 s [hlint] Data files installed in:
  10003. 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
  10004. 2867.85 s [hlint] Documentation installed in:
  10005. 2867.85 s [hlint] /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc/share/doc/hlint-3.10
  10006. 2867.85 s [hlint] Configuration files installed in:
  10007. 2867.85 s [hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/etc
  10008. 2867.85 s [hlint] No alex found
  10009. 2867.85 s [hlint] Using ar found on system at:
  10010. 2867.85 s [hlint] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  10011. 2867.85 s [hlint] No c2hs found
  10012. 2867.85 s [hlint] Using cpphs version 1.20.9 found on system at:
  10013. 2867.85 s [hlint] /nix/store/jcw8ljzcfws07li6avqcj2as6pg4ihsc-cpphs-1.20.9.1/bin/cpphs
  10014. 2867.85 s [hlint] No doctest found
  10015. 2867.85 s [hlint] Using gcc version 14.3.0 given by user at:
  10016. 2867.85 s [hlint] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  10017. 2867.85 s [hlint] Using ghc version 9.12.1 found on system at:
  10018. 2867.85 s [hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  10019. 2867.85 s [hlint] Using ghc-pkg version 9.12.1 found on system at:
  10020. 2867.85 s [hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  10021. 2867.85 s [hlint] No ghcjs found
  10022. 2867.85 s [hlint] No ghcjs-pkg found
  10023. 2867.85 s [hlint] No greencard found
  10024. 2867.85 s [hlint] Using haddock version 2.30.0 found on system at:
  10025. 2867.85 s [hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  10026. 2867.85 s [hlint] No happy found
  10027. 2867.85 s [hlint] No haskell-suite found
  10028. 2867.85 s [hlint] No haskell-suite-pkg found
  10029. 2867.85 s [hlint] No hmake found
  10030. 2867.85 s [hlint] Using hpc version 0.69 found on system at:
  10031. 2867.87 s [hie-bios] Phase: buildPhase
  10032. 2867.88 s [hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  10033. 2867.88 s [hlint] Using hsc2hs version 0.68.10 found on system at:
  10034. 2867.88 s [hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  10035. 2867.88 s [hlint] Using hscolour version 1.25 found on system at:
  10036. 2867.88 s [hlint] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  10037. 2867.88 s [hlint] No jhc found
  10038. 2867.88 s [hlint] Using ld found on system at:
  10039. 2867.88 s [hlint] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  10040. 2867.88 s [hlint] No pkg-config found
  10041. 2867.88 s [hlint] Using runghc version 9.12.1 found on system at:
  10042. 2867.88 s [hlint] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  10043. 2867.88 s [hlint] Using strip version 2.44 found on system at:
  10044. 2867.88 s [hlint] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  10045. 2867.88 s [hlint] Using tar found on system at:
  10046. 2867.88 s [hlint] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  10047. 2867.88 s [hlint] No uhc found
  10048. 2868.00 s [hie-bios] Preprocessing library for hie-bios-0.14.0...
  10049. 2868.00 s [hie-bios] Building library for hie-bios-0.14.0...
  10050. 2868.11 s [implicit-hie] Phase: buildPhase
  10051. 2868.14 s [fourmolu] Phase: buildPhase
  10052. 2868.20 s [hlint] Phase: buildPhase
  10053. 2868.23 s [implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
  10054. 2868.23 s [implicit-hie] Building library for implicit-hie-0.1.4.0...
  10055. 2868.23 s [fourmolu] Preprocessing library for fourmolu-0.18.0.0...
  10056. 2868.24 s [fourmolu] Building library for fourmolu-0.18.0.0...
  10057. 2868.35 s [hlint] Preprocessing library for hlint-3.10...
  10058. 2868.36 s [hlint] Building library for hlint-3.10...
  10059. 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 )
  10060. 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 )
  10061. 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 )
  10062. 2868.75 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.o, dist/build/EmbedData.dyn_o )
  10063. 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 )
  10064. 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 )
  10065. 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 )
  10066. 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 )
  10067. 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 )
  10068. 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 )
  10069. 2871.94 s [implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, dist/build/Hie/Cabal/Parser.p_o )
  10070. 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 )
  10071. 2873.12 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.o, dist/build/Extension.dyn_o )
  10072. 2874.00 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.o, dist/build/Fixity.dyn_o )
  10073. 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 )
  10074. 2874.70 s [implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, dist/build/Hie/Locate.p_o )
  10075. 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 )
  10076. 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 )
  10077. 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 )
  10078. 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 )
  10079. 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 )
  10080. 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 )
  10081. 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 )
  10082. 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 )
  10083. 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 )
  10084. 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 )
  10085. 2875.49 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.o, dist/build/HsColour.dyn_o )
  10086. 2875.49 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.o, dist/build/Parallel.dyn_o )
  10087. 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 )
  10088. 2875.49 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.o, dist/build/Refact.dyn_o )
  10089. 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 )
  10090. 2875.50 s [implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, dist/build/Hie/Yaml.p_o )
  10091. 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 )
  10092. 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 )
  10093. 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 )
  10094. 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 )
  10095. 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 )
  10096. 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 )
  10097. 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 )
  10098. 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 )
  10099. 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 )
  10100. 2876.06 s [hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning: [GHC-62161] [-Wincomplete-patterns]
  10101. 2876.06 s [hie-bios] Pattern match(es) are non-exhaustive
  10102. 2876.06 s [hie-bios] In an equation for ‘appendLogRef’:
  10103. 2876.06 s [hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
  10104. 2876.06 s [hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
  10105. 2876.06 s [hie-bios] _ _ (LogRef _) _ MCOutput _ _
  10106. 2876.06 s [hie-bios] _ _ (LogRef _) _ MCFatal _ _
  10107. 2876.06 s [hie-bios] _ _ (LogRef _) _ MCInteractive _ _
  10108. 2876.06 s [hie-bios] _ _ (LogRef _) _ MCDump _ _
  10109. 2876.06 s [hie-bios] ...
  10110. 2876.06 s [hie-bios] |
  10111. 2876.06 s [hie-bios] 48 | appendLogRef df style (LogRef ref) _
  10112. 2876.06 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  10113. 2876.06 s [hie-bios]
  10114. 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 )
  10115. 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 )
  10116. 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 )
  10117. 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 )
  10118. 2876.21 s [hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning: [GHC-40910] [-Wunused-top-binds]
  10119. 2876.21 s [hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
  10120. 2876.21 s [hie-bios] |
  10121. 2876.21 s [hie-bios] 145 | { cradleRoot :: FilePath
  10122. 2876.21 s [hie-bios] | ^^^^^^^^^^
  10123. 2876.21 s [hie-bios]
  10124. 2876.21 s [hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning: [GHC-40910] [-Wunused-top-binds]
  10125. 2876.21 s [hie-bios] Defined but not used:
  10126. 2876.21 s [hie-bios] record field of ResolvedCradles ‘resolvedCradles’
  10127. 2876.21 s [hie-bios] |
  10128. 2876.21 s [hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
  10129. 2876.21 s [hie-bios] | ^^^^^^^^^^^^^^^
  10130. 2876.21 s [hie-bios]
  10131. 2876.21 s [hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning: [GHC-40910] [-Wunused-top-binds]
  10132. 2876.21 s [hie-bios] Defined but not used:
  10133. 2876.21 s [hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
  10134. 2876.21 s [hie-bios] |
  10135. 2876.21 s [hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
  10136. 2876.21 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
  10137. 2876.21 s [hie-bios]
  10138. 2876.30 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.o, dist/build/Timing.dyn_o )
  10139. 2876.30 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
  10140. 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 )
  10141. 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 )
  10142. 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 )
  10143. 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 )
  10144. 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 )
  10145. 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 )
  10146. 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 )
  10147. 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 )
  10148. 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 )
  10149. 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 )
  10150. 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 )
  10151. 2878.34 s [implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  10152. 2878.34 s [implicit-hie] Building test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  10153. 2878.52 s [implicit-hie] [1 of 2] Compiling Main ( test/Spec.hs, dist/build/implicit-hie-test/implicit-hie-test-tmp/Main.o )
  10154. 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 )
  10155. 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 )
  10156. 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 )
  10157. 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 )
  10158. 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 )
  10159. 2880.15 s [implicit-hie] [3 of 3] Linking dist/build/implicit-hie-test/implicit-hie-test
  10160. 2880.86 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.o, dist/build/Idea.dyn_o )
  10161. 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 )
  10162. 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 )
  10163. 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 )
  10164. 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 )
  10165. 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 )
  10166. 2881.39 s [implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
  10167. 2881.39 s [implicit-hie] Building executable 'gen-hie' for implicit-hie-0.1.4.0...
  10168. 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 )
  10169. 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 )
  10170. 2881.62 s [implicit-hie] [1 of 2] Compiling Main ( app/Main.hs, dist/build/gen-hie/gen-hie-tmp/Main.o )
  10171. 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 )
  10172. 2882.44 s [implicit-hie] [3 of 3] Linking dist/build/gen-hie/gen-hie
  10173. 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 )
  10174. 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 )
  10175. 2883.92 s [implicit-hie] Phase: checkPhase
  10176. 2884.54 s [implicit-hie] Running 1 test suites...
  10177. 2884.54 s [implicit-hie] Test suite implicit-hie-test: RUNNING...
  10178. 2884.58 s [implicit-hie]
  10179. 2884.58 s [implicit-hie] Should Succeed
  10180. 2884.58 s [implicit-hie] successfully parses executable section [✔]
  10181. 2884.58 s [implicit-hie] Should Succeed
  10182. 2884.58 s [implicit-hie] successfully parses test section [✔]
  10183. 2884.58 s [implicit-hie] Should Succeed
  10184. 2884.58 s [implicit-hie] successfully parses library section [✔]
  10185. 2884.58 s [implicit-hie] Should Succeed
  10186. 2884.58 s [implicit-hie] successfully parses library section with 2 hs-source-dirs [✔]
  10187. 2884.58 s [implicit-hie] Should Succeed
  10188. 2884.58 s [implicit-hie] successfully parses library section with 2 paths under hs-source-dirs [✔]
  10189. 2884.58 s [implicit-hie] Should Succeed
  10190. 2884.58 s [implicit-hie] successfully parses bench section [✔]
  10191. 2884.58 s [implicit-hie] Should Succeed
  10192. 2884.59 s [implicit-hie] successfully parses package [✔]
  10193. 2884.59 s [implicit-hie] Should Succeed
  10194. 2884.59 s [implicit-hie] skips to end of block section [✔]
  10195. 2884.59 s [implicit-hie] Should Succeed
  10196. 2884.59 s [implicit-hie] successfully generates stack hie.yaml [✔]
  10197. 2884.59 s [implicit-hie] Should Succeed
  10198. 2884.60 s [implicit-hie] successfully generates cabal hie.yaml for haskell-language-server [✔]
  10199. 2884.60 s [implicit-hie] Should Succeed
  10200. 2884.60 s [implicit-hie] successfully parses comma list [✔]
  10201. 2884.60 s [implicit-hie] Should Succeed
  10202. 2884.60 s [implicit-hie] successfully parses newline list [✔]
  10203. 2884.60 s [implicit-hie] Should Succeed
  10204. 2884.60 s [implicit-hie] successfully parses newline comma list [✔]
  10205. 2884.60 s [implicit-hie] Should Succeed
  10206. 2884.60 s [implicit-hie] quoted list [✔]
  10207. 2884.60 s [implicit-hie] Should Succeed
  10208. 2884.60 s [implicit-hie] list with leading commas [✔]
  10209. 2884.60 s [implicit-hie] Should Succeed
  10210. 2884.60 s [implicit-hie] list with a comment [✔]
  10211. 2884.60 s [implicit-hie] Should Succeed
  10212. 2884.60 s [implicit-hie] list2 with a comment [✔]
  10213. 2884.60 s [implicit-hie] Should Succeed
  10214. 2884.60 s [implicit-hie] list3 with a comment [✔]
  10215. 2884.60 s [implicit-hie] Should Succeed
  10216. 2884.60 s [implicit-hie] list4 with a comment [✔]
  10217. 2884.60 s [implicit-hie] Should Succeed
  10218. 2884.60 s [implicit-hie] list5 with a comment [✔]
  10219. 2884.60 s [implicit-hie] Should Succeed
  10220. 2884.60 s [implicit-hie] succesfully parses exe component with other-modules containing dots [✔]
  10221. 2884.60 s [implicit-hie] Should Succeed
  10222. 2884.60 s [implicit-hie] succesfully parses single other-modules [✔]
  10223. 2884.60 s [implicit-hie] Should Succeed
  10224. 2884.60 s [implicit-hie] succesfully parses empty other-modules1 [✔]
  10225. 2884.60 s [implicit-hie] Should Succeed
  10226. 2884.60 s [implicit-hie] succesfully parses empty other-modules2 [✔]
  10227. 2884.60 s [implicit-hie]
  10228. 2884.60 s [implicit-hie] Finished in 0.0193 seconds
  10229. 2884.60 s [implicit-hie] 24 examples, 0 failures
  10230. 2884.61 s [implicit-hie] Test suite implicit-hie-test: PASS
  10231. 2884.61 s [implicit-hie] Test suite logged to: dist/test/implicit-hie-0.1.4.0-implicit-hie-test.log
  10232. 2884.61 s [implicit-hie] 1 of 1 test suites (1 of 1 test cases) passed.
  10233. 2884.63 s [implicit-hie] Phase: haddockPhase
  10234. 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 )
  10235. 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 )
  10236. 2885.44 s [hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.p_o )
  10237. 2885.63 s [implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
  10238. 2885.63 s [implicit-hie] Running Haddock on library for implicit-hie-0.1.4.0...
  10239. 2885.64 s [implicit-hie] Warning: The documentation for the following packages are not installed. No
  10240. 2885.64 s [implicit-hie] links will be generated to these packages: attoparsec-0.14.4,
  10241. 2885.64 s [implicit-hie] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  10242. 2886.42 s [implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, nothing ) [HIE file is missing]
  10243. 2886.72 s [implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, nothing ) [HIE file is missing]
  10244. 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 )
  10245. 2886.99 s [implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, nothing ) [HIE file is missing]
  10246. 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 )
  10247. 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 )
  10248. 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 )
  10249. 2887.00 s [hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.p_o )
  10250. 2887.00 s [hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.p_o )
  10251. 2887.00 s [hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.p_o )
  10252. 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 )
  10253. 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 )
  10254. 2887.00 s [hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning: [GHC-62161] [-Wincomplete-patterns]
  10255. 2887.00 s [hie-bios] Pattern match(es) are non-exhaustive
  10256. 2887.00 s [hie-bios] In an equation for ‘appendLogRef’:
  10257. 2887.00 s [hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
  10258. 2887.00 s [hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
  10259. 2887.00 s [hie-bios] _ _ (LogRef _) _ MCOutput _ _
  10260. 2887.00 s [hie-bios] _ _ (LogRef _) _ MCFatal _ _
  10261. 2887.00 s [hie-bios] _ _ (LogRef _) _ MCInteractive _ _
  10262. 2887.00 s [hie-bios] _ _ (LogRef _) _ MCDump _ _
  10263. 2887.00 s [hie-bios] ...
  10264. 2887.00 s [hie-bios] |
  10265. 2887.00 s [hie-bios] 48 | appendLogRef df style (LogRef ref) _
  10266. 2887.00 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  10267. 2887.00 s [hie-bios]
  10268. 2887.01 s [implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, nothing ) [HIE file is missing]
  10269. 2887.03 s [implicit-hie] Haddock coverage:
  10270. 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 )
  10271. 2887.33 s [implicit-hie] 5% ( 2 / 35) in 'Hie.Cabal.Parser'
  10272. 2887.33 s [implicit-hie] Missing documentation for:
  10273. 2887.33 s [implicit-hie] Module header
  10274. 2887.33 s [implicit-hie] Name (src/Hie/Cabal/Parser.hs:16)
  10275. 2887.33 s [implicit-hie] Path (src/Hie/Cabal/Parser.hs:18)
  10276. 2887.33 s [implicit-hie] Indent (src/Hie/Cabal/Parser.hs:20)
  10277. 2887.33 s [implicit-hie] Package (src/Hie/Cabal/Parser.hs:22)
  10278. 2887.33 s [implicit-hie] CompType (src/Hie/Cabal/Parser.hs:25)
  10279. 2887.33 s [implicit-hie] Component (src/Hie/Cabal/Parser.hs:28)
  10280. 2887.33 s [implicit-hie] parsePackage' (src/Hie/Cabal/Parser.hs:33)
  10281. 2887.33 s [implicit-hie] skipFreeformField (src/Hie/Cabal/Parser.hs:42)
  10282. 2887.33 s [implicit-hie] parsePackage (src/Hie/Cabal/Parser.hs:58)
  10283. 2887.33 s [implicit-hie] componentHeader (src/Hie/Cabal/Parser.hs:74)
  10284. 2887.34 s [implicit-hie] parseComponent (src/Hie/Cabal/Parser.hs:83)
  10285. 2887.34 s [implicit-hie] parseLib (src/Hie/Cabal/Parser.hs:90)
  10286. 2887.34 s [implicit-hie] parseTestSuite (src/Hie/Cabal/Parser.hs:95)
  10287. 2887.34 s [implicit-hie] parseExe (src/Hie/Cabal/Parser.hs:98)
  10288. 2887.34 s [implicit-hie] parseBench (src/Hie/Cabal/Parser.hs:101)
  10289. 2887.34 s [implicit-hie] parseSecMain (src/Hie/Cabal/Parser.hs:104)
  10290. 2887.34 s [implicit-hie] parseQuoted (src/Hie/Cabal/Parser.hs:110)
  10291. 2887.34 s [implicit-hie] parseString (src/Hie/Cabal/Parser.hs:117)
  10292. 2887.34 s [implicit-hie] unqualName (src/Hie/Cabal/Parser.hs:120)
  10293. 2887.34 s [implicit-hie] pathMain (src/Hie/Cabal/Parser.hs:146)
  10294. 2887.34 s [implicit-hie] <//> (src/Hie/Cabal/Parser.hs:162)
  10295. 2887.34 s [implicit-hie] parseSec (src/Hie/Cabal/Parser.hs:167)
  10296. 2887.34 s [implicit-hie] skipToNextLine (src/Hie/Cabal/Parser.hs:174)
  10297. 2887.34 s [implicit-hie] skipBlock (src/Hie/Cabal/Parser.hs:177)
  10298. 2887.34 s [implicit-hie] comment (src/Hie/Cabal/Parser.hs:180)
  10299. 2887.34 s [implicit-hie] skipBlockLine (src/Hie/Cabal/Parser.hs:183)
  10300. 2887.34 s [implicit-hie] emptyOrComLine (src/Hie/Cabal/Parser.hs:186)
  10301. 2887.34 s [implicit-hie] tabOrSpace (src/Hie/Cabal/Parser.hs:189)
  10302. 2887.34 s [implicit-hie] hsSourceDir (src/Hie/Cabal/Parser.hs:192)
  10303. 2887.34 s [implicit-hie] field (src/Hie/Cabal/Parser.hs:200)
  10304. 2887.34 s [implicit-hie] extractPath (src/Hie/Cabal/Parser.hs:212)
  10305. 2887.34 s [implicit-hie] extractPkgs (src/Hie/Cabal/Parser.hs:225)
  10306. 2887.34 s [implicit-hie] 0% ( 0 / 4) in 'Hie.Locate'
  10307. 2887.34 s [implicit-hie] Missing documentation for:
  10308. 2887.34 s [implicit-hie] Module header
  10309. 2887.34 s [implicit-hie] nestedPkg (src/Hie/Locate.hs:67)
  10310. 2887.34 s [implicit-hie] stackYamlPkgs (src/Hie/Locate.hs:34)
  10311. 2887.34 s [implicit-hie] cabalPkgs (src/Hie/Locate.hs:44)
  10312. 2887.34 s [implicit-hie] 0% ( 0 / 6) in 'Hie.Yaml'
  10313. 2887.34 s [implicit-hie] Missing documentation for:
  10314. 2887.34 s [implicit-hie] Module header
  10315. 2887.34 s [implicit-hie] hieYaml (src/Hie/Yaml.hs:16)
  10316. 2887.34 s [implicit-hie] fmtComponent (src/Hie/Yaml.hs:46)
  10317. 2887.34 s [implicit-hie] fmtPkgs (src/Hie/Yaml.hs:58)
  10318. 2887.34 s [implicit-hie] cabalComponent (src/Hie/Yaml.hs:32)
  10319. 2887.34 s [implicit-hie] stackComponent (src/Hie/Yaml.hs:39)
  10320. 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 )
  10321. 2887.72 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.o, dist/build/SARIF.dyn_o )
  10322. 2887.72 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.o, dist/build/Report.dyn_o )
  10323. 2887.72 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.o, dist/build/CC.dyn_o )
  10324. 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 )
  10325. 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 )
  10326. 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 )
  10327. 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 )
  10328. 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 )
  10329. 2888.09 s [hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.p_o )
  10330. 2888.09 s [hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.p_o )
  10331. 2888.09 s [hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning: [GHC-40910] [-Wunused-top-binds]
  10332. 2888.09 s [hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
  10333. 2888.09 s [hie-bios] |
  10334. 2888.09 s [hie-bios] 145 | { cradleRoot :: FilePath
  10335. 2888.09 s [hie-bios] | ^^^^^^^^^^
  10336. 2888.09 s [hie-bios]
  10337. 2888.09 s [hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning: [GHC-40910] [-Wunused-top-binds]
  10338. 2888.09 s [hie-bios] Defined but not used:
  10339. 2888.09 s [hie-bios] record field of ResolvedCradles ‘resolvedCradles’
  10340. 2888.09 s [hie-bios] |
  10341. 2888.09 s [hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
  10342. 2888.09 s [hie-bios] | ^^^^^^^^^^^^^^^
  10343. 2888.09 s [hie-bios]
  10344. 2888.09 s [hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning: [GHC-40910] [-Wunused-top-binds]
  10345. 2888.09 s [hie-bios] Defined but not used:
  10346. 2888.09 s [hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
  10347. 2888.09 s [hie-bios] |
  10348. 2888.09 s [hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
  10349. 2888.09 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
  10350. 2888.09 s [hie-bios]
  10351. 2888.23 s [implicit-hie] Warning: Hie.Cabal.Parser: could not find link destinations for:
  10352. 2888.23 s [implicit-hie] - Data.Attoparsec.Text.Internal.Parser
  10353. 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 )
  10354. 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 )
  10355. 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 )
  10356. 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 )
  10357. 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 )
  10358. 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 )
  10359. 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 )
  10360. 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 )
  10361. 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 )
  10362. 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 )
  10363. 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 )
  10364. 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 )
  10365. 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 )
  10366. 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 )
  10367. 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 )
  10368. 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 )
  10369. 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 )
  10370. 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 )
  10371. 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 )
  10372. 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 )
  10373. 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 )
  10374. 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 )
  10375. 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 )
  10376. 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 )
  10377. 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 )
  10378. 2889.60 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.o, dist/build/CmdLine.dyn_o )
  10379. 2889.60 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.o, dist/build/Apply.dyn_o )
  10380. 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 )
  10381. 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 )
  10382. 2890.48 s [hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.p_o )
  10383. 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 )
  10384. 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 )
  10385. 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 )
  10386. 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 )
  10387. 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 )
  10388. 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 )
  10389. 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 )
  10390. 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 )
  10391. 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 )
  10392. 2891.50 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.o, dist/build/Summary.dyn_o )
  10393. 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 )
  10394. 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 )
  10395. 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 )
  10396. 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 )
  10397. 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 )
  10398. 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 )
  10399. 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 )
  10400. 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 )
  10401. 2897.61 s [hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.14.0...
  10402. 2897.61 s [hie-bios] Building executable 'hie-bios' for hie-bios-0.14.0...
  10403. 2897.64 s [implicit-hie] Documentation created: dist/doc/html/implicit-hie,
  10404. 2897.65 s [implicit-hie] dist/doc/html/implicit-hie/implicit-hie.txt
  10405. 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 )
  10406. 2898.00 s [hie-bios] [2 of 2] Compiling Main ( exe/Main.hs, dist/build/hie-bios/hie-bios-tmp/Main.o )
  10407. 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 )
  10408. 2898.52 s [implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  10409. 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 )
  10410. 2899.20 s [hie-bios] [3 of 3] Linking dist/build/hie-bios/hie-bios
  10411. 2899.31 s [implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
  10412. 2899.42 s [implicit-hie] Phase: installPhase
  10413. 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
  10414. 2899.63 s [implicit-hie] Installing executable gen-hie in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin
  10415. 2899.63 s [implicit-hie] Warning: The directory
  10416. 2899.63 s [implicit-hie] /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin is not in
  10417. 2899.63 s [implicit-hie] the system search path.
  10418. 2899.77 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.o, dist/build/HLint.dyn_o )
  10419. 2900.04 s [implicit-hie] Phase: fixupPhase
  10420. 2900.13 s [implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0
  10421. 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
  10422. 2900.16 s [implicit-hie] shrinking /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0/bin/gen-hie
  10423. 2900.18 s [implicit-hie] checking for references to /build/ in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0...
  10424. 2900.22 s [implicit-hie] patching script interpreter paths in /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0
  10425. 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
  10426. 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 )
  10427. 2900.45 s [implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc
  10428. 2900.46 s [implicit-hie] checking for references to /build/ in /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc...
  10429. 2900.48 s [implicit-hie] patching script interpreter paths in /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc
  10430. 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
  10431. 2901.90 s [implicit-hie:post-build] Pushing 2 paths (186 are already present) using zstd to cache sellout ⏳
  10432. 2901.90 s [implicit-hie:post-build]
  10433. 2902.26 s [implicit-hie:post-build] Pushing /nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0 (4.46 MiB)
  10434. 2902.34 s [implicit-hie:post-build] Pushing /nix/store/cxnzglzj3nj62bqwdykp3sh72ac8m9w0-implicit-hie-0.1.4.0-doc (474.79 KiB)
  10435. 2903.58 s [implicit-hie:post-build]
  10436. 2903.58 s [implicit-hie:post-build] All done.
  10437. 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
  10438. 2904.41 s [implicit-hie:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10439. 2904.82 s [implicit-hie:post-build] copying 2 paths...
  10440. 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'...
  10441. 2905.05 s [implicit-hie:post-build] copying path '/nix/store/g01wfxahai0zpym0p3m0a9p0045kypv3-implicit-hie-0.1.4.0' to 'https://cache.nix-ci.com'...
  10442. 2907.70 s [implicit-hie:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10443. 2908.00 s [implicit-hie:post-build] copying 1 paths...
  10444. 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'...
  10445. 2908.33 s Progress: 153 of 170 built (4 building), 375 of 375 downloaded from cache
  10446. 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 )
  10447. 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 )
  10448. 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 )
  10449. 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 )
  10450. 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 )
  10451. 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 )
  10452. 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 )
  10453. 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 )
  10454. 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 )
  10455. 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 )
  10456. 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 )
  10457. 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 )
  10458. 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 )
  10459. 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 )
  10460. 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 )
  10461. 2908.34 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.o, dist/build/Ormolu.dyn_o )
  10462. 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 )
  10463. 2908.34 s [fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.p_o )
  10464. 2908.34 s [fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.p_o )
  10465. 2908.34 s [fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.p_o )
  10466. 2908.34 s [hie-bios] buildPhase completed in 38 seconds
  10467. 2908.34 s [hie-bios] Phase: haddockPhase
  10468. 2908.34 s [hie-bios] Preprocessing library for hie-bios-0.14.0...
  10469. 2908.34 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.p_o )
  10470. 2908.34 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.p_o )
  10471. 2908.34 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.p_o )
  10472. 2908.34 s [hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, dist/build/GHC/Util/ApiAnnotation.p_o )
  10473. 2908.34 s [hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, dist/build/GHC/Util/Brackets.p_o )
  10474. 2908.34 s [hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, dist/build/GHC/Util/DynFlags.p_o )
  10475. 2908.34 s [hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, dist/build/GHC/Util/FreeVars.p_o )
  10476. 2908.34 s [hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, dist/build/GHC/Util/HsDecl.p_o )
  10477. 2908.34 s [hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, dist/build/GHC/Util/Scope.p_o )
  10478. 2908.34 s [hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, dist/build/GHC/Util/SrcLoc.p_o )
  10479. 2908.34 s [hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, dist/build/GHC/Util/View.p_o )
  10480. 2908.34 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.p_o )
  10481. 2908.34 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.p_o )
  10482. 2908.34 s [hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.p_o )
  10483. 2908.34 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.p_o )
  10484. 2908.34 s [hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, dist/build/GHC/Util/HsExpr.p_o )
  10485. 2908.34 s [lsp-types] Preprocessing library 'metamodel' for lsp-types-2.3.0.1...
  10486. 2908.34 s [lsp-types] Building library 'metamodel' for lsp-types-2.3.0.1...
  10487. 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 )
  10488. 2908.34 s [hie-bios] Running Haddock on library for hie-bios-0.14.0...
  10489. 2908.35 s [hie-bios] Warning: The documentation for the following packages are not installed. No
  10490. 2908.35 s [hie-bios] links will be generated to these packages: attoparsec-0.14.4,
  10491. 2908.35 s [hie-bios] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  10492. 2908.38 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.p_o )
  10493. 2908.38 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.p_o )
  10494. 2908.38 s [hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, dist/build/GHC/Util/Unify.p_o )
  10495. 2908.67 s [fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.p_o )
  10496. 2908.67 s [fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.p_o )
  10497. 2909.56 s [hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.p_o )
  10498. 2909.59 s [hie-bios] [ 1 of 16] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, nothing ) [HIE file is missing]
  10499. 2910.02 s [hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.p_o )
  10500. 2910.52 s [hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, nothing ) [HIE file is missing]
  10501. 2910.63 s [fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.p_o )
  10502. 2910.70 s [hie-bios] [ 3 of 16] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, nothing ) [HIE file is missing]
  10503. 2910.90 s [fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.p_o )
  10504. 2912.02 s [hie-bios] [ 4 of 16] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, nothing ) [HIE file is missing]
  10505. 2912.06 s [hie-bios] [ 5 of 16] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, nothing ) [HIE file is missing]
  10506. 2912.66 s [hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, nothing ) [HIE file is missing]
  10507. 2912.67 s [fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.p_o )
  10508. 2912.89 s [hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, nothing ) [HIE file is missing]
  10509. 2912.90 s [hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, nothing ) [HIE file is missing]
  10510. 2913.06 s [hie-bios] [ 9 of 16] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, nothing ) [HIE file is missing]
  10511. 2913.11 s [hie-bios] [10 of 16] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, nothing ) [HIE file is missing]
  10512. 2913.19 s [hie-bios] [11 of 16] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, nothing ) [HIE file is missing]
  10513. 2913.24 s [hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, nothing ) [HIE file is missing]
  10514. 2913.37 s [fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.p_o )
  10515. 2913.37 s [fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.p_o )
  10516. 2913.63 s [hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, nothing ) [HIE file is missing]
  10517. 2913.88 s [fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.p_o )
  10518. 2913.88 s [fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.p_o )
  10519. 2913.88 s [fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.p_o )
  10520. 2914.19 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.p_o )
  10521. 2914.45 s [fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.p_o )
  10522. 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 )
  10523. 2914.68 s [hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning: [GHC-40910] [-Wunused-top-binds]
  10524. 2914.69 s [hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
  10525. 2914.69 s [hie-bios] |
  10526. 2914.69 s [hie-bios] 145 | { cradleRoot :: FilePath
  10527. 2914.69 s [hie-bios] | ^^^^^^^^^^
  10528. 2914.69 s [hie-bios]
  10529. 2914.69 s [hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning: [GHC-40910] [-Wunused-top-binds]
  10530. 2914.69 s [hie-bios] Defined but not used:
  10531. 2914.69 s [hie-bios] record field of ResolvedCradles ‘resolvedCradles’
  10532. 2914.69 s [hie-bios] |
  10533. 2914.69 s [hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
  10534. 2914.69 s [hie-bios] | ^^^^^^^^^^^^^^^
  10535. 2914.69 s [hie-bios]
  10536. 2914.69 s [hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning: [GHC-40910] [-Wunused-top-binds]
  10537. 2914.69 s [hie-bios] Defined but not used:
  10538. 2914.69 s [hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
  10539. 2914.69 s [hie-bios] |
  10540. 2914.69 s [hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
  10541. 2914.69 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
  10542. 2914.69 s [hie-bios]
  10543. 2914.70 s [hie-bios] [14 of 16] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, nothing ) [HIE file is missing]
  10544. 2914.74 s [hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, nothing ) [HIE file is missing]
  10545. 2914.75 s [hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, nothing ) [HIE file is missing]
  10546. 2914.76 s [hie-bios] Haddock coverage:
  10547. 2914.91 s [hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.p_o )
  10548. 2915.11 s [hie-bios] 7% ( 1 / 14) in 'HIE.Bios.Config.YAML'
  10549. 2915.11 s [hie-bios] Missing documentation for:
  10550. 2915.12 s [hie-bios] CradleConfigYAML (src/HIE/Bios/Config/YAML.hs:62)
  10551. 2915.12 s [hie-bios] CradleComponent (src/HIE/Bios/Config/YAML.hs:67)
  10552. 2915.12 s [hie-bios] MultiSubComponent (src/HIE/Bios/Config/YAML.hs:99)
  10553. 2915.12 s [hie-bios] CabalConfig (src/HIE/Bios/Config/YAML.hs:104)
  10554. 2915.12 s [hie-bios] CabalComponent (src/HIE/Bios/Config/YAML.hs:118)
  10555. 2915.12 s [hie-bios] StackConfig (src/HIE/Bios/Config/YAML.hs:134)
  10556. 2915.12 s [hie-bios] StackComponent (src/HIE/Bios/Config/YAML.hs:139)
  10557. 2915.12 s [hie-bios] DirectConfig (src/HIE/Bios/Config/YAML.hs:176)
  10558. 2915.12 s [hie-bios] BiosConfig (src/HIE/Bios/Config/YAML.hs:180)
  10559. 2915.12 s [hie-bios] NoneConfig (src/HIE/Bios/Config/YAML.hs:83)
  10560. 2915.12 s [hie-bios] OtherConfig (src/HIE/Bios/Config/YAML.hs:85)
  10561. 2915.12 s [hie-bios] OneOrManyComponents (src/HIE/Bios/Config/YAML.hs:164)
  10562. 2915.12 s [hie-bios] Callable (src/HIE/Bios/Config/YAML.hs:189)
  10563. 2915.12 s [hie-bios] Warning: 'Cradle' is out of scope.
  10564. 2915.12 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10565. 2915.12 s [hie-bios] 21% ( 3 / 14) in 'HIE.Bios.Config'
  10566. 2915.12 s [hie-bios] Missing documentation for:
  10567. 2915.12 s [hie-bios] readConfig (src/HIE/Bios/Config.hs:140)
  10568. 2915.12 s [hie-bios] CradleConfig (src/HIE/Bios/Config.hs:44)
  10569. 2915.12 s [hie-bios] CabalType (src/HIE/Bios/Config.hs:80)
  10570. 2915.12 s [hie-bios] cabalComponent (src/HIE/Bios/Config.hs:80)
  10571. 2915.12 s [hie-bios] cabalProjectFile (src/HIE/Bios/Config.hs:80)
  10572. 2915.12 s [hie-bios] StackType (src/HIE/Bios/Config.hs:86)
  10573. 2915.12 s [hie-bios] StackType (src/HIE/Bios/Config.hs:97)
  10574. 2915.12 s [hie-bios] stackComponent (src/HIE/Bios/Config.hs:97)
  10575. 2915.12 s [hie-bios] stackYaml (src/HIE/Bios/Config.hs:97)
  10576. 2915.12 s [hie-bios] CradleTree (src/HIE/Bios/Config.hs:103)
  10577. 2915.12 s [hie-bios] Callable (src/HIE/Bios/Config.hs:56)
  10578. 2915.12 s [hie-bios] 40% ( 21 / 52) in 'HIE.Bios.Ghc.Gap'
  10579. 2915.12 s [hie-bios] Missing documentation for:
  10580. 2915.12 s [hie-bios] ghcVersion (src/HIE/Bios/Ghc/Gap.hs:96)
  10581. 2915.12 s [hie-bios] makeUserStyle (src/HIE/Bios/Ghc/Gap.hs:162)
  10582. 2915.12 s [hie-bios] PprStyle
  10583. 2915.12 s [hie-bios] parseTargetFiles (src/HIE/Bios/Ghc/Gap.hs:287)
  10584. 2915.12 s [hie-bios] getHscEnv
  10585. 2915.12 s [hie-bios] batchMsg
  10586. 2915.12 s [hie-bios] set_hsc_dflags (src/HIE/Bios/Ghc/Gap.hs:137)
  10587. 2915.12 s [hie-bios] overPkgDbRef (src/HIE/Bios/Ghc/Gap.hs:140)
  10588. 2915.12 s [hie-bios] guessTarget (src/HIE/Bios/Ghc/Gap.hs:149)
  10589. 2915.12 s [hie-bios] setNoCode (src/HIE/Bios/Ghc/Gap.hs:129)
  10590. 2915.12 s [hie-bios] getModSummaries (src/HIE/Bios/Ghc/Gap.hs:167)
  10591. 2915.12 s [hie-bios] mapOverIncludePaths (src/HIE/Bios/Ghc/Gap.hs:178)
  10592. 2915.12 s [hie-bios] getLogger (src/HIE/Bios/Ghc/Gap.hs:245)
  10593. 2915.12 s [hie-bios] RealSrcSpan (src/HIE/Bios/Ghc/Gap.hs:123)
  10594. 2915.12 s [hie-bios] catch (src/HIE/Bios/Ghc/Gap.hs:117)
  10595. 2915.12 s [hie-bios] bracket (src/HIE/Bios/Ghc/Gap.hs:110)
  10596. 2915.12 s [hie-bios] handle (src/HIE/Bios/Ghc/Gap.hs:114)
  10597. 2915.12 s [hie-bios] pageMode (src/HIE/Bios/Ghc/Gap.hs:209)
  10598. 2915.12 s [hie-bios] oneLineMode (src/HIE/Bios/Ghc/Gap.hs:213)
  10599. 2915.12 s [hie-bios] initializePluginsForModSummary (src/HIE/Bios/Ghc/Gap.hs:227)
  10600. 2915.12 s [hie-bios] setFrontEndHooks (src/HIE/Bios/Ghc/Gap.hs:235)
  10601. 2915.12 s [hie-bios] setWayDynamicIfHostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:252)
  10602. 2915.12 s [hie-bios] gopt_set (src/HIE/Bios/Ghc/Gap.hs:249)
  10603. 2915.12 s [hie-bios] parseDynamicFlags (src/HIE/Bios/Ghc/Gap.hs:283)
  10604. 2915.12 s [hie-bios] hostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:294)
  10605. 2915.12 s [hie-bios] getTyThing (src/HIE/Bios/Ghc/Gap.hs:170)
  10606. 2915.12 s [hie-bios] fixInfo (src/HIE/Bios/Ghc/Gap.hs:173)
  10607. 2915.12 s [hie-bios] mgModSummaries
  10608. 2915.12 s [hie-bios] unsetLogAction (src/HIE/Bios/Ghc/Gap.hs:191)
  10609. 2915.12 s [hie-bios] load' (src/HIE/Bios/Ghc/Gap.hs:100)
  10610. 2915.12 s [hie-bios] getDynFlags
  10611. 2915.12 s [hie-bios] 14% ( 1 / 7) in 'HIE.Bios.Ghc.Doc'
  10612. 2915.12 s [hie-bios] Missing documentation for:
  10613. 2915.12 s [hie-bios] getPrintUnqual (src/HIE/Bios/Ghc/Doc.hs:26)
  10614. 2915.12 s [hie-bios] showPage (src/HIE/Bios/Ghc/Doc.hs:30)
  10615. 2915.12 s [hie-bios] showOneLine (src/HIE/Bios/Ghc/Doc.hs:35)
  10616. 2915.12 s [hie-bios] getStyle (src/HIE/Bios/Ghc/Doc.hs:40)
  10617. 2915.12 s [hie-bios] styleUnqualified (src/HIE/Bios/Ghc/Doc.hs:43)
  10618. 2915.12 s [hie-bios] showDocWith (src/HIE/Bios/Ghc/Doc.hs:46)
  10619. 2915.12 s [hie-bios] Warning: 'TypecheckedModule' is ambiguous. It is defined
  10620. 2915.12 s [hie-bios] * in ‘GHC’
  10621. 2915.13 s [hie-bios] * in ‘GHC’
  10622. 2915.13 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10623. 2915.13 s [hie-bios] by specifying the type/value namespace explicitly.
  10624. 2915.13 s [hie-bios] Defaulting to the one defined in ‘GHC’
  10625. 2915.13 s [hie-bios] 60% ( 9 / 15) in 'HIE.Bios.Ghc.Load'
  10626. 2915.13 s [hie-bios] Missing documentation for:
  10627. 2915.13 s [hie-bios] Log (src/HIE/Bios/Ghc/Load.hs:30)
  10628. 2915.13 s [hie-bios] get_fp (src/HIE/Bios/Ghc/Load.hs:45)
  10629. 2915.13 s [hie-bios] msTargetIs (src/HIE/Bios/Ghc/Load.hs:113)
  10630. 2915.13 s [hie-bios] initializePluginsGhc (src/HIE/Bios/Ghc/Load.hs:188)
  10631. 2915.13 s [hie-bios] ghcInHsc (src/HIE/Bios/Ghc/Load.hs:195)
  10632. 2915.13 s [hie-bios] setTargetFilename (src/HIE/Bios/Ghc/Load.hs:209)
  10633. 2915.13 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  10634. 2915.13 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  10635. 2915.13 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  10636. 2915.13 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10637. 2915.13 s [hie-bios] by specifying the type/value namespace explicitly.
  10638. 2915.13 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  10639. 2915.13 s [hie-bios] Warning: 'cabal' is out of scope.
  10640. 2915.13 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10641. 2915.13 s [hie-bios] 55% ( 11 / 20) in 'HIE.Bios.Types'
  10642. 2915.13 s [hie-bios] Missing documentation for:
  10643. 2915.13 s [hie-bios] Module header
  10644. 2915.13 s [hie-bios] ActionName (src/HIE/Bios/Types.hs:83)
  10645. 2915.13 s [hie-bios] Log (src/HIE/Bios/Types.hs:94)
  10646. 2915.13 s [hie-bios] CradleAction (src/HIE/Bios/Types.hs:158)
  10647. 2915.13 s [hie-bios] cradleLoadResult (src/HIE/Bios/Types.hs:183)
  10648. 2915.13 s [hie-bios] CradleLoadResultT (src/HIE/Bios/Types.hs:200)
  10649. 2915.13 s [hie-bios] modCradleError (src/HIE/Bios/Types.hs:251)
  10650. 2915.13 s [hie-bios] throwCE (src/HIE/Bios/Types.hs:258)
  10651. 2915.13 s [hie-bios] CradleError (src/HIE/Bios/Types.hs:260)
  10652. 2915.13 s [hie-bios] Warning: 'DynFlags' is out of scope.
  10653. 2915.13 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10654. 2915.13 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  10655. 2915.13 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  10656. 2915.13 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  10657. 2915.13 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10658. 2915.13 s [hie-bios] by specifying the type/value namespace explicitly.
  10659. 2915.13 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  10660. 2915.13 s [hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Flags'
  10661. 2915.13 s [hie-bios] Missing documentation for:
  10662. 2915.13 s [hie-bios] Module header
  10663. 2915.14 s [hie-bios] Warning: 'runCradleGhc' is out of scope.
  10664. 2915.14 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10665. 2915.14 s [hie-bios] Warning: 'CradleError' is ambiguous. It is defined
  10666. 2915.14 s [hie-bios] * at src/HIE/Bios/Types.hs:260:20
  10667. 2915.14 s [hie-bios] * at src/HIE/Bios/Types.hs:260:1
  10668. 2915.14 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10669. 2915.14 s [hie-bios] by specifying the type/value namespace explicitly.
  10670. 2915.14 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:260:1
  10671. 2915.14 s [hie-bios] Warning: 'DynFlags' is out of scope.
  10672. 2915.14 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10673. 2915.14 s [hie-bios] 75% ( 6 / 8) in 'HIE.Bios.Environment'
  10674. 2915.14 s [hie-bios] Missing documentation for:
  10675. 2915.14 s [hie-bios] Module header
  10676. 2915.14 s [hie-bios] makeTargetsAbsolute (src/HIE/Bios/Environment.hs:57)
  10677. 2915.14 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  10678. 2915.14 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  10679. 2915.14 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  10680. 2915.14 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10681. 2915.14 s [hie-bios] by specifying the type/value namespace explicitly.
  10682. 2915.14 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  10683. 2915.14 s [hie-bios] 66% ( 4 / 6) in 'HIE.Bios.Ghc.Api'
  10684. 2915.14 s [hie-bios] Missing documentation for:
  10685. 2915.14 s [hie-bios] SuccessFlag
  10686. 2915.14 s [hie-bios] withDynFlags (src/HIE/Bios/Ghc/Api.hs:63)
  10687. 2915.14 s [hie-bios] Warning: 'SourceError' is ambiguous. It is defined
  10688. 2915.14 s [hie-bios] * in ‘GHC.Types.SourceError’
  10689. 2915.14 s [hie-bios] * in ‘GHC.Types.SourceError’
  10690. 2915.14 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10691. 2915.14 s [hie-bios] by specifying the type/value namespace explicitly.
  10692. 2915.14 s [hie-bios] Defaulting to the one defined in ‘GHC.Types.SourceError’
  10693. 2915.14 s [hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Ghc.Logger'
  10694. 2915.14 s [hie-bios] Missing documentation for:
  10695. 2915.14 s [hie-bios] Module header
  10696. 2915.14 s [hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Ghc.Check'
  10697. 2915.14 s [hie-bios] Missing documentation for:
  10698. 2915.14 s [hie-bios] Module header
  10699. 2915.14 s [hie-bios] 0% ( 0 / 3) in 'HIE.Bios.Wrappers'
  10700. 2915.14 s [hie-bios] Missing documentation for:
  10701. 2915.14 s [hie-bios] Module header
  10702. 2915.14 s [hie-bios] cabalWrapper (src/HIE/Bios/Wrappers.hs:13)
  10703. 2915.14 s [hie-bios] cabalWrapperHs (src/HIE/Bios/Wrappers.hs:16)
  10704. 2915.14 s [hie-bios] Warning: 'componentDir' is out of scope.
  10705. 2915.14 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10706. 2915.14 s [hie-bios] Warning: 'rootDir' is out of scope.
  10707. 2915.14 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10708. 2915.14 s [hie-bios] Warning: 'cabal' is out of scope.
  10709. 2915.14 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10710. 2915.14 s [hie-bios] Warning: 'CradleError' is ambiguous. It is defined
  10711. 2915.14 s [hie-bios] * at src/HIE/Bios/Types.hs:260:20
  10712. 2915.14 s [hie-bios] * at src/HIE/Bios/Types.hs:260:1
  10713. 2915.14 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10714. 2915.14 s [hie-bios] by specifying the type/value namespace explicitly.
  10715. 2915.14 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:260:1
  10716. 2915.14 s [hie-bios] Warning: 'fpName' is out of scope.
  10717. 2915.14 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10718. 2915.14 s [hie-bios] Warning: 'srcHash' is out of scope.
  10719. 2915.14 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10720. 2915.14 s [hie-bios] Warning: 'populate' is out of scope.
  10721. 2915.14 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10722. 2915.15 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  10723. 2915.15 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  10724. 2915.15 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  10725. 2915.15 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10726. 2915.15 s [hie-bios] by specifying the type/value namespace explicitly.
  10727. 2915.15 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  10728. 2915.15 s [hie-bios] Warning: 'ghc' is out of scope.
  10729. 2915.15 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10730. 2915.15 s [hie-bios] Warning: 'ghcPathAbs' is out of scope.
  10731. 2915.15 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  10732. 2915.15 s [hie-bios] 40% ( 8 / 20) in 'HIE.Bios.Cradle'
  10733. 2915.15 s [hie-bios] Missing documentation for:
  10734. 2915.15 s [hie-bios] Module header
  10735. 2915.15 s [hie-bios] yamlConfig (src/HIE/Bios/Cradle.hs:350)
  10736. 2915.15 s [hie-bios] isCabalCradle (src/HIE/Bios/Cradle.hs:376)
  10737. 2915.15 s [hie-bios] isStackCradle (src/HIE/Bios/Cradle.hs:381)
  10738. 2915.15 s [hie-bios] isDirectCradle (src/HIE/Bios/Cradle.hs:386)
  10739. 2915.15 s [hie-bios] isBiosCradle (src/HIE/Bios/Cradle.hs:391)
  10740. 2915.15 s [hie-bios] isNoneCradle (src/HIE/Bios/Cradle.hs:401)
  10741. 2915.15 s [hie-bios] isMultiCradle (src/HIE/Bios/Cradle.hs:396)
  10742. 2915.15 s [hie-bios] isDefaultCradle (src/HIE/Bios/Cradle.hs:406)
  10743. 2915.15 s [hie-bios] isOtherCradle (src/HIE/Bios/Cradle.hs:411)
  10744. 2915.15 s [hie-bios] getCradle (src/HIE/Bios/Cradle.hs:115)
  10745. 2915.15 s [hie-bios] makeCradleResult (src/HIE/Bios/Cradle.hs:1221)
  10746. 2915.15 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  10747. 2915.15 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  10748. 2915.15 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  10749. 2915.15 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  10750. 2915.15 s [hie-bios] by specifying the type/value namespace explicitly.
  10751. 2915.15 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  10752. 2915.15 s [hie-bios] 40% ( 2 / 5) in 'HIE.Bios.Internal.Debug'
  10753. 2915.15 s [hie-bios] Missing documentation for:
  10754. 2915.15 s [hie-bios] Module header
  10755. 2915.15 s [hie-bios] configInfo (src/HIE/Bios/Internal/Debug.hs:74)
  10756. 2915.15 s [hie-bios] cradleInfo (src/HIE/Bios/Internal/Debug.hs:88)
  10757. 2915.15 s [hie-bios] 93% ( 15 / 16) in 'HIE.Bios'
  10758. 2915.15 s [hie-bios] Missing documentation for:
  10759. 2915.15 s [hie-bios] CradleError (src/HIE/Bios/Types.hs:260)
  10760. 2915.44 s [hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.p_o )
  10761. 2915.59 s [fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.p_o )
  10762. 2915.59 s [fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.p_o )
  10763. 2917.57 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.p_o )
  10764. 2918.52 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.p_o )
  10765. 2918.52 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.p_o )
  10766. 2918.52 s [hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.p_o )
  10767. 2918.52 s [hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.p_o )
  10768. 2918.52 s [hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.p_o )
  10769. 2918.52 s [hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.p_o )
  10770. 2918.52 s [hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.p_o )
  10771. 2918.67 s [fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, dist/build/Ormolu/Utils/Glob.p_o )
  10772. 2918.67 s [fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, dist/build/Ormolu/Config/Types.p_o )
  10773. 2918.67 s [fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, dist/build/Ormolu/Config/Gen.p_o )
  10774. 2918.67 s [fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.p_o )
  10775. 2918.67 s [fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.p_o )
  10776. 2918.90 s [fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.p_o )
  10777. 2920.62 s [fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.p_o )
  10778. 2921.00 s [hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.p_o )
  10779. 2921.00 s [hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.p_o )
  10780. 2921.00 s [hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.p_o )
  10781. 2921.00 s [hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.p_o )
  10782. 2921.00 s [hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.p_o )
  10783. 2921.00 s [hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.p_o )
  10784. 2921.00 s [hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.p_o )
  10785. 2921.00 s [hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.p_o )
  10786. 2921.00 s [hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.p_o )
  10787. 2921.00 s [hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.p_o )
  10788. 2921.12 s [fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.p_o )
  10789. 2921.27 s [hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.p_o )
  10790. 2921.33 s [hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.p_o )
  10791. 2921.33 s [hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.p_o )
  10792. 2921.33 s [hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.p_o )
  10793. 2921.82 s [fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.p_o )
  10794. 2922.20 s [hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.p_o )
  10795. 2922.20 s [hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.p_o )
  10796. 2922.20 s [hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.p_o )
  10797. 2922.20 s [hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.p_o )
  10798. 2922.20 s [hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.p_o )
  10799. 2922.31 s [hie-bios] Warning: HIE.Bios.Config.YAML: could not find link destinations for:
  10800. 2922.31 s [hie-bios] - HIE.Bios.Config.YAML.Rep_CradleConfigYAML
  10801. 2922.31 s [hie-bios] - HIE.Bios.Config.YAML.Rep_DirectConfig
  10802. 2922.31 s [hie-bios] - HIE.Bios.Config.YAML.Rep_MultiSubComponent
  10803. 2922.31 s [hie-bios] - HIE.Bios.Config.YAML.Rep_CradleComponent
  10804. 2922.32 s [hie-bios] Warning: HIE.Bios.Ghc.Check: could not find link destinations for:
  10805. 2922.32 s [hie-bios] - HIE.Bios.Ghc.Check.Log
  10806. 2922.32 s [hie-bios] Warning: HIE.Bios.Cradle: could not find link destinations for:
  10807. 2922.32 s [hie-bios] - HIE.Bios.Cradle.OutputName
  10808. 2922.32 s [hie-bios] - HIE.Bios.Cradle.Outputs
  10809. 2922.71 s [hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.p_o )
  10810. 2922.71 s [hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.p_o )
  10811. 2922.71 s [hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.p_o )
  10812. 2922.71 s [hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.p_o )
  10813. 2922.71 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.p_o )
  10814. 2922.71 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.p_o )
  10815. 2923.38 s [hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.p_o )
  10816. 2923.48 s [fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.p_o )
  10817. 2923.83 s [hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.p_o )
  10818. 2923.95 s [fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.p_o )
  10819. 2924.23 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.p_o )
  10820. 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 )
  10821. 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 )
  10822. 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 )
  10823. 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 )
  10824. 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 )
  10825. 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 )
  10826. 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 )
  10827. 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 )
  10828. 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 )
  10829. 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 )
  10830. 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 )
  10831. 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 )
  10832. 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 )
  10833. 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 )
  10834. 2931.41 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.p_o )
  10835. 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 )
  10836. 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 )
  10837. 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 )
  10838. 2931.99 s [hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.p_o )
  10839. 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 )
  10840. 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 )
  10841. 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 )
  10842. 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 )
  10843. 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 )
  10844. 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 )
  10845. 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 )
  10846. 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 )
  10847. 2939.23 s [fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.p_o )
  10848. 2939.23 s [fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.p_o )
  10849. 2939.23 s [fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, dist/build/Ormolu/Imports/Grouping.p_o )
  10850. 2939.23 s [fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.p_o )
  10851. 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 )
  10852. 2939.63 s [fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.p_o )
  10853. 2939.79 s [hie-bios] Documentation created: dist/doc/html/hie-bios,
  10854. 2939.79 s [hie-bios] dist/doc/html/hie-bios/hie-bios.txt
  10855. 2939.82 s [fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.p_o )
  10856. 2939.82 s [fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.p_o )
  10857. 2939.82 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.p_o )
  10858. 2940.76 s [fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, dist/build/Paths_fourmolu.p_o )
  10859. 2942.44 s [hlint] Preprocessing executable 'hlint' for hlint-3.10...
  10860. 2943.25 s [hlint] Building executable 'hlint' for hlint-3.10...
  10861. 2943.25 s [hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.14.0...
  10862. 2943.25 s [hlint] [1 of 1] Compiling Main ( src/Main.hs, dist/build/hlint/hlint-tmp/Main.o )
  10863. 2943.25 s [hie-bios] haddockPhase completed in 37 seconds
  10864. 2943.25 s [hie-bios] Phase: installPhase
  10865. 2943.25 s [hlint] [2 of 2] Linking dist/build/hlint/hlint
  10866. 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
  10867. 2943.57 s [hie-bios] Installing executable hie-bios in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin
  10868. 2943.57 s [hie-bios] Warning: The directory
  10869. 2943.57 s [hie-bios] /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin is not in the
  10870. 2943.57 s [hie-bios] system search path.
  10871. 2945.02 s [hie-bios] Phase: fixupPhase
  10872. 2945.14 s [hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0
  10873. 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
  10874. 2945.21 s [hie-bios] shrinking /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0/bin/hie-bios
  10875. 2945.38 s [hie-bios] checking for references to /build/ in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0...
  10876. 2945.50 s [hie-bios] patching script interpreter paths in /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0
  10877. 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
  10878. 2946.06 s [hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc
  10879. 2946.08 s [hie-bios] checking for references to /build/ in /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc...
  10880. 2946.12 s [hie-bios] patching script interpreter paths in /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc
  10881. 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
  10882. 2950.19 s [hie-bios:post-build] Pushing 2 paths (209 are already present) using zstd to cache sellout ⏳
  10883. 2950.19 s [hie-bios:post-build]
  10884. 2950.59 s [hie-bios:post-build] Pushing /nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0 (78.69 MiB)
  10885. 2950.74 s [hie-bios:post-build] Pushing /nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc (2.69 MiB)
  10886. 2952.91 s [hie-bios:post-build]
  10887. 2952.92 s [hie-bios:post-build] All done.
  10888. 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
  10889. 2954.20 s [hie-bios:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10890. 2954.49 s [hie-bios:post-build] copying 2 paths...
  10891. 2954.49 s [hie-bios:post-build] copying path '/nix/store/vacn7vdhxidi7s64pvhlzqllkr95q53l-hie-bios-0.14.0-doc' to 'https://cache.nix-ci.com'...
  10892. 2955.13 s [hie-bios:post-build] copying path '/nix/store/xamxqxz14a183dpaw8yg1il6cjqma0wv-hie-bios-0.14.0' to 'https://cache.nix-ci.com'...
  10893. 2996.35 s [hie-bios:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10894. 2996.69 s [hie-bios:post-build] copying 1 paths...
  10895. 2996.71 s [hie-bios:post-build] copying path '/nix/store/vdgixa4zjh2n2l0bz4gyksga45i8204s-hie-bios-0.14.0.drv' to 'https://cache.nix-ci.com'...
  10896. 2997.10 s Progress: 154 of 170 built (3 building), 375 of 375 downloaded from cache
  10897. 2997.10 s [fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.18.0.0...
  10898. 2997.10 s [fourmolu] Building executable 'fourmolu' for fourmolu-0.18.0.0...
  10899. 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 )
  10900. 2997.10 s [fourmolu] [2 of 2] Compiling Main ( app/Main.hs, dist/build/fourmolu/fourmolu-tmp/Main.o )
  10901. 2997.10 s [fourmolu] [3 of 3] Linking dist/build/fourmolu/fourmolu
  10902. 2997.10 s [fourmolu] buildPhase completed in 1 minutes 29 seconds
  10903. 2997.10 s [fourmolu] Phase: haddockPhase
  10904. 2997.10 s [fourmolu] Preprocessing library for fourmolu-0.18.0.0...
  10905. 2997.10 s [fourmolu] Running Haddock on library for fourmolu-0.18.0.0...
  10906. 2997.10 s [fourmolu] Warning: The documentation for the following packages are not installed. No
  10907. 2997.10 s [fourmolu] links will be generated to these packages: vector-0.13.2.0
  10908. 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 )
  10909. 2997.10 s [fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, nothing ) [Flags changed]
  10910. 2997.10 s [fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, nothing ) [Flags changed]
  10911. 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 )
  10912. 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 )
  10913. 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 )
  10914. 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 )
  10915. 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 )
  10916. 2997.10 s [fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, nothing ) [Flags changed]
  10917. 2997.10 s [fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, nothing ) [Flags changed]
  10918. 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 )
  10919. 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 )
  10920. 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 )
  10921. 2997.10 s [fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, nothing ) [Flags changed]
  10922. 2997.10 s [fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, nothing ) [Flags changed]
  10923. 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 )
  10924. 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 )
  10925. 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 )
  10926. 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 )
  10927. 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 )
  10928. 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 )
  10929. 2997.10 s [fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, nothing ) [Flags changed]
  10930. 2997.10 s [fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, nothing ) [Flags changed]
  10931. 2997.10 s [fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, nothing ) [Flags changed]
  10932. 2997.10 s [fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, nothing ) [Flags changed]
  10933. 2997.10 s [hlint] buildPhase completed in 1 minutes 19 seconds
  10934. 2997.10 s [hlint] Phase: checkPhase
  10935. 2997.10 s [hlint] Package has no test suites.
  10936. 2997.10 s [hlint] Phase: haddockPhase
  10937. 2997.10 s [hlint] Preprocessing library for hlint-3.10...
  10938. 2997.10 s [hlint] Running Haddock on library for hlint-3.10...
  10939. 2997.10 s [hlint] Warning: The documentation for the following packages are not installed. No
  10940. 2997.10 s [hlint] links will be generated to these packages: attoparsec-0.14.4,
  10941. 2997.10 s [hlint] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  10942. 2997.10 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, nothing ) [HIE file is missing]
  10943. 2997.10 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, nothing ) [HIE file is missing]
  10944. 2997.10 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, nothing ) [HIE file is missing]
  10945. 2997.10 s [hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, nothing ) [HIE file is missing]
  10946. 2997.10 s [hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, nothing ) [HIE file is missing]
  10947. 2997.10 s [hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, nothing ) [HIE file is missing]
  10948. 2997.10 s [hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, nothing ) [HIE file is missing]
  10949. 2997.10 s [hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, nothing ) [HIE file is missing]
  10950. 2997.10 s [hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, nothing ) [HIE file is missing]
  10951. 2997.10 s [hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, nothing ) [HIE file is missing]
  10952. 2997.10 s [hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, nothing ) [HIE file is missing]
  10953. 2997.10 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, nothing ) [HIE file is missing]
  10954. 2997.10 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, nothing ) [HIE file is missing]
  10955. 2997.10 s [hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, nothing ) [HIE file is missing]
  10956. 2997.10 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, nothing ) [HIE file is missing]
  10957. 2997.10 s [hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, nothing ) [HIE file is missing]
  10958. 2997.10 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, nothing ) [HIE file is missing]
  10959. 2997.10 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, nothing ) [HIE file is missing]
  10960. 2997.10 s [hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, nothing ) [HIE file is missing]
  10961. 2997.10 s [hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, nothing ) [HIE file is missing]
  10962. 2997.10 s [hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, nothing ) [HIE file is missing]
  10963. 2997.10 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, nothing ) [HIE file is missing]
  10964. 2997.10 s [hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, nothing ) [HIE file is missing]
  10965. 2997.10 s [hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, nothing ) [HIE file is missing]
  10966. 2997.10 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, nothing ) [HIE file is missing]
  10967. 2997.10 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, nothing ) [HIE file is missing]
  10968. 2997.10 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, nothing ) [HIE file is missing]
  10969. 2997.10 s [hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, nothing ) [HIE file is missing]
  10970. 2997.10 s [hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, nothing ) [HIE file is missing]
  10971. 2997.10 s [hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, nothing ) [HIE file is missing]
  10972. 2997.10 s [hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, nothing ) [HIE file is missing]
  10973. 2997.10 s [hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, nothing ) [HIE file is missing]
  10974. 2997.10 s [hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, nothing ) [HIE file is missing]
  10975. 2997.10 s [hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, nothing ) [HIE file is missing]
  10976. 2997.10 s [hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, nothing ) [HIE file is missing]
  10977. 2997.10 s [hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, nothing ) [HIE file is missing]
  10978. 2997.10 s [hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, nothing ) [HIE file is missing]
  10979. 2997.10 s [hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, nothing ) [HIE file is missing]
  10980. 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 )
  10981. 2997.10 s [lsp-types] Preprocessing executable 'generator' for lsp-types-2.3.0.1...
  10982. 2997.10 s [lsp-types] Building executable 'generator' for lsp-types-2.3.0.1...
  10983. 2997.10 s [lsp-types] [1 of 2] Compiling CodeGen ( generator/CodeGen.hs, dist/build/generator/generator-tmp/CodeGen.o )
  10984. 2997.10 s [lsp-types] [2 of 2] Compiling Main ( generator/Main.hs, dist/build/generator/generator-tmp/Main.o )
  10985. 2997.10 s [lsp-types] [3 of 3] Linking dist/build/generator/generator
  10986. 2997.10 s [lsp-types] Preprocessing test suite 'lsp-types-test' for lsp-types-2.3.0.1...
  10987. 2997.10 s [lsp-types] Building test suite 'lsp-types-test' for lsp-types-2.3.0.1...
  10988. 2997.10 s [lsp-types] [ 1 of 11] Compiling CapabilitiesSpec ( test/CapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/CapabilitiesSpec.o )
  10989. 2997.10 s [lsp-types] [ 2 of 11] Compiling JsonSpec ( test/JsonSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/JsonSpec.o )
  10990. 2997.10 s [lsp-types] [ 3 of 11] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/LocationSpec.o )
  10991. 2997.10 s [lsp-types] [ 4 of 11] Compiling MethodSpec ( test/MethodSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/MethodSpec.o )
  10992. 2997.10 s [lsp-types] [ 5 of 11] Compiling SemanticTokensSpec ( test/SemanticTokensSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/SemanticTokensSpec.o )
  10993. 2997.10 s [lsp-types] [ 6 of 11] Compiling ServerCapabilitiesSpec ( test/ServerCapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/ServerCapabilitiesSpec.o )
  10994. 2997.10 s [lsp-types] [ 7 of 11] Compiling TypesSpec ( test/TypesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/TypesSpec.o )
  10995. 2997.10 s [lsp-types] [ 8 of 11] Compiling URIFilePathSpec ( test/URIFilePathSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/URIFilePathSpec.o )
  10996. 2997.10 s [lsp-types] [ 9 of 11] Compiling WorkspaceEditSpec ( test/WorkspaceEditSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/WorkspaceEditSpec.o )
  10997. 2997.10 s [lsp-types] [10 of 11] Compiling Spec ( test/Spec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Spec.o )
  10998. 2997.10 s [lsp-types] [11 of 11] Compiling Main ( test/Main.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Main.o )
  10999. 2997.10 s [lsp-types] [12 of 12] Linking dist/build/lsp-types-test/lsp-types-test
  11000. 2997.10 s [lsp-types] buildPhase completed in 9 minutes 30 seconds
  11001. 2997.10 s [lsp-types] Phase: checkPhase
  11002. 2997.10 s [lsp-types] Running 1 test suites...
  11003. 2997.10 s [lsp-types] Test suite lsp-types-test: RUNNING...
  11004. 2997.10 s [lsp-types]
  11005. 2997.10 s [lsp-types] Capabilities
  11006. 2997.10 s [lsp-types] capabilities
  11007. 2997.10 s [lsp-types] produces full latest client capabilities [✔]
  11008. 2997.10 s [lsp-types] First time execution. Golden file created.
  11009. 2997.10 s [lsp-types] produces pre-3.10 client capabilities [✔]
  11010. 2997.10 s [lsp-types] First time execution. Golden file created.
  11011. 2997.10 s [lsp-types] Json
  11012. 2997.10 s [lsp-types] MarkedString
  11013. 2997.11 s [lsp-types] roundtrip [✔]
  11014. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11015. 2997.11 s [lsp-types] MarkupContent
  11016. 2997.11 s [lsp-types] roundtrip [✔]
  11017. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11018. 2997.11 s [lsp-types] TextDocumentContentChangeEvent
  11019. 2997.11 s [lsp-types] roundtrip [✔]
  11020. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11021. 2997.11 s [lsp-types] WatchedFiles
  11022. 2997.11 s [lsp-types] roundtrip [✔]
  11023. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11024. 2997.11 s [lsp-types] Registration
  11025. 2997.11 s [lsp-types] roundtrip [✔]
  11026. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11027. 2997.11 s [lsp-types] CompletionList
  11028. 2997.11 s [lsp-types] handles optional field set to null in record [✔]
  11029. 2997.11 s [lsp-types] CompletionItem
  11030. 2997.11 s [lsp-types] example [✔]
  11031. 2997.11 s [lsp-types] RequestMessage
  11032. 2997.11 s [lsp-types] handles missing params field [✔]
  11033. 2997.11 s [lsp-types] handles params field set to null [✔]
  11034. 2997.11 s [lsp-types] ResponseMessage
  11035. 2997.11 s [lsp-types] Hover roundtrip [✔]
  11036. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11037. 2997.11 s [lsp-types] decodes error data = null [✔]
  11038. 2997.11 s [lsp-types] throws if neither result nor error is present [✔]
  11039. 2997.11 s [lsp-types] throws if both result and error are present [✔]
  11040. 2997.11 s [lsp-types] decodes result = null [✔]
  11041. 2997.11 s [lsp-types] NotificationMessage
  11042. 2997.11 s [lsp-types] handles missing params field [✔]
  11043. 2997.11 s [lsp-types] Location
  11044. 2997.11 s [lsp-types] isSubrangeOf
  11045. 2997.11 s [lsp-types] is true if the first range is totally inside the second range [✔]
  11046. 2997.11 s [lsp-types] is true if two ranges equal [✔]
  11047. 2997.11 s [lsp-types] is false if the first range is outside of the second [✔]
  11048. 2997.11 s [lsp-types] positionInRange
  11049. 2997.11 s [lsp-types] is false if position is after the end of a single line range [✔]
  11050. 2997.11 s [lsp-types] is false if position is before the begining of a single line range [✔]
  11051. 2997.11 s [lsp-types] is true if position is in a single line range [✔]
  11052. 2997.11 s [lsp-types] is false if position is right at the end of the range [✔]
  11053. 2997.11 s [lsp-types] is true if position is in the middle of a multiline range [✔]
  11054. 2997.11 s [lsp-types] is false if position is before the beginning of a multiline range [✔]
  11055. 2997.11 s [lsp-types] is false if position is right at the end of a multiline range [✔]
  11056. 2997.11 s [lsp-types] Method
  11057. 2997.11 s [fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, nothing ) [Flags changed]
  11058. 2997.11 s [fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, nothing ) [Flags changed]
  11059. 2997.11 s [fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, nothing ) [Flags changed]
  11060. 2997.11 s [fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, nothing ) [Flags changed]
  11061. 2997.11 s [fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, nothing ) [Flags changed]
  11062. 2997.11 s [fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, nothing ) [Flags changed]
  11063. 2997.11 s [fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, nothing ) [Flags changed]
  11064. 2997.11 s [fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, nothing ) [Flags changed]
  11065. 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]
  11066. 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]
  11067. 2997.11 s [fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, nothing ) [Flags changed]
  11068. 2997.11 s [fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, nothing ) [Flags changed]
  11069. 2997.11 s [fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, nothing ) [Flags changed]
  11070. 2997.11 s [fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, nothing ) [Flags changed]
  11071. 2997.11 s [fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, nothing ) [Flags changed]
  11072. 2997.11 s [fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, nothing ) [Flags changed]
  11073. 2997.11 s [fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, nothing ) [Flags changed]
  11074. 2997.11 s [fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, nothing ) [Flags changed]
  11075. 2997.11 s [fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, nothing ) [Flags changed]
  11076. 2997.11 s [fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, nothing ) [Flags changed]
  11077. 2997.11 s [fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, nothing ) [Flags changed]
  11078. 2997.11 s [fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, nothing ) [Flags changed]
  11079. 2997.11 s [fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, nothing ) [Flags changed]
  11080. 2997.11 s [fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, nothing ) [Flags changed]
  11081. 2997.11 s [fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, nothing ) [Flags changed]
  11082. 2997.11 s [fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, nothing ) [Flags changed]
  11083. 2997.11 s [fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, nothing ) [Flags changed]
  11084. 2997.11 s [fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, nothing ) [Flags changed]
  11085. 2997.11 s [fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, nothing ) [Flags changed]
  11086. 2997.11 s [fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, nothing ) [Flags changed]
  11087. 2997.11 s [fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, nothing ) [Flags changed]
  11088. 2997.11 s [fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, nothing ) [Flags changed]
  11089. 2997.11 s [fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, nothing ) [Flags changed]
  11090. 2997.11 s [hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, nothing ) [HIE file is missing]
  11091. 2997.11 s [hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, nothing ) [HIE file is missing]
  11092. 2997.11 s [hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, nothing ) [HIE file is missing]
  11093. 2997.11 s [hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, nothing ) [HIE file is missing]
  11094. 2997.11 s [hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, nothing ) [HIE file is missing]
  11095. 2997.11 s [hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, nothing ) [HIE file is missing]
  11096. 2997.11 s [hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, nothing ) [HIE file is missing]
  11097. 2997.11 s [hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, nothing ) [HIE file is missing]
  11098. 2997.11 s [hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, nothing ) [HIE file is missing]
  11099. 2997.11 s [hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, nothing ) [HIE file is missing]
  11100. 2997.11 s [hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, nothing ) [HIE file is missing]
  11101. 2997.11 s [hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, nothing ) [HIE file is missing]
  11102. 2997.11 s [hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, nothing ) [HIE file is missing]
  11103. 2997.11 s [hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, nothing ) [HIE file is missing]
  11104. 2997.11 s [hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, nothing ) [HIE file is missing]
  11105. 2997.11 s [hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, nothing ) [HIE file is missing]
  11106. 2997.11 s [hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, nothing ) [HIE file is missing]
  11107. 2997.11 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, nothing ) [HIE file is missing]
  11108. 2997.11 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, nothing ) [HIE file is missing]
  11109. 2997.11 s [hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, nothing ) [HIE file is missing]
  11110. 2997.11 s [hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, nothing ) [HIE file is missing]
  11111. 2997.11 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, nothing ) [HIE file is missing]
  11112. 2997.11 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, nothing ) [HIE file is missing]
  11113. 2997.11 s [hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, nothing ) [HIE file is missing]
  11114. 2997.11 s [hlint] Haddock coverage:
  11115. 2997.11 s [hlint] Warning: 'EpAnn' is ambiguous. It is defined
  11116. 2997.11 s [hlint] * in ‘GHC.Parser.Annotation’
  11117. 2997.11 s [hlint] * in ‘GHC.Parser.Annotation’
  11118. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11119. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11120. 2997.11 s [hlint] Defaulting to the one defined in ‘GHC.Parser.Annotation’
  11121. 2997.11 s [hlint] Warning: 'e' is out of scope.
  11122. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11123. 2997.11 s [hlint] Warning: 'Idea' is out of scope.
  11124. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11125. 2997.11 s [hlint] Warning: 'ideaDecl' is out of scope.
  11126. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11127. 2997.11 s [hlint] Warning: 'ideaHint' is out of scope.
  11128. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11129. 2997.11 s [hlint] Warning: 'ideaModule' is out of scope.
  11130. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11131. 2997.11 s [hlint] Warning: 'HsExtendInstances' is ambiguous. It is defined
  11132. 2997.11 s [hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  11133. 2997.11 s [hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  11134. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11135. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11136. 2997.11 s [hlint] Defaulting to the one defined in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  11137. 2997.11 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  11138. 2997.11 s [hlint] * at src/Idea.hs:26:13
  11139. 2997.11 s [hlint] * at src/Idea.hs:26:1
  11140. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11141. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11142. 2997.11 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  11143. 2997.11 s [hlint] Warning: 'Hint' is out of scope.
  11144. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11145. 2997.11 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  11146. 2997.11 s [hlint] * at src/Idea.hs:26:13
  11147. 2997.11 s [hlint] * at src/Idea.hs:26:1
  11148. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11149. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11150. 2997.11 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  11151. 2997.11 s [lsp-types] Method enum aeson instance consistency
  11152. 2997.11 s [lsp-types] Client Methods
  11153. 2997.11 s [lsp-types] maintains roundtrip consistency [✔]
  11154. 2997.11 s [lsp-types] Server Methods
  11155. 2997.11 s [lsp-types] maintains roundtrip consistency [✔]
  11156. 2997.11 s [lsp-types] SemanticTokens
  11157. 2997.11 s [lsp-types] relativize/absolutizeTokens
  11158. 2997.11 s [lsp-types] round-trips [✔]
  11159. 2997.11 s [lsp-types] handles big tokens [✔]
  11160. 2997.11 s [lsp-types] encodeTokens
  11161. 2997.11 s [lsp-types] when running the LSP examples
  11162. 2997.11 s [lsp-types] encodes example 1 correctly [✔]
  11163. 2997.11 s [lsp-types] encodes example 2 correctly [✔]
  11164. 2997.11 s [lsp-types] handles big tokens [✔]
  11165. 2997.11 s [lsp-types] computeEdits
  11166. 2997.11 s [lsp-types] handles an edit in the middle [✔]
  11167. 2997.11 s [lsp-types] handles an edit at the end [✔]
  11168. 2997.11 s [lsp-types] handles an edit at the beginning [✔]
  11169. 2997.11 s [lsp-types] handles an ambiguous edit [✔]
  11170. 2997.11 s [lsp-types] handles a long edit [✔]
  11171. 2997.11 s [lsp-types] handles multiple edits [✔]
  11172. 2997.11 s [lsp-types] handles big tokens [✔]
  11173. 2997.11 s [lsp-types] ServerCapabilities
  11174. 2997.11 s [lsp-types] server capabilities
  11175. 2997.11 s [lsp-types] folding range options
  11176. 2997.11 s [lsp-types] decodes
  11177. 2997.11 s [lsp-types] just id [✔]
  11178. 2997.11 s [lsp-types] id and document selector [✔]
  11179. 2997.11 s [lsp-types] static boolean [✔]
  11180. 2997.11 s [lsp-types] encodes
  11181. 2997.11 s [lsp-types] just id [✔]
  11182. 2997.11 s [lsp-types] decodes [✔]
  11183. 2997.11 s [lsp-types] client/registerCapability
  11184. 2997.11 s [lsp-types] allows empty registerOptions [✔]
  11185. 2997.11 s [lsp-types] Types
  11186. 2997.11 s [lsp-types] MarkupContent
  11187. 2997.11 s [lsp-types] appends two plainstrings [✔]
  11188. 2997.11 s [lsp-types] appends a marked up and a plain string [✔]
  11189. 2997.11 s [lsp-types] appends a plain string and a marked up string [✔]
  11190. 2997.11 s [lsp-types] URIFilePath
  11191. 2997.11 s [lsp-types] Platform aware URI file path functions
  11192. 2997.11 s [lsp-types] converts a URI to a POSIX file path [✔]
  11193. 2997.11 s [lsp-types] converts a POSIX file path to a URI [✔]
  11194. 2997.11 s [lsp-types] converts a URI to a Windows file path [✔]
  11195. 2997.11 s [lsp-types] converts a Windows file path to a URI [✔]
  11196. 2997.11 s [lsp-types] converts a POSIX file path to a URI [✔]
  11197. 2997.11 s [lsp-types] converts a Windows file path to a URI [✔]
  11198. 2997.11 s [lsp-types] converts a Windows file path to a URI [✔]
  11199. 2997.11 s [lsp-types] converts a POSIX file path to a URI and back [✔]
  11200. 2997.11 s [lsp-types] converts a Posix file path to a URI and back [✔]
  11201. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11202. 2997.11 s [lsp-types] converts a Windows file path to a URI and back [✔]
  11203. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11204. 2997.11 s [lsp-types] converts a relative POSIX file path to a URI and back [✔]
  11205. 2997.11 s [lsp-types] URI file path functions
  11206. 2997.11 s [lsp-types] converts a URI to a file path [✔]
  11207. 2997.11 s [lsp-types] converts a file path to a URI [✔]
  11208. 2997.11 s [lsp-types] removes unnecessary current directory paths [✔]
  11209. 2997.11 s [lsp-types] converts a file path to a URI and back [✔]
  11210. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11211. 2997.11 s [lsp-types] converts a relative file path to a URI and back [✔]
  11212. 2997.11 s [lsp-types] converts a file path with initial current dir to a URI and back [✔]
  11213. 2997.11 s [lsp-types] URI normalization functions
  11214. 2997.11 s [lsp-types] ignores differences in percent-encoding [✔]
  11215. 2997.11 s [lsp-types] +++ OK, passed 100 tests.
  11216. 2997.11 s [lsp-types] ignores differences in percent-encoding (examples) [✔]
  11217. 2997.11 s [lsp-types] normalizes uri file path when converting from uri to normalized uri [✔]
  11218. 2997.11 s [lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
  11219. 2997.11 s [lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
  11220. 2997.11 s [fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, nothing ) [Flags changed]
  11221. 2997.11 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, nothing ) [Flags changed]
  11222. 2997.11 s [fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, nothing ) [Flags changed]
  11223. 2997.11 s [fourmolu] Haddock coverage:
  11224. 2997.11 s [fourmolu] Warning: 'SpanStream' is ambiguous. It is defined
  11225. 2997.11 s [fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:22
  11226. 2997.11 s [fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:1
  11227. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11228. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11229. 2997.11 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/SpanStream.hs:22:1
  11230. 2997.11 s [fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
  11231. 2997.11 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  11232. 2997.11 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  11233. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11234. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11235. 2997.11 s [fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
  11236. 2997.11 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer.SpanStream'
  11237. 2997.11 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Processing.Cpp'
  11238. 2997.11 s [fourmolu] Warning: 'groupBy' is out of scope.
  11239. 2997.11 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11240. 2997.11 s [fourmolu] Warning: 'StringBuffer' is ambiguous. It is defined
  11241. 2997.11 s [fourmolu] * in ‘GHC.Data.StringBuffer’
  11242. 2997.11 s [fourmolu] * in ‘GHC.Data.StringBuffer’
  11243. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11244. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11245. 2997.11 s [fourmolu] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
  11246. 2997.11 s [fourmolu] 100% ( 14 / 14) in 'Ormolu.Utils'
  11247. 2997.11 s [fourmolu] 87% ( 14 / 16) in 'Ormolu.Terminal'
  11248. 2997.11 s [fourmolu] Missing documentation for:
  11249. 2997.11 s [fourmolu] Term (src/Ormolu/Terminal.hs:42)
  11250. 2997.11 s [fourmolu] runTermPure (src/Ormolu/Terminal.hs:88)
  11251. 2997.11 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Terminal.QualifiedDo'
  11252. 2997.11 s [fourmolu] Missing documentation for:
  11253. 2997.11 s [fourmolu] Module header
  11254. 2997.11 s [fourmolu] >> (src/Ormolu/Terminal/QualifiedDo.hs:7)
  11255. 2997.11 s [fourmolu] Warning: 'TextDiff' is ambiguous. It is defined
  11256. 2997.11 s [fourmolu] * at src/Ormolu/Diff/Text.hs:35:17
  11257. 2997.11 s [fourmolu] * at src/Ormolu/Diff/Text.hs:35:1
  11258. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11259. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11260. 2997.11 s [fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:35:1
  11261. 2997.11 s [fourmolu] Warning: 'Hunk' is ambiguous. It is defined
  11262. 2997.11 s [fourmolu] * at src/Ormolu/Diff/Text.hs:54:13
  11263. 2997.11 s [fourmolu] * at src/Ormolu/Diff/Text.hs:54:1
  11264. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11265. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11266. 2997.11 s [fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:54:1
  11267. 2997.11 s [fourmolu] 100% ( 5 / 5) in 'Ormolu.Diff.Text'
  11268. 2997.11 s [fourmolu] 100% ( 4 / 4) in 'Ormolu.Exception'
  11269. 2997.11 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Pragma'
  11270. 2997.11 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  11271. 2997.11 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  11272. 2997.11 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  11273. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11274. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11275. 2997.11 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  11276. 2997.11 s [fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
  11277. 2997.11 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
  11278. 2997.11 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
  11279. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11280. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11281. 2997.11 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
  11282. 2997.11 s [fourmolu] 90% ( 9 / 10) in 'Ormolu.Parser.CommentStream'
  11283. 2997.11 s [fourmolu] Missing documentation for:
  11284. 2997.11 s [fourmolu] LComment (src/Ormolu/Parser/CommentStream.hs:110)
  11285. 2997.11 s [fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
  11286. 2997.11 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
  11287. 2997.11 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
  11288. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11289. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11290. 2997.11 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
  11291. 2997.11 s [fourmolu] Warning: 'FixityApproximation' is ambiguous. It is defined
  11292. 2997.11 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:28
  11293. 2997.11 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:1
  11294. 2997.11 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11295. 2997.11 s [fourmolu] by specifying the type/value namespace explicitly.
  11296. 2997.11 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:125:1
  11297. 2997.11 s [fourmolu] Warning: 'OpName' is ambiguous. It is defined
  11298. 2997.11 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:71:1
  11299. 2997.11 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  11300. 2997.11 s [hlint] * at src/Idea.hs:26:13
  11301. 2997.11 s [hlint] * at src/Idea.hs:26:1
  11302. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11303. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11304. 2997.11 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  11305. 2997.11 s [hlint] Warning: 'Issue' is ambiguous. It is defined
  11306. 2997.11 s [hlint] * at src/CC.hs:26:14
  11307. 2997.11 s [hlint] * at src/CC.hs:26:1
  11308. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11309. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11310. 2997.11 s [hlint] Defaulting to the one defined at src/CC.hs:26:1
  11311. 2997.11 s [hlint] Warning: 'ModuleEx' is ambiguous. It is defined
  11312. 2997.11 s [hlint] * at src/GHC/All.hs:92:20
  11313. 2997.11 s [hlint] * at src/GHC/All.hs:92:1
  11314. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11315. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11316. 2997.11 s [hlint] Defaulting to the one defined at src/GHC/All.hs:92:1
  11317. 2997.11 s [hlint] Warning: 'ParseFlags' is ambiguous. It is defined
  11318. 2997.11 s [hlint] * at src/GHC/All.hs:53:19
  11319. 2997.11 s [hlint] * at src/GHC/All.hs:53:1
  11320. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11321. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11322. 2997.11 s [hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
  11323. 2997.11 s [hlint] Warning: 'NoCpp' is out of scope.
  11324. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11325. 2997.11 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  11326. 2997.11 s [hlint] * at src/Idea.hs:26:13
  11327. 2997.11 s [hlint] * at src/Idea.hs:26:1
  11328. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11329. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11330. 2997.11 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  11331. 2997.11 s [hlint] Warning: 'Decl' is out of scope.
  11332. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11333. 2997.11 s [hlint] Warning: 'HsSrcBang' is ambiguous. It is defined
  11334. 2997.11 s [hlint] * in ‘GHC.Core.DataCon’
  11335. 2997.11 s [hlint] * in ‘GHC.Core.DataCon’
  11336. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11337. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11338. 2997.11 s [hlint] Defaulting to the one defined in ‘GHC.Core.DataCon’
  11339. 2997.11 s [hlint] Warning: 'f' is out of scope.
  11340. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11341. 2997.11 s [hlint] Warning: 'a' is out of scope.
  11342. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11343. 2997.11 s [hlint] Warning: 'b' is out of scope.
  11344. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11345. 2997.11 s [hlint] Warning: 'HintRule' is ambiguous. It is defined
  11346. 2997.11 s [hlint] * at src/Config/Type.hs:108:17
  11347. 2997.11 s [hlint] * at src/Config/Type.hs:108:1
  11348. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11349. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11350. 2997.11 s [hlint] Defaulting to the one defined at src/Config/Type.hs:108:1
  11351. 2997.11 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  11352. 2997.11 s [hlint] * at src/Hint/Type.hs:22:13
  11353. 2997.11 s [hlint] * at src/Hint/Type.hs:22:1
  11354. 2997.11 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11355. 2997.11 s [hlint] by specifying the type/value namespace explicitly.
  11356. 2997.11 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  11357. 2997.11 s [hlint] Warning: 'refactor' is out of scope.
  11358. 2997.11 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11359. 2997.11 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  11360. 2997.11 s [hlint] * at src/Hint/Type.hs:22:13
  11361. 2997.12 s [hlint] * at src/Hint/Type.hs:22:1
  11362. 2997.12 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11363. 2997.12 s [hlint] by specifying the type/value namespace explicitly.
  11364. 2997.12 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  11365. 2997.12 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  11366. 2997.12 s [hlint] * at src/Idea.hs:26:13
  11367. 2997.12 s [hlint] * at src/Idea.hs:26:1
  11368. 2997.12 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11369. 2997.12 s [hlint] by specifying the type/value namespace explicitly.
  11370. 2997.12 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  11371. 2997.12 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  11372. 2997.12 s [hlint] * at src/Hint/Type.hs:22:13
  11373. 2997.12 s [hlint] * at src/Hint/Type.hs:22:1
  11374. 2997.12 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11375. 2997.12 s [hlint] by specifying the type/value namespace explicitly.
  11376. 2997.12 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  11377. 2997.12 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  11378. 2997.12 s [hlint] * at src/Idea.hs:26:13
  11379. 2997.12 s [hlint] * at src/Idea.hs:26:1
  11380. 2997.12 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11381. 2997.12 s [hlint] by specifying the type/value namespace explicitly.
  11382. 2997.12 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  11383. 2997.12 s [hlint] Warning: 'ParseFlags' is ambiguous. It is defined
  11384. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:60:1
  11385. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11386. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11387. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:60:1
  11388. 2997.12 s [fourmolu] 90% ( 19 / 21) in 'Ormolu.Fixity.Internal'
  11389. 2997.12 s [fourmolu] Missing documentation for:
  11390. 2997.12 s [fourmolu] Module header
  11391. 2997.12 s [fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
  11392. 2997.12 s [fourmolu] Warning: 'FixityImport' is ambiguous. It is defined
  11393. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:21
  11394. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:1
  11395. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11396. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11397. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Imports.hs:28:1
  11398. 2997.12 s [fourmolu] 100% ( 4 / 4) in 'Ormolu.Fixity.Imports'
  11399. 2997.12 s [fourmolu] Warning: 'HackageInfo' is ambiguous. It is defined
  11400. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:179:5
  11401. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:178:1
  11402. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11403. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11404. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:178:1
  11405. 2997.12 s [fourmolu] 95% ( 23 / 24) in 'Ormolu.Fixity'
  11406. 2997.12 s [fourmolu] Missing documentation for:
  11407. 2997.12 s [fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
  11408. 2997.12 s [fourmolu] Warning: 'OpInfo' is ambiguous. It is defined
  11409. 2997.12 s [fourmolu] * at src/Ormolu/Printer/Operators.hs:48:18
  11410. 2997.12 s [fourmolu] * at src/Ormolu/Printer/Operators.hs:48:1
  11411. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11412. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11413. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Operators.hs:48:1
  11414. 2997.12 s [fourmolu] Warning: 'equal' is out of scope.
  11415. 2997.12 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11416. 2997.12 s [fourmolu] Warning: 'lessThan' is out of scope.
  11417. 2997.12 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11418. 2997.12 s [fourmolu] Warning: 'greaterThan' is out of scope.
  11419. 2997.12 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11420. 2997.12 s [fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
  11421. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
  11422. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
  11423. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11424. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11425. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
  11426. 2997.12 s [fourmolu] 85% ( 6 / 7) in 'Ormolu.Printer.Operators'
  11427. 2997.12 s [fourmolu] Missing documentation for:
  11428. 2997.12 s [fourmolu] BinaryOpBranches (src/Ormolu/Printer/Operators.hs:44)
  11429. 2997.12 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Fixity.Printer'
  11430. 2997.12 s [fourmolu] Warning: 'FixityOverrides' is ambiguous. It is defined
  11431. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:27
  11432. 2997.12 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:1
  11433. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11434. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11435. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:184:1
  11436. 2997.12 s [fourmolu] 50% ( 8 / 16) in 'Ormolu.Fixity.Parser'
  11437. 2997.12 s [fourmolu] Missing documentation for:
  11438. 2997.12 s [fourmolu] pModuleName (src/Ormolu/Fixity/Parser.hs:156)
  11439. 2997.12 s [fourmolu] pPackageName (src/Ormolu/Fixity/Parser.hs:171)
  11440. 2997.12 s [fourmolu] isIdentifierFirstChar (src/Ormolu/Fixity/Parser.hs:177)
  11441. 2997.12 s [fourmolu] isIdentifierConstituent (src/Ormolu/Fixity/Parser.hs:180)
  11442. 2997.12 s [fourmolu] isOperatorConstituent (src/Ormolu/Fixity/Parser.hs:183)
  11443. 2997.12 s [fourmolu] isPackageNameConstituent (src/Ormolu/Fixity/Parser.hs:188)
  11444. 2997.12 s [fourmolu] isModuleSegmentFirstChar (src/Ormolu/Fixity/Parser.hs:191)
  11445. 2997.12 s [fourmolu] isModuleSegmentConstituent (src/Ormolu/Fixity/Parser.hs:194)
  11446. 2997.12 s [fourmolu] 0% ( 0 / 4) in 'Ormolu.Utils.Glob'
  11447. 2997.12 s [fourmolu] Missing documentation for:
  11448. 2997.12 s [fourmolu] Module header
  11449. 2997.12 s [fourmolu] Glob (src/Ormolu/Utils/Glob.hs:11)
  11450. 2997.12 s [fourmolu] mkGlob (src/Ormolu/Utils/Glob.hs:21)
  11451. 2997.12 s [fourmolu] matchesGlob (src/Ormolu/Utils/Glob.hs:36)
  11452. 2997.12 s [fourmolu] 40% ( 2 / 5) in 'Ormolu.Utils.IO'
  11453. 2997.12 s [fourmolu] Missing documentation for:
  11454. 2997.12 s [fourmolu] Module header
  11455. 2997.12 s [fourmolu] Cache (src/Ormolu/Utils/IO.hs:54)
  11456. 2997.12 s [fourmolu] newCache (src/Ormolu/Utils/IO.hs:57)
  11457. 2997.12 s [fourmolu] Warning: 'CabalInfo' is out of scope.
  11458. 2997.12 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11459. 2997.12 s [fourmolu] 75% ( 3 / 4) in 'Ormolu.Utils.Fixity'
  11460. 2997.12 s [fourmolu] Missing documentation for:
  11461. 2997.12 s [fourmolu] Module header
  11462. 2997.12 s [fourmolu] Warning: 'Config' is ambiguous. It is defined
  11463. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:106:22
  11464. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:106:1
  11465. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11466. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11467. 2997.12 s [hlint] * at src/GHC/All.hs:53:19
  11468. 2997.12 s [hlint] * at src/GHC/All.hs:53:1
  11469. 2997.12 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11470. 2997.12 s [hlint] by specifying the type/value namespace explicitly.
  11471. 2997.12 s [hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
  11472. 2997.12 s [hlint] Warning: 'Classify' is ambiguous. It is defined
  11473. 2997.12 s [hlint] * at src/Config/Type.hs:97:17
  11474. 2997.12 s [hlint] * at src/Config/Type.hs:97:1
  11475. 2997.12 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  11476. 2997.12 s [hlint] by specifying the type/value namespace explicitly.
  11477. 2997.12 s [hlint] Defaulting to the one defined at src/Config/Type.hs:97:1
  11478. 2997.12 s [hlint] Warning: 'resolveHints' is out of scope.
  11479. 2997.12 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  11480. 2997.12 s [hlint] 96% ( 30 / 31) in 'Language.Haskell.HLint'
  11481. 2997.12 s [hlint] Missing documentation for:
  11482. 2997.12 s [hlint] createModuleExWithFixities (src/GHC/All.hs:166)
  11483. 2997.12 s [hlint] Warning: Language.Haskell.HLint: could not find link destinations for:
  11484. 2997.12 s [hlint] - Config.Type.Rep_Severity
  11485. 2997.12 s [hlint] Documentation created: dist/doc/html/hlint, dist/doc/html/hlint/hlint.txt
  11486. 2997.12 s [hlint] Preprocessing executable 'hlint' for hlint-3.10...
  11487. 2997.12 s [hlint] haddockPhase completed in 33 seconds
  11488. 2997.12 s [hlint] Phase: installPhase
  11489. 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
  11490. 2997.12 s [hlint] Installing executable hlint in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin
  11491. 2997.12 s [hlint] Warning: The directory
  11492. 2997.12 s [hlint] /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin is not in the
  11493. 2997.12 s [hlint] system search path.
  11494. 2997.12 s [hlint] Phase: fixupPhase
  11495. 2997.12 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10
  11496. 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
  11497. 2997.12 s [hlint] shrinking /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10/bin/hlint
  11498. 2997.12 s [hlint] checking for references to /build/ in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10...
  11499. 2997.12 s [hlint] patching script interpreter paths in /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10
  11500. 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
  11501. 2997.12 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data
  11502. 2997.12 s [hlint] checking for references to /build/ in /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data...
  11503. 2997.12 s [hlint] patching script interpreter paths in /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data
  11504. 2997.12 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc
  11505. 2997.12 s [hlint] checking for references to /build/ in /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc...
  11506. 2997.12 s [hlint] patching script interpreter paths in /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc
  11507. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:106:1
  11508. 2997.12 s [fourmolu] Warning: 'RegionIndices' is ambiguous. It is defined
  11509. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:133:22
  11510. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:133:1
  11511. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11512. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11513. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:133:1
  11514. 2997.12 s [fourmolu] Warning: 'DynOption' is ambiguous. It is defined
  11515. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:203:21
  11516. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:203:1
  11517. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11518. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11519. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:203:1
  11520. 2997.12 s [fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
  11521. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:143:21
  11522. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:143:1
  11523. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11524. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11525. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:143:1
  11526. 2997.12 s [fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
  11527. 2997.12 s [fourmolu] * at src/Ormolu/Config/Gen.hs:45:3
  11528. 2997.12 s [fourmolu] * at src/Ormolu/Config/Gen.hs:44:1
  11529. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11530. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11531. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:44:1
  11532. 2997.12 s [fourmolu] 43% ( 20 / 46) in 'Ormolu.Config'
  11533. 2997.12 s [fourmolu] Missing documentation for:
  11534. 2997.12 s [fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:118)
  11535. 2997.12 s [fourmolu] defaultPrinterOptsYaml (src/Ormolu/Config/Gen.hs:623)
  11536. 2997.12 s [fourmolu] CommaStyle (src/Ormolu/Config/Gen.hs:314)
  11537. 2997.12 s [fourmolu] FunctionArrowsStyle (src/Ormolu/Config/Gen.hs:319)
  11538. 2997.12 s [fourmolu] HaddockPrintStyle (src/Ormolu/Config/Gen.hs:325)
  11539. 2997.12 s [fourmolu] HaddockPrintStyleModule (src/Ormolu/Config/Gen.hs:331)
  11540. 2997.12 s [fourmolu] ImportExportStyle (src/Ormolu/Config/Gen.hs:336)
  11541. 2997.12 s [fourmolu] ImportGrouping (src/Ormolu/Config/Gen.hs:378)
  11542. 2997.12 s [fourmolu] ImportGroup (src/Ormolu/Config/Types.hs:24)
  11543. 2997.12 s [fourmolu] ImportGroupRule (src/Ormolu/Config/Types.hs:36)
  11544. 2997.12 s [fourmolu] ImportModuleMatcher (src/Ormolu/Config/Types.hs:84)
  11545. 2997.12 s [fourmolu] ImportRulePriority (src/Ormolu/Config/Types.hs:63)
  11546. 2997.12 s [fourmolu] matchAllRulePriority (src/Ormolu/Config/Types.hs:70)
  11547. 2997.12 s [fourmolu] matchLocalRulePriority (src/Ormolu/Config/Types.hs:73)
  11548. 2997.12 s [fourmolu] defaultImportRulePriority (src/Ormolu/Config/Types.hs:76)
  11549. 2997.12 s [fourmolu] QualifiedImportMatcher (src/Ormolu/Config/Types.hs:78)
  11550. 2997.12 s [fourmolu] LetStyle (src/Ormolu/Config/Gen.hs:342)
  11551. 2997.12 s [fourmolu] InStyle (src/Ormolu/Config/Gen.hs:349)
  11552. 2997.12 s [fourmolu] Unicode (src/Ormolu/Config/Gen.hs:355)
  11553. 2997.12 s [fourmolu] ColumnLimit (src/Ormolu/Config/Gen.hs:367)
  11554. 2997.12 s [fourmolu] SingleDerivingParens (src/Ormolu/Config/Gen.hs:372)
  11555. 2997.12 s [fourmolu] parsePrinterOptsCLI (src/Ormolu/Config/Gen.hs:180)
  11556. 2997.12 s [fourmolu] parsePrinterOptType
  11557. 2997.12 s [fourmolu] ConfigNotFound (src/Ormolu/Config.hs:301)
  11558. 2997.12 s [fourmolu] FourmoluConfig (src/Ormolu/Config.hs:255)
  11559. 2997.12 s [fourmolu] emptyConfig (src/Ormolu/Config.hs:278)
  11560. 2997.12 s [fourmolu] Warning: 'RegionDelta' is out of scope.
  11561. 2997.12 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11562. 2997.12 s [fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
  11563. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:143:21
  11564. 2997.12 s [fourmolu] * at src/Ormolu/Config.hs:143:1
  11565. 2997.12 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11566. 2997.12 s [fourmolu] by specifying the type/value namespace explicitly.
  11567. 2997.12 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:143:1
  11568. 2997.12 s [fourmolu] 100% ( 5 / 5) in 'Ormolu.Processing.Common'
  11569. 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
  11570. 2998.93 s [hlint:post-build] Pushing 3 paths (224 are already present) using zstd to cache sellout ⏳
  11571. 2998.93 s [hlint:post-build]
  11572. 2999.29 s [hlint:post-build] Pushing /nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc (7.97 MiB)
  11573. 2999.54 s [hlint:post-build] Pushing /nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data (112.98 KiB)
  11574. 2999.56 s [hlint:post-build] Pushing /nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10 (66.74 MiB)
  11575. 3001.80 s [hlint:post-build]
  11576. 3001.80 s [hlint:post-build] All done.
  11577. 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
  11578. 3002.65 s [hlint:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11579. 3002.92 s [hlint:post-build] copying 6 paths...
  11580. 3002.92 s [hlint:post-build] copying path '/nix/store/nff1j3438ghn77y67dpkl7ap4npb158s-hscolour-1.25-data' to 'https://cache.nix-ci.com'...
  11581. 3002.92 s [hlint:post-build] copying path '/nix/store/nk94gymj7k706h26dlj5hiwrl3325x4s-hlint-3.10-data' to 'https://cache.nix-ci.com'...
  11582. 3002.93 s [hlint:post-build] copying path '/nix/store/n68yqsch5hxrcl2qwxjwyrzxhv0wqr1x-hscolour-1.25-doc' to 'https://cache.nix-ci.com'...
  11583. 3003.43 s [hlint:post-build] copying path '/nix/store/dg2d8n03bhjv359p1xqd2xd2li04i6g3-hscolour-1.25' to 'https://cache.nix-ci.com'...
  11584. 3003.43 s [hlint:post-build] copying path '/nix/store/yhrca7jz0f8994k3d13xknia74vyvdzi-hlint-3.10-doc' to 'https://cache.nix-ci.com'...
  11585. 3005.87 s [hlint:post-build] copying path '/nix/store/k49b6b3lpjg84p1liplkpw7rs62n6sh5-hlint-3.10' to 'https://cache.nix-ci.com'...
  11586. 3032.50 s [hlint:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11587. 3032.79 s [hlint:post-build] copying 2 paths...
  11588. 3032.80 s [hlint:post-build] copying path '/nix/store/a6zw0vclngamsyhmhf47qzdlx1pfzdji-hscolour-1.25.drv' to 'https://cache.nix-ci.com'...
  11589. 3032.94 s [hlint:post-build] copying path '/nix/store/81784bi7xpj02gp5a85889d3p1ygbjgz-hlint-3.10.drv' to 'https://cache.nix-ci.com'...
  11590. 3033.33 s Progress: 155 of 170 built (2 building), 375 of 375 downloaded from cache
  11591. 3033.33 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Processing.Preprocess'
  11592. 3033.33 s [fourmolu] Warning: 'R' is ambiguous. It is defined
  11593. 3033.33 s [fourmolu] * at src/Ormolu/Printer/Internal.hs:101:15
  11594. 3033.33 s [fourmolu] * at src/Ormolu/Printer/Internal.hs:101:1
  11595. 3033.33 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11596. 3033.33 s [fourmolu] by specifying the type/value namespace explicitly.
  11597. 3033.33 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Internal.hs:101:1
  11598. 3033.33 s [fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
  11599. 3033.33 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  11600. 3033.33 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  11601. 3033.33 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11602. 3033.33 s [fourmolu] by specifying the type/value namespace explicitly.
  11603. 3033.33 s [fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
  11604. 3033.33 s [fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
  11605. 3033.33 s [fourmolu] * at src/Ormolu/Config/Gen.hs:45:3
  11606. 3033.33 s [fourmolu] * at src/Ormolu/Config/Gen.hs:44:1
  11607. 3033.33 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11608. 3033.33 s [fourmolu] by specifying the type/value namespace explicitly.
  11609. 3033.33 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:44:1
  11610. 3033.33 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  11611. 3033.33 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  11612. 3033.33 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  11613. 3033.33 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11614. 3033.33 s [fourmolu] by specifying the type/value namespace explicitly.
  11615. 3033.33 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  11616. 3033.33 s [fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
  11617. 3033.33 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
  11618. 3033.33 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
  11619. 3033.33 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11620. 3033.33 s [fourmolu] by specifying the type/value namespace explicitly.
  11621. 3033.33 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
  11622. 3033.33 s [fourmolu] Warning: 'n' is out of scope.
  11623. 3033.33 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11624. 3033.33 s [fourmolu] 94% ( 47 / 50) in 'Ormolu.Printer.Internal'
  11625. 3033.33 s [fourmolu] Missing documentation for:
  11626. 3033.33 s [fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
  11627. 3033.33 s [fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
  11628. 3033.33 s [fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
  11629. 3033.33 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  11630. 3033.33 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  11631. 3033.33 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  11632. 3033.33 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11633. 3033.33 s [fourmolu] by specifying the type/value namespace explicitly.
  11634. 3033.33 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  11635. 3033.33 s [fourmolu] 100% ( 6 / 6) in 'Ormolu.Printer.Comments'
  11636. 3033.33 s [fourmolu] 96% ( 80 / 83) in 'Ormolu.Printer.Combinators'
  11637. 3033.33 s [fourmolu] Missing documentation for:
  11638. 3033.33 s [fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
  11639. 3033.33 s [fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
  11640. 3033.33 s [fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
  11641. 3033.33 s [fourmolu] Warning: 'LanguagePragma' is out of scope.
  11642. 3033.33 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11643. 3033.33 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Pragma'
  11644. 3033.33 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.StringLiteral'
  11645. 3033.33 s [fourmolu] Missing documentation for:
  11646. 3033.33 s [fourmolu] Module header
  11647. 3033.33 s [fourmolu] 58% ( 7 / 12) in 'Ormolu.Printer.Meat.Common'
  11648. 3033.33 s [fourmolu] Missing documentation for:
  11649. 3033.33 s [fourmolu] p_ieWrappedName (src/Ormolu/Printer/Meat/Common.hs:62)
  11650. 3033.33 s [fourmolu] p_qualName (src/Ormolu/Printer/Meat/Common.hs:121)
  11651. 3033.33 s [fourmolu] p_sourceText (src/Ormolu/Printer/Meat/Common.hs:235)
  11652. 3033.33 s [fourmolu] p_namespaceSpec (src/Ormolu/Printer/Meat/Common.hs:240)
  11653. 3033.33 s [fourmolu] p_arrow (src/Ormolu/Printer/Meat/Common.hs:246)
  11654. 3033.33 s [fourmolu] 16% ( 3 / 18) in 'Ormolu.Printer.Meat.Type'
  11655. 3033.33 s [fourmolu] Missing documentation for:
  11656. 3033.33 s [fourmolu] p_hsType (src/Ormolu/Printer/Meat/Type.hs:52)
  11657. 3033.33 s [fourmolu] startTypeAnnotation (src/Ormolu/Printer/Meat/Type.hs:202)
  11658. 3033.33 s [fourmolu] startTypeAnnotationDecl (src/Ormolu/Printer/Meat/Type.hs:210)
  11659. 3033.33 s [fourmolu] p_hsContext (src/Ormolu/Printer/Meat/Type.hs:256)
  11660. 3033.33 s [fourmolu] p_hsContext' (src/Ormolu/Printer/Meat/Type.hs:263)
  11661. 3033.33 s [fourmolu] p_hsTyVarBndr (src/Ormolu/Printer/Meat/Type.hs:291)
  11662. 3033.33 s [fourmolu] ForAllVisibility (src/Ormolu/Printer/Meat/Type.hs:306)
  11663. 3033.33 s [fourmolu] p_conDeclFields (src/Ormolu/Printer/Meat/Type.hs:333)
  11664. 3033.33 s [fourmolu] p_lhsTypeArg (src/Ormolu/Printer/Meat/Type.hs:366)
  11665. 3033.33 s [fourmolu] p_hsSigType (src/Ormolu/Printer/Meat/Type.hs:375)
  11666. 3033.33 s [fourmolu] p_hsForAllTelescope (src/Ormolu/Printer/Meat/Type.hs:382)
  11667. 3033.33 s [lsp-types] converts a file path to a normalized URI and back [✔]
  11668. 3033.33 s [lsp-types] +++ OK, passed 100 tests.
  11669. 3033.33 s [lsp-types] Normalized file path functions
  11670. 3033.33 s [lsp-types] makes file path normalized [✔]
  11671. 3033.33 s [lsp-types] +++ OK, passed 100 tests.
  11672. 3033.33 s [lsp-types] converts to a normalized uri and back [✔]
  11673. 3033.33 s [lsp-types] +++ OK, passed 100 tests.
  11674. 3033.33 s [lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
  11675. 3033.33 s [lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
  11676. 3033.33 s [lsp-types] creates the same NormalizedUri than the older implementation [✔]
  11677. 3033.33 s [lsp-types] +++ OK, passed 100 tests.
  11678. 3033.33 s [lsp-types] converts to NormalizedFilePath and back sucessfully [✔]
  11679. 3033.33 s [lsp-types] +++ OK, passed 100 tests.
  11680. 3033.33 s [lsp-types] can not convert OsPath in non-standard encoding to NormalizedFilePath [✔]
  11681. 3033.33 s [lsp-types] WorkspaceEdit
  11682. 3033.33 s [lsp-types] applyTextEdit
  11683. 3033.33 s [lsp-types] inserts text [✔]
  11684. 3033.33 s [lsp-types] deletes text [✔]
  11685. 3033.33 s [lsp-types] edits a multiline text [✔]
  11686. 3033.33 s [lsp-types] inserts text past the last line [✔]
  11687. 3033.33 s [lsp-types] editTextEdit
  11688. 3033.33 s [lsp-types] edits a multiline text edit [✔]
  11689. 3033.33 s [lsp-types]
  11690. 3033.33 s [lsp-types] Finished in 29.1759 seconds
  11691. 3033.33 s [lsp-types] 85 examples, 0 failures
  11692. 3033.33 s [lsp-types] Test suite lsp-types-test: PASS
  11693. 3033.33 s [lsp-types] Test suite logged to: dist/test/lsp-types-2.3.0.1-lsp-types-test.log
  11694. 3033.33 s [lsp-types] 1 of 1 test suites (1 of 1 test cases) passed.
  11695. 3033.33 s [lsp-types] checkPhase completed in 30 seconds
  11696. 3033.33 s [lsp-types] Phase: haddockPhase
  11697. 3033.33 s [lsp-types] Phase: installPhase
  11698. 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
  11699. 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
  11700. 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
  11701. 3033.33 s [lsp-types] Installing executable generator in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/bin
  11702. 3033.33 s [lsp-types] Warning: The directory
  11703. 3033.33 s [lsp-types] /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/bin is not in
  11704. 3033.33 s [lsp-types] the system search path.
  11705. 3033.33 s [lsp-types] Phase: fixupPhase
  11706. 3033.33 s [lsp-types] shrinking RPATHs of ELF executables and libraries in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1
  11707. 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
  11708. 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
  11709. 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
  11710. 3033.33 s [lsp-types] shrinking /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1/bin/generator
  11711. 3033.33 s [lsp-types] checking for references to /build/ in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1...
  11712. 3033.33 s [lsp-types] patching script interpreter paths in /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1
  11713. 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
  11714. 3033.33 s [fourmolu] p_hsQualArrow (src/Ormolu/Printer/Meat/Type.hs:404)
  11715. 3033.33 s [fourmolu] p_hsFun (src/Ormolu/Printer/Meat/Type.hs:419)
  11716. 3033.33 s [fourmolu] hsOuterTyVarBndrsToHsType (src/Ormolu/Printer/Meat/Type.hs:451)
  11717. 3033.33 s [fourmolu] lhsTypeToSigType (src/Ormolu/Printer/Meat/Type.hs:457)
  11718. 3033.33 s [fourmolu] 0% ( 0 / 3) in 'Ormolu.Printer.Meat.Declaration.Warning'
  11719. 3033.33 s [fourmolu] Missing documentation for:
  11720. 3033.33 s [fourmolu] Module header
  11721. 3033.33 s [fourmolu] p_warnDecls (src/Ormolu/Printer/Meat/Declaration/Warning.hs:23)
  11722. 3033.33 s [fourmolu] p_warningTxt (src/Ormolu/Printer/Meat/Declaration/Warning.hs:37)
  11723. 3033.33 s [fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.ImportExport'
  11724. 3033.33 s [fourmolu] Missing documentation for:
  11725. 3033.33 s [fourmolu] p_hsmodExports (src/Ormolu/Printer/Meat/ImportExport.hs:30)
  11726. 3033.33 s [fourmolu] p_hsmodImport (src/Ormolu/Printer/Meat/ImportExport.hs:44)
  11727. 3033.33 s [fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.Declaration.TypeFamily'
  11728. 3033.33 s [fourmolu] Missing documentation for:
  11729. 3033.33 s [fourmolu] p_famDecl (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:22)
  11730. 3033.33 s [fourmolu] p_tyFamInstEqn (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:83)
  11731. 3033.33 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Type'
  11732. 3033.33 s [fourmolu] Missing documentation for:
  11733. 3033.33 s [fourmolu] p_synDecl (src/Ormolu/Printer/Meat/Declaration/Type.hs:30)
  11734. 3033.33 s [fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Signature'
  11735. 3033.33 s [fourmolu] Missing documentation for:
  11736. 3033.33 s [fourmolu] p_sigDecl (src/Ormolu/Printer/Meat/Declaration/Signature.hs:28)
  11737. 3033.33 s [fourmolu] p_typeAscription (src/Ormolu/Printer/Meat/Declaration/Signature.hs:61)
  11738. 3033.33 s [fourmolu] p_activation (src/Ormolu/Printer/Meat/Declaration/Signature.hs:149)
  11739. 3033.33 s [fourmolu] p_standaloneKindSig (src/Ormolu/Printer/Meat/Declaration/Signature.hs:219)
  11740. 3033.33 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.RoleAnnotation'
  11741. 3033.33 s [fourmolu] Missing documentation for:
  11742. 3033.33 s [fourmolu] p_roleAnnot (src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs:18)
  11743. 3033.33 s [fourmolu] Warning: 'ForeignImport' is ambiguous. It is defined
  11744. 3033.33 s [fourmolu] * in ‘Language.Haskell.Syntax.Decls’
  11745. 3033.34 s [fourmolu] * in ‘Language.Haskell.Syntax.Decls’
  11746. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11747. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11748. 3033.34 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Decls’
  11749. 3033.34 s [fourmolu] Warning: 'SourceText' is out of scope.
  11750. 3033.34 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11751. 3033.34 s [fourmolu] Warning: 'Outputable' is out of scope.
  11752. 3033.34 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11753. 3033.34 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Foreign'
  11754. 3033.34 s [fourmolu] Missing documentation for:
  11755. 3033.34 s [fourmolu] Module header
  11756. 3033.34 s [fourmolu] p_foreignDecl (src/Ormolu/Printer/Meat/Declaration/Foreign.hs:18)
  11757. 3033.34 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Default'
  11758. 3033.34 s [fourmolu] Missing documentation for:
  11759. 3033.34 s [fourmolu] Module header
  11760. 3033.34 s [fourmolu] p_defaultDecl (src/Ormolu/Printer/Meat/Declaration/Default.hs:15)
  11761. 3033.34 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Data'
  11762. 3033.34 s [fourmolu] Missing documentation for:
  11763. 3033.34 s [fourmolu] p_dataDecl (src/Ormolu/Printer/Meat/Declaration/Data.hs:52)
  11764. 3033.34 s [fourmolu] Warning: 'Match' is ambiguous. It is defined
  11765. 3033.34 s [fourmolu] * in ‘Language.Haskell.Syntax.Expr’
  11766. 3033.34 s [fourmolu] * in ‘Language.Haskell.Syntax.Expr’
  11767. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11768. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11769. 3033.34 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Expr’
  11770. 3033.34 s [fourmolu] 40% ( 4 / 10) in 'Ormolu.Printer.Meat.Declaration.Value'
  11771. 3033.34 s [fourmolu] Missing documentation for:
  11772. 3033.34 s [fourmolu] Module header
  11773. 3033.34 s [fourmolu] p_valDecl (src/Ormolu/Printer/Meat/Declaration/Value.hs:72)
  11774. 3033.34 s [fourmolu] p_pat (src/Ormolu/Printer/Meat/Declaration/Value.hs:1237)
  11775. 3033.34 s [fourmolu] p_hsExpr (src/Ormolu/Printer/Meat/Declaration/Value.hs:593)
  11776. 3033.34 s [fourmolu] p_hsUntypedSplice (src/Ormolu/Printer/Meat/Declaration/Value.hs:1351)
  11777. 3033.34 s [fourmolu] p_hsExpr' (src/Ormolu/Printer/Meat/Declaration/Value.hs:610)
  11778. 3033.34 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Splice'
  11779. 3033.34 s [fourmolu] Missing documentation for:
  11780. 3033.34 s [fourmolu] Module header
  11781. 3033.34 s [fourmolu] p_spliceDecl (src/Ormolu/Printer/Meat/Declaration/Splice.hs:11)
  11782. 3033.34 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Rule'
  11783. 3033.34 s [fourmolu] Missing documentation for:
  11784. 3033.34 s [fourmolu] Module header
  11785. 3033.34 s [fourmolu] p_ruleDecls (src/Ormolu/Printer/Meat/Declaration/Rule.hs:21)
  11786. 3033.34 s [fourmolu] 100% ( 9 / 9) in 'Ormolu.Printer.Meat.Declaration.OpTree'
  11787. 3033.34 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Annotation'
  11788. 3033.34 s [fourmolu] Missing documentation for:
  11789. 3033.34 s [fourmolu] Module header
  11790. 3033.34 s [fourmolu] p_annDecl (src/Ormolu/Printer/Meat/Declaration/Annotation.hs:15)
  11791. 3033.34 s [fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Instance'
  11792. 3033.34 s [fourmolu] Missing documentation for:
  11793. 3033.34 s [fourmolu] p_clsInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:64)
  11794. 3033.34 s [fourmolu] p_tyFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:97)
  11795. 3033.34 s [fourmolu] p_dataFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:105)
  11796. 3033.34 s [fourmolu] p_standaloneDerivDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:31)
  11797. 3033.34 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Class'
  11798. 3033.34 s [fourmolu] Missing documentation for:
  11799. 3033.34 s [fourmolu] p_classDecl (src/Ormolu/Printer/Meat/Declaration/Class.hs:39)
  11800. 3033.34 s [fourmolu] 66% ( 2 / 3) in 'Ormolu.Printer.Meat.Declaration'
  11801. 3033.34 s [fourmolu] Missing documentation for:
  11802. 3033.34 s [fourmolu] p_hsDecls (src/Ormolu/Printer/Meat/Declaration.hs:50)
  11803. 3033.34 s [fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
  11804. 3033.34 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
  11805. 3033.34 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
  11806. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11807. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11808. 3033.34 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
  11809. 3033.34 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Result'
  11810. 3033.34 s [fourmolu] Warning: 'HsModule' is ambiguous. It is defined
  11811. 3033.34 s [fourmolu] * in ‘Language.Haskell.Syntax’
  11812. 3033.34 s [fourmolu] * in ‘Language.Haskell.Syntax’
  11813. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11814. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11815. 3033.34 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax’
  11816. 3033.34 s [fourmolu] Warning: 'DynFlags' is ambiguous. It is defined
  11817. 3033.34 s [fourmolu] * in ‘GHC.Driver.DynFlags’
  11818. 3033.34 s [fourmolu] * in ‘GHC.Driver.DynFlags’
  11819. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11820. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11821. 3033.34 s [fourmolu] Defaulting to the one defined in ‘GHC.Driver.DynFlags’
  11822. 3033.34 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser'
  11823. 3033.34 s [fourmolu] 0% ( 0 / 4) in 'Ormolu.Imports.Grouping'
  11824. 3033.34 s [fourmolu] Missing documentation for:
  11825. 3033.34 s [fourmolu] Module header
  11826. 3033.34 s [fourmolu] Import (src/Ormolu/Imports/Grouping.hs:29)
  11827. 3033.34 s [fourmolu] prepareExistingGroups (src/Ormolu/Imports/Grouping.hs:137)
  11828. 3033.34 s [fourmolu] groupImports (src/Ormolu/Imports/Grouping.hs:147)
  11829. 3033.34 s [fourmolu] Warning: 'IEWrapppedName' is out of scope.
  11830. 3033.34 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11831. 3033.34 s [fourmolu] Warning: 'GhcPs' is ambiguous. It is defined
  11832. 3033.34 s [fourmolu] * in ‘GHC.Hs.Extension’
  11833. 3033.34 s [fourmolu] * in ‘GHC.Hs.Extension’
  11834. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11835. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11836. 3033.34 s [fourmolu] Defaulting to the one defined in ‘GHC.Hs.Extension’
  11837. 3033.34 s [fourmolu] Warning: 'ImportId' is ambiguous. It is defined
  11838. 3033.34 s [fourmolu] * at src/Ormolu/Imports.hs:85:17
  11839. 3033.34 s [fourmolu] * at src/Ormolu/Imports.hs:85:1
  11840. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11841. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11842. 3033.34 s [fourmolu] Defaulting to the one defined at src/Ormolu/Imports.hs:85:1
  11843. 3033.34 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Imports'
  11844. 3033.34 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Module'
  11845. 3033.34 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer'
  11846. 3033.34 s [fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
  11847. 3033.34 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
  11848. 3033.34 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
  11849. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11850. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11851. 3033.34 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
  11852. 3033.34 s [fourmolu] Warning: 'Diff' is out of scope.
  11853. 3033.34 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11854. 3033.34 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Diff.ParseResult'
  11855. 3033.34 s [fourmolu] Warning: 'CabalInfo' is ambiguous. It is defined
  11856. 3033.34 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:18
  11857. 3033.34 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:1
  11858. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11859. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11860. 3033.34 s [fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:51:1
  11861. 3033.34 s [fourmolu] Warning: 'DynOption' is ambiguous. It is defined
  11862. 3033.34 s [fourmolu] * at src/Ormolu/Config.hs:203:21
  11863. 3033.34 s [fourmolu] * at src/Ormolu/Config.hs:203:1
  11864. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11865. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11866. 3033.34 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:203:1
  11867. 3033.34 s [fourmolu] Warning: 'CachedCabalFile' is ambiguous. It is defined
  11868. 3033.34 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:24
  11869. 3033.34 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:1
  11870. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11871. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11872. 3033.34 s [fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:96:1
  11873. 3033.34 s [fourmolu] 85% ( 6 / 7) in 'Ormolu.Utils.Cabal'
  11874. 3033.34 s [fourmolu] Missing documentation for:
  11875. 3033.34 s [fourmolu] Module header
  11876. 3033.34 s [fourmolu] Warning: 'Config' is ambiguous. It is defined
  11877. 3033.34 s [fourmolu] * at src/Ormolu/Config.hs:106:22
  11878. 3033.34 s [fourmolu] * at src/Ormolu/Config.hs:106:1
  11879. 3033.34 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11880. 3033.34 s [fourmolu] by specifying the type/value namespace explicitly.
  11881. 3033.34 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:106:1
  11882. 3033.34 s [fourmolu] Warning: 'CabalInfo' is out of scope.
  11883. 3033.34 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11884. 3033.34 s [fourmolu] Warning: 'FixityMap' is out of scope.
  11885. 3033.34 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11886. 3033.34 s [fourmolu] Warning: 'getFixityOverridesForSourceFile' is out of scope.
  11887. 3033.34 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11888. 3033.34 s [fourmolu] 94% ( 32 / 34) in 'Ormolu'
  11889. 3033.34 s [fourmolu] Missing documentation for:
  11890. 3033.34 s [fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:118)
  11891. 3033.34 s [fourmolu] ConfigNotFound (src/Ormolu/Config.hs:301)
  11892. 3033.34 s [fourmolu] 0% ( 0 / 9) in 'Paths_fourmolu'
  11893. 3033.34 s [fourmolu] Missing documentation for:
  11894. 3033.34 s [fourmolu] Module header
  11895. 3033.34 s [fourmolu] version (dist/build/autogen/Paths_fourmolu.hs:36)
  11896. 3033.34 s [fourmolu] getBinDir (dist/build/autogen/Paths_fourmolu.hs:56)
  11897. 3033.34 s [fourmolu] getLibDir (dist/build/autogen/Paths_fourmolu.hs:57)
  11898. 3033.34 s [fourmolu] getDynLibDir (dist/build/autogen/Paths_fourmolu.hs:58)
  11899. 3033.34 s [fourmolu] getDataDir (dist/build/autogen/Paths_fourmolu.hs:59)
  11900. 3033.34 s [fourmolu] getLibexecDir (dist/build/autogen/Paths_fourmolu.hs:60)
  11901. 3033.34 s [fourmolu] getDataFileName (dist/build/autogen/Paths_fourmolu.hs:39)
  11902. 3033.34 s [fourmolu] getSysconfDir (dist/build/autogen/Paths_fourmolu.hs:61)
  11903. 3033.34 s [fourmolu] Warning: Ormolu.Terminal: could not find link destinations for:
  11904. 3033.34 s [fourmolu] - Ormolu.Terminal.TermOutput
  11905. 3033.34 s [fourmolu] Warning: Ormolu.Fixity.Internal: could not find link destinations for:
  11906. 3033.34 s [fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
  11907. 3033.34 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
  11908. 3033.34 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
  11909. 3033.34 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
  11910. 3033.34 s [fourmolu] Warning: Ormolu.Fixity: could not find link destinations for:
  11911. 3033.34 s [fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
  11912. 3033.34 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
  11913. 3033.34 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
  11914. 3033.34 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
  11915. 3033.34 s [fourmolu] Warning: Ormolu.Fixity.Parser: could not find link destinations for:
  11916. 3033.34 s [fourmolu] - Ormolu.Fixity.Parser.Parser
  11917. 3033.34 s [fourmolu] Warning: Ormolu.Config: could not find link destinations for:
  11918. 3033.34 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11919. 3033.34 s [fourmolu] - Ormolu.Config.Gen.PrinterOptsFieldType
  11920. 3033.34 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11921. 3033.34 s [fourmolu] - Ormolu.Config.Rep_Config
  11922. 3033.34 s [fourmolu] Warning: Ormolu.Printer.Meat.Type: could not find link destinations for:
  11923. 3033.34 s [fourmolu] - Ormolu.Printer.Meat.Type.IsTyVarBndrFlag
  11924. 3033.34 s [fourmolu] Warning: Ormolu.Printer: could not find link destinations for:
  11925. 3033.34 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11926. 3033.34 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11927. 3033.34 s [fourmolu] Warning: Ormolu.Utils.Cabal: could not find link destinations for:
  11928. 3033.34 s [fourmolu] - Distribution.Utils.Structured.structureHash'
  11929. 3033.34 s [fourmolu] - Distribution.Utils.Structured.Tagged
  11930. 3033.34 s [fourmolu] - Language.Haskell.Extension.Rep_Extension
  11931. 3033.34 s [fourmolu] Warning: Ormolu: could not find link destinations for:
  11932. 3033.34 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11933. 3033.34 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11934. 3033.34 s [fourmolu] - Ormolu.Config.Rep_Config
  11935. 3033.34 s [fourmolu] Documentation created: dist/doc/html/fourmolu,
  11936. 3033.34 s [fourmolu] dist/doc/html/fourmolu/fourmolu.txt
  11937. 3033.34 s [fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.18.0.0...
  11938. 3033.34 s [fourmolu] haddockPhase completed in 58 seconds
  11939. 3033.34 s [fourmolu] Phase: installPhase
  11940. 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
  11941. 3033.34 s [fourmolu] Installing executable fourmolu in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin
  11942. 3033.34 s [fourmolu] Warning: The directory
  11943. 3033.34 s [fourmolu] /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin is not in
  11944. 3033.34 s [fourmolu] the system search path.
  11945. 3033.34 s [fourmolu] Phase: fixupPhase
  11946. 3033.34 s [fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0
  11947. 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
  11948. 3033.34 s [fourmolu] shrinking /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0/bin/fourmolu
  11949. 3033.34 s [fourmolu] checking for references to /build/ in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0...
  11950. 3033.34 s [fourmolu] patching script interpreter paths in /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0
  11951. 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
  11952. 3033.34 s [fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc
  11953. 3033.34 s [fourmolu] checking for references to /build/ in /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc...
  11954. 3033.34 s [fourmolu] patching script interpreter paths in /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc
  11955. 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
  11956. 3035.00 s [fourmolu:post-build] Pushing 2 paths (211 are already present) using zstd to cache sellout ⏳
  11957. 3035.00 s [fourmolu:post-build]
  11958. 3035.36 s [fourmolu:post-build] Pushing /nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc (9.09 MiB)
  11959. 3035.49 s [fourmolu:post-build] Pushing /nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0 (71.85 MiB)
  11960. 3037.42 s [fourmolu:post-build]
  11961. 3037.42 s [fourmolu:post-build] All done.
  11962. 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
  11963. 3038.23 s [fourmolu:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11964. 3038.50 s [fourmolu:post-build] copying 4 paths...
  11965. 3038.55 s [fourmolu:post-build] copying path '/nix/store/hj7micnvhc2f1sn51fgl0mr4dh11hdhk-Diff-1.0.2-doc' to 'https://cache.nix-ci.com'...
  11966. 3039.03 s [fourmolu:post-build] copying path '/nix/store/fnglh7w6d44zk6c41fwjrq9r1mxbwksn-fourmolu-0.18.0.0-doc' to 'https://cache.nix-ci.com'...
  11967. 3039.03 s [fourmolu:post-build] copying path '/nix/store/v9s179m06h4vqvyjsn3qx0k9wxwkl1a1-Diff-1.0.2' to 'https://cache.nix-ci.com'...
  11968. 3040.64 s [fourmolu:post-build] copying path '/nix/store/fflx5pcnl2aa9y4z63z86b6m8iykfrzg-fourmolu-0.18.0.0' to 'https://cache.nix-ci.com'...
  11969. 3067.40 s [fourmolu:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11970. 3067.75 s [fourmolu:post-build] copying 2 paths...
  11971. 3068.18 s [fourmolu:post-build] copying path '/nix/store/1sgbma9k4z7w25hhv40dm52a36rzi1xf-Diff-1.0.2.drv' to 'https://cache.nix-ci.com'...
  11972. 3068.18 s [fourmolu:post-build] copying path '/nix/store/m38pfh1iwkdwjnnpf1f96pjckr2s229b-fourmolu-0.18.0.0.drv' to 'https://cache.nix-ci.com'...
  11973. 3068.36 s Progress: 156 of 170 built (1 building), 375 of 375 downloaded from cache
  11974. 3069.37 s [lsp-types:post-build] Uploading to cachix cache "sellout": /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1
  11975. 3070.76 s [lsp-types:post-build] Pushing 1 paths (242 are already present) using zstd to cache sellout ⏳
  11976. 3070.76 s [lsp-types:post-build]
  11977. 3071.15 s [lsp-types:post-build] Pushing /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1 (401.62 MiB)
  11978. 3077.84 s [lsp-types:post-build]
  11979. 3077.84 s [lsp-types:post-build] All done.
  11980. 3077.84 s [lsp-types:post-build] Uploading to the NixCI cache: /nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1
  11981. 3078.14 s [lsp-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11982. 3078.14 s [lsp-types:post-build] copying 1 paths...
  11983. 3078.14 s [lsp-types:post-build] copying path '/nix/store/6gb0d3n2nxyidrfvfaylcdfvdn1zv728-lsp-types-2.3.0.1' to 'https://cache.nix-ci.com'...
  11984. 3177.87 s [lsp-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11985. 3178.45 s [lsp-types:post-build] copying 1 paths...
  11986. 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'...
  11987. 3178.89 s Progress: 157 of 170 built, 375 of 375 downloaded from cache
  11988. 3179.03 s Building /nix/store/kf5axq74d1l2f4wdmrz82df6aqxmdka3-lsp-2.7.0.1.drv
  11989. 3179.42 s [lsp] Phase: setupCompilerEnvironmentPhase
  11990. 3179.43 s [lsp] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  11991. 3180.42 s [lsp] Phase: unpackPhase
  11992. 3180.44 s [lsp] unpacking source archive /nix/store/12k1a9yd29ayydcbms6q8jmm5hkylh2c-lsp-2.7.0.1.tar.gz
  11993. 3180.46 s [lsp] source root is lsp-2.7.0.1
  11994. 3180.48 s [lsp] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-2.7.0.1/test/VspSpec.hs"
  11995. 3180.50 s [lsp] Phase: patchPhase
  11996. 3180.51 s [lsp] Phase: compileBuildDriverPhase
  11997. 3180.52 s [lsp] setupCompileFlags: -package-db=/build/tmp.xxvuQRjDML/setup-package.conf.d -threaded
  11998. 3180.60 s [lsp] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.xxvuQRjDML/Main.o )
  11999. 3180.68 s [lsp] [2 of 2] Linking Setup
  12000. 3182.45 s [lsp] Phase: updateAutotoolsGnuConfigScriptsPhase
  12001. 3182.47 s [lsp] Phase: configurePhase
  12002. 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
  12003. 3182.50 s [lsp] Using Parsec parser
  12004. 3182.50 s [lsp] Configuring lsp-2.7.0.1...
  12005. 3182.56 s [lsp] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  12006. 3182.56 s [lsp] 'ghc' version < 9.12):
  12007. 3182.56 s [lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  12008. 3182.56 s [lsp] 9.12.1
  12009. 3183.07 s [lsp] Flags chosen: demo=False
  12010. 3183.40 s [lsp] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  12011. 3183.40 s [lsp] Dependency async >=2.2 && <2.3: using async-2.2.5
  12012. 3183.40 s [lsp] Dependency attoparsec >=0.14 && <0.15: using attoparsec-0.14.4
  12013. 3183.40 s [lsp] Dependency base >=4.11 && <5: using base-4.21.0.0
  12014. 3183.40 s [lsp] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
  12015. 3183.40 s [lsp] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
  12016. 3183.40 s [lsp] Dependency containers >=0.6 && <0.8: using containers-0.7
  12017. 3183.40 s [lsp] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
  12018. 3183.40 s [lsp] Dependency directory >=1.3 && <1.4: using directory-1.3.9.0
  12019. 3183.40 s [lsp] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  12020. 3183.40 s [lsp] Dependency extra >=1.7 && <1.9: using extra-1.8
  12021. 3183.40 s [lsp] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
  12022. 3183.40 s [lsp] Dependency hashable >=1.4 && <1.6: using hashable-1.4.7.0
  12023. 3183.40 s [lsp] Dependency lens >=5.1 && <5.4: using lens-5.3.4
  12024. 3183.40 s [lsp] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
  12025. 3183.40 s [lsp] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  12026. 3183.40 s [lsp] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  12027. 3183.40 s [lsp] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
  12028. 3183.40 s [lsp] Dependency sorted-list >=0.2.1 && <0.3: using sorted-list-0.2.3.1
  12029. 3183.40 s [lsp] Dependency stm >=2.5 && <2.6: using stm-2.5.3.1
  12030. 3183.40 s [lsp] Dependency text >=1 && <2.2: using text-2.1.2
  12031. 3183.40 s [lsp] Dependency text-rope >=0.2 && <0.4: using text-rope-0.2
  12032. 3183.40 s [lsp] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.2
  12033. 3183.40 s [lsp] Dependency unliftio >=0.2 && <0.3: using unliftio-0.2.25.1
  12034. 3183.40 s [lsp] Dependency unliftio-core >=0.2 && <0.3: using unliftio-core-0.2.1.0
  12035. 3183.40 s [lsp] Dependency unordered-containers >=0.2 && <0.3: using
  12036. 3183.40 s [lsp] unordered-containers-0.2.20
  12037. 3183.40 s [lsp] Dependency base: using base-4.21.0.0
  12038. 3183.40 s [lsp] Dependency containers: using containers-0.7
  12039. 3183.40 s [lsp] Dependency hspec: using hspec-2.11.12
  12040. 3183.40 s [lsp] Dependency lsp: using lsp-2.7.0.1
  12041. 3183.40 s [lsp] Dependency sorted-list: using sorted-list-0.2.3.1
  12042. 3183.40 s [lsp] Dependency text: using text-2.1.2
  12043. 3183.40 s [lsp] Dependency text-rope: using text-rope-0.2
  12044. 3183.40 s [lsp] Dependency unordered-containers: using unordered-containers-0.2.20
  12045. 3183.40 s [lsp] Source component graph:
  12046. 3183.40 s [lsp] component lib
  12047. 3183.40 s [lsp] component test:lsp-test dependency lib
  12048. 3183.40 s [lsp] Configured component graph:
  12049. 3183.40 s [lsp] component lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12050. 3183.40 s [lsp] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12051. 3183.40 s [lsp] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  12052. 3183.40 s [lsp] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  12053. 3183.40 s [lsp] include base-4.21.0.0-f068
  12054. 3183.40 s [lsp] include bytestring-0.12.2.0-be6d
  12055. 3183.40 s [lsp] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12056. 3183.40 s [lsp] include containers-0.7-647d
  12057. 3183.40 s [lsp] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12058. 3183.40 s [lsp] include directory-1.3.9.0-9eff
  12059. 3183.40 s [lsp] include exceptions-0.10.9-5f69
  12060. 3183.40 s [lsp] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12061. 3183.40 s [lsp] include filepath-1.5.4.0-7ce6
  12062. 3183.40 s [lsp] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  12063. 3183.40 s [lsp] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12064. 3183.40 s [lsp] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  12065. 3183.40 s [lsp] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  12066. 3183.40 s [lsp] include mtl-2.3.1-9650
  12067. 3183.40 s [lsp] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  12068. 3183.40 s [lsp] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  12069. 3183.40 s [lsp] include stm-2.5.3.1-0481
  12070. 3183.40 s [lsp] include text-2.1.2-5eaa
  12071. 3183.40 s [lsp] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  12072. 3183.40 s [lsp] include transformers-0.6.1.2-199f
  12073. 3183.40 s [lsp] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12074. 3183.40 s [lsp] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  12075. 3183.40 s [lsp] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12076. 3183.40 s [lsp] component lsp-2.7.0.1-8o78k8CmPUA2vemyPCyp3B-lsp-test
  12077. 3183.40 s [lsp] include base-4.21.0.0-f068
  12078. 3183.40 s [lsp] include containers-0.7-647d
  12079. 3183.40 s [lsp] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  12080. 3183.40 s [lsp] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12081. 3183.40 s [lsp] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  12082. 3183.40 s [lsp] include text-2.1.2-5eaa
  12083. 3183.40 s [lsp] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  12084. 3183.40 s [lsp] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12085. 3183.40 s [lsp] Linked component graph:
  12086. 3183.40 s [lsp] unit lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12087. 3183.40 s [lsp] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12088. 3183.40 s [lsp] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  12089. 3183.40 s [lsp] include attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  12090. 3183.40 s [lsp] include base-4.21.0.0-f068
  12091. 3183.40 s [lsp] include bytestring-0.12.2.0-be6d
  12092. 3183.40 s [lsp] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12093. 3183.40 s [lsp] include containers-0.7-647d
  12094. 3183.40 s [lsp] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12095. 3183.40 s [lsp] include directory-1.3.9.0-9eff
  12096. 3183.40 s [lsp] include exceptions-0.10.9-5f69
  12097. 3183.40 s [lsp] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12098. 3183.40 s [lsp] include filepath-1.5.4.0-7ce6
  12099. 3183.40 s [lsp] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  12100. 3183.40 s [lsp] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12101. 3183.40 s [lsp] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  12102. 3183.40 s [lsp] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  12103. 3183.40 s [lsp] include mtl-2.3.1-9650
  12104. 3183.40 s [lsp] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  12105. 3183.40 s [lsp] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  12106. 3183.40 s [lsp] include stm-2.5.3.1-0481
  12107. 3183.40 s [lsp] include text-2.1.2-5eaa
  12108. 3183.40 s [lsp] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  12109. 3183.40 s [lsp] include transformers-0.6.1.2-199f
  12110. 3183.40 s [lsp] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12111. 3183.40 s [lsp] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  12112. 3183.40 s [lsp] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12113. 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
  12114. 3183.40 s [lsp] unit lsp-2.7.0.1-8o78k8CmPUA2vemyPCyp3B-lsp-test
  12115. 3183.40 s [lsp] include base-4.21.0.0-f068
  12116. 3183.40 s [lsp] include containers-0.7-647d
  12117. 3183.40 s [lsp] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  12118. 3183.40 s [lsp] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12119. 3183.40 s [lsp] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  12120. 3183.40 s [lsp] include text-2.1.2-5eaa
  12121. 3183.40 s [lsp] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  12122. 3183.40 s [lsp] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12123. 3183.40 s [lsp] Ready component graph:
  12124. 3183.40 s [lsp] definite lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12125. 3183.40 s [lsp] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12126. 3183.40 s [lsp] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  12127. 3183.40 s [lsp] depends attoparsec-0.14.4-4tFKp2sGvwR76TbqUUtqLv
  12128. 3183.40 s [lsp] depends base-4.21.0.0-f068
  12129. 3183.40 s [lsp] depends bytestring-0.12.2.0-be6d
  12130. 3183.40 s [lsp] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12131. 3183.40 s [lsp] depends containers-0.7-647d
  12132. 3183.40 s [lsp] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12133. 3183.40 s [lsp] depends directory-1.3.9.0-9eff
  12134. 3183.40 s [lsp] depends exceptions-0.10.9-5f69
  12135. 3183.40 s [lsp] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12136. 3183.40 s [lsp] depends filepath-1.5.4.0-7ce6
  12137. 3183.40 s [lsp] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  12138. 3183.40 s [lsp] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12139. 3183.40 s [lsp] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  12140. 3183.41 s [lsp] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  12141. 3183.41 s [lsp] depends mtl-2.3.1-9650
  12142. 3183.41 s [lsp] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  12143. 3183.41 s [lsp] depends sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  12144. 3183.41 s [lsp] depends stm-2.5.3.1-0481
  12145. 3183.41 s [lsp] depends text-2.1.2-5eaa
  12146. 3183.41 s [lsp] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  12147. 3183.41 s [lsp] depends transformers-0.6.1.2-199f
  12148. 3183.41 s [lsp] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12149. 3183.41 s [lsp] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  12150. 3183.41 s [lsp] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12151. 3183.41 s [lsp] definite lsp-2.7.0.1-8o78k8CmPUA2vemyPCyp3B-lsp-test
  12152. 3183.41 s [lsp] depends base-4.21.0.0-f068
  12153. 3183.41 s [lsp] depends containers-0.7-647d
  12154. 3183.41 s [lsp] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  12155. 3183.41 s [lsp] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12156. 3183.41 s [lsp] depends sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  12157. 3183.41 s [lsp] depends text-2.1.2-5eaa
  12158. 3183.41 s [lsp] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  12159. 3183.41 s [lsp] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12160. 3183.41 s [lsp] Using Cabal-3.14.1.0 compiled by ghc-9.12
  12161. 3183.41 s [lsp] Using compiler: ghc-9.12.1
  12162. 3183.41 s [lsp] Using install prefix: /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1
  12163. 3183.48 s [lsp] Executables installed in:
  12164. 3183.48 s [lsp] /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/bin
  12165. 3183.48 s [lsp] Libraries installed in:
  12166. 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
  12167. 3183.48 s [lsp] Dynamic Libraries installed in:
  12168. 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
  12169. 3183.48 s [lsp] Private executables installed in:
  12170. 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
  12171. 3183.48 s [lsp] Data files installed in:
  12172. 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
  12173. 3183.48 s [lsp] Documentation installed in:
  12174. 3183.48 s [lsp] /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1
  12175. 3183.48 s [lsp] Configuration files installed in:
  12176. 3183.48 s [lsp] /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/etc
  12177. 3183.48 s [lsp] No alex found
  12178. 3183.48 s [lsp] Using ar found on system at:
  12179. 3183.48 s [lsp] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  12180. 3183.48 s [lsp] No c2hs found
  12181. 3183.48 s [lsp] No cpphs found
  12182. 3183.48 s [lsp] No doctest found
  12183. 3183.48 s [lsp] Using gcc version 14.3.0 given by user at:
  12184. 3183.48 s [lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  12185. 3183.48 s [lsp] Using ghc version 9.12.1 found on system at:
  12186. 3183.48 s [lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  12187. 3183.48 s [lsp] Using ghc-pkg version 9.12.1 found on system at:
  12188. 3183.48 s [lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  12189. 3183.48 s [lsp] No ghcjs found
  12190. 3183.48 s [lsp] No ghcjs-pkg found
  12191. 3183.48 s [lsp] No greencard found
  12192. 3183.48 s [lsp] Using haddock version 2.30.0 found on system at:
  12193. 3183.48 s [lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  12194. 3183.48 s [lsp] No happy found
  12195. 3183.48 s [lsp] No haskell-suite found
  12196. 3183.48 s [lsp] No haskell-suite-pkg found
  12197. 3183.48 s [lsp] No hmake found
  12198. 3183.48 s [lsp] Using hpc version 0.69 found on system at:
  12199. 3183.48 s [lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  12200. 3183.48 s [lsp] Using hsc2hs version 0.68.10 found on system at:
  12201. 3183.48 s [lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  12202. 3183.48 s [lsp] Using hscolour version 1.25 found on system at:
  12203. 3183.48 s [lsp] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  12204. 3183.48 s [lsp] No jhc found
  12205. 3183.48 s [lsp] Using ld found on system at:
  12206. 3183.48 s [lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  12207. 3183.48 s [lsp] No pkg-config found
  12208. 3183.48 s [lsp] Using runghc version 9.12.1 found on system at:
  12209. 3183.48 s [lsp] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  12210. 3183.48 s [lsp] Using strip version 2.44 found on system at:
  12211. 3183.48 s [lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  12212. 3183.48 s [lsp] Using tar found on system at:
  12213. 3183.48 s [lsp] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  12214. 3183.48 s [lsp] No uhc found
  12215. 3183.79 s [lsp] Phase: buildPhase
  12216. 3183.92 s [lsp] Preprocessing library for lsp-2.7.0.1...
  12217. 3183.93 s [lsp] Building library for lsp-2.7.0.1...
  12218. 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 )
  12219. 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 )
  12220. 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 )
  12221. 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 )
  12222. 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 )
  12223. 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 )
  12224. 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 )
  12225. 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 )
  12226. 3193.66 s [lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.p_o )
  12227. 3195.79 s [lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.p_o )
  12228. 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 )
  12229. 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 )
  12230. 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 )
  12231. 3201.60 s [lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.p_o )
  12232. 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 )
  12233. 3202.22 s [lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.p_o )
  12234. 3205.85 s [lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
  12235. 3205.85 s [lsp] Building test suite 'lsp-test' for lsp-2.7.0.1...
  12236. 3205.95 s [lsp] [1 of 4] Compiling DiagnosticsSpec ( test/DiagnosticsSpec.hs, dist/build/lsp-test/lsp-test-tmp/DiagnosticsSpec.o )
  12237. 3208.29 s [lsp] [2 of 4] Compiling VspSpec ( test/VspSpec.hs, dist/build/lsp-test/lsp-test-tmp/VspSpec.o )
  12238. 3208.29 s [lsp] [3 of 4] Compiling Spec ( test/Spec.hs, dist/build/lsp-test/lsp-test-tmp/Spec.o )
  12239. 3208.33 s [lsp] [4 of 4] Compiling Main ( test/Main.hs, dist/build/lsp-test/lsp-test-tmp/Main.o )
  12240. 3208.77 s [lsp] [5 of 5] Linking dist/build/lsp-test/lsp-test
  12241. 3210.40 s [lsp] Phase: checkPhase
  12242. 3211.07 s [lsp] Running 1 test suites...
  12243. 3211.07 s [lsp] Test suite lsp-test: RUNNING...
  12244. 3211.11 s [lsp]
  12245. 3211.12 s [lsp] Diagnostics
  12246. 3211.12 s [lsp] Diagnostics functions
  12247. 3211.12 s [lsp] constructs a new store
  12248. 3211.13 s [lsp] constructs a store with no doc version and a single source [✔]
  12249. 3211.14 s [lsp] constructs a store with no doc version and multiple sources [✔]
  12250. 3211.15 s [lsp] constructs a store with doc version and multiple sources [✔]
  12251. 3211.16 s [lsp] updates a store for same document version
  12252. 3211.17 s [lsp] updates a store without a document version, single source only [✔]
  12253. 3211.17 s [lsp] updates just one source of a 2 source store [✔]
  12254. 3211.18 s [lsp] updates just one source of a 2 source store, with empty diags [✔]
  12255. 3211.19 s [lsp] updates a store for a new document version
  12256. 3211.20 s [lsp] updates a store without a document version, single source only [✔]
  12257. 3211.21 s [lsp] updates a store for a new doc version, removing all priot sources [✔]
  12258. 3211.22 s [lsp] retrieves all the diagnostics for a given uri
  12259. 3211.23 s [lsp] gets diagnostics for multiple sources [✔]
  12260. 3211.23 s [lsp] limits the number of diagnostics retrieved, in order
  12261. 3211.24 s [lsp] gets diagnostics for multiple sources [✔]
  12262. 3211.25 s [lsp] flushes the diagnostics for a given source
  12263. 3211.26 s [lsp] gets diagnostics for multiple sources [✔]
  12264. 3211.27 s [lsp] Vsp
  12265. 3211.27 s [lsp] VSP functions
  12266. 3211.28 s [lsp] applys changes in order
  12267. 3211.28 s [lsp] handles vscode style undos [✔]
  12268. 3211.29 s [lsp] handles vscode style redos [✔]
  12269. 3211.30 s [lsp] deletes characters
  12270. 3211.31 s [lsp] deletes characters within a line [✔]
  12271. 3211.32 s [lsp] deletes one line [✔]
  12272. 3211.32 s [lsp] deletes two lines [✔]
  12273. 3211.33 s [lsp] adds characters
  12274. 3211.34 s [lsp] adds one line [✔]
  12275. 3211.34 s [lsp] adds two lines [✔]
  12276. 3211.35 s [lsp] changes characters
  12277. 3211.36 s [lsp] removes end of a line [✔]
  12278. 3211.37 s [lsp] indexes using utf-16 code units [✔]
  12279. 3211.37 s [lsp] LSP utilities
  12280. 3211.38 s [lsp] splits at a line [✔]
  12281. 3211.39 s [lsp] converts code units to code points [✔]
  12282. 3211.40 s [lsp] converts code points to code units [✔]
  12283. 3211.41 s [lsp]
  12284. 3211.41 s [lsp] Finished in 0.3118 seconds
  12285. 3211.41 s [lsp] 23 examples, 0 failures
  12286. 3211.43 s [lsp] Test suite lsp-test: PASS
  12287. 3211.43 s [lsp] Test suite logged to: dist/test/lsp-2.7.0.1-lsp-test.log
  12288. 3211.43 s [lsp] 1 of 1 test suites (1 of 1 test cases) passed.
  12289. 3211.44 s [lsp] Phase: haddockPhase
  12290. 3212.83 s [lsp] Preprocessing library for lsp-2.7.0.1...
  12291. 3212.84 s [lsp] Running Haddock on library for lsp-2.7.0.1...
  12292. 3212.88 s [lsp] Warning: The documentation for the following packages are not installed. No
  12293. 3212.88 s [lsp] links will be generated to these packages: attoparsec-0.14.4,
  12294. 3212.88 s [lsp] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  12295. 3213.32 s [lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, nothing ) [HIE file is missing]
  12296. 3214.85 s [lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, nothing ) [HIE file is missing]
  12297. 3215.44 s [lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, nothing ) [HIE file is missing]
  12298. 3216.34 s [lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, nothing ) [HIE file is missing]
  12299. 3216.46 s [lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, nothing ) [HIE file is missing]
  12300. 3216.73 s [lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, nothing ) [HIE file is missing]
  12301. 3216.75 s [lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, nothing ) [HIE file is missing]
  12302. 3216.83 s [lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, nothing ) [HIE file is missing]
  12303. 3216.84 s [lsp] Haddock coverage:
  12304. 3217.40 s [lsp] 11% ( 1 / 9) in 'Language.LSP.Diagnostics'
  12305. 3217.40 s [lsp] Missing documentation for:
  12306. 3217.40 s [lsp] Module header
  12307. 3217.40 s [lsp] DiagnosticStore (src/Language/LSP/Diagnostics.hs:42)
  12308. 3217.40 s [lsp] DiagnosticsBySource (src/Language/LSP/Diagnostics.hs:48)
  12309. 3217.40 s [lsp] StoreItem (src/Language/LSP/Diagnostics.hs:44)
  12310. 3217.40 s [lsp] partitionBySource (src/Language/LSP/Diagnostics.hs:53)
  12311. 3217.40 s [lsp] flushBySource (src/Language/LSP/Diagnostics.hs:58)
  12312. 3217.40 s [lsp] updateDiagnostics (src/Language/LSP/Diagnostics.hs:71)
  12313. 3217.40 s [lsp] getDiagnosticParamsFor (src/Language/LSP/Diagnostics.hs:93)
  12314. 3217.40 s [lsp] Warning: 'filesystem' is out of scope.
  12315. 3217.40 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12316. 3217.40 s [lsp] Warning: 'DidChangeTextDocumentNotification' is out of scope.
  12317. 3217.40 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12318. 3217.40 s [lsp] Warning: 'VFS' is ambiguous. It is defined
  12319. 3217.40 s [lsp] * at src/Language/LSP/VFS.hs:98:12
  12320. 3217.40 s [lsp] * at src/Language/LSP/VFS.hs:98:1
  12321. 3217.40 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12322. 3217.40 s [lsp] by specifying the type/value namespace explicitly.
  12323. 3217.40 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:98:1
  12324. 3217.40 s [lsp] Warning: 'ApplyWorkspaceEditRequest' is out of scope.
  12325. 3217.40 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12326. 3217.40 s [lsp] Warning: 'CodePointPosition' is ambiguous. It is defined
  12327. 3217.40 s [lsp] * at src/Language/LSP/VFS.hs:362:26
  12328. 3217.40 s [lsp] * at src/Language/LSP/VFS.hs:362:1
  12329. 3217.40 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12330. 3217.40 s [lsp] by specifying the type/value namespace explicitly.
  12331. 3217.40 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:362:1
  12332. 3217.40 s [lsp] Warning: 'CodePointRange' is ambiguous. It is defined
  12333. 3217.40 s [lsp] * at src/Language/LSP/VFS.hs:373:23
  12334. 3217.40 s [lsp] * at src/Language/LSP/VFS.hs:373:1
  12335. 3217.40 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12336. 3217.40 s [lsp] by specifying the type/value namespace explicitly.
  12337. 3217.40 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:373:1
  12338. 3217.40 s [lsp] 50% ( 17 / 34) in 'Language.LSP.VFS'
  12339. 3217.40 s [lsp] Missing documentation for:
  12340. 3217.40 s [lsp] VFS (src/Language/LSP/VFS.hs:98)
  12341. 3217.40 s [lsp] vfsMap
  12342. 3217.40 s [lsp] VirtualFile (src/Language/LSP/VFS.hs:87)
  12343. 3217.40 s [lsp] lsp_version
  12344. 3217.40 s [lsp] file_version
  12345. 3217.40 s [lsp] file_text
  12346. 3217.40 s [lsp] virtualFileText (src/Language/LSP/VFS.hs:130)
  12347. 3217.40 s [lsp] virtualFileVersion (src/Language/LSP/VFS.hs:133)
  12348. 3217.40 s [lsp] VfsLog (src/Language/LSP/VFS.hs:103)
  12349. 3217.40 s [lsp] emptyVFS (src/Language/LSP/VFS.hs:138)
  12350. 3217.40 s [lsp] closeVFS (src/Language/LSP/VFS.hs:319)
  12351. 3217.41 s [lsp] line
  12352. 3217.41 s [lsp] character
  12353. 3217.41 s [lsp] start
  12354. 3217.41 s [lsp] end
  12355. 3217.41 s [lsp] rangeLinesFromVfs (src/Language/LSP/VFS.hs:466)
  12356. 3217.41 s [lsp] applyChange (src/Language/LSP/VFS.hs:336)
  12357. 3217.41 s [lsp] Warning: 'VirtualFile' is ambiguous. It is defined
  12358. 3217.41 s [lsp] * at src/Language/LSP/VFS.hs:87:20
  12359. 3217.41 s [lsp] * at src/Language/LSP/VFS.hs:87:1
  12360. 3217.41 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12361. 3217.41 s [lsp] by specifying the type/value namespace explicitly.
  12362. 3217.41 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:87:1
  12363. 3217.41 s [lsp] Warning: 'NormalizedUri' is ambiguous. It is defined
  12364. 3217.41 s [lsp] * in ‘Language.LSP.Protocol.Types.Uri’
  12365. 3217.41 s [lsp] * in ‘Language.LSP.Protocol.Types.Uri’
  12366. 3217.41 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12367. 3217.41 s [lsp] by specifying the type/value namespace explicitly.
  12368. 3217.41 s [lsp] Defaulting to the one defined in ‘Language.LSP.Protocol.Types.Uri’
  12369. 3217.41 s [lsp] Warning: 'shutdown' is out of scope.
  12370. 3217.41 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12371. 3217.41 s [lsp] Warning: 'RegistrationToken' is ambiguous. It is defined
  12372. 3217.41 s [lsp] * at src/Language/LSP/Server/Core.hs:223:57
  12373. 3217.41 s [lsp] * at src/Language/LSP/Server/Core.hs:223:1
  12374. 3217.41 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12375. 3217.41 s [lsp] by specifying the type/value namespace explicitly.
  12376. 3217.41 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:223:1
  12377. 3217.41 s [lsp] Warning: 'Handlers' is ambiguous. It is defined
  12378. 3217.41 s [lsp] * at src/Language/LSP/Server/Core.hs:157:19
  12379. 3217.41 s [lsp] * at src/Language/LSP/Server/Core.hs:157:1
  12380. 3217.41 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12381. 3217.41 s [lsp] by specifying the type/value namespace explicitly.
  12382. 3217.41 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:157:1
  12383. 3217.41 s [lsp] Warning: 'documentOnTypeFormattingHandler' is out of scope.
  12384. 3217.41 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12385. 3217.41 s [lsp] Warning: 'executeCommandHandler' is out of scope.
  12386. 3217.41 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12387. 3217.41 s [lsp] Warning: 'LanguageContextEnv' is ambiguous. It is defined
  12388. 3217.41 s [lsp] * at src/Language/LSP/Server/Core.hs:126:34
  12389. 3217.41 s [lsp] * at src/Language/LSP/Server/Core.hs:126:1
  12390. 3217.41 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12391. 3217.41 s [lsp] by specifying the type/value namespace explicitly.
  12392. 3217.41 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:126:1
  12393. 3217.41 s [lsp] Warning: 'LspT' is ambiguous. It is defined
  12394. 3217.41 s [lsp] * at src/Language/LSP/Server/Core.hs:97:27
  12395. 3217.41 s [lsp] * at src/Language/LSP/Server/Core.hs:97:1
  12396. 3217.41 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  12397. 3217.41 s [lsp] by specifying the type/value namespace explicitly.
  12398. 3217.41 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:97:1
  12399. 3217.42 s [lsp] Warning: 'sensible' is out of scope.
  12400. 3217.42 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12401. 3217.42 s [lsp] 75% ( 3 / 4) in 'Language.LSP.Logging'
  12402. 3217.42 s [lsp] Missing documentation for:
  12403. 3217.42 s [lsp] Module header
  12404. 3217.42 s [lsp] 65% ( 38 / 58) in 'Language.LSP.Server'
  12405. 3217.42 s [lsp] Missing documentation for:
  12406. 3217.42 s [lsp] Module header
  12407. 3217.42 s [lsp] LspServerLog (src/Language/LSP/Server/Control.hs:37)
  12408. 3217.42 s [lsp] VFSData (src/Language/LSP/Server/Core.hs:232)
  12409. 3217.42 s [lsp] transmuteHandlers (src/Language/LSP/Server/Core.hs:190)
  12410. 3217.42 s [lsp] mapHandlers (src/Language/LSP/Server/Core.hs:197)
  12411. 3217.42 s [lsp] notificationHandler (src/Language/LSP/Server/Core.hs:168)
  12412. 3217.42 s [lsp] requestHandler (src/Language/LSP/Server/Core.hs:171)
  12413. 3217.42 s [lsp] defaultOptions (src/Language/LSP/Server/Core.hs:317)
  12414. 3217.42 s [lsp] LspT (src/Language/LSP/Server/Core.hs:97)
  12415. 3217.42 s [lsp] LspM (src/Language/LSP/Server/Core.hs:108)
  12416. 3217.42 s [lsp] MonadLsp (src/Language/LSP/Server/Core.hs:110)
  12417. 3217.42 s [lsp] runLspT (src/Language/LSP/Server/Core.hs:105)
  12418. 3217.42 s [lsp] LanguageContextEnv (src/Language/LSP/Server/Core.hs:126)
  12419. 3217.42 s [lsp] getClientCapabilities (src/Language/LSP/Server/Core.hs:521)
  12420. 3217.42 s [lsp] setConfig (src/Language/LSP/Server/Core.hs:517)
  12421. 3217.42 s [lsp] getRootPath (src/Language/LSP/Server/Core.hs:525)
  12422. 3217.42 s [lsp] sendRequest (src/Language/LSP/Server/Core.hs:417)
  12423. 3217.42 s [lsp] sendNotification (src/Language/LSP/Server/Core.hs:404)
  12424. 3217.42 s [lsp] getVirtualFiles (src/Language/LSP/Server/Core.hs:439)
  12425. 3217.42 s [lsp] RegistrationToken (src/Language/LSP/Server/Core.hs:223)
  12426. 3219.30 s [lsp] Warning: Language.LSP.Diagnostics: could not find link destinations for:
  12427. 3219.30 s [lsp] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  12428. 3219.33 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  12429. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  12430. 3219.33 s [lsp] Warning: Language.LSP.VFS: could not find link destinations for:
  12431. 3219.33 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  12432. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.Position.Position
  12433. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.Range.Range
  12434. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  12435. 3219.33 s [lsp] - Language.LSP.Protocol.Types.Common.UInt
  12436. 3219.33 s [lsp] - Language.LSP.VFS.HasCharacter
  12437. 3219.33 s [lsp] - Language.LSP.VFS.HasEnd
  12438. 3219.33 s [lsp] - Language.LSP.VFS.HasFile_text
  12439. 3219.33 s [lsp] - Language.LSP.VFS.HasFile_version
  12440. 3219.33 s [lsp] - Language.LSP.VFS.HasLine
  12441. 3219.33 s [lsp] - Language.LSP.VFS.HasLsp_version
  12442. 3219.33 s [lsp] - Language.LSP.VFS.HasStart
  12443. 3219.33 s [lsp] - Language.LSP.VFS.HasVfsMap
  12444. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Types.TMessage
  12445. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  12446. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  12447. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  12448. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceApplyEdit
  12449. 3219.33 s [lsp] Warning: Language.LSP.Server: could not find link destinations for:
  12450. 3219.33 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  12451. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  12452. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions._commitCharactersSupport
  12453. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
  12454. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  12455. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
  12456. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  12457. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
  12458. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  12459. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  12460. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  12461. 3219.33 s [lsp] - Language.LSP.Protocol.Types.Common.UInt
  12462. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Types.TMessage
  12463. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Meta.ClientToServer
  12464. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Meta.Notification
  12465. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Meta.ServerToClient
  12466. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Meta.Request
  12467. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.MessageParams
  12468. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.MessageResult
  12469. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.Method
  12470. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  12471. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.RegistrationOptions
  12472. 3219.33 s [lsp] - Language.LSP.Protocol.Internal.Method.SMethod
  12473. 3219.33 s [lsp] - Language.LSP.Protocol.Message.LspId.LspId
  12474. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Meta.MessageKind
  12475. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Method.SClientMethod
  12476. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Method.SServerMethod
  12477. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
  12478. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  12479. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Types.TRequestMessage
  12480. 3219.33 s [lsp] - Language.LSP.Protocol.Message.Types.TResponseError
  12481. 3219.33 s [lsp] - Language.LSP.Server.Core.LanguageContextState
  12482. 3219.33 s [lsp] - Language.LSP.Server.Core.LspCoreLog
  12483. 3219.33 s [lsp] - Language.LSP.Protocol.Utils.SMethodMap.SMethodMap
  12484. 3219.33 s [lsp] - Language.LSP.Server.Processing.LspProcessingLog
  12485. 3219.33 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Capabilities'
  12486. 3219.33 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Lens'
  12487. 3219.33 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Message'
  12488. 3219.33 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Types'
  12489. 3229.75 s [lsp] Documentation created: dist/doc/html/lsp, dist/doc/html/lsp/lsp.txt
  12490. 3230.84 s [lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
  12491. 3230.96 s [lsp] Phase: installPhase
  12492. 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
  12493. 3231.94 s [lsp] Phase: fixupPhase
  12494. 3232.04 s [lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1
  12495. 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
  12496. 3232.08 s [lsp] checking for references to /build/ in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1...
  12497. 3232.11 s [lsp] patching script interpreter paths in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1
  12498. 3232.12 s [lsp] stripping (with command strip and flags -S -p) in /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1/lib
  12499. 3232.35 s [lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc
  12500. 3232.36 s [lsp] checking for references to /build/ in /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc...
  12501. 3232.38 s [lsp] patching script interpreter paths in /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc
  12502. 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
  12503. 3234.25 s [lsp:post-build] Pushing 2 paths (265 are already present) using zstd to cache sellout ⏳
  12504. 3234.25 s [lsp:post-build]
  12505. 3234.63 s [lsp:post-build] Pushing /nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc (2.12 MiB)
  12506. 3234.66 s [lsp:post-build] Pushing /nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1 (8.62 MiB)
  12507. 3236.14 s [lsp:post-build]
  12508. 3236.15 s [lsp:post-build] All done.
  12509. 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
  12510. 3236.98 s [lsp:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12511. 3237.27 s [lsp:post-build] copying 4 paths...
  12512. 3237.27 s [lsp:post-build] copying path '/nix/store/j8qn2kr26m042pr32kza5551rcvylxjc-sorted-list-0.2.3.1-doc' to 'https://cache.nix-ci.com'...
  12513. 3237.54 s [lsp:post-build] copying path '/nix/store/k4qmzr7byxfl64w4mbx3haws5cmlc6s6-sorted-list-0.2.3.1' to 'https://cache.nix-ci.com'...
  12514. 3237.54 s [lsp:post-build] copying path '/nix/store/sxvdhcvzp85kkrsigs84w36anqk6p8b2-lsp-2.7.0.1-doc' to 'https://cache.nix-ci.com'...
  12515. 3238.04 s [lsp:post-build] copying path '/nix/store/44pc49mbp3shbcp80dydwxcgmjasgadm-lsp-2.7.0.1' to 'https://cache.nix-ci.com'...
  12516. 3241.30 s [lsp:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12517. 3241.66 s [lsp:post-build] copying 2 paths...
  12518. 3241.68 s [lsp:post-build] copying path '/nix/store/47ld0fp7h6n390djlp392vacjaxs2m66-sorted-list-0.2.3.1.drv' to 'https://cache.nix-ci.com'...
  12519. 3241.82 s [lsp:post-build] copying path '/nix/store/kf5axq74d1l2f4wdmrz82df6aqxmdka3-lsp-2.7.0.1.drv' to 'https://cache.nix-ci.com'...
  12520. 3242.22 s Progress: 158 of 170 built, 375 of 375 downloaded from cache
  12521. 3242.37 s Building /nix/store/hcilykh7svkkxpxxdf499a78fmfn4w0g-hls-plugin-api-2.10.0.0.drv
  12522. 3242.47 s Building /nix/store/kwv3n8bgm4hi32fl8l8c35vfr6cl7gsg-lsp-test-0.17.1.1.drv
  12523. 3243.12 s [lsp-test] Phase: setupCompilerEnvironmentPhase
  12524. 3243.13 s [lsp-test] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  12525. 3243.14 s [hls-plugin-api] Phase: setupCompilerEnvironmentPhase
  12526. 3243.14 s [hls-plugin-api] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  12527. 3243.81 s [hls-plugin-api] Phase: unpackPhase
  12528. 3243.82 s [hls-plugin-api] unpacking source archive /nix/store/mm2vs04i50g7m6k38v32gkpj91lb18ci-hls-plugin-api-2.10.0.0.tar.gz
  12529. 3243.83 s [hls-plugin-api] source root is hls-plugin-api-2.10.0.0
  12530. 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"
  12531. 3243.86 s [hls-plugin-api] Phase: patchPhase
  12532. 3243.88 s [hls-plugin-api] Phase: compileBuildDriverPhase
  12533. 3243.89 s [hls-plugin-api] setupCompileFlags: -package-db=/build/tmp.jRcD3Kum8y/setup-package.conf.d -threaded
  12534. 3243.95 s [hls-plugin-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.jRcD3Kum8y/Main.o )
  12535. 3244.09 s [hls-plugin-api] [2 of 2] Linking Setup
  12536. 3244.23 s [lsp-test] Phase: unpackPhase
  12537. 3244.24 s [lsp-test] unpacking source archive /nix/store/nzq58rnlzlp5yrv5iyi4xsccjhi16j3y-lsp-test-0.17.1.1.tar.gz
  12538. 3244.26 s [lsp-test] source root is lsp-test-0.17.1.1
  12539. 3244.28 s [lsp-test] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-test-0.17.1.1/test/Test.hs"
  12540. 3244.31 s [lsp-test] Phase: patchPhase
  12541. 3244.34 s [lsp-test] Phase: compileBuildDriverPhase
  12542. 3244.36 s [lsp-test] setupCompileFlags: -package-db=/build/tmp.LUbbigNBCd/setup-package.conf.d -threaded
  12543. 3244.47 s [lsp-test] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.LUbbigNBCd/Main.o )
  12544. 3244.58 s [lsp-test] [2 of 2] Linking Setup
  12545. 3245.82 s [hls-plugin-api] Phase: updateAutotoolsGnuConfigScriptsPhase
  12546. 3245.84 s [hls-plugin-api] Phase: configurePhase
  12547. 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
  12548. 3245.87 s [hls-plugin-api] Using Parsec parser
  12549. 3245.87 s [hls-plugin-api] Configuring hls-plugin-api-2.10.0.0...
  12550. 3245.93 s [hls-plugin-api] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  12551. 3245.93 s [hls-plugin-api] 'ghc' version < 9.12):
  12552. 3245.93 s [hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  12553. 3245.93 s [hls-plugin-api] 9.12.1
  12554. 3246.47 s [lsp-test] Phase: updateAutotoolsGnuConfigScriptsPhase
  12555. 3246.50 s [lsp-test] Phase: configurePhase
  12556. 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
  12557. 3246.54 s [lsp-test] Using Parsec parser
  12558. 3246.54 s [lsp-test] Configuring lsp-test-0.17.1.1...
  12559. 3246.57 s [hls-plugin-api] Flags chosen: pedantic=False, use-fingertree=True
  12560. 3246.62 s [lsp-test] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  12561. 3246.62 s [lsp-test] 'ghc' version < 9.12):
  12562. 3246.62 s [lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  12563. 3246.62 s [lsp-test] 9.12.1
  12564. 3246.91 s [hls-plugin-api] Dependency Diff >=0.5 && <0.6: using Diff-0.5
  12565. 3246.91 s [hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
  12566. 3246.92 s [hls-plugin-api] Dependency base >=4.12 && <5: using base-4.21.0.0
  12567. 3246.92 s [hls-plugin-api] Dependency co-log-core: using co-log-core-0.3.2.5
  12568. 3246.92 s [hls-plugin-api] Dependency containers: using containers-0.7
  12569. 3246.92 s [hls-plugin-api] Dependency data-default: using data-default-0.7.1.3
  12570. 3246.92 s [hls-plugin-api] Dependency dependent-map: using dependent-map-0.4.0.0
  12571. 3246.92 s [hls-plugin-api] Dependency dependent-sum >=0.7: using dependent-sum-0.7.2.0
  12572. 3246.92 s [hls-plugin-api] Dependency dlist: using dlist-1.0
  12573. 3246.92 s [hls-plugin-api] Dependency extra: using extra-1.8
  12574. 3246.92 s [hls-plugin-api] Dependency filepath: using filepath-1.5.4.0
  12575. 3246.92 s [hls-plugin-api] Dependency ghc: using ghc-9.12.1
  12576. 3246.92 s [hls-plugin-api] Dependency hashable: using hashable-1.4.7.0
  12577. 3246.92 s [hls-plugin-api] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  12578. 3246.92 s [hls-plugin-api] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
  12579. 3246.92 s [hls-plugin-api] Dependency lens: using lens-5.3.4
  12580. 3246.92 s [hls-plugin-api] Dependency lens-aeson: using lens-aeson-1.2.3
  12581. 3246.92 s [hls-plugin-api] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  12582. 3246.92 s [hls-plugin-api] Dependency megaparsec >=9.0: using megaparsec-9.6.1
  12583. 3246.92 s [hls-plugin-api] Dependency mtl: using mtl-2.3.1
  12584. 3246.92 s [hls-plugin-api] Dependency opentelemetry >=0.4: using opentelemetry-0.8.0
  12585. 3246.92 s [hls-plugin-api] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  12586. 3246.92 s [hls-plugin-api] Dependency prettyprinter: using prettyprinter-1.7.1
  12587. 3246.92 s [hls-plugin-api] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
  12588. 3246.92 s [hls-plugin-api] Dependency stm: using stm-2.5.3.1
  12589. 3246.92 s [hls-plugin-api] Dependency text: using text-2.1.2
  12590. 3246.92 s [hls-plugin-api] Dependency time: using time-1.14
  12591. 3246.92 s [hls-plugin-api] Dependency transformers: using transformers-0.6.1.2
  12592. 3246.92 s [hls-plugin-api] Dependency unix: using unix-2.8.6.0
  12593. 3246.92 s [hls-plugin-api] Dependency unliftio: using unliftio-0.2.25.1
  12594. 3246.92 s [hls-plugin-api] Dependency unordered-containers: using unordered-containers-0.2.20
  12595. 3246.92 s [hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
  12596. 3246.92 s [hls-plugin-api] Dependency base: using base-4.21.0.0
  12597. 3246.92 s [hls-plugin-api] Dependency bytestring: using bytestring-0.12.2.0
  12598. 3246.92 s [hls-plugin-api] Dependency containers: using containers-0.7
  12599. 3246.92 s [hls-plugin-api] Dependency data-default: using data-default-0.7.1.3
  12600. 3246.92 s [hls-plugin-api] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  12601. 3246.92 s [hls-plugin-api] Dependency lens: using lens-5.3.4
  12602. 3246.92 s [hls-plugin-api] Dependency lsp-types: using lsp-types-2.3.0.1
  12603. 3246.92 s [hls-plugin-api] Dependency tasty: using tasty-1.5.3
  12604. 3246.92 s [hls-plugin-api] Dependency tasty-golden: using tasty-golden-2.3.5
  12605. 3246.92 s [hls-plugin-api] Dependency tasty-hunit: using tasty-hunit-0.10.2
  12606. 3246.92 s [hls-plugin-api] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  12607. 3246.92 s [hls-plugin-api] Dependency tasty-rerun: using tasty-rerun-1.1.20
  12608. 3246.92 s [hls-plugin-api] Dependency text: using text-2.1.2
  12609. 3246.92 s [hls-plugin-api] Source component graph:
  12610. 3246.92 s [hls-plugin-api] component lib
  12611. 3246.92 s [hls-plugin-api] component test:tests dependency lib
  12612. 3246.92 s [hls-plugin-api] Configured component graph:
  12613. 3246.92 s [hls-plugin-api] component hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  12614. 3246.92 s [hls-plugin-api] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  12615. 3246.92 s [hls-plugin-api] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12616. 3246.92 s [hls-plugin-api] include base-4.21.0.0-f068
  12617. 3246.92 s [hls-plugin-api] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12618. 3246.92 s [hls-plugin-api] include containers-0.7-647d
  12619. 3246.92 s [hls-plugin-api] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12620. 3246.92 s [hls-plugin-api] include dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
  12621. 3246.92 s [hls-plugin-api] include dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
  12622. 3246.92 s [hls-plugin-api] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  12623. 3246.92 s [hls-plugin-api] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12624. 3246.92 s [hls-plugin-api] include filepath-1.5.4.0-7ce6
  12625. 3246.92 s [hls-plugin-api] include ghc-9.12.1-f739
  12626. 3246.92 s [hls-plugin-api] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  12627. 3246.92 s [hls-plugin-api] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  12628. 3246.92 s [hls-plugin-api] include hw-fingertree-0.1.2.1-K0gd77M74vd4aZMQSVy8cl
  12629. 3246.92 s [hls-plugin-api] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12630. 3246.92 s [hls-plugin-api] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  12631. 3246.93 s [hls-plugin-api] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12632. 3246.93 s [hls-plugin-api] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  12633. 3246.93 s [hls-plugin-api] include mtl-2.3.1-9650
  12634. 3246.93 s [hls-plugin-api] include opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
  12635. 3246.93 s [hls-plugin-api] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  12636. 3246.93 s [hls-plugin-api] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  12637. 3246.93 s [hls-plugin-api] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  12638. 3246.93 s [hls-plugin-api] include stm-2.5.3.1-0481
  12639. 3246.93 s [hls-plugin-api] include text-2.1.2-5eaa
  12640. 3246.93 s [hls-plugin-api] include time-1.14-f7a8
  12641. 3246.93 s [hls-plugin-api] include transformers-0.6.1.2-199f
  12642. 3246.93 s [hls-plugin-api] include unix-2.8.6.0-6369
  12643. 3246.93 s [hls-plugin-api] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12644. 3246.93 s [hls-plugin-api] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12645. 3246.93 s [hls-plugin-api] component hls-plugin-api-2.10.0.0-GYdNxVFF5RJGvlItFCKKLl-tests
  12646. 3246.93 s [hls-plugin-api] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12647. 3246.93 s [hls-plugin-api] include base-4.21.0.0-f068
  12648. 3246.93 s [hls-plugin-api] include bytestring-0.12.2.0-be6d
  12649. 3246.93 s [hls-plugin-api] include containers-0.7-647d
  12650. 3246.93 s [hls-plugin-api] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12651. 3246.93 s [hls-plugin-api] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  12652. 3246.93 s [hls-plugin-api] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12653. 3246.93 s [hls-plugin-api] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  12654. 3246.93 s [hls-plugin-api] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  12655. 3246.93 s [hls-plugin-api] include tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
  12656. 3246.93 s [hls-plugin-api] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  12657. 3246.93 s [hls-plugin-api] include tasty-quickcheck-0.11-597oKWlAkLA6PjifDQdXTX
  12658. 3246.93 s [hls-plugin-api] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  12659. 3246.93 s [hls-plugin-api] include text-2.1.2-5eaa
  12660. 3246.93 s [hls-plugin-api] Linked component graph:
  12661. 3246.93 s [hls-plugin-api] unit hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  12662. 3246.93 s [hls-plugin-api] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  12663. 3246.93 s [hls-plugin-api] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12664. 3246.93 s [hls-plugin-api] include base-4.21.0.0-f068
  12665. 3246.93 s [hls-plugin-api] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12666. 3246.93 s [hls-plugin-api] include containers-0.7-647d
  12667. 3246.93 s [hls-plugin-api] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12668. 3246.93 s [hls-plugin-api] include dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
  12669. 3246.93 s [hls-plugin-api] include dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
  12670. 3246.93 s [hls-plugin-api] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  12671. 3246.93 s [hls-plugin-api] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12672. 3246.93 s [hls-plugin-api] include filepath-1.5.4.0-7ce6
  12673. 3246.93 s [hls-plugin-api] include ghc-9.12.1-f739
  12674. 3246.93 s [hls-plugin-api] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  12675. 3246.93 s [hls-plugin-api] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  12676. 3246.93 s [hls-plugin-api] include hw-fingertree-0.1.2.1-K0gd77M74vd4aZMQSVy8cl
  12677. 3246.93 s [hls-plugin-api] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12678. 3246.93 s [hls-plugin-api] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  12679. 3246.93 s [hls-plugin-api] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12680. 3246.93 s [hls-plugin-api] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  12681. 3246.93 s [hls-plugin-api] include mtl-2.3.1-9650
  12682. 3246.93 s [hls-plugin-api] include opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
  12683. 3246.93 s [hls-plugin-api] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  12684. 3246.93 s [hls-plugin-api] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  12685. 3246.93 s [hls-plugin-api] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  12686. 3246.93 s [hls-plugin-api] include stm-2.5.3.1-0481
  12687. 3246.93 s [hls-plugin-api] include text-2.1.2-5eaa
  12688. 3246.93 s [hls-plugin-api] include time-1.14-f7a8
  12689. 3246.93 s [hls-plugin-api] include transformers-0.6.1.2-199f
  12690. 3246.93 s [hls-plugin-api] include unix-2.8.6.0-6369
  12691. 3246.93 s [hls-plugin-api] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12692. 3246.93 s [hls-plugin-api] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12693. 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
  12694. 3246.93 s [hls-plugin-api] unit hls-plugin-api-2.10.0.0-GYdNxVFF5RJGvlItFCKKLl-tests
  12695. 3246.93 s [hls-plugin-api] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12696. 3246.93 s [hls-plugin-api] include base-4.21.0.0-f068
  12697. 3246.93 s [hls-plugin-api] include bytestring-0.12.2.0-be6d
  12698. 3246.93 s [hls-plugin-api] include containers-0.7-647d
  12699. 3246.93 s [hls-plugin-api] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12700. 3246.93 s [hls-plugin-api] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  12701. 3246.93 s [hls-plugin-api] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12702. 3246.93 s [hls-plugin-api] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  12703. 3246.93 s [hls-plugin-api] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  12704. 3246.93 s [hls-plugin-api] include tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
  12705. 3246.93 s [hls-plugin-api] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  12706. 3246.93 s [hls-plugin-api] include tasty-quickcheck-0.11-597oKWlAkLA6PjifDQdXTX
  12707. 3246.93 s [hls-plugin-api] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  12708. 3246.93 s [hls-plugin-api] include text-2.1.2-5eaa
  12709. 3246.93 s [hls-plugin-api] Ready component graph:
  12710. 3246.93 s [hls-plugin-api] definite hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  12711. 3246.93 s [hls-plugin-api] depends Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  12712. 3246.93 s [hls-plugin-api] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12713. 3246.93 s [hls-plugin-api] depends base-4.21.0.0-f068
  12714. 3246.93 s [hls-plugin-api] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12715. 3246.93 s [hls-plugin-api] depends containers-0.7-647d
  12716. 3246.93 s [hls-plugin-api] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12717. 3247.02 s [hls-plugin-api] depends dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
  12718. 3247.02 s [hls-plugin-api] depends dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
  12719. 3247.02 s [hls-plugin-api] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  12720. 3247.02 s [hls-plugin-api] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12721. 3247.02 s [hls-plugin-api] depends filepath-1.5.4.0-7ce6
  12722. 3247.02 s [hls-plugin-api] depends ghc-9.12.1-f739
  12723. 3247.02 s [hls-plugin-api] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  12724. 3247.02 s [hls-plugin-api] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  12725. 3247.02 s [hls-plugin-api] depends hw-fingertree-0.1.2.1-K0gd77M74vd4aZMQSVy8cl
  12726. 3247.02 s [hls-plugin-api] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12727. 3247.02 s [hls-plugin-api] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  12728. 3247.02 s [hls-plugin-api] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12729. 3247.02 s [hls-plugin-api] depends megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  12730. 3247.02 s [hls-plugin-api] depends mtl-2.3.1-9650
  12731. 3247.02 s [hls-plugin-api] depends opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
  12732. 3247.02 s [hls-plugin-api] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  12733. 3247.02 s [hls-plugin-api] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  12734. 3247.02 s [hls-plugin-api] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  12735. 3247.02 s [hls-plugin-api] depends stm-2.5.3.1-0481
  12736. 3247.02 s [hls-plugin-api] depends text-2.1.2-5eaa
  12737. 3247.02 s [hls-plugin-api] depends time-1.14-f7a8
  12738. 3247.02 s [hls-plugin-api] depends transformers-0.6.1.2-199f
  12739. 3247.02 s [hls-plugin-api] depends unix-2.8.6.0-6369
  12740. 3247.02 s [hls-plugin-api] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12741. 3247.02 s [hls-plugin-api] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  12742. 3247.02 s [hls-plugin-api] definite hls-plugin-api-2.10.0.0-GYdNxVFF5RJGvlItFCKKLl-tests
  12743. 3247.02 s [hls-plugin-api] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12744. 3247.02 s [hls-plugin-api] depends base-4.21.0.0-f068
  12745. 3247.02 s [hls-plugin-api] depends bytestring-0.12.2.0-be6d
  12746. 3247.02 s [hls-plugin-api] depends containers-0.7-647d
  12747. 3247.03 s [hls-plugin-api] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12748. 3247.03 s [hls-plugin-api] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  12749. 3247.03 s [hls-plugin-api] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12750. 3247.03 s [hls-plugin-api] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  12751. 3247.03 s [hls-plugin-api] depends tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  12752. 3247.03 s [hls-plugin-api] depends tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
  12753. 3247.03 s [hls-plugin-api] depends tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  12754. 3247.03 s [hls-plugin-api] depends tasty-quickcheck-0.11-597oKWlAkLA6PjifDQdXTX
  12755. 3247.03 s [hls-plugin-api] depends tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  12756. 3247.03 s [hls-plugin-api] depends text-2.1.2-5eaa
  12757. 3247.03 s [hls-plugin-api] Using Cabal-3.14.1.0 compiled by ghc-9.12
  12758. 3247.03 s [hls-plugin-api] Using compiler: ghc-9.12.1
  12759. 3247.03 s [hls-plugin-api] Using install prefix:
  12760. 3247.03 s [hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0
  12761. 3247.03 s [hls-plugin-api] Executables installed in:
  12762. 3247.03 s [hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/bin
  12763. 3247.03 s [hls-plugin-api] Libraries installed in:
  12764. 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
  12765. 3247.03 s [hls-plugin-api] Dynamic Libraries installed in:
  12766. 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
  12767. 3247.03 s [hls-plugin-api] Private executables installed in:
  12768. 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
  12769. 3247.03 s [hls-plugin-api] Data files installed in:
  12770. 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
  12771. 3247.03 s [hls-plugin-api] Documentation installed in:
  12772. 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
  12773. 3247.03 s [hls-plugin-api] Configuration files installed in:
  12774. 3247.03 s [hls-plugin-api] /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0/etc
  12775. 3247.03 s [hls-plugin-api] No alex found
  12776. 3247.03 s [hls-plugin-api] Using ar found on system at:
  12777. 3247.03 s [hls-plugin-api] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  12778. 3247.03 s [hls-plugin-api] No c2hs found
  12779. 3247.03 s [hls-plugin-api] No cpphs found
  12780. 3247.03 s [hls-plugin-api] No doctest found
  12781. 3247.03 s [hls-plugin-api] Using gcc version 14.3.0 given by user at:
  12782. 3247.03 s [hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  12783. 3247.03 s [hls-plugin-api] Using ghc version 9.12.1 found on system at:
  12784. 3247.03 s [hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  12785. 3247.03 s [hls-plugin-api] Using ghc-pkg version 9.12.1 found on system at:
  12786. 3247.03 s [hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  12787. 3247.03 s [hls-plugin-api] No ghcjs found
  12788. 3247.03 s [hls-plugin-api] No ghcjs-pkg found
  12789. 3247.03 s [hls-plugin-api] No greencard found
  12790. 3247.03 s [hls-plugin-api] Using haddock version 2.30.0 found on system at:
  12791. 3247.03 s [hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  12792. 3247.03 s [hls-plugin-api] No happy found
  12793. 3247.03 s [hls-plugin-api] No haskell-suite found
  12794. 3247.03 s [hls-plugin-api] No haskell-suite-pkg found
  12795. 3247.03 s [hls-plugin-api] No hmake found
  12796. 3247.03 s [hls-plugin-api] Using hpc version 0.69 found on system at:
  12797. 3247.03 s [hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  12798. 3247.03 s [hls-plugin-api] Using hsc2hs version 0.68.10 found on system at:
  12799. 3247.03 s [hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  12800. 3247.03 s [hls-plugin-api] Using hscolour version 1.25 found on system at:
  12801. 3247.03 s [hls-plugin-api] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  12802. 3247.03 s [hls-plugin-api] No jhc found
  12803. 3247.03 s [hls-plugin-api] Using ld found on system at:
  12804. 3247.03 s [hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  12805. 3247.03 s [hls-plugin-api] No pkg-config found
  12806. 3247.03 s [hls-plugin-api] Using runghc version 9.12.1 found on system at:
  12807. 3247.03 s [hls-plugin-api] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  12808. 3247.03 s [hls-plugin-api] Using strip version 2.44 found on system at:
  12809. 3247.03 s [hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  12810. 3247.03 s [hls-plugin-api] Using tar found on system at:
  12811. 3247.03 s [hls-plugin-api] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  12812. 3247.03 s [hls-plugin-api] No uhc found
  12813. 3247.45 s [hls-plugin-api] Phase: buildPhase
  12814. 3247.61 s [lsp-test] Dependency Diff >=0.4 && <1.1: using Diff-0.5
  12815. 3247.61 s [lsp-test] Dependency Glob >=0.9 && <0.11: using Glob-0.10.2
  12816. 3247.61 s [lsp-test] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  12817. 3247.61 s [lsp-test] Dependency aeson-pretty >=0.8 && <0.9: using aeson-pretty-0.8.10
  12818. 3247.61 s [lsp-test] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.2
  12819. 3247.61 s [lsp-test] Dependency async >=2.2 && <2.3: using async-2.2.5
  12820. 3247.61 s [lsp-test] Dependency base >=4.10 && <5: using base-4.21.0.0
  12821. 3247.61 s [lsp-test] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
  12822. 3247.61 s [lsp-test] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
  12823. 3247.61 s [lsp-test] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
  12824. 3247.61 s [lsp-test] Dependency conduit-parse >=0.2 && <0.3: using conduit-parse-0.2.1.1
  12825. 3247.61 s [lsp-test] Dependency containers >=0.6 && <0.8: using containers-0.7
  12826. 3247.61 s [lsp-test] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
  12827. 3247.61 s [lsp-test] Dependency directory >=1.3 && <1.4: using directory-1.3.9.0
  12828. 3247.61 s [lsp-test] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  12829. 3247.61 s [lsp-test] Dependency extra >=1.7 && <1.9: using extra-1.8
  12830. 3247.61 s [lsp-test] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
  12831. 3247.61 s [lsp-test] Dependency lens >=5.1 && <5.4: using lens-5.3.4
  12832. 3247.61 s [lsp-test] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
  12833. 3247.61 s [lsp-test] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  12834. 3247.61 s [lsp-test] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  12835. 3247.61 s [lsp-test] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  12836. 3247.61 s [lsp-test] Dependency parser-combinators >=1.3 && <1.4: using parser-combinators-1.3.0
  12837. 3247.61 s [lsp-test] Dependency process >=1.6 && <1.7: using process-1.6.25.0
  12838. 3247.61 s [lsp-test] Dependency some >=1.0 && <1.1: using some-1.0.6
  12839. 3247.61 s [lsp-test] Dependency text >=1 && <2.2: using text-2.1.2
  12840. 3247.61 s [lsp-test] Dependency time >=1.10 && <1.15: using time-1.14
  12841. 3247.61 s [lsp-test] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.2
  12842. 3247.61 s [lsp-test] Dependency unix: using unix-2.8.6.0
  12843. 3247.61 s [lsp-test] Dependency aeson: using aeson-2.2.3.0
  12844. 3247.61 s [lsp-test] Dependency base: using base-4.21.0.0
  12845. 3247.61 s [lsp-test] Dependency containers: using containers-0.7
  12846. 3247.61 s [lsp-test] Dependency data-default: using data-default-0.7.1.3
  12847. 3247.61 s [lsp-test] Dependency directory: using directory-1.3.9.0
  12848. 3247.61 s [lsp-test] Dependency extra: using extra-1.8
  12849. 3247.61 s [lsp-test] Dependency filepath: using filepath-1.5.4.0
  12850. 3247.61 s [lsp-test] Dependency hspec: using hspec-2.11.12
  12851. 3247.61 s [lsp-test] Dependency lens: using lens-5.3.4
  12852. 3247.61 s [lsp-test] Dependency lsp: using lsp-2.7.0.1
  12853. 3247.61 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12854. 3247.61 s [lsp-test] Dependency mtl: using mtl-2.3.1
  12855. 3247.61 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12856. 3247.61 s [lsp-test] Dependency process: using process-1.6.25.0
  12857. 3247.61 s [lsp-test] Dependency text: using text-2.1.2
  12858. 3247.61 s [lsp-test] Dependency unliftio: using unliftio-0.2.25.1
  12859. 3247.61 s [lsp-test] Dependency aeson: using aeson-2.2.3.0
  12860. 3247.61 s [lsp-test] Dependency base: using base-4.21.0.0
  12861. 3247.61 s [lsp-test] Dependency co-log-core: using co-log-core-0.3.2.5
  12862. 3247.61 s [lsp-test] Dependency extra: using extra-1.8
  12863. 3247.61 s [lsp-test] Dependency hspec: using hspec-2.11.12
  12864. 3247.61 s [lsp-test] Dependency lens: using lens-5.3.4
  12865. 3247.61 s [lsp-test] Dependency lsp: using lsp-2.7.0.1
  12866. 3247.61 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12867. 3247.61 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12868. 3247.61 s [lsp-test] Dependency process: using process-1.6.25.0
  12869. 3247.61 s [lsp-test] Dependency unliftio: using unliftio-0.2.25.1
  12870. 3247.61 s [lsp-test] Dependency base: using base-4.21.0.0
  12871. 3247.61 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12872. 3247.61 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12873. 3247.61 s [lsp-test] Source component graph:
  12874. 3247.61 s [lsp-test] component lib
  12875. 3247.61 s [lsp-test] component test:example dependency lib
  12876. 3247.61 s [lsp-test] component test:func-test dependency lib
  12877. 3247.61 s [lsp-test] component test:tests dependency lib
  12878. 3247.61 s [lsp-test] Configured component graph:
  12879. 3247.61 s [lsp-test] component lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  12880. 3247.61 s [lsp-test] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  12881. 3247.61 s [lsp-test] include Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
  12882. 3247.61 s [lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12883. 3247.61 s [lsp-test] include aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
  12884. 3247.61 s [lsp-test] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  12885. 3247.61 s [lsp-test] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  12886. 3247.61 s [lsp-test] include base-4.21.0.0-f068
  12887. 3247.61 s [lsp-test] include bytestring-0.12.2.0-be6d
  12888. 3247.61 s [lsp-test] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12889. 3247.61 s [lsp-test] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  12890. 3247.61 s [lsp-test] include conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  12891. 3247.61 s [lsp-test] include containers-0.7-647d
  12892. 3247.61 s [lsp-test] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12893. 3247.61 s [lsp-test] include directory-1.3.9.0-9eff
  12894. 3247.61 s [lsp-test] include exceptions-0.10.9-5f69
  12895. 3247.61 s [lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12896. 3247.61 s [lsp-test] include filepath-1.5.4.0-7ce6
  12897. 3247.61 s [lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12898. 3247.61 s [lsp-test] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  12899. 3247.61 s [hls-plugin-api] Preprocessing library for hls-plugin-api-2.10.0.0...
  12900. 3247.61 s [lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12901. 3247.61 s [lsp-test] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  12902. 3247.61 s [lsp-test] include mtl-2.3.1-9650
  12903. 3247.61 s [lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  12904. 3247.61 s [lsp-test] include process-1.6.25.0-4623
  12905. 3247.61 s [lsp-test] include some-1.0.6-GcAm4VUIyuqI2SZPwsx4pL
  12906. 3247.61 s [lsp-test] include text-2.1.2-5eaa
  12907. 3247.61 s [lsp-test] include time-1.14-f7a8
  12908. 3247.61 s [lsp-test] include transformers-0.6.1.2-199f
  12909. 3247.61 s [lsp-test] include unix-2.8.6.0-6369
  12910. 3247.61 s [lsp-test] component lsp-test-0.17.1.1-JEFZlJvoTo1Jl3hpo8unGk-example
  12911. 3247.61 s [lsp-test] include base-4.21.0.0-f068
  12912. 3247.61 s [lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  12913. 3247.61 s [lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  12914. 3247.61 s [lsp-test] component lsp-test-0.17.1.1-8H52KiRbPAx6fTmiB8W1iG-func-test
  12915. 3247.61 s [lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12916. 3247.61 s [lsp-test] include base-4.21.0.0-f068
  12917. 3247.61 s [lsp-test] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12918. 3247.61 s [lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12919. 3247.61 s [lsp-test] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  12920. 3247.61 s [lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12921. 3247.61 s [lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12922. 3247.61 s [lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  12923. 3247.61 s [lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  12924. 3247.61 s [lsp-test] include process-1.6.25.0-4623
  12925. 3247.61 s [lsp-test] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12926. 3247.61 s [lsp-test] component lsp-test-0.17.1.1-GbkIoJxZcEzFTNuEGkTsTK-tests
  12927. 3247.61 s [lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12928. 3247.61 s [lsp-test] include base-4.21.0.0-f068
  12929. 3247.61 s [lsp-test] include containers-0.7-647d
  12930. 3247.61 s [lsp-test] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12931. 3247.61 s [lsp-test] include directory-1.3.9.0-9eff
  12932. 3247.61 s [lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12933. 3247.61 s [lsp-test] include filepath-1.5.4.0-7ce6
  12934. 3247.61 s [lsp-test] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  12935. 3247.61 s [lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12936. 3247.61 s [lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12937. 3247.61 s [lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  12938. 3247.61 s [lsp-test] include mtl-2.3.1-9650
  12939. 3247.61 s [lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  12940. 3247.61 s [lsp-test] include process-1.6.25.0-4623
  12941. 3247.61 s [lsp-test] include text-2.1.2-5eaa
  12942. 3247.61 s [lsp-test] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12943. 3247.61 s [lsp-test] Linked component graph:
  12944. 3247.61 s [lsp-test] unit lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  12945. 3247.61 s [lsp-test] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  12946. 3247.61 s [lsp-test] include Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
  12947. 3247.61 s [lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12948. 3247.61 s [lsp-test] include aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
  12949. 3247.61 s [lsp-test] include ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  12950. 3247.61 s [lsp-test] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  12951. 3247.61 s [lsp-test] include base-4.21.0.0-f068
  12952. 3247.61 s [lsp-test] include bytestring-0.12.2.0-be6d
  12953. 3247.61 s [lsp-test] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12954. 3247.61 s [lsp-test] include conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  12955. 3247.61 s [lsp-test] include conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  12956. 3247.61 s [lsp-test] include containers-0.7-647d
  12957. 3247.61 s [lsp-test] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12958. 3247.61 s [lsp-test] include directory-1.3.9.0-9eff
  12959. 3247.61 s [lsp-test] include exceptions-0.10.9-5f69
  12960. 3247.61 s [lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12961. 3247.61 s [lsp-test] include filepath-1.5.4.0-7ce6
  12962. 3247.61 s [lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12963. 3247.61 s [lsp-test] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  12964. 3247.61 s [lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12965. 3247.61 s [lsp-test] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  12966. 3247.61 s [lsp-test] include mtl-2.3.1-9650
  12967. 3247.61 s [lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  12968. 3247.61 s [lsp-test] include process-1.6.25.0-4623
  12969. 3247.61 s [lsp-test] include some-1.0.6-GcAm4VUIyuqI2SZPwsx4pL
  12970. 3247.61 s [lsp-test] include text-2.1.2-5eaa
  12971. 3247.61 s [lsp-test] include time-1.14-f7a8
  12972. 3247.61 s [lsp-test] include transformers-0.6.1.2-199f
  12973. 3247.61 s [lsp-test] include unix-2.8.6.0-6369
  12974. 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
  12975. 3247.61 s [lsp-test] unit lsp-test-0.17.1.1-JEFZlJvoTo1Jl3hpo8unGk-example
  12976. 3247.61 s [hls-plugin-api] Building library for hls-plugin-api-2.10.0.0...
  12977. 3247.66 s [lsp-test] include base-4.21.0.0-f068
  12978. 3247.66 s [lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  12979. 3247.66 s [lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  12980. 3247.66 s [lsp-test] unit lsp-test-0.17.1.1-8H52KiRbPAx6fTmiB8W1iG-func-test
  12981. 3247.66 s [lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12982. 3247.66 s [lsp-test] include base-4.21.0.0-f068
  12983. 3247.66 s [lsp-test] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  12984. 3247.66 s [lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12985. 3247.66 s [lsp-test] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  12986. 3247.66 s [lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  12987. 3247.66 s [lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  12988. 3247.66 s [lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  12989. 3247.66 s [lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  12990. 3247.66 s [lsp-test] include process-1.6.25.0-4623
  12991. 3247.66 s [lsp-test] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  12992. 3247.66 s [lsp-test] unit lsp-test-0.17.1.1-GbkIoJxZcEzFTNuEGkTsTK-tests
  12993. 3247.66 s [lsp-test] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  12994. 3247.66 s [lsp-test] include base-4.21.0.0-f068
  12995. 3247.66 s [lsp-test] include containers-0.7-647d
  12996. 3247.66 s [lsp-test] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  12997. 3247.66 s [lsp-test] include directory-1.3.9.0-9eff
  12998. 3247.67 s [lsp-test] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  12999. 3247.67 s [lsp-test] include filepath-1.5.4.0-7ce6
  13000. 3247.67 s [lsp-test] include hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  13001. 3247.67 s [lsp-test] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  13002. 3247.67 s [lsp-test] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  13003. 3247.67 s [lsp-test] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  13004. 3247.67 s [lsp-test] include mtl-2.3.1-9650
  13005. 3247.67 s [lsp-test] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  13006. 3247.67 s [lsp-test] include process-1.6.25.0-4623
  13007. 3247.67 s [lsp-test] include text-2.1.2-5eaa
  13008. 3247.67 s [lsp-test] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  13009. 3247.67 s [lsp-test] Ready component graph:
  13010. 3247.67 s [lsp-test] definite lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  13011. 3247.67 s [lsp-test] depends Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  13012. 3247.67 s [lsp-test] depends Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
  13013. 3247.67 s [lsp-test] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  13014. 3247.67 s [lsp-test] depends aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
  13015. 3247.67 s [lsp-test] depends ansi-terminal-1.1.2-BVWRVgRJ53tKGz9ntJnzh5
  13016. 3247.67 s [lsp-test] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  13017. 3247.67 s [lsp-test] depends base-4.21.0.0-f068
  13018. 3247.67 s [lsp-test] depends bytestring-0.12.2.0-be6d
  13019. 3247.67 s [lsp-test] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  13020. 3247.67 s [lsp-test] depends conduit-1.3.6.1-BBKR8OQUyimDbhloCq90Cq
  13021. 3247.67 s [lsp-test] depends conduit-parse-0.2.1.1-8RmkuPQbMfmFMU3UBRcaPN
  13022. 3247.67 s [lsp-test] depends containers-0.7-647d
  13023. 3247.67 s [lsp-test] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  13024. 3247.67 s [lsp-test] depends directory-1.3.9.0-9eff
  13025. 3247.67 s [lsp-test] depends exceptions-0.10.9-5f69
  13026. 3247.67 s [lsp-test] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  13027. 3247.67 s [lsp-test] depends filepath-1.5.4.0-7ce6
  13028. 3247.67 s [lsp-test] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  13029. 3247.67 s [lsp-test] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  13030. 3247.67 s [lsp-test] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  13031. 3247.67 s [lsp-test] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  13032. 3247.67 s [lsp-test] depends mtl-2.3.1-9650
  13033. 3247.67 s [lsp-test] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  13034. 3247.67 s [lsp-test] depends process-1.6.25.0-4623
  13035. 3247.67 s [lsp-test] depends some-1.0.6-GcAm4VUIyuqI2SZPwsx4pL
  13036. 3247.67 s [lsp-test] depends text-2.1.2-5eaa
  13037. 3247.67 s [lsp-test] depends time-1.14-f7a8
  13038. 3247.67 s [lsp-test] depends transformers-0.6.1.2-199f
  13039. 3247.67 s [lsp-test] depends unix-2.8.6.0-6369
  13040. 3247.67 s [lsp-test] definite lsp-test-0.17.1.1-8H52KiRbPAx6fTmiB8W1iG-func-test
  13041. 3247.67 s [lsp-test] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  13042. 3247.67 s [lsp-test] depends base-4.21.0.0-f068
  13043. 3247.67 s [lsp-test] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  13044. 3247.67 s [lsp-test] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  13045. 3247.67 s [lsp-test] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  13046. 3247.67 s [lsp-test] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  13047. 3247.67 s [lsp-test] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  13048. 3247.67 s [lsp-test] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  13049. 3247.67 s [lsp-test] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  13050. 3247.67 s [lsp-test] depends process-1.6.25.0-4623
  13051. 3247.67 s [lsp-test] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  13052. 3247.67 s [lsp-test] definite lsp-test-0.17.1.1-GbkIoJxZcEzFTNuEGkTsTK-tests
  13053. 3247.67 s [lsp-test] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  13054. 3247.67 s [lsp-test] depends base-4.21.0.0-f068
  13055. 3247.67 s [lsp-test] depends containers-0.7-647d
  13056. 3247.67 s [lsp-test] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  13057. 3247.67 s [lsp-test] depends directory-1.3.9.0-9eff
  13058. 3247.67 s [lsp-test] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  13059. 3247.67 s [lsp-test] depends filepath-1.5.4.0-7ce6
  13060. 3247.67 s [lsp-test] depends hspec-2.11.12-6VqvYzslwXZ4HevclPqaIQ
  13061. 3247.67 s [lsp-test] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  13062. 3247.67 s [lsp-test] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  13063. 3247.67 s [lsp-test] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  13064. 3247.67 s [lsp-test] depends mtl-2.3.1-9650
  13065. 3247.67 s [lsp-test] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  13066. 3247.67 s [lsp-test] depends process-1.6.25.0-4623
  13067. 3247.67 s [lsp-test] depends text-2.1.2-5eaa
  13068. 3247.67 s [lsp-test] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  13069. 3247.67 s [lsp-test] definite lsp-test-0.17.1.1-JEFZlJvoTo1Jl3hpo8unGk-example
  13070. 3247.67 s [lsp-test] depends base-4.21.0.0-f068
  13071. 3247.67 s [lsp-test] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  13072. 3247.67 s [lsp-test] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  13073. 3247.67 s [lsp-test] Using Cabal-3.14.1.0 compiled by ghc-9.12
  13074. 3247.67 s [lsp-test] Using compiler: ghc-9.12.1
  13075. 3247.67 s [lsp-test] Using install prefix:
  13076. 3247.67 s [lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1
  13077. 3247.67 s [lsp-test] Executables installed in:
  13078. 3247.67 s [lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/bin
  13079. 3247.67 s [lsp-test] Libraries installed in:
  13080. 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
  13081. 3247.67 s [lsp-test] Dynamic Libraries installed in:
  13082. 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
  13083. 3247.67 s [lsp-test] Private executables installed in:
  13084. 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
  13085. 3247.67 s [lsp-test] Data files installed in:
  13086. 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
  13087. 3247.67 s [lsp-test] Documentation installed in:
  13088. 3247.67 s [lsp-test] /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1
  13089. 3247.67 s [lsp-test] Configuration files installed in:
  13090. 3247.67 s [lsp-test] /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/etc
  13091. 3247.67 s [lsp-test] No alex found
  13092. 3247.67 s [lsp-test] Using ar found on system at:
  13093. 3247.67 s [lsp-test] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  13094. 3247.67 s [lsp-test] No c2hs found
  13095. 3247.67 s [lsp-test] No cpphs found
  13096. 3247.67 s [lsp-test] No doctest found
  13097. 3247.67 s [lsp-test] Using gcc version 14.3.0 given by user at:
  13098. 3247.67 s [lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  13099. 3247.67 s [lsp-test] Using ghc version 9.12.1 found on system at:
  13100. 3247.67 s [lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  13101. 3247.67 s [lsp-test] Using ghc-pkg version 9.12.1 found on system at:
  13102. 3247.67 s [lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  13103. 3247.67 s [lsp-test] No ghcjs found
  13104. 3247.67 s [lsp-test] No ghcjs-pkg found
  13105. 3247.67 s [lsp-test] No greencard found
  13106. 3247.67 s [lsp-test] Using haddock version 2.30.0 found on system at:
  13107. 3247.67 s [lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  13108. 3247.67 s [lsp-test] No happy found
  13109. 3247.67 s [lsp-test] No haskell-suite found
  13110. 3247.67 s [lsp-test] No haskell-suite-pkg found
  13111. 3247.67 s [lsp-test] No hmake found
  13112. 3247.67 s [lsp-test] Using hpc version 0.69 found on system at:
  13113. 3247.67 s [lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  13114. 3247.67 s [lsp-test] Using hsc2hs version 0.68.10 found on system at:
  13115. 3247.67 s [lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  13116. 3247.67 s [lsp-test] Using hscolour version 1.25 found on system at:
  13117. 3247.67 s [lsp-test] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  13118. 3247.67 s [lsp-test] No jhc found
  13119. 3247.67 s [lsp-test] Using ld found on system at:
  13120. 3247.67 s [lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  13121. 3247.67 s [lsp-test] No pkg-config found
  13122. 3247.67 s [lsp-test] Using runghc version 9.12.1 found on system at:
  13123. 3247.67 s [lsp-test] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  13124. 3247.67 s [lsp-test] Using strip version 2.44 found on system at:
  13125. 3247.67 s [lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  13126. 3247.67 s [lsp-test] Using tar found on system at:
  13127. 3247.67 s [lsp-test] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  13128. 3247.67 s [lsp-test] No uhc found
  13129. 3247.93 s [lsp-test] Phase: buildPhase
  13130. 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 )
  13131. 3248.10 s [lsp-test] Preprocessing library for lsp-test-0.17.1.1...
  13132. 3248.10 s [lsp-test] Building library for lsp-test-0.17.1.1...
  13133. 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 )
  13134. 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 )
  13135. 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 )
  13136. 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 )
  13137. 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 )
  13138. 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 )
  13139. 3251.44 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  13140. 3251.44 s [lsp-test] In the use of ‘head’
  13141. 3251.44 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  13142. 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"."
  13143. 3251.44 s [lsp-test] |
  13144. 3251.44 s [lsp-test] 483 | head <$> textDocumentVersions uri
  13145. 3251.44 s [lsp-test] | ^^^^
  13146. 3251.44 s [lsp-test]
  13147. 3251.44 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  13148. 3251.44 s [lsp-test] In the use of ‘head’
  13149. 3251.44 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  13150. 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"."
  13151. 3251.44 s [lsp-test] |
  13152. 3251.44 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  13153. 3251.44 s [lsp-test] | ^^^^
  13154. 3251.44 s [lsp-test]
  13155. 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 )
  13156. 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 )
  13157. 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 )
  13158. 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 )
  13159. 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 )
  13160. 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 )
  13161. 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 )
  13162. 3255.33 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  13163. 3255.33 s [lsp-test] The import of ‘Data.List’ is redundant
  13164. 3255.33 s [lsp-test] except perhaps to import instances from ‘Data.List’
  13165. 3255.33 s [lsp-test] To import instances alone, use: import Data.List()
  13166. 3255.33 s [lsp-test] |
  13167. 3255.33 s [lsp-test] 155 | import Data.List
  13168. 3255.33 s [lsp-test] | ^^^^^^^^^^^^^^^^
  13169. 3255.33 s [lsp-test]
  13170. 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 )
  13171. 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 )
  13172. 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 )
  13173. 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 )
  13174. 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 )
  13175. 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 )
  13176. 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 )
  13177. 3259.78 s [hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.p_o )
  13178. 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 )
  13179. 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 )
  13180. 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 )
  13181. 3261.25 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  13182. 3261.25 s [lsp-test] In the use of ‘head’
  13183. 3261.25 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  13184. 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"."
  13185. 3261.25 s [lsp-test] |
  13186. 3261.25 s [lsp-test] 483 | head <$> textDocumentVersions uri
  13187. 3261.25 s [lsp-test] | ^^^^
  13188. 3261.25 s [lsp-test]
  13189. 3261.25 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  13190. 3261.25 s [lsp-test] In the use of ‘head’
  13191. 3261.25 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  13192. 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"."
  13193. 3261.25 s [lsp-test] |
  13194. 3261.25 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  13195. 3261.25 s [lsp-test] | ^^^^
  13196. 3261.25 s [lsp-test]
  13197. 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 )
  13198. 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 )
  13199. 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 )
  13200. 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 )
  13201. 3262.46 s [hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.p_o )
  13202. 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 )
  13203. 3264.23 s [lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.p_o )
  13204. 3264.35 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  13205. 3264.35 s [lsp-test] The import of ‘Data.List’ is redundant
  13206. 3264.35 s [lsp-test] except perhaps to import instances from ‘Data.List’
  13207. 3264.35 s [lsp-test] To import instances alone, use: import Data.List()
  13208. 3264.35 s [lsp-test] |
  13209. 3264.35 s [lsp-test] 155 | import Data.List
  13210. 3264.35 s [lsp-test] | ^^^^^^^^^^^^^^^^
  13211. 3264.35 s [lsp-test]
  13212. 3269.68 s [lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
  13213. 3269.68 s [lsp-test] Building test suite 'func-test' for lsp-test-0.17.1.1...
  13214. 3269.80 s [lsp-test] [1 of 1] Compiling Main ( func-test/FuncTest.hs, dist/build/func-test/func-test-tmp/Main.o )
  13215. 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 )
  13216. 3272.47 s [lsp-test] [2 of 2] Linking dist/build/func-test/func-test
  13217. 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 )
  13218. 3274.01 s [hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.p_o )
  13219. 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 )
  13220. 3274.84 s [lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
  13221. 3274.85 s [lsp-test] Building test suite 'tests' for lsp-test-0.17.1.1...
  13222. 3275.00 s [lsp-test] [1 of 2] Compiling DummyServer ( test/DummyServer.hs, dist/build/tests/tests-tmp/DummyServer.o )
  13223. 3276.19 s [lsp-test] [2 of 2] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
  13224. 3277.01 s [lsp-test] test/Test.hs:259:18: warning: [GHC-63394] [-Wx-partial]
  13225. 3277.01 s [lsp-test] In the use of ‘head’
  13226. 3277.01 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  13227. 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"."
  13228. 3277.01 s [lsp-test] |
  13229. 3277.01 s [lsp-test] 259 | let item = head comps
  13230. 3277.01 s [lsp-test] | ^^^^
  13231. 3277.01 s [lsp-test]
  13232. 3277.01 s [lsp-test] test/Test.hs:441:16: warning: [GHC-63394] [-Wx-partial]
  13233. 3277.01 s [lsp-test] In the use of ‘head’
  13234. 3277.01 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  13235. 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"."
  13236. 3277.01 s [lsp-test] |
  13237. 3277.01 s [lsp-test] 441 | liftIO $ head rsp ^. L.range `shouldBe` Range (Position 2 3) (Position 4 5)
  13238. 3277.01 s [lsp-test] | ^^^^
  13239. 3277.01 s [lsp-test]
  13240. 3277.01 s [lsp-test] test/Test.hs:447:16: warning: [GHC-63394] [-Wx-partial]
  13241. 3277.01 s [lsp-test] In the use of ‘head’
  13242. 3277.01 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  13243. 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"."
  13244. 3277.02 s [lsp-test] |
  13245. 3277.02 s [lsp-test] 447 | liftIO $ head fromRanges `shouldBe` Range (Position 2 3) (Position 4 5)
  13246. 3277.02 s [lsp-test] | ^^^^
  13247. 3277.02 s [lsp-test]
  13248. 3277.02 s [lsp-test] test/Test.hs:450:16: warning: [GHC-63394] [-Wx-partial]
  13249. 3277.02 s [lsp-test] In the use of ‘head’
  13250. 3277.02 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  13251. 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"."
  13252. 3277.02 s [lsp-test] |
  13253. 3277.02 s [lsp-test] 450 | liftIO $ head fromRanges `shouldBe` Range (Position 4 5) (Position 2 3)
  13254. 3277.02 s [lsp-test] | ^^^^
  13255. 3277.02 s [lsp-test]
  13256. 3277.02 s [lsp-test] test/Test.hs:462:16: warning: [GHC-63394] [-Wx-partial]
  13257. 3277.02 s [lsp-test] In the use of ‘head’
  13258. 3277.02 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  13259. 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"."
  13260. 3277.02 s [lsp-test] |
  13261. 3277.02 s [lsp-test] 462 | liftIO $ head inlayHints ^. L.label `shouldBe` InL ":: Text"
  13262. 3277.02 s [lsp-test] | ^^^^
  13263. 3277.02 s [lsp-test]
  13264. 3277.02 s [lsp-test] test/Test.hs:466:16: warning: [GHC-63394] [-Wx-partial]
  13265. 3277.02 s [lsp-test] In the use of ‘head’
  13266. 3277.02 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  13267. 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"."
  13268. 3277.02 s [lsp-test] |
  13269. 3277.02 s [lsp-test] 466 | liftIO $ head inlayHints ^. L.tooltip `shouldBe` Just (InL $ "start at " <> T.pack (show (Position 1 2)))
  13270. 3277.02 s [lsp-test] | ^^^^
  13271. 3277.02 s [lsp-test]
  13272. 3280.44 s [hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.10.0.0...
  13273. 3280.46 s [hls-plugin-api] Building test suite 'tests' for hls-plugin-api-2.10.0.0...
  13274. 3280.58 s [hls-plugin-api] [1 of 3] Compiling Ide.PluginUtilsTest ( test/Ide/PluginUtilsTest.hs, dist/build/tests/tests-tmp/Ide/PluginUtilsTest.o )
  13275. 3280.64 s [lsp-test] [3 of 3] Linking dist/build/tests/tests
  13276. 3282.93 s [lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
  13277. 3282.93 s [lsp-test] Building test suite 'example' for lsp-test-0.17.1.1...
  13278. 3283.04 s [lsp-test] [1 of 1] Compiling Main ( example/Test.hs, dist/build/example/example-tmp/Main.o )
  13279. 3284.20 s [lsp-test] [2 of 2] Linking dist/build/example/example
  13280. 3284.29 s [hls-plugin-api] [2 of 3] Compiling Ide.TypesTests ( test/Ide/TypesTests.hs, dist/build/tests/tests-tmp/Ide/TypesTests.o )
  13281. 3284.29 s [hls-plugin-api] [3 of 3] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
  13282. 3284.88 s [hls-plugin-api] [4 of 4] Linking dist/build/tests/tests
  13283. 3286.21 s [lsp-test] buildPhase completed in 38 seconds
  13284. 3286.21 s [lsp-test] Phase: checkPhase
  13285. 3286.80 s [lsp-test] Running 2 test suites...
  13286. 3286.80 s [lsp-test] Test suite tests: RUNNING...
  13287. 3286.80 s [lsp-test]
  13288. 3286.80 s [lsp-test] Session
  13289. 3287.43 s [hls-plugin-api] buildPhase completed in 40 seconds
  13290. 3287.43 s [hls-plugin-api] Phase: checkPhase
  13291. 3288.05 s [hls-plugin-api] Running 1 test suites...
  13292. 3288.05 s [hls-plugin-api] Test suite tests: RUNNING...
  13293. 3288.10 s [hls-plugin-api] Main
  13294. 3288.10 s [hls-plugin-api] PluginUtils
  13295. 3288.10 s [hls-plugin-api] unescape
  13296. 3288.11 s [hls-plugin-api] no double quote: OK (0.03s)
  13297. 3288.11 s [hls-plugin-api] whole string quoted: OK
  13298. 3288.11 s [hls-plugin-api] text before quotes should not be unescaped: OK (0.03s)
  13299. 3288.11 s [hls-plugin-api] some text after quotes: OK (0.03s)
  13300. 3288.13 s [hls-plugin-api] many pairs of quote: OK (0.03s)
  13301. 3288.13 s [hls-plugin-api] double quote itself should not be unescaped: OK (0.03s)
  13302. 3288.13 s [hls-plugin-api] control characters should not be escaped: OK (0.03s)
  13303. 3288.13 s [hls-plugin-api] extractTextInRange
  13304. 3288.13 s [hls-plugin-api] inline range: OK (0.03s)
  13305. 3288.13 s [hls-plugin-api] inline range with empty content: OK (0.03s)
  13306. 3288.13 s [hls-plugin-api] multiline range with empty content: OK (0.03s)
  13307. 3288.13 s [hls-plugin-api] multiline range: OK (0.03s)
  13308. 3288.13 s [hls-plugin-api] multiline range with end pos at the line below the last line: OK (0.03s)
  13309. 3288.81 s [lsp-test] fails a test [✔]
  13310. 3288.81 s [lsp-test] initializeResponse [✔]
  13311. 3288.81 s [lsp-test] runSessionWithConfig [✔]
  13312. 3288.81 s [lsp-test] withTimeout
  13313. 3293.81 s [lsp-test] times out [✔]
  13314. 3295.82 s [lsp-test] doesn't time out [✔]
  13315. 3300.85 s [lsp-test] further timeout messages are ignored [✔]
  13316. 3302.28 s [hls-plugin-api] RangeMap-List filtering identical: OK (14.20s)
  13317. 3302.29 s [hls-plugin-api] +++ OK, passed 100 tests:
  13318. 3302.29 s [hls-plugin-api] 77% no matches
  13319. 3302.29 s [hls-plugin-api] 13% 1 match
  13320. 3302.29 s [hls-plugin-api] 10% >1 matches
  13321. 3302.29 s [hls-plugin-api] property api tests
  13322. 3302.29 s [hls-plugin-api] property toVSCodeExtensionSchema: OK
  13323. 3302.29 s [hls-plugin-api] Golden file did not exist; created
  13324. 3302.29 s [hls-plugin-api] property toDefaultJSON: OK
  13325. 3302.29 s [hls-plugin-api] Golden file did not exist; created
  13326. 3302.29 s [hls-plugin-api] parsePropertyPath single key path: OK
  13327. 3302.29 s [hls-plugin-api] parsePropertyPath two key path: OK
  13328. 3302.29 s [hls-plugin-api] parsePropertyPath two key path default: OK
  13329. 3302.29 s [hls-plugin-api] parsePropertyPath two key path not default: OK
  13330. 3302.29 s [hls-plugin-api] PluginTypes
  13331. 3302.29 s [hls-plugin-api] combineResponses
  13332. 3302.29 s [hls-plugin-api] TextDocumentDefinition
  13333. 3302.29 s [hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
  13334. 3302.29 s [hls-plugin-api] merges all location link responses into one with all links (with link support): OK (0.01s)
  13335. 3302.29 s [hls-plugin-api] merges location responses with link responses into link responses (with link support): OK (0.03s)
  13336. 3302.29 s [hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
  13337. 3302.29 s [hls-plugin-api] ignores Null responses when other responses are available: OK (0.03s)
  13338. 3302.29 s [hls-plugin-api] returns Null when all responses are Null: OK
  13339. 3302.29 s [hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK (0.05s)
  13340. 3302.29 s [hls-plugin-api] +++ OK, passed 100 tests:
  13341. 3302.29 s [hls-plugin-api] 95% Has at least one response with locations
  13342. 3302.29 s [hls-plugin-api] 90% Has at least one response with links
  13343. 3302.29 s [hls-plugin-api] 89% Has at least one response with Null
  13344. 3302.29 s [hls-plugin-api] TextDocumentTypeDefinition
  13345. 3302.29 s [hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
  13346. 3302.29 s [hls-plugin-api] merges all location link responses into one with all links (with link support): OK
  13347. 3302.29 s [hls-plugin-api] merges location responses with link responses into link responses (with link support): OK (0.03s)
  13348. 3302.29 s [hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
  13349. 3302.29 s [hls-plugin-api] ignores Null responses when other responses are available: OK (0.02s)
  13350. 3302.29 s [hls-plugin-api] returns Null when all responses are Null: OK
  13351. 3302.29 s [hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK (0.07s)
  13352. 3302.29 s [hls-plugin-api] +++ OK, passed 100 tests:
  13353. 3302.29 s [hls-plugin-api] 93% Has at least one response with locations
  13354. 3302.29 s [hls-plugin-api] 87% Has at least one response with links
  13355. 3302.29 s [hls-plugin-api] 84% Has at least one response with Null
  13356. 3302.29 s [hls-plugin-api]
  13357. 3302.29 s [hls-plugin-api] All 33 tests passed (14.20s)
  13358. 3302.29 s [hls-plugin-api] Test suite tests: PASS
  13359. 3302.29 s [hls-plugin-api] Test suite logged to: dist/test/hls-plugin-api-2.10.0.0-tests.log
  13360. 3302.29 s [hls-plugin-api] 1 of 1 test suites (1 of 1 test cases) passed.
  13361. 3302.32 s [hls-plugin-api] Phase: haddockPhase
  13362. 3304.52 s [hls-plugin-api] Preprocessing library for hls-plugin-api-2.10.0.0...
  13363. 3304.53 s [hls-plugin-api] Running Haddock on library for hls-plugin-api-2.10.0.0...
  13364. 3304.56 s [hls-plugin-api] Warning: The documentation for the following packages are not installed. No
  13365. 3304.56 s [hls-plugin-api] links will be generated to these packages: attoparsec-0.14.4,
  13366. 3304.56 s [hls-plugin-api] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  13367. 3305.20 s [hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, nothing ) [HIE file is missing]
  13368. 3305.86 s [hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, nothing ) [HIE file is missing]
  13369. 3305.88 s [hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, nothing ) [HIE file is missing]
  13370. 3305.93 s [hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, nothing ) [HIE file is missing]
  13371. 3306.44 s [hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, nothing ) [HIE file is missing]
  13372. 3307.43 s [hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, nothing ) [HIE file is missing]
  13373. 3307.82 s [lsp-test] overrides global message timeout [✔]
  13374. 3309.18 s [hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, nothing ) [HIE file is missing]
  13375. 3309.28 s [hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, nothing ) [HIE file is missing]
  13376. 3309.32 s [hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, nothing ) [HIE file is missing]
  13377. 3309.43 s [hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, nothing ) [HIE file is missing]
  13378. 3309.48 s [hls-plugin-api] Haddock coverage:
  13379. 3309.49 s [hls-plugin-api] Warning: 'Recorder' is ambiguous. It is defined
  13380. 3309.49 s [hls-plugin-api] * at src/Ide/Logger.hs:86:24
  13381. 3309.49 s [hls-plugin-api] * at src/Ide/Logger.hs:86:1
  13382. 3309.49 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13383. 3309.49 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13384. 3309.49 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Logger.hs:86:1
  13385. 3309.91 s [hls-plugin-api] 35% ( 7 / 20) in 'Ide.Logger'
  13386. 3309.91 s [hls-plugin-api] Missing documentation for:
  13387. 3309.91 s [hls-plugin-api] Priority (src/Ide/Logger.hs:70)
  13388. 3309.91 s [hls-plugin-api] WithPriority (src/Ide/Logger.hs:81)
  13389. 3309.91 s [hls-plugin-api] logWith (src/Ide/Logger.hs:90)
  13390. 3309.91 s [hls-plugin-api] cmap (src/Ide/Logger.hs:108)
  13391. 3309.91 s [hls-plugin-api] cmapIO (src/Ide/Logger.hs:114)
  13392. 3309.91 s [hls-plugin-api] cfilter (src/Ide/Logger.hs:119)
  13393. 3309.91 s [hls-plugin-api] withFileRecorder (src/Ide/Logger.hs:142)
  13394. 3309.91 s [hls-plugin-api] makeDefaultStderrRecorder (src/Ide/Logger.hs:129)
  13395. 3309.91 s [hls-plugin-api] makeDefaultHandleRecorder (src/Ide/Logger.hs:159)
  13396. 3309.91 s [hls-plugin-api] LoggingColumn (src/Ide/Logger.hs:168)
  13397. 3309.91 s [hls-plugin-api] cmapWithPrio (src/Ide/Logger.hs:111)
  13398. 3309.91 s [hls-plugin-api] toCologActionWithPrio (src/Ide/Logger.hs:275)
  13399. 3309.91 s [hls-plugin-api] defaultLoggingColumns (src/Ide/Logger.hs:176)
  13400. 3309.91 s [hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.HandleRequestTypes'
  13401. 3309.91 s [hls-plugin-api] Missing documentation for:
  13402. 3309.91 s [hls-plugin-api] Module header
  13403. 3309.91 s [hls-plugin-api] Warning: 'combineResponses' is out of scope.
  13404. 3309.91 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13405. 3309.92 s [hls-plugin-api] Warning: 'pluginEnabled' is out of scope.
  13406. 3309.92 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13407. 3309.92 s [hls-plugin-api] Warning: 'showWindow' is out of scope.
  13408. 3309.92 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13409. 3309.92 s [hls-plugin-api] Warning: 'handlesRequest' is out of scope.
  13410. 3309.92 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13411. 3309.92 s [hls-plugin-api] 50% ( 4 / 8) in 'Ide.Plugin.Error'
  13412. 3309.92 s [hls-plugin-api] Missing documentation for:
  13413. 3309.92 s [hls-plugin-api] Module header
  13414. 3309.92 s [hls-plugin-api] handleMaybe (src/Ide/Plugin/Error.hs:139)
  13415. 3309.92 s [hls-plugin-api] handleMaybeM (src/Ide/Plugin/Error.hs:142)
  13416. 3309.92 s [hls-plugin-api] getNormalizedFilePathE (src/Ide/Plugin/Error.hs:145)
  13417. 3309.92 s [hls-plugin-api] Warning: 'MetaData' is ambiguous. It is defined
  13418. 3309.92 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:86:3
  13419. 3309.92 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:85:1
  13420. 3309.92 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13421. 3309.92 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13422. 3309.92 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:85:1
  13423. 3309.92 s [hls-plugin-api] Warning: 'plcConfig' is out of scope.
  13424. 3309.92 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13425. 3309.92 s [hls-plugin-api] Warning: 'PropertyKey' is ambiguous. It is defined
  13426. 3309.92 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:111:20
  13427. 3309.92 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:111:1
  13428. 3309.92 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13429. 3309.92 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13430. 3309.92 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:111:1
  13431. 3309.92 s [hls-plugin-api] 75% ( 21 / 28) in 'Ide.Plugin.Properties'
  13432. 3309.92 s [hls-plugin-api] Missing documentation for:
  13433. 3309.92 s [hls-plugin-api] Module header
  13434. 3309.92 s [hls-plugin-api] ToHsType (src/Ide/Plugin/Properties.hs:72)
  13435. 3309.92 s [hls-plugin-api] NotElem (src/Ide/Plugin/Properties.hs:206)
  13436. 3309.92 s [hls-plugin-api] HasPropertyByPath (src/Ide/Plugin/Properties.hs:215)
  13437. 3309.92 s [hls-plugin-api] definePropertiesProperty (src/Ide/Plugin/Properties.hs:420)
  13438. 3309.92 s [hls-plugin-api] usePropertyByPathEither
  13439. 3309.92 s [hls-plugin-api] usePropertyByPath
  13440. 3309.92 s [hls-plugin-api] Warning: 'RangeMap' is ambiguous. It is defined
  13441. 3309.93 s [hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:22
  13442. 3309.93 s [hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:1
  13443. 3309.93 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13444. 3309.93 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13445. 3309.93 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/RangeMap.hs:36:1
  13446. 3309.93 s [hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
  13447. 3309.93 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  13448. 3309.93 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  13449. 3309.93 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13450. 3309.93 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13451. 3309.93 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
  13452. 3309.93 s [hls-plugin-api] 83% ( 5 / 6) in 'Ide.Plugin.RangeMap'
  13453. 3309.93 s [hls-plugin-api] Missing documentation for:
  13454. 3309.93 s [hls-plugin-api] fromList' (src/Ide/Plugin/RangeMap.hs:55)
  13455. 3309.93 s [hls-plugin-api] Warning: 'DynFlagsModifications' is ambiguous. It is defined
  13456. 3309.93 s [hls-plugin-api] * at src/Ide/Types.hs:144:3
  13457. 3309.93 s [hls-plugin-api] * at src/Ide/Types.hs:143:1
  13458. 3309.93 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13459. 3309.93 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13460. 3309.93 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:143:1
  13461. 3309.93 s [hls-plugin-api] Warning: 'PluginDescriptor' is ambiguous. It is defined
  13462. 3309.93 s [hls-plugin-api] * at src/Ide/Types.hs:314:3
  13463. 3309.93 s [hls-plugin-api] * at src/Ide/Types.hs:313:1
  13464. 3309.93 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13465. 3309.93 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13466. 3309.93 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:313:1
  13467. 3309.93 s [hls-plugin-api] Warning: 'ExtraParams' is out of scope.
  13468. 3309.93 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13469. 3309.94 s [hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
  13470. 3309.94 s [hls-plugin-api] * at src/Ide/Types.hs:257:5
  13471. 3309.94 s [hls-plugin-api] * at src/Ide/Types.hs:256:1
  13472. 3309.94 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13473. 3309.94 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13474. 3309.94 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
  13475. 3309.94 s [hls-plugin-api] 42% ( 22 / 52) in 'Ide.Types'
  13476. 3309.94 s [hls-plugin-api] Missing documentation for:
  13477. 3309.94 s [hls-plugin-api] Module header
  13478. 3309.94 s [hls-plugin-api] PluginDescriptor (src/Ide/Types.hs:313)
  13479. 3309.94 s [hls-plugin-api] defaultPluginPriority (src/Ide/Types.hs:1033)
  13480. 3309.94 s [hls-plugin-api] describePlugin (src/Ide/Types.hs:334)
  13481. 3309.94 s [hls-plugin-api] IdeCommand (src/Ide/Types.hs:165)
  13482. 3309.94 s [hls-plugin-api] IdePlugins (src/Ide/Types.hs:114)
  13483. 3309.94 s [hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
  13484. 3309.94 s [hls-plugin-api] SessionLoadingPreferenceConfig (src/Ide/Types.hs:220)
  13485. 3309.94 s [hls-plugin-api] defaultConfigDescriptor (src/Ide/Types.hs:378)
  13486. 3309.94 s [hls-plugin-api] mkCustomConfig (src/Ide/Types.hs:375)
  13487. 3309.94 s [hls-plugin-api] FallbackCodeActionParams (src/Ide/Types.hs:1193)
  13488. 3309.94 s [hls-plugin-api] FormattingMethod (src/Ide/Types.hs:1176)
  13489. 3309.94 s [hls-plugin-api] FormattingHandler (src/Ide/Types.hs:1182)
  13490. 3309.94 s [hls-plugin-api] HasTracing (src/Ide/Types.hs:1205)
  13491. 3309.94 s [hls-plugin-api] PluginCommand (src/Ide/Types.hs:1085)
  13492. 3309.94 s [hls-plugin-api] CommandId (src/Ide/Types.hs:1080)
  13493. 3309.94 s [hls-plugin-api] CommandFunction (src/Ide/Types.hs:1093)
  13494. 3309.94 s [hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1240)
  13495. 3309.94 s [hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1245)
  13496. 3309.94 s [hls-plugin-api] PluginId (src/Ide/Types.hs:1158)
  13497. 3309.94 s [hls-plugin-api] runHandlerM (src/Ide/Types.hs:928)
  13498. 3309.94 s [hls-plugin-api] PluginHandlers (src/Ide/Types.hs:960)
  13499. 3309.94 s [hls-plugin-api] PluginMethodHandler (src/Ide/Types.hs:980)
  13500. 3309.94 s [hls-plugin-api] PluginNotificationHandler (src/Ide/Types.hs:957)
  13501. 3309.94 s [hls-plugin-api] PluginNotificationHandlers (src/Ide/Types.hs:961)
  13502. 3309.94 s [hls-plugin-api] PluginRequestMethod (src/Ide/Types.hs:635)
  13503. 3309.94 s [hls-plugin-api] getProcessID (src/Ide/Types.hs:1262)
  13504. 3309.94 s [hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1264)
  13505. 3309.94 s [hls-plugin-api] lookupCommandProvider
  13506. 3309.94 s [hls-plugin-api] ResolveFunction (src/Ide/Types.hs:1101)
  13507. 3309.95 s [hls-plugin-api] 100% ( 3 / 3) in 'Ide.Plugin.Resolve'
  13508. 3309.95 s [hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
  13509. 3309.95 s [hls-plugin-api] * at src/Ide/Types.hs:257:5
  13510. 3309.95 s [hls-plugin-api] * at src/Ide/Types.hs:256:1
  13511. 3309.95 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13512. 3309.95 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13513. 3309.95 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
  13514. 3309.95 s [hls-plugin-api] 50% ( 3 / 6) in 'Ide.Plugin.Config'
  13515. 3309.95 s [hls-plugin-api] Missing documentation for:
  13516. 3309.95 s [hls-plugin-api] Module header
  13517. 3309.95 s [hls-plugin-api] parseConfig (src/Ide/Plugin/Config.hs:38)
  13518. 3309.95 s [hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
  13519. 3309.95 s [hls-plugin-api] Warning: 'WorkspaceEdit' is ambiguous. It is defined
  13520. 3309.95 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  13521. 3309.95 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  13522. 3309.95 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13523. 3309.95 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13524. 3309.95 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  13525. 3309.95 s [hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
  13526. 3309.95 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  13527. 3309.95 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  13528. 3309.95 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13529. 3309.95 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13530. 3309.95 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
  13531. 3309.95 s [hls-plugin-api] Warning: Ide.PluginUtils: Couldn't find .haddock for export positionInRange
  13532. 3309.95 s [hls-plugin-api] 58% ( 20 / 34) in 'Ide.PluginUtils'
  13533. 3309.95 s [hls-plugin-api] Missing documentation for:
  13534. 3309.95 s [hls-plugin-api] Module header
  13535. 3309.95 s [hls-plugin-api] WithDeletions (src/Ide/PluginUtils.hs:105)
  13536. 3309.95 s [hls-plugin-api] getProcessID (src/Ide/Types.hs:1262)
  13537. 3309.95 s [hls-plugin-api] makeDiffTextEdit (src/Ide/PluginUtils.hs:115)
  13538. 3309.95 s [hls-plugin-api] makeDiffTextEditAdditive (src/Ide/PluginUtils.hs:118)
  13539. 3309.95 s [hls-plugin-api] pluginDescToIdePlugins (src/Ide/PluginUtils.hs:199)
  13540. 3309.95 s [hls-plugin-api] idePluginsToPluginDesc (src/Ide/PluginUtils.hs:202)
  13541. 3309.95 s [hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1240)
  13542. 3309.95 s [hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1245)
  13543. 3309.95 s [hls-plugin-api] allLspCmdIds (src/Ide/PluginUtils.hs:303)
  13544. 3309.95 s [hls-plugin-api] allLspCmdIds' (src/Ide/PluginUtils.hs:299)
  13545. 3309.95 s [hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1264)
  13546. 3309.95 s [hls-plugin-api] subRange (src/Ide/PluginUtils.hs:279)
  13547. 3309.95 s [hls-plugin-api] positionInRange
  13548. 3309.95 s [hls-plugin-api] Warning: 'Config' is ambiguous. It is defined
  13549. 3309.95 s [hls-plugin-api] * at src/Ide/Types.hs:174:3
  13550. 3309.95 s [hls-plugin-api] * at src/Ide/Types.hs:173:1
  13551. 3309.95 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  13552. 3309.95 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  13553. 3309.95 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:173:1
  13554. 3309.95 s [hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.ConfigUtils'
  13555. 3309.95 s [hls-plugin-api] Missing documentation for:
  13556. 3309.95 s [hls-plugin-api] Module header
  13557. 3316.69 s [hls-plugin-api] Warning: Ide.Plugin.Error: could not find link destinations for:
  13558. 3316.69 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
  13559. 3316.70 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
  13560. 3316.70 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
  13561. 3316.70 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
  13562. 3316.70 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
  13563. 3316.70 s [hls-plugin-api] Warning: Ide.Plugin.Properties: could not find link destinations for:
  13564. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.ParsePropertyPath
  13565. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.FindByKeyPath
  13566. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.FindPropertyMeta
  13567. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.Elem
  13568. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.FindByKeyName
  13569. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.IsProperties
  13570. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.IsTEnum
  13571. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.NonEmptyList
  13572. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.:|
  13573. 3316.70 s [hls-plugin-api] - Ide.Plugin.Properties.NE
  13574. 3316.70 s [hls-plugin-api] Warning: Ide.Plugin.RangeMap: could not find link destinations for:
  13575. 3316.70 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
  13576. 3316.70 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  13577. 3316.71 s [hls-plugin-api] Warning: Ide.Types: could not find link destinations for:
  13578. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method
  13579. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
  13580. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Notification
  13581. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ServerToClient
  13582. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ClientToServer
  13583. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Request
  13584. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
  13585. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageResult
  13586. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyIncomingCalls
  13587. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyOutgoingCalls
  13588. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
  13589. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeLensResolve
  13590. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
  13591. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  13592. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_Initialized
  13593. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_InlayHintResolve
  13594. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  13595. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
  13596. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
  13597. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  13598. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  13599. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  13600. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  13601. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidSave
  13602. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentHighlight
  13603. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  13604. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
  13605. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
  13606. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
  13607. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  13608. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentInlayHint
  13609. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareCallHierarchy
  13610. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareRename
  13611. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
  13612. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  13613. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRename
  13614. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSelectionRange
  13615. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFull
  13616. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFullDelta
  13617. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  13618. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
  13619. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWatchedFiles
  13620. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWorkspaceFolders
  13621. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
  13622. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  13623. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.LspId.LspId
  13624. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.MessageKind
  13625. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.Method.SClientMethod
  13626. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.Method.SServerMethod
  13627. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Message.Types.TResponseError
  13628. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  13629. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  13630. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13631. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  13632. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  13633. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
  13634. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  13635. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
  13636. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
  13637. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
  13638. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  13639. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
  13640. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  13641. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  13642. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
  13643. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  13644. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  13645. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  13646. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  13647. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  13648. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  13649. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  13650. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
  13651. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.Null
  13652. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
  13653. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
  13654. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
  13655. 3316.71 s [hls-plugin-api] - Ide.Types.Rep_CheckParents
  13656. 3316.71 s [hls-plugin-api] - Ide.Types.Rep_FallbackCodeActionParams
  13657. 3316.71 s [hls-plugin-api] - Ide.Types.Rep_SessionLoadingPreferenceConfig
  13658. 3316.71 s [hls-plugin-api] - Ide.Types.PluginNotificationMethod
  13659. 3316.71 s [hls-plugin-api] - Ide.Types.PluginNotificationMethodHandler
  13660. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  13661. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasUri
  13662. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasOptions
  13663. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasData_
  13664. 3316.71 s [hls-plugin-api] Warning: Ide.Plugin.Resolve: could not find link destinations for:
  13665. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
  13666. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  13667. 3316.71 s [hls-plugin-api] - Ide.Plugin.Resolve.Log
  13668. 3316.71 s [hls-plugin-api] Warning: Ide.Plugin.Config: could not find link destinations for:
  13669. 3316.71 s [hls-plugin-api] - Ide.Types.Rep_CheckParents
  13670. 3316.71 s [hls-plugin-api] Warning: Ide.PluginUtils: could not find link destinations for:
  13671. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
  13672. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
  13673. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13674. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
  13675. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
  13676. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  13677. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  13678. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  13679. 3316.71 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  13680. 3319.83 s [lsp-test] unoverrides global message timeout [✔]
  13681. 3319.83 s [lsp-test] SessionException
  13682. 3329.83 s [lsp-test] throw on time out [✔]
  13683. 3335.83 s [lsp-test] don't throw when no time out [✔]
  13684. 3336.36 s [lsp-test] UnexpectedMessageException
  13685. 3336.36 s [lsp-test] throws when there's an unexpected message [✔]
  13686. 3336.36 s [lsp-test] provides the correct types that were expected and received [✔]
  13687. 3336.36 s [lsp-test] config
  13688. 3336.36 s [lsp-test] updates config correctly [✔]
  13689. 3336.36 s [lsp-test] text document VFS
  13690. 3336.36 s [lsp-test] sends back didChange notifications (documentChanges) [✔]
  13691. 3336.36 s [lsp-test] sends back didChange notifications [✔]
  13692. 3336.36 s [lsp-test] getDocumentEdit
  13693. 3336.36 s [lsp-test] automatically consumes applyedit requests [✔]
  13694. 3336.36 s [lsp-test] getCodeActions
  13695. 3337.75 s [hls-plugin-api] Documentation created: dist/doc/html/hls-plugin-api,
  13696. 3337.75 s [hls-plugin-api] dist/doc/html/hls-plugin-api/hls-plugin-api.txt
  13697. 3337.83 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13698. 3337.83 s [lsp-test]
  13699. 3337.83 s [lsp-test] <file descriptor: 26>: hPutBuf: resource vanished (Broken pipe)
  13700. 3337.83 s [lsp-test]
  13701. 3337.83 s [lsp-test] HasCallStack backtrace:
  13702. 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
  13703. 3337.83 s [lsp-test]
  13704. 3337.84 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13705. 3337.84 s [lsp-test]
  13706. 3337.84 s [lsp-test] <file descriptor: 27>: hPutBuf: resource vanished (Broken pipe)
  13707. 3337.84 s [lsp-test]
  13708. 3337.84 s [lsp-test] HasCallStack backtrace:
  13709. 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
  13710. 3337.84 s [lsp-test]
  13711. 3337.85 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13712. 3337.85 s [lsp-test]
  13713. 3337.85 s [lsp-test] <file descriptor: 18>: hPutBuf: resource vanished (Broken pipe)
  13714. 3337.85 s [lsp-test]
  13715. 3337.85 s [lsp-test] HasCallStack backtrace:
  13716. 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
  13717. 3337.85 s [lsp-test]
  13718. 3337.85 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13719. 3337.85 s [lsp-test]
  13720. 3337.85 s [lsp-test] <file descriptor: 12>: hPutBuf: resource vanished (Broken pipe)
  13721. 3337.85 s [lsp-test]
  13722. 3337.85 s [lsp-test] HasCallStack backtrace:
  13723. 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
  13724. 3337.85 s [lsp-test]
  13725. 3337.85 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13726. 3337.85 s [lsp-test]
  13727. 3337.85 s [lsp-test] <file descriptor: 22>: hPutBuf: resource vanished (Broken pipe)
  13728. 3337.85 s [lsp-test]
  13729. 3337.85 s [lsp-test] HasCallStack backtrace:
  13730. 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
  13731. 3337.85 s [lsp-test]
  13732. 3337.85 s [lsp-test] works [✔]
  13733. 3337.85 s [lsp-test] getAllCodeActions
  13734. 3339.86 s [lsp-test] works [✔]
  13735. 3339.86 s [lsp-test] getDocumentSymbols
  13736. 3339.86 s [lsp-test] works [✔]
  13737. 3339.86 s [lsp-test] applyEdit
  13738. 3339.86 s [lsp-test] increments the version [✔]
  13739. 3339.86 s [lsp-test] changes the document contents [✔]
  13740. 3339.86 s [lsp-test] getCompletions
  13741. 3339.87 s [lsp-test] works [✔]
  13742. 3339.87 s [lsp-test] waitForDiagnosticsSource
  13743. 3340.19 s [hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.10.0.0...
  13744. 3340.43 s [hls-plugin-api] haddockPhase completed in 38 seconds
  13745. 3340.43 s [hls-plugin-api] Phase: installPhase
  13746. 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
  13747. 3341.39 s [hls-plugin-api] Phase: fixupPhase
  13748. 3341.46 s [hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0
  13749. 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
  13750. 3341.54 s [hls-plugin-api] checking for references to /build/ in /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0...
  13751. 3341.58 s [hls-plugin-api] patching script interpreter paths in /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0
  13752. 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
  13753. 3341.86 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13754. 3341.86 s [lsp-test]
  13755. 3341.86 s [lsp-test] <file descriptor: 11>: hPutBuf: resource vanished (Broken pipe)
  13756. 3341.86 s [lsp-test]
  13757. 3341.86 s [lsp-test] HasCallStack backtrace:
  13758. 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
  13759. 3341.86 s [lsp-test]
  13760. 3341.86 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13761. 3341.86 s [lsp-test]
  13762. 3341.86 s [lsp-test] <file descriptor: 16>: hPutBuf: resource vanished (Broken pipe)
  13763. 3341.86 s [lsp-test]
  13764. 3341.86 s [lsp-test] HasCallStack backtrace:
  13765. 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
  13766. 3341.86 s [lsp-test]
  13767. 3341.86 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13768. 3341.86 s [lsp-test]
  13769. 3341.86 s [lsp-test] <file descriptor: 22>: hPutBuf: resource vanished (Broken pipe)
  13770. 3341.87 s [lsp-test]
  13771. 3341.87 s [lsp-test] HasCallStack backtrace:
  13772. 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
  13773. 3341.87 s [lsp-test]
  13774. 3341.87 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13775. 3341.87 s [lsp-test]
  13776. 3341.87 s [lsp-test] <file descriptor: 19>: hPutBuf: resource vanished (Broken pipe)
  13777. 3341.87 s [lsp-test]
  13778. 3341.87 s [lsp-test] HasCallStack backtrace:
  13779. 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
  13780. 3341.87 s [lsp-test]
  13781. 3341.87 s [lsp-test] works [✔]
  13782. 3341.87 s [lsp-test] getHover
  13783. 3341.87 s [lsp-test] works [✔]
  13784. 3341.87 s [lsp-test] closeDoc
  13785. 3341.87 s [lsp-test] works [✔]
  13786. 3341.87 s [lsp-test] satisfy
  13787. 3341.87 s [lsp-test] works [✔]
  13788. 3341.87 s [lsp-test] satisfyMaybe
  13789. 3341.87 s [lsp-test] returns matched data on match [✔]
  13790. 3341.88 s [lsp-test] doesn't return if no match [✔]
  13791. 3341.88 s [lsp-test] ignoreLogNotifications
  13792. 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
  13793. 3341.93 s [hls-plugin-api] checking for references to /build/ in /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc...
  13794. 3341.95 s [hls-plugin-api] patching script interpreter paths in /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc
  13795. 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
  13796. 3343.86 s [hls-plugin-api:post-build] Pushing 2 paths (323 are already present) using zstd to cache sellout ⏳
  13797. 3343.86 s [hls-plugin-api:post-build]
  13798. 3344.21 s [hls-plugin-api:post-build] Pushing /nix/store/3ica2gzq4k7nj4skqv2z7ky7xpxshls3-hls-plugin-api-2.10.0.0 (13.62 MiB)
  13799. 3344.37 s [hls-plugin-api:post-build] Pushing /nix/store/j2f8zc3xxf22h3y730mmxa93mhcskips-hls-plugin-api-2.10.0.0-doc (3.09 MiB)
  13800. 3345.78 s [hls-plugin-api:post-build]
  13801. 3345.78 s [hls-plugin-api:post-build] All done.
  13802. 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
  13803. 3346.52 s [hls-plugin-api:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13804. 3346.82 s [hls-plugin-api:post-build] copying 2 paths...
  13805. 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'...
  13806. 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'...
  13807. 3353.78 s [hls-plugin-api:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13808. 3354.13 s [hls-plugin-api:post-build] copying 1 paths...
  13809. 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'...
  13810. 3354.52 s Progress: 159 of 170 built (1 building), 375 of 375 downloaded from cache
  13811. 3354.74 s Building /nix/store/d9xr1f98d4nw6c46sfihrvn27sa46i3k-ghcide-2.10.0.0.drv
  13812. 3354.74 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13813. 3354.74 s [lsp-test]
  13814. 3354.74 s [lsp-test] <file descriptor: 12>: hPutBuf: resource vanished (Broken pipe)
  13815. 3354.74 s [lsp-test]
  13816. 3354.74 s [lsp-test] HasCallStack backtrace:
  13817. 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
  13818. 3354.74 s [lsp-test]
  13819. 3354.74 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13820. 3354.74 s [lsp-test]
  13821. 3354.74 s [lsp-test] <file descriptor: 19>: hPutBuf: resource vanished (Broken pipe)
  13822. 3354.74 s [lsp-test]
  13823. 3354.74 s [lsp-test] HasCallStack backtrace:
  13824. 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
  13825. 3354.74 s [lsp-test]
  13826. 3354.74 s [lsp-test] tests: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.IOException:
  13827. 3354.74 s [lsp-test]
  13828. 3354.74 s [lsp-test] <file descriptor: 27>: hPutBuf: resource vanished (Broken pipe)
  13829. 3354.74 s [lsp-test]
  13830. 3354.74 s [lsp-test] HasCallStack backtrace:
  13831. 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
  13832. 3354.74 s [lsp-test]
  13833. 3354.74 s [lsp-test] works [✔]
  13834. 3354.74 s [lsp-test] dynamic capabilities
  13835. 3354.74 s [lsp-test] keeps track [✔]
  13836. 3354.74 s [lsp-test] handles absolute patterns [✔]
  13837. 3354.74 s [lsp-test] call hierarchy
  13838. 3354.74 s [lsp-test] prepare works [✔]
  13839. 3354.74 s [lsp-test] prepare not works [✔]
  13840. 3354.74 s [lsp-test] incoming calls [✔]
  13841. 3354.74 s [lsp-test] outgoing calls [✔]
  13842. 3354.74 s [lsp-test] semantic tokens
  13843. 3354.74 s [lsp-test] full works [✔]
  13844. 3354.74 s [lsp-test] inlay hints
  13845. 3354.74 s [lsp-test] get works [✔]
  13846. 3354.74 s [lsp-test] resolve tooltip works [✔]
  13847. 3354.74 s [lsp-test]
  13848. 3354.74 s [lsp-test] Finished in 57.0901 seconds
  13849. 3354.74 s [lsp-test] 38 examples, 0 failures
  13850. 3354.74 s [lsp-test] Test suite tests: PASS
  13851. 3354.74 s [lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-tests.log
  13852. 3354.74 s [lsp-test] Test suite func-test: RUNNING...
  13853. 3354.74 s [lsp-test]
  13854. 3354.74 s [lsp-test] server-initiated progress reporting
  13855. 3354.74 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  13856. 3354.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  13857. 3354.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  13858. 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}
  13859. 3354.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  13860. 3354.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  13861. 3354.75 s [lsp-test] sends updates [✔]
  13862. 3354.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  13863. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  13864. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  13865. 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}
  13866. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (ProgressCancel (ProgressToken (InL 0))), getSeverity = Debug}
  13867. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_WindowWorkDoneProgressCancel), getSeverity = Error}
  13868. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  13869. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  13870. 3354.75 s [lsp-test] handles cancellation [✔]
  13871. 3354.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  13872. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  13873. 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}
  13874. 3354.75 s [lsp-test] func-test: Uncaught exception ghc-internal:GHC.Internal.IO.Exception.SomeAsyncException:
  13875. 3354.75 s [lsp-test]
  13876. 3354.75 s [lsp-test] AsyncCancelled
  13877. 3354.75 s [lsp-test]
  13878. 3354.75 s [lsp-test] While handling AsyncCancelled
  13879. 3354.75 s [lsp-test]
  13880. 3354.75 s [lsp-test] HasCallStack backtrace:
  13881. 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
  13882. 3354.75 s [lsp-test]
  13883. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  13884. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  13885. 3354.75 s [lsp-test] sends end notification if thread is killed [✔]
  13886. 3354.75 s [lsp-test] client-initiated progress reporting
  13887. 3354.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  13888. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  13889. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  13890. 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}
  13891. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  13892. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  13893. 3354.75 s [lsp-test] sends updates [✔]
  13894. 3354.75 s [lsp-test] workspace folders
  13895. 3354.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  13896. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  13897. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  13898. 3354.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  13899. 3354.75 s [lsp-test] keeps track of open workspace folders [✔]
  13900. 3354.75 s [lsp-test]
  13901. 3354.75 s [lsp-test] Finished in 0.0211 seconds
  13902. 3354.75 s [lsp-test] 5 examples, 0 failures
  13903. 3354.75 s [lsp-test] Test suite func-test: PASS
  13904. 3354.75 s [lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-func-test.log
  13905. 3354.75 s [lsp-test] 2 of 2 test suites (2 of 2 test cases) passed.
  13906. 3354.75 s [lsp-test] checkPhase completed in 58 seconds
  13907. 3354.75 s [lsp-test] Phase: haddockPhase
  13908. 3354.75 s [lsp-test] Preprocessing library for lsp-test-0.17.1.1...
  13909. 3354.75 s [lsp-test] Running Haddock on library for lsp-test-0.17.1.1...
  13910. 3354.75 s [lsp-test] Warning: The documentation for the following packages are not installed. No
  13911. 3354.75 s [lsp-test] links will be generated to these packages: attoparsec-0.14.4,
  13912. 3354.75 s [lsp-test] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  13913. 3354.75 s [lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, nothing ) [HIE file is missing]
  13914. 3354.75 s [lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, nothing ) [HIE file is missing]
  13915. 3354.75 s [lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, nothing ) [HIE file is missing]
  13916. 3354.75 s [lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, nothing ) [HIE file is missing]
  13917. 3354.75 s [lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, nothing ) [HIE file is missing]
  13918. 3354.75 s [lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, nothing ) [HIE file is missing]
  13919. 3354.75 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  13920. 3354.75 s [lsp-test] In the use of ‘head’
  13921. 3354.75 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  13922. 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"."
  13923. 3354.75 s [lsp-test] |
  13924. 3354.75 s [lsp-test] 483 | head <$> textDocumentVersions uri
  13925. 3354.75 s [lsp-test] | ^^^^
  13926. 3354.75 s [lsp-test]
  13927. 3354.75 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  13928. 3354.75 s [lsp-test] In the use of ‘head’
  13929. 3354.75 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  13930. 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"."
  13931. 3354.75 s [lsp-test] |
  13932. 3354.75 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  13933. 3354.75 s [lsp-test] | ^^^^
  13934. 3354.75 s [lsp-test]
  13935. 3354.75 s [lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, nothing ) [HIE file is missing]
  13936. 3354.75 s [lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, nothing ) [HIE file is missing]
  13937. 3354.75 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  13938. 3354.75 s [lsp-test] The import of ‘Data.List’ is redundant
  13939. 3354.75 s [lsp-test] except perhaps to import instances from ‘Data.List’
  13940. 3354.75 s [lsp-test] To import instances alone, use: import Data.List()
  13941. 3354.75 s [lsp-test] |
  13942. 3354.75 s [lsp-test] 155 | import Data.List
  13943. 3354.75 s [lsp-test] | ^^^^^^^^^^^^^^^^
  13944. 3354.75 s [lsp-test]
  13945. 3354.75 s [lsp-test] Haddock coverage:
  13946. 3354.75 s [lsp-test] Warning: 'runSession' is out of scope.
  13947. 3354.75 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  13948. 3354.75 s [lsp-test] Warning: 'SessionConfig' is ambiguous. It is defined
  13949. 3354.75 s [lsp-test] * at src/Language/LSP/Test/Session.hs:105:22
  13950. 3354.75 s [lsp-test] * at src/Language/LSP/Test/Session.hs:105:1
  13951. 3354.75 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  13952. 3354.75 s [lsp-test] by specifying the type/value namespace explicitly.
  13953. 3354.75 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:105:1
  13954. 3354.75 s [lsp-test] Warning: 'Session' is ambiguous. It is defined
  13955. 3354.75 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
  13956. 3354.75 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
  13957. 3354.75 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  13958. 3354.75 s [lsp-test] by specifying the type/value namespace explicitly.
  13959. 3354.75 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
  13960. 3354.75 s [lsp-test] Warning: 'mylang' is out of scope.
  13961. 3354.75 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  13962. 3354.75 s [lsp-test] Warning: 'Session' is ambiguous. It is defined
  13963. 3354.75 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
  13964. 3354.75 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
  13965. 3354.75 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  13966. 3354.75 s [lsp-test] by specifying the type/value namespace explicitly.
  13967. 3354.75 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
  13968. 3354.75 s [lsp-test] Warning: 'semanticTokensFull' is out of scope.
  13969. 3354.75 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  13970. 3354.75 s [lsp-test] Warning: 'PublishDiagnosticsNotification' is out of scope.
  13971. 3354.75 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  13972. 3354.75 s [lsp-test] Warning: Language.LSP.Test: Couldn't find .haddock for export fullLatestClientCaps
  13973. 3354.75 s [lsp-test] 91% (103 /113) in 'Language.LSP.Test'
  13974. 3354.75 s [lsp-test] Missing documentation for:
  13975. 3354.75 s [lsp-test] runSessionWithHandles' (src/Language/LSP/Test.hs:278)
  13976. 3354.75 s [lsp-test] setIgnoringLogNotifications (src/Language/LSP/Test.hs:481)
  13977. 3354.75 s [lsp-test] setIgnoringConfigurationRequests (src/Language/LSP/Test.hs:485)
  13978. 3354.75 s [lsp-test] setIgnoringRegistrationRequests (src/Language/LSP/Test.hs:489)
  13979. 3354.75 s [lsp-test] fullLatestClientCaps
  13980. 3354.75 s [lsp-test] customNotification (src/Language/LSP/Test/Parsing.hs:142)
  13981. 3354.75 s [lsp-test] customRequest (src/Language/LSP/Test/Parsing.hs:129)
  13982. 3354.75 s [lsp-test] loggingOrConfiguration (src/Language/LSP/Test/Parsing.hs:220)
  13983. 3354.75 s [lsp-test] incomingCalls (src/Language/LSP/Test.hs:1016)
  13984. 3354.75 s [lsp-test] outgoingCalls (src/Language/LSP/Test.hs:1019)
  13985. 3354.75 s [lsp-test] Warning: Language.LSP.Test: could not find link destinations for:
  13986. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method
  13987. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  13988. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  13989. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  13990. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  13991. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  13992. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  13993. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13994. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  13995. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  13996. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Command.Command
  13997. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  13998. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
  13999. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
  14000. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Definition.Definition
  14001. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
  14002. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  14003. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  14004. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  14005. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  14006. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  14007. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  14008. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
  14009. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Location.Location
  14010. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Position.Position
  14011. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  14012. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Range.Range
  14013. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  14014. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  14015. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  14016. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  14017. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  14018. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  14019. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  14020. 3354.75 s [lsp-test] - Language.LSP.Protocol.Types.Common.Null
  14021. 3354.75 s [lsp-test] - Language.LSP.Protocol.Types.Common.|?
  14022. 3354.75 s [lsp-test] - Language.LSP.Protocol.Types.Uri.Uri
  14023. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
  14024. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Meta.MessageDirection
  14025. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.LspId.LspId
  14026. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Types.TResponseError
  14027. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Meta.Request
  14028. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Method.ErrorData
  14029. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Method.MessageParams
  14030. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Method.MessageResult
  14031. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  14032. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  14033. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
  14034. 3354.75 s [lsp-test] - Language.LSP.Protocol.Internal.Method.SMethod
  14035. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Meta.ClientToServer
  14036. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Meta.ServerToClient
  14037. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Meta.MessageKind
  14038. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Meta.Notification
  14039. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Method.SClientMethod
  14040. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Method.SServerMethod
  14041. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Registration.SomeRegistration
  14042. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Types.TMessage
  14043. 3354.75 s [lsp-test] - Language.LSP.Protocol.Message.Types.TResponseMessage
  14044. 3354.75 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Capabilities'
  14045. 3354.75 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Message'
  14046. 3354.75 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh:Language.LSP.Protocol.Types'
  14047. 3355.36 s [ghcide] Phase: setupCompilerEnvironmentPhase
  14048. 3355.36 s [ghcide] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  14049. 3356.26 s [ghcide] Phase: unpackPhase
  14050. 3356.27 s [ghcide] unpacking source archive /nix/store/nv12havvv9m95kgbb9jrc6x3cqp9c6dv-ghcide-2.10.0.0.tar.gz
  14051. 3356.28 s [ghcide] source root is ghcide-2.10.0.0
  14052. 3356.29 s [ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.10.0.0/src/Text/Fuzzy/Parallel.hs"
  14053. 3356.29 s [ghcide] Phase: patchPhase
  14054. 3356.30 s [ghcide] Phase: compileBuildDriverPhase
  14055. 3356.30 s [ghcide] setupCompileFlags: -package-db=/build/tmp.jgHvOerevz/setup-package.conf.d -threaded
  14056. 3356.37 s [ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.jgHvOerevz/Main.o )
  14057. 3356.43 s [ghcide] [2 of 2] Linking Setup
  14058. 3358.17 s [ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
  14059. 3358.20 s [ghcide] Phase: configurePhase
  14060. 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
  14061. 3358.22 s [ghcide] Using Parsec parser
  14062. 3358.22 s [ghcide] Configuring ghcide-2.10.0.0...
  14063. 3358.28 s [ghcide] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  14064. 3358.28 s [ghcide] 'ghc' version < 9.12):
  14065. 3358.28 s [ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  14066. 3358.28 s [ghcide] 9.12.1
  14067. 3358.81 s [ghcide] Flags chosen: executable=True, pedantic=False
  14068. 3359.20 s [ghcide] Dependency Diff >=0.5 && <0.6: using Diff-0.5
  14069. 3359.20 s [ghcide] Dependency Glob: using Glob-0.10.2
  14070. 3359.25 s [ghcide] Dependency aeson: using aeson-2.2.3.0
  14071. 3359.25 s [ghcide] Dependency array: using array-0.5.8.0
  14072. 3359.25 s [ghcide] Dependency async: using async-2.2.5
  14073. 3359.25 s [ghcide] Dependency base >=4.16 && <5: using base-4.21.0.0
  14074. 3359.25 s [ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  14075. 3359.25 s [ghcide] Dependency binary: using binary-0.8.9.2
  14076. 3359.25 s [ghcide] Dependency bytestring: using bytestring-0.12.2.0
  14077. 3359.25 s [ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
  14078. 3359.25 s [ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
  14079. 3359.25 s [ghcide] Dependency containers: using containers-0.7
  14080. 3359.25 s [ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  14081. 3359.25 s [ghcide] cryptohash-sha1-0.11.101.0
  14082. 3359.25 s [ghcide] Dependency data-default: using data-default-0.7.1.3
  14083. 3359.25 s [ghcide] Dependency deepseq: using deepseq-1.5.1.0
  14084. 3359.25 s [ghcide] Dependency dependent-map: using dependent-map-0.4.0.0
  14085. 3359.25 s [ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
  14086. 3359.25 s [ghcide] Dependency directory: using directory-1.3.9.0
  14087. 3359.25 s [ghcide] Dependency dlist: using dlist-1.0
  14088. 3359.25 s [ghcide] Dependency enummapset: using enummapset-0.7.3.0
  14089. 3359.25 s [ghcide] Dependency exceptions: using exceptions-0.10.9
  14090. 3359.25 s [ghcide] Dependency extra >=1.7.14: using extra-1.8
  14091. 3359.25 s [ghcide] Dependency filepath: using filepath-1.5.4.0
  14092. 3359.25 s [ghcide] Dependency fingertree: using fingertree-0.1.5.0
  14093. 3359.25 s [ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
  14094. 3359.25 s [ghcide] Dependency ghc >=9.2: using ghc-9.12.1
  14095. 3359.25 s [ghcide] Dependency ghc-boot: using ghc-boot-9.12.1
  14096. 3359.25 s [ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.12.1
  14097. 3359.25 s [ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
  14098. 3359.25 s [ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
  14099. 3359.25 s [ghcide] Dependency hashable: using hashable-1.4.7.0
  14100. 3359.25 s [ghcide] Dependency hie-bios >=0.14.0 && <0.15: using hie-bios-0.14.0
  14101. 3359.25 s [ghcide] Dependency hie-compat >=0.3.0.0 && <0.4: using hie-compat-0.3.1.2
  14102. 3359.25 s [ghcide] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
  14103. 3359.25 s [ghcide] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  14104. 3359.25 s [ghcide] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  14105. 3359.25 s [ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
  14106. 3359.25 s [ghcide] Dependency lens: using lens-5.3.4
  14107. 3359.25 s [ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
  14108. 3359.25 s [ghcide] Dependency list-t: using list-t-1.0.5.7
  14109. 3359.25 s [ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  14110. 3359.25 s [ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  14111. 3359.25 s [ghcide] Dependency mtl: using mtl-2.3.1
  14112. 3359.25 s [ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
  14113. 3359.25 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  14114. 3359.25 s [ghcide] Dependency os-string: using os-string-2.0.7
  14115. 3359.25 s [ghcide] Dependency parallel: using parallel-3.2.2.0
  14116. 3359.25 s [ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  14117. 3359.25 s [ghcide] Dependency prettyprinter-ansi-terminal: using
  14118. 3359.25 s [ghcide] prettyprinter-ansi-terminal-1.1.3
  14119. 3359.25 s [ghcide] Dependency random: using random-1.2.1.3
  14120. 3359.25 s [ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
  14121. 3359.25 s [ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  14122. 3359.25 s [ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
  14123. 3359.25 s [ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  14124. 3359.25 s [ghcide] Dependency stm: using stm-2.5.3.1
  14125. 3359.25 s [ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
  14126. 3359.25 s [ghcide] Dependency syb: using syb-0.7.2.4
  14127. 3359.25 s [ghcide] Dependency text: using text-2.1.2
  14128. 3359.25 s [ghcide] Dependency text-rope: using text-rope-0.2
  14129. 3359.25 s [ghcide] Dependency time: using time-1.14
  14130. 3359.25 s [ghcide] Dependency transformers: using transformers-0.6.1.2
  14131. 3359.25 s [ghcide] Dependency unix: using unix-2.8.6.0
  14132. 3359.25 s [ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
  14133. 3359.25 s [ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
  14134. 3359.25 s [ghcide] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
  14135. 3359.25 s [ghcide] Dependency vector: using vector-0.13.2.0
  14136. 3359.25 s [ghcide] Dependency base >=4.16 && <5: using base-4.21.0.0
  14137. 3359.25 s [ghcide] Dependency data-default: using data-default-0.7.1.3
  14138. 3359.25 s [ghcide] Dependency extra: using extra-1.8
  14139. 3359.25 s [ghcide] Dependency ghcide: using ghcide-2.10.0.0
  14140. 3359.25 s [ghcide] Dependency gitrev: using gitrev-1.3.1
  14141. 3359.25 s [ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  14142. 3359.25 s [ghcide] Dependency lsp: using lsp-2.7.0.1
  14143. 3359.25 s [ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
  14144. 3359.25 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  14145. 3359.25 s [ghcide] Source component graph:
  14146. 3359.25 s [ghcide] component lib
  14147. 3359.25 s [ghcide] component exe:ghcide dependency lib
  14148. 3359.25 s [ghcide] Configured component graph:
  14149. 3359.25 s [ghcide] component ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  14150. 3359.25 s [ghcide] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  14151. 3359.25 s [ghcide] include Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
  14152. 3359.25 s [ghcide] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  14153. 3359.25 s [ghcide] include array-0.5.8.0-038b
  14154. 3359.25 s [ghcide] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  14155. 3359.25 s [ghcide] include base-4.21.0.0-f068
  14156. 3359.25 s [ghcide] include base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
  14157. 3359.25 s [ghcide] include binary-0.8.9.2-4b0d
  14158. 3359.25 s [ghcide] include bytestring-0.12.2.0-be6d
  14159. 3359.25 s [ghcide] include case-insensitive-1.2.1.0-1111wd92GfMLQ0M9sgP9TH
  14160. 3359.25 s [ghcide] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  14161. 3359.25 s [ghcide] include containers-0.7-647d
  14162. 3359.25 s [ghcide] include cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
  14163. 3359.25 s [ghcide] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  14164. 3359.25 s [ghcide] include deepseq-1.5.1.0-b096
  14165. 3359.25 s [ghcide] include dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
  14166. 3359.25 s [ghcide] include dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
  14167. 3359.25 s [ghcide] include directory-1.3.9.0-9eff
  14168. 3359.25 s [ghcide] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  14169. 3359.25 s [ghcide] include enummapset-0.7.3.0-F45XJkClLgvKM40FWucRMH
  14170. 3359.25 s [ghcide] include exceptions-0.10.9-5f69
  14171. 3359.25 s [ghcide] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  14172. 3359.25 s [ghcide] include filepath-1.5.4.0-7ce6
  14173. 3359.25 s [ghcide] include fingertree-0.1.5.0-7Mr9oDEmpjN4Lgt6khel2z
  14174. 3359.25 s [ghcide] include focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
  14175. 3359.25 s [ghcide] include ghc-9.12.1-f739
  14176. 3359.25 s [ghcide] include ghc-boot-9.12.1-81fa
  14177. 3359.25 s [ghcide] include ghc-boot-th-9.12.1-846e
  14178. 3359.25 s [ghcide] include ghc-trace-events-0.1.2.10-KGhaV5rYUWe4FDhm8SPMdC
  14179. 3359.25 s [ghcide] include haddock-library-1.11.0-f4f5
  14180. 3359.25 s [ghcide] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  14181. 3359.25 s [ghcide] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  14182. 3359.25 s [ghcide] include hie-compat-0.3.1.2-LIcRwGMCshmBlVZKWliEnS
  14183. 3359.25 s [ghcide] include hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
  14184. 3359.25 s [ghcide] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  14185. 3359.25 s [ghcide] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  14186. 3359.25 s [ghcide] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  14187. 3359.25 s [ghcide] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  14188. 3359.25 s [ghcide] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  14189. 3359.25 s [ghcide] include list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
  14190. 3359.25 s [ghcide] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  14191. 3359.25 s [ghcide] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  14192. 3359.25 s [ghcide] include mtl-2.3.1-9650
  14193. 3359.25 s [ghcide] include opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
  14194. 3359.25 s [ghcide] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  14195. 3359.25 s [ghcide] include os-string-2.0.7-112d
  14196. 3359.25 s [ghcide] include parallel-3.2.2.0-EOA93WO8SvSCm3kjwhGa1v
  14197. 3359.25 s [ghcide] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  14198. 3359.25 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-LwMnGvv6x1OEhtbOPx4tq3
  14199. 3359.25 s [ghcide] include random-1.2.1.3-Fu806TZniKRG79uAj7bp6W
  14200. 3359.25 s [ghcide] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  14201. 3359.25 s [ghcide] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  14202. 3359.25 s [ghcide] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  14203. 3359.25 s [ghcide] include sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
  14204. 3359.25 s [ghcide] include stm-2.5.3.1-0481
  14205. 3359.25 s [ghcide] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  14206. 3359.25 s [ghcide] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  14207. 3359.25 s [ghcide] include text-2.1.2-5eaa
  14208. 3359.25 s [ghcide] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  14209. 3359.25 s [ghcide] include time-1.14-f7a8
  14210. 3359.25 s [ghcide] include transformers-0.6.1.2-199f
  14211. 3359.25 s [ghcide] include unix-2.8.6.0-6369
  14212. 3359.26 s [ghcide] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  14213. 3359.26 s [ghcide] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  14214. 3359.26 s [ghcide] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  14215. 3359.26 s [ghcide] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  14216. 3359.26 s [ghcide] component ghcide-2.10.0.0-RSIN1QTZdrKgkjr8u8h3w-ghcide
  14217. 3359.26 s [ghcide] include base-4.21.0.0-f068
  14218. 3359.26 s [ghcide] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  14219. 3359.26 s [ghcide] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  14220. 3359.26 s [ghcide] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  14221. 3359.26 s [ghcide] include gitrev-1.3.1-Fr3nOVdlhnzLvcbaYOqB6t
  14222. 3359.26 s [ghcide] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  14223. 3359.26 s [ghcide] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  14224. 3359.26 s [ghcide] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  14225. 3359.26 s [ghcide] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  14226. 3359.26 s [ghcide] Linked component graph:
  14227. 3359.26 s [ghcide] unit ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  14228. 3359.26 s [ghcide] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  14229. 3359.26 s [ghcide] include Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
  14230. 3359.26 s [ghcide] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  14231. 3359.26 s [ghcide] include array-0.5.8.0-038b
  14232. 3359.26 s [ghcide] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  14233. 3359.26 s [ghcide] include base-4.21.0.0-f068
  14234. 3359.26 s [ghcide] include base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
  14235. 3359.26 s [ghcide] include binary-0.8.9.2-4b0d
  14236. 3359.26 s [ghcide] include bytestring-0.12.2.0-be6d
  14237. 3359.26 s [ghcide] include case-insensitive-1.2.1.0-1111wd92GfMLQ0M9sgP9TH
  14238. 3359.26 s [ghcide] include co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  14239. 3359.26 s [ghcide] include containers-0.7-647d
  14240. 3359.26 s [ghcide] include cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
  14241. 3359.26 s [ghcide] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  14242. 3359.26 s [ghcide] include deepseq-1.5.1.0-b096
  14243. 3359.26 s [ghcide] include dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
  14244. 3359.26 s [ghcide] include dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
  14245. 3359.26 s [ghcide] include directory-1.3.9.0-9eff
  14246. 3359.26 s [ghcide] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  14247. 3359.26 s [ghcide] include enummapset-0.7.3.0-F45XJkClLgvKM40FWucRMH
  14248. 3359.26 s [ghcide] include exceptions-0.10.9-5f69
  14249. 3359.26 s [ghcide] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  14250. 3359.26 s [ghcide] include filepath-1.5.4.0-7ce6
  14251. 3359.26 s [ghcide] include fingertree-0.1.5.0-7Mr9oDEmpjN4Lgt6khel2z
  14252. 3359.26 s [ghcide] include focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
  14253. 3359.26 s [ghcide] include ghc-9.12.1-f739
  14254. 3359.26 s [ghcide] include ghc-boot-9.12.1-81fa
  14255. 3359.26 s [ghcide] include ghc-boot-th-9.12.1-846e
  14256. 3359.26 s [ghcide] include ghc-trace-events-0.1.2.10-KGhaV5rYUWe4FDhm8SPMdC
  14257. 3359.26 s [ghcide] include haddock-library-1.11.0-f4f5
  14258. 3359.26 s [ghcide] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  14259. 3359.26 s [ghcide] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  14260. 3359.26 s [ghcide] include hie-compat-0.3.1.2-LIcRwGMCshmBlVZKWliEnS
  14261. 3359.26 s [ghcide] include hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
  14262. 3359.26 s [ghcide] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  14263. 3359.26 s [ghcide] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  14264. 3359.26 s [ghcide] include implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  14265. 3359.26 s [ghcide] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  14266. 3359.26 s [ghcide] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  14267. 3359.26 s [ghcide] include list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
  14268. 3359.26 s [ghcide] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  14269. 3359.26 s [ghcide] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  14270. 3359.26 s [ghcide] include mtl-2.3.1-9650
  14271. 3359.26 s [ghcide] include opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
  14272. 3359.26 s [ghcide] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  14273. 3359.26 s [ghcide] include os-string-2.0.7-112d
  14274. 3359.26 s [ghcide] include parallel-3.2.2.0-EOA93WO8SvSCm3kjwhGa1v
  14275. 3359.26 s [ghcide] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  14276. 3359.26 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-LwMnGvv6x1OEhtbOPx4tq3
  14277. 3359.26 s [ghcide] include random-1.2.1.3-Fu806TZniKRG79uAj7bp6W
  14278. 3359.26 s [ghcide] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  14279. 3359.26 s [ghcide] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  14280. 3359.26 s [ghcide] include sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  14281. 3359.26 s [ghcide] include sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
  14282. 3359.26 s [ghcide] include stm-2.5.3.1-0481
  14283. 3359.26 s [ghcide] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  14284. 3359.26 s [ghcide] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  14285. 3359.26 s [ghcide] include text-2.1.2-5eaa
  14286. 3359.26 s [ghcide] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  14287. 3359.26 s [ghcide] include time-1.14-f7a8
  14288. 3359.26 s [ghcide] include transformers-0.6.1.2-199f
  14289. 3359.26 s [ghcide] include unix-2.8.6.0-6369
  14290. 3359.26 s [ghcide] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  14291. 3359.26 s [ghcide] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  14292. 3359.26 s [ghcide] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  14293. 3359.26 s [ghcide] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  14294. 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
  14295. 3359.26 s [ghcide] unit ghcide-2.10.0.0-RSIN1QTZdrKgkjr8u8h3w-ghcide
  14296. 3359.26 s [ghcide] include base-4.21.0.0-f068
  14297. 3359.26 s [ghcide] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  14298. 3359.26 s [ghcide] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  14299. 3359.26 s [ghcide] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  14300. 3359.26 s [ghcide] include gitrev-1.3.1-Fr3nOVdlhnzLvcbaYOqB6t
  14301. 3359.26 s [ghcide] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  14302. 3359.26 s [ghcide] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  14303. 3359.26 s [ghcide] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  14304. 3359.26 s [ghcide] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  14305. 3359.26 s [ghcide] Ready component graph:
  14306. 3359.26 s [ghcide] definite ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  14307. 3359.26 s [ghcide] depends Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  14308. 3359.26 s [ghcide] depends Glob-0.10.2-m8yvtC5BuwDIvHF58lCzz
  14309. 3359.26 s [ghcide] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  14310. 3359.26 s [ghcide] depends array-0.5.8.0-038b
  14311. 3359.26 s [ghcide] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  14312. 3359.26 s [ghcide] depends base-4.21.0.0-f068
  14313. 3359.26 s [ghcide] depends base16-bytestring-1.0.2.0-BvGOCgcIU0P31VmBSDIqNA
  14314. 3359.26 s [ghcide] depends binary-0.8.9.2-4b0d
  14315. 3359.26 s [ghcide] depends bytestring-0.12.2.0-be6d
  14316. 3359.26 s [ghcide] depends case-insensitive-1.2.1.0-1111wd92GfMLQ0M9sgP9TH
  14317. 3359.26 s [ghcide] depends co-log-core-0.3.2.5-ASGZ5o4FGY34DBVKRVqOsy
  14318. 3359.26 s [ghcide] depends containers-0.7-647d
  14319. 3359.26 s [ghcide] depends cryptohash-sha1-0.11.101.0-1l22pLHvU7aAe8mnboA0aw
  14320. 3359.26 s [ghcide] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  14321. 3359.26 s [ghcide] depends deepseq-1.5.1.0-b096
  14322. 3359.26 s [ghcide] depends dependent-map-0.4.0.0-77icLes2OeqG1xknUX0YBp
  14323. 3359.26 s [ghcide] depends dependent-sum-0.7.2.0-cKI5Wf6YPQFOVxFKnZfgK
  14324. 3359.26 s [ghcide] depends directory-1.3.9.0-9eff
  14325. 3359.26 s [ghcide] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  14326. 3359.26 s [ghcide] depends enummapset-0.7.3.0-F45XJkClLgvKM40FWucRMH
  14327. 3359.26 s [ghcide] depends exceptions-0.10.9-5f69
  14328. 3359.26 s [ghcide] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  14329. 3359.26 s [ghcide] depends filepath-1.5.4.0-7ce6
  14330. 3359.26 s [ghcide] depends fingertree-0.1.5.0-7Mr9oDEmpjN4Lgt6khel2z
  14331. 3359.26 s [ghcide] depends focus-1.0.3.2-Atli4RWF7lx6NphIo54ldv
  14332. 3359.26 s [ghcide] depends ghc-9.12.1-f739
  14333. 3359.26 s [ghcide] depends ghc-boot-9.12.1-81fa
  14334. 3359.26 s [ghcide] depends ghc-boot-th-9.12.1-846e
  14335. 3359.26 s [ghcide] depends ghc-trace-events-0.1.2.10-KGhaV5rYUWe4FDhm8SPMdC
  14336. 3359.26 s [ghcide] depends haddock-library-1.11.0-f4f5
  14337. 3359.26 s [ghcide] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  14338. 3359.26 s [ghcide] depends hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  14339. 3359.26 s [ghcide] depends hie-compat-0.3.1.2-LIcRwGMCshmBlVZKWliEnS
  14340. 3359.26 s [ghcide] depends hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
  14341. 3359.26 s [ghcide] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  14342. 3359.26 s [ghcide] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  14343. 3359.26 s [ghcide] depends implicit-hie-0.1.4.0-HUOV7wDMsFgCzOvJt4RT2L
  14344. 3359.26 s [ghcide] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  14345. 3359.26 s [ghcide] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  14346. 3359.26 s [ghcide] depends list-t-1.0.5.7-BsHziYoyFBTJ2HV3m3MD49
  14347. 3359.26 s [ghcide] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  14348. 3359.26 s [ghcide] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  14349. 3359.26 s [ghcide] depends mtl-2.3.1-9650
  14350. 3359.26 s [ghcide] depends opentelemetry-0.8.0-EXGYnZpUmXu543ux5XHkSI
  14351. 3359.26 s [ghcide] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  14352. 3359.26 s [ghcide] depends os-string-2.0.7-112d
  14353. 3359.26 s [ghcide] depends parallel-3.2.2.0-EOA93WO8SvSCm3kjwhGa1v
  14354. 3359.26 s [ghcide] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  14355. 3359.26 s [ghcide] depends prettyprinter-ansi-terminal-1.1.3-LwMnGvv6x1OEhtbOPx4tq3
  14356. 3359.26 s [ghcide] depends random-1.2.1.3-Fu806TZniKRG79uAj7bp6W
  14357. 3359.26 s [ghcide] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  14358. 3359.26 s [ghcide] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  14359. 3359.26 s [ghcide] depends sorted-list-0.2.3.1-HI6qkHTdYIuGy5bOOVNHCJ
  14360. 3359.26 s [ghcide] depends sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
  14361. 3359.26 s [ghcide] depends stm-2.5.3.1-0481
  14362. 3359.26 s [ghcide] depends stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  14363. 3359.26 s [ghcide] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  14364. 3359.26 s [ghcide] depends text-2.1.2-5eaa
  14365. 3359.26 s [ghcide] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  14366. 3359.26 s [ghcide] depends time-1.14-f7a8
  14367. 3359.26 s [ghcide] depends transformers-0.6.1.2-199f
  14368. 3359.26 s [ghcide] depends unix-2.8.6.0-6369
  14369. 3359.26 s [ghcide] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  14370. 3359.26 s [ghcide] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  14371. 3359.26 s [ghcide] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  14372. 3359.26 s [ghcide] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  14373. 3359.26 s [ghcide] definite ghcide-2.10.0.0-RSIN1QTZdrKgkjr8u8h3w-ghcide
  14374. 3359.26 s [ghcide] depends base-4.21.0.0-f068
  14375. 3359.26 s [ghcide] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  14376. 3359.26 s [ghcide] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  14377. 3359.26 s [ghcide] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  14378. 3359.26 s [ghcide] depends gitrev-1.3.1-Fr3nOVdlhnzLvcbaYOqB6t
  14379. 3359.26 s [ghcide] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  14380. 3359.26 s [ghcide] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  14381. 3359.26 s [ghcide] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  14382. 3359.26 s [ghcide] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  14383. 3359.26 s [ghcide] Using Cabal-3.14.1.0 compiled by ghc-9.12
  14384. 3359.26 s [ghcide] Using compiler: ghc-9.12.1
  14385. 3359.26 s [ghcide] Using install prefix:
  14386. 3359.26 s [ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0
  14387. 3359.26 s [ghcide] Executables installed in:
  14388. 3359.26 s [ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin
  14389. 3359.26 s [ghcide] Libraries installed in:
  14390. 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
  14391. 3359.26 s [ghcide] Dynamic Libraries installed in:
  14392. 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
  14393. 3359.26 s [ghcide] Private executables installed in:
  14394. 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
  14395. 3359.26 s [ghcide] Data files installed in:
  14396. 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
  14397. 3359.26 s [ghcide] Documentation installed in:
  14398. 3359.26 s [ghcide] /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0
  14399. 3359.26 s [ghcide] Configuration files installed in:
  14400. 3359.26 s [ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/etc
  14401. 3359.26 s [ghcide] No alex found
  14402. 3359.26 s [ghcide] Using ar found on system at:
  14403. 3359.26 s [ghcide] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  14404. 3359.26 s [ghcide] No c2hs found
  14405. 3359.26 s [ghcide] No cpphs found
  14406. 3359.26 s [ghcide] No doctest found
  14407. 3359.26 s [ghcide] Using gcc version 14.3.0 given by user at:
  14408. 3359.26 s [ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  14409. 3359.29 s [ghcide] Using ghc version 9.12.1 found on system at:
  14410. 3359.29 s [ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  14411. 3359.29 s [ghcide] Using ghc-pkg version 9.12.1 found on system at:
  14412. 3359.29 s [ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  14413. 3359.29 s [ghcide] No ghcjs found
  14414. 3359.29 s [ghcide] No ghcjs-pkg found
  14415. 3359.29 s [ghcide] No greencard found
  14416. 3359.29 s [ghcide] Using haddock version 2.30.0 found on system at:
  14417. 3359.29 s [ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  14418. 3359.29 s [ghcide] No happy found
  14419. 3359.29 s [ghcide] No haskell-suite found
  14420. 3359.29 s [ghcide] No haskell-suite-pkg found
  14421. 3359.29 s [ghcide] No hmake found
  14422. 3359.29 s [ghcide] Using hpc version 0.69 found on system at:
  14423. 3359.29 s [ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  14424. 3359.29 s [ghcide] Using hsc2hs version 0.68.10 found on system at:
  14425. 3359.29 s [ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  14426. 3359.29 s [ghcide] Using hscolour version 1.25 found on system at:
  14427. 3359.29 s [ghcide] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  14428. 3359.29 s [ghcide] No jhc found
  14429. 3359.29 s [ghcide] Using ld found on system at:
  14430. 3359.29 s [ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  14431. 3359.29 s [ghcide] No pkg-config found
  14432. 3359.29 s [ghcide] Using runghc version 9.12.1 found on system at:
  14433. 3359.29 s [ghcide] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  14434. 3359.29 s [ghcide] Using strip version 2.44 found on system at:
  14435. 3359.29 s [ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  14436. 3359.29 s [ghcide] Using tar found on system at:
  14437. 3359.29 s [ghcide] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  14438. 3359.29 s [ghcide] No uhc found
  14439. 3359.61 s [ghcide] Phase: buildPhase
  14440. 3359.74 s [ghcide] Preprocessing library for ghcide-2.10.0.0...
  14441. 3359.76 s [ghcide] Building library for ghcide-2.10.0.0...
  14442. 3359.87 s [lsp-test] Documentation created: dist/doc/html/lsp-test,
  14443. 3359.87 s [lsp-test] dist/doc/html/lsp-test/lsp-test.txt
  14444. 3361.23 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  14445. 3361.23 s [ghcide] The following packages were specified via -package or -package-id flags,
  14446. 3361.23 s [ghcide] but were not needed for compilation:
  14447. 3361.23 s [ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-112d)
  14448. 3361.23 s [ghcide]
  14449. 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 )
  14450. 3361.40 s [lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
  14451. 3362.64 s [lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
  14452. 3363.90 s [lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
  14453. 3364.05 s [lsp-test] Phase: installPhase
  14454. 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
  14455. 3364.72 s [lsp-test] Phase: fixupPhase
  14456. 3364.74 s [lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1
  14457. 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
  14458. 3364.80 s [lsp-test] checking for references to /build/ in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1...
  14459. 3364.82 s [lsp-test] patching script interpreter paths in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1
  14460. 3364.83 s [lsp-test] stripping (with command strip and flags -S -p) in /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1/lib
  14461. 3365.07 s [lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc
  14462. 3365.08 s [lsp-test] checking for references to /build/ in /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc...
  14463. 3365.09 s [lsp-test] patching script interpreter paths in /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc
  14464. 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
  14465. 3366.71 s [lsp-test:post-build] Pushing 2 paths (295 are already present) using zstd to cache sellout ⏳
  14466. 3366.71 s [lsp-test:post-build]
  14467. 3367.09 s [lsp-test:post-build] Pushing /nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1 (9.17 MiB)
  14468. 3367.20 s [lsp-test:post-build] Pushing /nix/store/0mys1vbjmkn5a0wwp2s54bn7zg515qyj-lsp-test-0.17.1.1-doc (1.61 MiB)
  14469. 3368.19 s [lsp-test:post-build]
  14470. 3368.19 s [lsp-test:post-build] All done.
  14471. 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
  14472. 3368.86 s [lsp-test:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14473. 3369.15 s [lsp-test:post-build] copying 2 paths...
  14474. 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'...
  14475. 3369.65 s [lsp-test:post-build] copying path '/nix/store/iq0rp9ssjsvr2hqml8h6h2dsmx783gv0-lsp-test-0.17.1.1' to 'https://cache.nix-ci.com'...
  14476. 3372.85 s [lsp-test:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14477. 3373.16 s [lsp-test:post-build] copying 1 paths...
  14478. 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'...
  14479. 3373.56 s Progress: 160 of 170 built (1 building), 375 of 375 downloaded from cache
  14480. 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 )
  14481. 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 )
  14482. 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 )
  14483. 3378.32 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  14484. 3378.33 s [ghcide] The import of ‘Data.List’ is redundant
  14485. 3378.33 s [ghcide] except perhaps to import instances from ‘Data.List’
  14486. 3378.33 s [ghcide] To import instances alone, use: import Data.List()
  14487. 3378.33 s [ghcide] |
  14488. 3378.33 s [ghcide] 31 | import Data.List
  14489. 3378.33 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  14490. 3378.33 s [ghcide]
  14491. 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 )
  14492. 3379.41 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  14493. 3379.41 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  14494. 3379.41 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  14495. 3379.41 s [ghcide] |
  14496. 3379.41 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  14497. 3379.41 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14498. 3379.41 s [ghcide]
  14499. 3379.41 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  14500. 3379.41 s [ghcide] The import of ‘Exception, fromException’
  14501. 3379.41 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  14502. 3379.41 s [ghcide] |
  14503. 3379.41 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  14504. 3379.41 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14505. 3379.41 s [ghcide]
  14506. 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 )
  14507. 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 )
  14508. 3379.41 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning: [GHC-75356] [-Wdodgy-exports]
  14509. 3379.41 s [ghcide] The export item ‘Warn(..)’ suggests that
  14510. 3379.41 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  14511. 3379.41 s [ghcide] but it has none
  14512. 3379.41 s [ghcide] |
  14513. 3379.41 s [ghcide] 270 | Warn(..),
  14514. 3379.41 s [ghcide] | ^^^^^^^^
  14515. 3379.41 s [ghcide]
  14516. 3379.41 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning: [GHC-47854] [-Wduplicate-exports]
  14517. 3379.41 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  14518. 3379.41 s [ghcide] |
  14519. 3379.41 s [ghcide] 364 | module GHC.Utils.Panic,
  14520. 3379.41 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  14521. 3379.42 s [ghcide]
  14522. 3379.42 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning: [GHC-99623] [-Wdodgy-imports]
  14523. 3379.42 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  14524. 3379.42 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  14525. 3379.42 s [ghcide] but it has none
  14526. 3379.42 s [ghcide] |
  14527. 3379.42 s [ghcide] 432 | import GHC.Driver.CmdLine (Warn (..))
  14528. 3379.42 s [ghcide] | ^^^^^^^^^
  14529. 3379.42 s [ghcide]
  14530. 3379.42 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [GHC-66111] [-Wunused-imports]
  14531. 3379.42 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  14532. 3379.42 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  14533. 3379.42 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  14534. 3379.42 s [ghcide] |
  14535. 3379.42 s [ghcide] 498 | import GHC.Data.Bag
  14536. 3379.42 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14537. 3379.42 s [ghcide]
  14538. 3379.42 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning: [GHC-38417] [-Wmissing-signatures]
  14539. 3379.42 s [ghcide] Top-level binding with no type signature:
  14540. 3379.42 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  14541. 3379.42 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  14542. 3379.42 s [ghcide] |
  14543. 3379.42 s [ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  14544. 3379.42 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  14545. 3379.42 s [ghcide]
  14546. 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 )
  14547. 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 )
  14548. 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 )
  14549. 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 )
  14550. 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 )
  14551. 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 )
  14552. 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 )
  14553. 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 )
  14554. 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 )
  14555. 3379.42 s [ghcide] src/Development/IDE/GHC/Compat/Parser.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  14556. 3379.42 s [ghcide] The qualified import of ‘GHC.Parser.Annotation’ is redundant
  14557. 3379.42 s [ghcide] except perhaps to import instances from ‘GHC.Parser.Annotation’
  14558. 3379.42 s [ghcide] To import instances alone, use: import GHC.Parser.Annotation()
  14559. 3379.42 s [ghcide] |
  14560. 3379.42 s [ghcide] 28 | import qualified GHC.Parser.Annotation as Anno
  14561. 3379.42 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14562. 3379.42 s [ghcide]
  14563. 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 )
  14564. 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 )
  14565. 3379.42 s [ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning: [GHC-66111] [-Wunused-imports]
  14566. 3379.42 s [ghcide] The import of ‘Data.List’ is redundant
  14567. 3379.42 s [ghcide] except perhaps to import instances from ‘Data.List’
  14568. 3379.42 s [ghcide] To import instances alone, use: import Data.List()
  14569. 3379.42 s [ghcide] |
  14570. 3379.42 s [ghcide] 128 | import Data.List (foldl')
  14571. 3379.42 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14572. 3379.42 s [ghcide]
  14573. 3379.42 s [ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  14574. 3379.42 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  14575. 3379.42 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  14576. 3379.42 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  14577. 3379.42 s [ghcide] This makes type inference for inner bindings fragile;
  14578. 3379.42 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  14579. 3379.42 s [ghcide] • In the type signature:
  14580. 3379.42 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  14581. 3379.42 s [ghcide] GenLocated a e -> GenLocated b e
  14582. 3379.42 s [ghcide] |
  14583. 3379.42 s [ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  14584. 3379.42 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14585. 3379.42 s [ghcide]
  14586. 3379.42 s [ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  14587. 3379.42 s [ghcide] Pattern match(es) are non-exhaustive
  14588. 3379.42 s [ghcide] In a pattern binding:
  14589. 3379.42 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  14590. 3379.42 s [ghcide] |
  14591. 3379.42 s [ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
  14592. 3379.42 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14593. 3379.42 s [ghcide]
  14594. 3379.42 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  14595. 3379.42 s [ghcide] Top-level binding with no type signature:
  14596. 3379.42 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  14597. 3379.42 s [ghcide] |
  14598. 3379.42 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  14599. 3379.42 s [ghcide] | ^^^^^^^^^^^^
  14600. 3379.42 s [ghcide]
  14601. 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 )
  14602. 3380.42 s [ghcide] src/Development/IDE/GHC/CPP.hs:38:1: warning: [GHC-66111] [-Wunused-imports]
  14603. 3380.42 s [ghcide] The qualified import of ‘GHC.SysTools.Tasks’ is redundant
  14604. 3380.42 s [ghcide] except perhaps to import instances from ‘GHC.SysTools.Tasks’
  14605. 3380.42 s [ghcide] To import instances alone, use: import GHC.SysTools.Tasks()
  14606. 3380.42 s [ghcide] |
  14607. 3380.42 s [ghcide] 38 | import qualified GHC.SysTools.Tasks as Pipeline
  14608. 3380.42 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14609. 3380.42 s [ghcide]
  14610. 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 )
  14611. 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 )
  14612. 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 )
  14613. 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 )
  14614. 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 )
  14615. 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 )
  14616. 3381.80 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  14617. 3381.80 s [ghcide] The import of ‘Text.Printf’ is redundant
  14618. 3381.80 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  14619. 3381.80 s [ghcide] To import instances alone, use: import Text.Printf()
  14620. 3381.80 s [ghcide] |
  14621. 3381.80 s [ghcide] 66 | import Text.Printf (printf)
  14622. 3381.80 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14623. 3381.80 s [ghcide]
  14624. 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 )
  14625. 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 )
  14626. 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 )
  14627. 3383.36 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  14628. 3383.36 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  14629. 3383.36 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  14630. 3383.36 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  14631. 3383.36 s [ghcide] |
  14632. 3383.36 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  14633. 3383.36 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14634. 3383.36 s [ghcide]
  14635. 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 )
  14636. 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 )
  14637. 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 )
  14638. 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 )
  14639. 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 )
  14640. 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 )
  14641. 3385.63 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  14642. 3385.63 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  14643. 3385.63 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  14644. 3385.63 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  14645. 3385.63 s [ghcide] |
  14646. 3385.63 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  14647. 3385.63 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14648. 3385.63 s [ghcide]
  14649. 3385.63 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  14650. 3385.63 s [ghcide] The import of ‘System.Directory’ is redundant
  14651. 3385.63 s [ghcide] except perhaps to import instances from ‘System.Directory’
  14652. 3385.63 s [ghcide] To import instances alone, use: import System.Directory()
  14653. 3385.63 s [ghcide] |
  14654. 3385.63 s [ghcide] 30 | import System.Directory (makeAbsolute)
  14655. 3385.63 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14656. 3385.63 s [ghcide]
  14657. 3385.63 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  14658. 3385.63 s [ghcide] Defined but not used: ‘file_cache’
  14659. 3385.63 s [ghcide] |
  14660. 3385.63 s [ghcide] 57 | file_cache <- newIORef M.empty
  14661. 3385.63 s [ghcide] | ^^^^^^^^^^
  14662. 3385.63 s [ghcide]
  14663. 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 )
  14664. 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 )
  14665. 3385.63 s [ghcide] src/Development/IDE/Import/FindImports.hs:212:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  14666. 3385.63 s [ghcide] Pattern match(es) are non-exhaustive
  14667. 3385.63 s [ghcide] In a record update:
  14668. 3385.63 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14669. 3385.63 s [ghcide] Found _ _
  14670. 3385.63 s [ghcide] NoPackage _
  14671. 3385.63 s [ghcide] FoundMultiple _
  14672. 3385.63 s [ghcide] |
  14673. 3385.63 s [ghcide] 212 | notFound
  14674. 3385.63 s [ghcide] | ^^^^^^^^...
  14675. 3385.63 s [ghcide]
  14676. 3385.63 s [ghcide] src/Development/IDE/Import/FindImports.hs:225:15: warning: [GHC-62161] [-Wincomplete-record-updates]
  14677. 3385.63 s [ghcide] Pattern match(es) are non-exhaustive
  14678. 3385.63 s [ghcide] In a record update:
  14679. 3385.63 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14680. 3385.63 s [ghcide] Found _ _
  14681. 3385.63 s [ghcide] NoPackage _
  14682. 3385.63 s [ghcide] FoundMultiple _
  14683. 3385.63 s [ghcide] |
  14684. 3385.63 s [ghcide] 225 | in notFound {fr_unusables = unusables'}
  14685. 3385.63 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14686. 3385.63 s [ghcide]
  14687. 3385.63 s [ghcide] src/Development/IDE/Import/FindImports.hs:227:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  14688. 3385.63 s [ghcide] Pattern match(es) are non-exhaustive
  14689. 3385.63 s [ghcide] In a record update:
  14690. 3385.63 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14691. 3385.63 s [ghcide] Found _ _
  14692. 3385.63 s [ghcide] NoPackage _
  14693. 3385.63 s [ghcide] FoundMultiple _
  14694. 3385.63 s [ghcide] |
  14695. 3385.63 s [ghcide] 227 | notFound {fr_suggestions = suggest}
  14696. 3385.63 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14697. 3385.63 s [ghcide]
  14698. 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 )
  14699. 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 )
  14700. 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 )
  14701. 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 )
  14702. 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 )
  14703. 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 )
  14704. 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 )
  14705. 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 )
  14706. 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 )
  14707. 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 )
  14708. 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 )
  14709. 3389.55 s [ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning: [GHC-38856] [-Wunused-imports]
  14710. 3389.55 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  14711. 3389.55 s [ghcide] |
  14712. 3389.55 s [ghcide] 108 | import Data.List.Extra (foldl', partition,
  14713. 3389.55 s [ghcide] | ^^^^^^
  14714. 3389.55 s [ghcide]
  14715. 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 )
  14716. 3393.51 s [ghcide] session-loader/Development/IDE/Session.hs:1218:25: warning: [GHC-90584] [-Wderiving-typeable]
  14717. 3393.51 s [ghcide] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  14718. 3393.51 s [ghcide] • In the data declaration for ‘PackageSetupException’
  14719. 3393.51 s [ghcide] |
  14720. 3393.51 s [ghcide] 1218 | deriving (Eq, Show, Typeable)
  14721. 3393.51 s [ghcide] | ^^^^^^^^
  14722. 3393.51 s [ghcide]
  14723. 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 )
  14724. 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 )
  14725. 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 )
  14726. 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 )
  14727. 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 )
  14728. 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 )
  14729. 3399.92 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  14730. 3399.92 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  14731. 3399.92 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  14732. 3399.92 s [ghcide] To import instances alone, use: import Data.Aeson()
  14733. 3399.92 s [ghcide] |
  14734. 3399.92 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  14735. 3399.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14736. 3399.92 s [ghcide]
  14737. 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 )
  14738. 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 )
  14739. 3399.92 s [ghcide] src/Development/IDE/Core/Compile.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  14740. 3399.92 s [ghcide] The import of ‘GHC.Types.HpcInfo’ is redundant
  14741. 3399.92 s [ghcide] except perhaps to import instances from ‘GHC.Types.HpcInfo’
  14742. 3399.92 s [ghcide] To import instances alone, use: import GHC.Types.HpcInfo()
  14743. 3399.92 s [ghcide] |
  14744. 3399.92 s [ghcide] 118 | import GHC.Types.HpcInfo
  14745. 3399.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14746. 3399.92 s [ghcide]
  14747. 3399.92 s [ghcide] src/Development/IDE/Core/Compile.hs:982:27: warning: [GHC-40910] [-Wunused-matches]
  14748. 3399.92 s [ghcide] Defined but not used: ‘ms’
  14749. 3399.92 s [ghcide] |
  14750. 3399.92 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  14751. 3399.92 s [ghcide] | ^^
  14752. 3399.92 s [ghcide]
  14753. 3399.92 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [GHC-40910] [-Wunused-matches]
  14754. 3399.92 s [ghcide] Defined but not used: ‘hsc_env’
  14755. 3399.92 s [ghcide] |
  14756. 3399.92 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  14757. 3399.92 s [ghcide] | ^^^^^^^
  14758. 3399.92 s [ghcide]
  14759. 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 )
  14760. 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 )
  14761. 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 )
  14762. 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 )
  14763. 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 )
  14764. 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 )
  14765. 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 )
  14766. 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 )
  14767. 3401.47 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [GHC-66111] [-Wunused-imports]
  14768. 3401.47 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14769. 3401.47 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14770. 3401.47 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14771. 3401.47 s [ghcide] |
  14772. 3401.47 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  14773. 3401.47 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14774. 3401.47 s [ghcide]
  14775. 3401.47 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  14776. 3401.47 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  14777. 3401.47 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  14778. 3401.47 s [ghcide] Consider disambiguating using module qualification instead.
  14779. 3401.47 s [ghcide] |
  14780. 3401.47 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  14781. 3401.47 s [ghcide] | ^^^^^^^^^^^^^^^
  14782. 3401.47 s [ghcide]
  14783. 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 )
  14784. 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 )
  14785. 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 )
  14786. 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 )
  14787. 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 )
  14788. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14789. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14790. 3410.10 s [ghcide] In a record update:
  14791. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14792. 3410.10 s [ghcide] |
  14793. 3410.10 s [ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14794. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14795. 3410.10 s [ghcide]
  14796. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning: [GHC-62161] [-Wincomplete-record-updates]
  14797. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14798. 3410.10 s [ghcide] In a record update:
  14799. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14800. 3410.10 s [ghcide] |
  14801. 3410.10 s [ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
  14802. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14803. 3410.10 s [ghcide]
  14804. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14805. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14806. 3410.10 s [ghcide] In a record update:
  14807. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14808. 3410.10 s [ghcide] |
  14809. 3410.10 s [ghcide] 160 | defaultParserState
  14810. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14811. 3410.10 s [ghcide]
  14812. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14813. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14814. 3410.10 s [ghcide] In a record update:
  14815. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14816. 3410.10 s [ghcide] |
  14817. 3410.10 s [ghcide] 165 | defaultParserState
  14818. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14819. 3410.10 s [ghcide]
  14820. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning: [GHC-62161] [-Wincomplete-record-updates]
  14821. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14822. 3410.10 s [ghcide] In a record update:
  14823. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14824. 3410.10 s [ghcide] |
  14825. 3410.10 s [ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
  14826. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14827. 3410.10 s [ghcide]
  14828. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14829. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14830. 3410.10 s [ghcide] In a record update:
  14831. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14832. 3410.10 s [ghcide] |
  14833. 3410.10 s [ghcide] 171 | defaultParserState
  14834. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14835. 3410.10 s [ghcide]
  14836. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14837. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14838. 3410.10 s [ghcide] In a record update:
  14839. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14840. 3410.10 s [ghcide] |
  14841. 3410.10 s [ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14842. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14843. 3410.10 s [ghcide]
  14844. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14845. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14846. 3410.10 s [ghcide] In a record update:
  14847. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14848. 3410.10 s [ghcide] |
  14849. 3410.10 s [ghcide] 186 | defaultParserState
  14850. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14851. 3410.10 s [ghcide]
  14852. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14853. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14854. 3410.10 s [ghcide] In a record update:
  14855. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14856. 3410.10 s [ghcide] |
  14857. 3410.10 s [ghcide] 193 | defaultParserState
  14858. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14859. 3410.10 s [ghcide]
  14860. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14861. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14862. 3410.10 s [ghcide] In a record update:
  14863. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14864. 3410.10 s [ghcide] |
  14865. 3410.10 s [ghcide] 203 | defaultParserState{
  14866. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14867. 3410.10 s [ghcide]
  14868. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14869. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14870. 3410.10 s [ghcide] In a record update:
  14871. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched:
  14872. 3410.10 s [ghcide] ParserStateDone _
  14873. 3410.10 s [ghcide] ParserStateDone _
  14874. 3410.10 s [ghcide] |
  14875. 3410.10 s [ghcide] 207 | defaultParserState{
  14876. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14877. 3410.10 s [ghcide]
  14878. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning: [GHC-62161] [-Wincomplete-record-updates]
  14879. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14880. 3410.10 s [ghcide] In a record update:
  14881. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14882. 3410.10 s [ghcide] |
  14883. 3410.10 s [ghcide] 214 | defaultParserState{ isLastTokenHash = True }
  14884. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14885. 3410.10 s [ghcide]
  14886. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14887. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14888. 3410.10 s [ghcide] In a record update:
  14889. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14890. 3410.10 s [ghcide] |
  14891. 3410.10 s [ghcide] 223 | defaultParserState{
  14892. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14893. 3410.10 s [ghcide]
  14894. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning: [GHC-62161] [-Wincomplete-record-updates]
  14895. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14896. 3410.10 s [ghcide] In a record update:
  14897. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14898. 3410.10 s [ghcide] |
  14899. 3410.10 s [ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
  14900. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14901. 3410.10 s [ghcide]
  14902. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14903. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14904. 3410.10 s [ghcide] In a record update:
  14905. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14906. 3410.10 s [ghcide] |
  14907. 3410.10 s [ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14908. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14909. 3410.10 s [ghcide]
  14910. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14911. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14912. 3410.10 s [ghcide] In a record update:
  14913. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14914. 3410.10 s [ghcide] |
  14915. 3410.10 s [ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
  14916. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14917. 3410.10 s [ghcide]
  14918. 3410.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14919. 3410.10 s [ghcide] Pattern match(es) are non-exhaustive
  14920. 3410.10 s [ghcide] In a record update:
  14921. 3410.10 s [ghcide] Patterns of type ‘ParserState’ not matched:
  14922. 3410.10 s [ghcide] ParserStateDone _
  14923. 3410.10 s [ghcide] ParserStateDone _
  14924. 3410.10 s [ghcide] |
  14925. 3410.10 s [ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
  14926. 3410.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14927. 3410.10 s [ghcide]
  14928. 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 )
  14929. 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 )
  14930. 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 )
  14931. 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 )
  14932. 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 )
  14933. 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 )
  14934. 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 )
  14935. 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 )
  14936. 3410.15 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
  14937. 3410.15 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  14938. 3410.15 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  14939. 3410.15 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  14940. 3410.15 s [ghcide] |
  14941. 3410.15 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  14942. 3410.15 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14943. 3410.15 s [ghcide]
  14944. 3413.21 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  14945. 3413.21 s [ghcide] The following packages were specified via -package or -package-id flags,
  14946. 3413.21 s [ghcide] but were not needed for compilation:
  14947. 3413.21 s [ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-112d)
  14948. 3413.21 s [ghcide]
  14949. 3413.24 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
  14950. 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 )
  14951. 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 )
  14952. 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 )
  14953. 3414.67 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  14954. 3414.67 s [ghcide] The import of ‘Data.List’ is redundant
  14955. 3414.67 s [ghcide] except perhaps to import instances from ‘Data.List’
  14956. 3414.67 s [ghcide] To import instances alone, use: import Data.List()
  14957. 3414.67 s [ghcide] |
  14958. 3414.67 s [ghcide] 31 | import Data.List
  14959. 3414.67 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  14960. 3414.67 s [ghcide]
  14961. 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 )
  14962. 3415.68 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  14963. 3415.68 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  14964. 3415.68 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  14965. 3415.68 s [ghcide] |
  14966. 3415.68 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  14967. 3415.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14968. 3415.68 s [ghcide]
  14969. 3415.68 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  14970. 3415.68 s [ghcide] The import of ‘Exception, fromException’
  14971. 3415.68 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  14972. 3415.68 s [ghcide] |
  14973. 3415.68 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  14974. 3415.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14975. 3415.68 s [ghcide]
  14976. 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 )
  14977. 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 )
  14978. 3415.68 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning: [GHC-75356] [-Wdodgy-exports]
  14979. 3415.68 s [ghcide] The export item ‘Warn(..)’ suggests that
  14980. 3415.68 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  14981. 3415.68 s [ghcide] but it has none
  14982. 3415.68 s [ghcide] |
  14983. 3415.68 s [ghcide] 270 | Warn(..),
  14984. 3415.68 s [ghcide] | ^^^^^^^^
  14985. 3415.68 s [ghcide]
  14986. 3415.68 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning: [GHC-47854] [-Wduplicate-exports]
  14987. 3415.68 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  14988. 3415.68 s [ghcide] |
  14989. 3415.68 s [ghcide] 364 | module GHC.Utils.Panic,
  14990. 3415.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  14991. 3415.68 s [ghcide]
  14992. 3415.68 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning: [GHC-99623] [-Wdodgy-imports]
  14993. 3415.68 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  14994. 3415.68 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  14995. 3415.68 s [ghcide] but it has none
  14996. 3415.68 s [ghcide] |
  14997. 3415.68 s [ghcide] 432 | import GHC.Driver.CmdLine (Warn (..))
  14998. 3415.68 s [ghcide] | ^^^^^^^^^
  14999. 3415.68 s [ghcide]
  15000. 3415.68 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [GHC-66111] [-Wunused-imports]
  15001. 3415.69 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  15002. 3415.69 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  15003. 3415.69 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  15004. 3415.69 s [ghcide] |
  15005. 3415.69 s [ghcide] 498 | import GHC.Data.Bag
  15006. 3415.69 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15007. 3415.69 s [ghcide]
  15008. 3415.69 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning: [GHC-38417] [-Wmissing-signatures]
  15009. 3415.69 s [ghcide] Top-level binding with no type signature:
  15010. 3415.69 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  15011. 3415.69 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  15012. 3415.69 s [ghcide] |
  15013. 3415.69 s [ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  15014. 3415.69 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  15015. 3415.69 s [ghcide]
  15016. 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 )
  15017. 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 )
  15018. 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 )
  15019. 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 )
  15020. 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 )
  15021. 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 )
  15022. 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 )
  15023. 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 )
  15024. 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 )
  15025. 3415.69 s [ghcide] src/Development/IDE/GHC/Compat/Parser.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  15026. 3415.69 s [ghcide] The qualified import of ‘GHC.Parser.Annotation’ is redundant
  15027. 3415.69 s [ghcide] except perhaps to import instances from ‘GHC.Parser.Annotation’
  15028. 3415.69 s [ghcide] To import instances alone, use: import GHC.Parser.Annotation()
  15029. 3415.69 s [ghcide] |
  15030. 3415.69 s [ghcide] 28 | import qualified GHC.Parser.Annotation as Anno
  15031. 3415.69 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15032. 3415.69 s [ghcide]
  15033. 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 )
  15034. 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 )
  15035. 3415.69 s [ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning: [GHC-66111] [-Wunused-imports]
  15036. 3415.69 s [ghcide] The import of ‘Data.List’ is redundant
  15037. 3415.69 s [ghcide] except perhaps to import instances from ‘Data.List’
  15038. 3415.69 s [ghcide] To import instances alone, use: import Data.List()
  15039. 3415.69 s [ghcide] |
  15040. 3415.69 s [ghcide] 128 | import Data.List (foldl')
  15041. 3415.69 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15042. 3415.69 s [ghcide]
  15043. 3415.69 s [ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  15044. 3415.69 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  15045. 3415.69 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  15046. 3415.69 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  15047. 3415.69 s [ghcide] This makes type inference for inner bindings fragile;
  15048. 3415.69 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  15049. 3415.69 s [ghcide] • In the type signature:
  15050. 3415.69 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  15051. 3415.69 s [ghcide] GenLocated a e -> GenLocated b e
  15052. 3415.69 s [ghcide] |
  15053. 3415.69 s [ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  15054. 3415.69 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15055. 3415.69 s [ghcide]
  15056. 3415.69 s [ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  15057. 3415.69 s [ghcide] Pattern match(es) are non-exhaustive
  15058. 3415.69 s [ghcide] In a pattern binding:
  15059. 3415.69 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  15060. 3415.69 s [ghcide] |
  15061. 3415.69 s [ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
  15062. 3415.69 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15063. 3415.69 s [ghcide]
  15064. 3415.69 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  15065. 3415.69 s [ghcide] Top-level binding with no type signature:
  15066. 3415.69 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  15067. 3415.69 s [ghcide] |
  15068. 3415.69 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  15069. 3415.69 s [ghcide] | ^^^^^^^^^^^^
  15070. 3415.69 s [ghcide]
  15071. 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 )
  15072. 3416.26 s [ghcide] src/Development/IDE/GHC/CPP.hs:38:1: warning: [GHC-66111] [-Wunused-imports]
  15073. 3416.26 s [ghcide] The qualified import of ‘GHC.SysTools.Tasks’ is redundant
  15074. 3416.26 s [ghcide] except perhaps to import instances from ‘GHC.SysTools.Tasks’
  15075. 3416.26 s [ghcide] To import instances alone, use: import GHC.SysTools.Tasks()
  15076. 3416.26 s [ghcide] |
  15077. 3416.26 s [ghcide] 38 | import qualified GHC.SysTools.Tasks as Pipeline
  15078. 3416.26 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15079. 3416.26 s [ghcide]
  15080. 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 )
  15081. 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 )
  15082. 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 )
  15083. 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 )
  15084. 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 )
  15085. 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 )
  15086. 3416.84 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  15087. 3416.84 s [ghcide] The import of ‘Text.Printf’ is redundant
  15088. 3416.84 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  15089. 3416.84 s [ghcide] To import instances alone, use: import Text.Printf()
  15090. 3416.84 s [ghcide] |
  15091. 3416.84 s [ghcide] 66 | import Text.Printf (printf)
  15092. 3416.84 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15093. 3416.84 s [ghcide]
  15094. 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 )
  15095. 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 )
  15096. 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 )
  15097. 3418.32 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  15098. 3418.32 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  15099. 3418.32 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  15100. 3418.32 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  15101. 3418.32 s [ghcide] |
  15102. 3418.32 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  15103. 3418.32 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15104. 3418.32 s [ghcide]
  15105. 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 )
  15106. 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 )
  15107. 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 )
  15108. 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 )
  15109. 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 )
  15110. 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 )
  15111. 3421.65 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  15112. 3421.65 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  15113. 3421.65 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  15114. 3421.65 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  15115. 3421.65 s [ghcide] |
  15116. 3421.65 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  15117. 3421.65 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15118. 3421.65 s [ghcide]
  15119. 3421.65 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  15120. 3421.65 s [ghcide] The import of ‘System.Directory’ is redundant
  15121. 3421.65 s [ghcide] except perhaps to import instances from ‘System.Directory’
  15122. 3421.65 s [ghcide] To import instances alone, use: import System.Directory()
  15123. 3421.65 s [ghcide] |
  15124. 3421.65 s [ghcide] 30 | import System.Directory (makeAbsolute)
  15125. 3421.65 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15126. 3421.65 s [ghcide]
  15127. 3421.65 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  15128. 3421.65 s [ghcide] Defined but not used: ‘file_cache’
  15129. 3421.65 s [ghcide] |
  15130. 3421.65 s [ghcide] 57 | file_cache <- newIORef M.empty
  15131. 3421.65 s [ghcide] | ^^^^^^^^^^
  15132. 3421.65 s [ghcide]
  15133. 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 )
  15134. 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 )
  15135. 3421.65 s [ghcide] src/Development/IDE/Import/FindImports.hs:212:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  15136. 3421.65 s [ghcide] Pattern match(es) are non-exhaustive
  15137. 3421.65 s [ghcide] In a record update:
  15138. 3421.65 s [ghcide] Patterns of type ‘FindResult’ not matched:
  15139. 3421.65 s [ghcide] Found _ _
  15140. 3421.65 s [ghcide] NoPackage _
  15141. 3421.65 s [ghcide] FoundMultiple _
  15142. 3421.65 s [ghcide] |
  15143. 3421.65 s [ghcide] 212 | notFound
  15144. 3421.65 s [ghcide] | ^^^^^^^^...
  15145. 3421.65 s [ghcide]
  15146. 3421.65 s [ghcide] src/Development/IDE/Import/FindImports.hs:225:15: warning: [GHC-62161] [-Wincomplete-record-updates]
  15147. 3421.65 s [ghcide] Pattern match(es) are non-exhaustive
  15148. 3421.65 s [ghcide] In a record update:
  15149. 3421.65 s [ghcide] Patterns of type ‘FindResult’ not matched:
  15150. 3421.65 s [ghcide] Found _ _
  15151. 3421.65 s [ghcide] NoPackage _
  15152. 3421.65 s [ghcide] FoundMultiple _
  15153. 3421.65 s [ghcide] |
  15154. 3421.65 s [ghcide] 225 | in notFound {fr_unusables = unusables'}
  15155. 3421.65 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15156. 3421.65 s [ghcide]
  15157. 3421.65 s [ghcide] src/Development/IDE/Import/FindImports.hs:227:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  15158. 3421.65 s [ghcide] Pattern match(es) are non-exhaustive
  15159. 3421.65 s [ghcide] In a record update:
  15160. 3421.65 s [ghcide] Patterns of type ‘FindResult’ not matched:
  15161. 3421.65 s [ghcide] Found _ _
  15162. 3421.65 s [ghcide] NoPackage _
  15163. 3421.65 s [ghcide] FoundMultiple _
  15164. 3421.65 s [ghcide] |
  15165. 3421.65 s [ghcide] 227 | notFound {fr_suggestions = suggest}
  15166. 3421.65 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15167. 3421.65 s [ghcide]
  15168. 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 )
  15169. 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 )
  15170. 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 )
  15171. 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 )
  15172. 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 )
  15173. 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 )
  15174. 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 )
  15175. 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 )
  15176. 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 )
  15177. 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 )
  15178. 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 )
  15179. 3422.59 s [ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning: [GHC-38856] [-Wunused-imports]
  15180. 3422.59 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  15181. 3422.59 s [ghcide] |
  15182. 3422.59 s [ghcide] 108 | import Data.List.Extra (foldl', partition,
  15183. 3422.59 s [ghcide] | ^^^^^^
  15184. 3422.59 s [ghcide]
  15185. 3425.62 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
  15186. 3425.78 s [ghcide] session-loader/Development/IDE/Session.hs:1218:25: warning: [GHC-90584] [-Wderiving-typeable]
  15187. 3425.78 s [ghcide] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  15188. 3425.78 s [ghcide] • In the data declaration for ‘PackageSetupException’
  15189. 3425.78 s [ghcide] |
  15190. 3425.78 s [ghcide] 1218 | deriving (Eq, Show, Typeable)
  15191. 3425.78 s [ghcide] | ^^^^^^^^
  15192. 3425.78 s [ghcide]
  15193. 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 )
  15194. 3428.80 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
  15195. 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 )
  15196. 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 )
  15197. 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 )
  15198. 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 )
  15199. 3429.24 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  15200. 3429.24 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  15201. 3429.24 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  15202. 3429.24 s [ghcide] To import instances alone, use: import Data.Aeson()
  15203. 3429.24 s [ghcide] |
  15204. 3429.24 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  15205. 3429.24 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15206. 3429.24 s [ghcide]
  15207. 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 )
  15208. 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 )
  15209. 3429.24 s [ghcide] src/Development/IDE/Core/Compile.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  15210. 3429.24 s [ghcide] The import of ‘GHC.Types.HpcInfo’ is redundant
  15211. 3429.24 s [ghcide] except perhaps to import instances from ‘GHC.Types.HpcInfo’
  15212. 3429.24 s [ghcide] To import instances alone, use: import GHC.Types.HpcInfo()
  15213. 3429.24 s [ghcide] |
  15214. 3429.24 s [ghcide] 118 | import GHC.Types.HpcInfo
  15215. 3429.24 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15216. 3429.24 s [ghcide]
  15217. 3429.24 s [ghcide] src/Development/IDE/Core/Compile.hs:982:27: warning: [GHC-40910] [-Wunused-matches]
  15218. 3429.24 s [ghcide] Defined but not used: ‘ms’
  15219. 3429.24 s [ghcide] |
  15220. 3429.24 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  15221. 3429.24 s [ghcide] | ^^
  15222. 3429.24 s [ghcide]
  15223. 3429.24 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [GHC-40910] [-Wunused-matches]
  15224. 3429.24 s [ghcide] Defined but not used: ‘hsc_env’
  15225. 3429.24 s [ghcide] |
  15226. 3429.24 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  15227. 3429.24 s [ghcide] | ^^^^^^^
  15228. 3429.24 s [ghcide]
  15229. 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 )
  15230. 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 )
  15231. 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 )
  15232. 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 )
  15233. 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 )
  15234. 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 )
  15235. 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 )
  15236. 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 )
  15237. 3430.78 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [GHC-66111] [-Wunused-imports]
  15238. 3430.79 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  15239. 3430.79 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  15240. 3430.79 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  15241. 3430.79 s [ghcide] |
  15242. 3430.79 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  15243. 3430.79 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15244. 3430.79 s [ghcide]
  15245. 3430.79 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  15246. 3430.79 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  15247. 3430.79 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  15248. 3430.79 s [ghcide] Consider disambiguating using module qualification instead.
  15249. 3430.79 s [ghcide] |
  15250. 3430.79 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  15251. 3430.79 s [ghcide] | ^^^^^^^^^^^^^^^
  15252. 3430.79 s [ghcide]
  15253. 3431.79 s Waiting for lock on bash-language-server
  15254. 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 )
  15255. 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 )
  15256. 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 )
  15257. 3437.45 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
  15258. 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 )
  15259. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  15260. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15261. 3437.46 s [ghcide] In a record update:
  15262. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15263. 3437.46 s [ghcide] |
  15264. 3437.46 s [ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  15265. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15266. 3437.46 s [ghcide]
  15267. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning: [GHC-62161] [-Wincomplete-record-updates]
  15268. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15269. 3437.46 s [ghcide] In a record update:
  15270. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15271. 3437.46 s [ghcide] |
  15272. 3437.46 s [ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
  15273. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15274. 3437.46 s [ghcide]
  15275. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15276. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15277. 3437.46 s [ghcide] In a record update:
  15278. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15279. 3437.46 s [ghcide] |
  15280. 3437.46 s [ghcide] 160 | defaultParserState
  15281. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  15282. 3437.46 s [ghcide]
  15283. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15284. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15285. 3437.46 s [ghcide] In a record update:
  15286. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15287. 3437.46 s [ghcide] |
  15288. 3437.46 s [ghcide] 165 | defaultParserState
  15289. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  15290. 3437.46 s [ghcide]
  15291. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning: [GHC-62161] [-Wincomplete-record-updates]
  15292. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15293. 3437.46 s [ghcide] In a record update:
  15294. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15295. 3437.46 s [ghcide] |
  15296. 3437.46 s [ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
  15297. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15298. 3437.46 s [ghcide]
  15299. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15300. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15301. 3437.46 s [ghcide] In a record update:
  15302. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15303. 3437.46 s [ghcide] |
  15304. 3437.46 s [ghcide] 171 | defaultParserState
  15305. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  15306. 3437.46 s [ghcide]
  15307. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  15308. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15309. 3437.46 s [ghcide] In a record update:
  15310. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15311. 3437.46 s [ghcide] |
  15312. 3437.46 s [ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  15313. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15314. 3437.46 s [ghcide]
  15315. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15316. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15317. 3437.46 s [ghcide] In a record update:
  15318. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15319. 3437.46 s [ghcide] |
  15320. 3437.46 s [ghcide] 186 | defaultParserState
  15321. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  15322. 3437.46 s [ghcide]
  15323. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15324. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15325. 3437.46 s [ghcide] In a record update:
  15326. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15327. 3437.46 s [ghcide] |
  15328. 3437.46 s [ghcide] 193 | defaultParserState
  15329. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  15330. 3437.46 s [ghcide]
  15331. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15332. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15333. 3437.46 s [ghcide] In a record update:
  15334. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15335. 3437.46 s [ghcide] |
  15336. 3437.46 s [ghcide] 203 | defaultParserState{
  15337. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  15338. 3437.46 s [ghcide]
  15339. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15340. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15341. 3437.46 s [ghcide] In a record update:
  15342. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched:
  15343. 3437.46 s [ghcide] ParserStateDone _
  15344. 3437.46 s [ghcide] ParserStateDone _
  15345. 3437.46 s [ghcide] |
  15346. 3437.46 s [ghcide] 207 | defaultParserState{
  15347. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  15348. 3437.46 s [ghcide]
  15349. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning: [GHC-62161] [-Wincomplete-record-updates]
  15350. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15351. 3437.46 s [ghcide] In a record update:
  15352. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15353. 3437.46 s [ghcide] |
  15354. 3437.46 s [ghcide] 214 | defaultParserState{ isLastTokenHash = True }
  15355. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15356. 3437.46 s [ghcide]
  15357. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15358. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15359. 3437.46 s [ghcide] In a record update:
  15360. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15361. 3437.46 s [ghcide] |
  15362. 3437.46 s [ghcide] 223 | defaultParserState{
  15363. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  15364. 3437.46 s [ghcide]
  15365. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning: [GHC-62161] [-Wincomplete-record-updates]
  15366. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15367. 3437.46 s [ghcide] In a record update:
  15368. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15369. 3437.46 s [ghcide] |
  15370. 3437.46 s [ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
  15371. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15372. 3437.46 s [ghcide]
  15373. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  15374. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15375. 3437.46 s [ghcide] In a record update:
  15376. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15377. 3437.46 s [ghcide] |
  15378. 3437.46 s [ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  15379. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15380. 3437.46 s [ghcide]
  15381. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15382. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15383. 3437.46 s [ghcide] In a record update:
  15384. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  15385. 3437.46 s [ghcide] |
  15386. 3437.46 s [ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
  15387. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15388. 3437.46 s [ghcide]
  15389. 3437.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  15390. 3437.46 s [ghcide] Pattern match(es) are non-exhaustive
  15391. 3437.46 s [ghcide] In a record update:
  15392. 3437.46 s [ghcide] Patterns of type ‘ParserState’ not matched:
  15393. 3437.46 s [ghcide] ParserStateDone _
  15394. 3437.46 s [ghcide] ParserStateDone _
  15395. 3437.46 s [ghcide] |
  15396. 3437.46 s [ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
  15397. 3437.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15398. 3437.46 s [ghcide]
  15399. 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 )
  15400. 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 )
  15401. 3437.46 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
  15402. 3437.46 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
  15403. 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 )
  15404. 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 )
  15405. 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 )
  15406. 3437.46 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
  15407. 3437.50 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
  15408. 3437.50 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  15409. 3437.50 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  15410. 3437.50 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  15411. 3437.50 s [ghcide] |
  15412. 3437.50 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  15413. 3437.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15414. 3437.50 s [ghcide]
  15415. 3444.70 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0...
  15416. 3444.70 s [ghcide] Building executable 'ghcide' for ghcide-2.10.0.0...
  15417. 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 )
  15418. 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 )
  15419. 3446.01 s [ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
  15420. 3446.98 s [ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
  15421. 3452.41 s [ghcide] buildPhase completed in 1 minutes 33 seconds
  15422. 3452.41 s [ghcide] Phase: checkPhase
  15423. 3452.53 s [ghcide] Package has no test suites.
  15424. 3452.98 s [ghcide] Phase: haddockPhase
  15425. 3455.07 s [ghcide] Preprocessing library for ghcide-2.10.0.0...
  15426. 3455.08 s [ghcide] Running Haddock on library for ghcide-2.10.0.0...
  15427. 3455.09 s [ghcide] Warning: The documentation for the following packages are not installed. No
  15428. 3455.09 s [ghcide] links will be generated to these packages: attoparsec-0.14.4,
  15429. 3455.09 s [ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  15430. 3456.44 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  15431. 3456.44 s [ghcide] The following packages were specified via -package or -package-id flags,
  15432. 3456.44 s [ghcide] but were not needed for compilation:
  15433. 3456.44 s [ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-112d)
  15434. 3456.44 s [ghcide]
  15435. 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 )
  15436. 3456.61 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, nothing ) [HIE file is missing]
  15437. 3456.76 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, nothing ) [HIE file is missing]
  15438. 3456.77 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, nothing ) [HIE file is missing]
  15439. 3456.89 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  15440. 3456.89 s [ghcide] The import of ‘Data.List’ is redundant
  15441. 3456.89 s [ghcide] except perhaps to import instances from ‘Data.List’
  15442. 3456.89 s [ghcide] To import instances alone, use: import Data.List()
  15443. 3456.89 s [ghcide] |
  15444. 3456.89 s [ghcide] 31 | import Data.List
  15445. 3456.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  15446. 3456.89 s [ghcide]
  15447. 3456.90 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, nothing ) [HIE file is missing]
  15448. 3456.92 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  15449. 3456.92 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  15450. 3456.92 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  15451. 3456.92 s [ghcide] |
  15452. 3456.92 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  15453. 3456.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15454. 3456.92 s [ghcide]
  15455. 3456.92 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  15456. 3456.92 s [ghcide] The import of ‘Exception, fromException’
  15457. 3456.92 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  15458. 3456.92 s [ghcide] |
  15459. 3456.92 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  15460. 3456.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15461. 3456.92 s [ghcide]
  15462. 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]
  15463. 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 )
  15464. 3457.82 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning: [GHC-75356] [-Wdodgy-exports]
  15465. 3457.85 s [ghcide] The export item ‘Warn(..)’ suggests that
  15466. 3457.85 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  15467. 3457.85 s [ghcide] but it has none
  15468. 3457.85 s [ghcide] |
  15469. 3457.85 s [ghcide] 270 | Warn(..),
  15470. 3457.85 s [ghcide] | ^^^^^^^^
  15471. 3457.85 s [ghcide]
  15472. 3457.85 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning: [GHC-47854] [-Wduplicate-exports]
  15473. 3457.85 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  15474. 3457.85 s [ghcide] |
  15475. 3457.85 s [ghcide] 364 | module GHC.Utils.Panic,
  15476. 3457.85 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  15477. 3457.85 s [ghcide]
  15478. 3457.85 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning: [GHC-99623] [-Wdodgy-imports]
  15479. 3457.85 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  15480. 3457.85 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  15481. 3457.85 s [ghcide] but it has none
  15482. 3457.85 s [ghcide] |
  15483. 3457.85 s [ghcide] 432 | import GHC.Driver.CmdLine (Warn (..))
  15484. 3457.85 s [ghcide] | ^^^^^^^^^
  15485. 3457.85 s [ghcide]
  15486. 3457.85 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [GHC-66111] [-Wunused-imports]
  15487. 3457.85 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  15488. 3457.85 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  15489. 3457.85 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  15490. 3457.85 s [ghcide] |
  15491. 3457.85 s [ghcide] 498 | import GHC.Data.Bag
  15492. 3457.85 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15493. 3457.85 s [ghcide]
  15494. 3457.85 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning: [GHC-38417] [-Wmissing-signatures]
  15495. 3457.85 s [ghcide] Top-level binding with no type signature:
  15496. 3457.85 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  15497. 3457.85 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  15498. 3457.85 s [ghcide] |
  15499. 3457.85 s [ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  15500. 3457.85 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  15501. 3457.85 s [ghcide]
  15502. 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]
  15503. 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 )
  15504. 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]
  15505. 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 )
  15506. 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 )
  15507. 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 )
  15508. 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 )
  15509. 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 )
  15510. 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 )
  15511. 3459.83 s [ghcide] src/Development/IDE/GHC/Compat/Parser.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  15512. 3459.83 s [ghcide] The qualified import of ‘GHC.Parser.Annotation’ is redundant
  15513. 3459.83 s [ghcide] except perhaps to import instances from ‘GHC.Parser.Annotation’
  15514. 3459.83 s [ghcide] To import instances alone, use: import GHC.Parser.Annotation()
  15515. 3459.83 s [ghcide] |
  15516. 3459.83 s [ghcide] 28 | import qualified GHC.Parser.Annotation as Anno
  15517. 3459.83 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15518. 3459.83 s [ghcide]
  15519. 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 )
  15520. 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 )
  15521. 3460.12 s [ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning: [GHC-66111] [-Wunused-imports]
  15522. 3460.12 s [ghcide] The import of ‘Data.List’ is redundant
  15523. 3460.12 s [ghcide] except perhaps to import instances from ‘Data.List’
  15524. 3460.12 s [ghcide] To import instances alone, use: import Data.List()
  15525. 3460.12 s [ghcide] |
  15526. 3460.12 s [ghcide] 128 | import Data.List (foldl')
  15527. 3460.12 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15528. 3460.12 s [ghcide]
  15529. 3460.12 s [ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  15530. 3460.12 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  15531. 3460.12 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  15532. 3460.12 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  15533. 3460.12 s [ghcide] This makes type inference for inner bindings fragile;
  15534. 3460.12 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  15535. 3460.12 s [ghcide] • In the type signature:
  15536. 3460.12 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  15537. 3460.12 s [ghcide] GenLocated a e -> GenLocated b e
  15538. 3460.12 s [ghcide] |
  15539. 3460.12 s [ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  15540. 3460.12 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15541. 3460.12 s [ghcide]
  15542. 3460.12 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  15543. 3460.12 s [ghcide] Top-level binding with no type signature:
  15544. 3460.12 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  15545. 3460.12 s [ghcide] |
  15546. 3460.12 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  15547. 3460.12 s [ghcide] | ^^^^^^^^^^^^
  15548. 3460.12 s [ghcide]
  15549. 3460.42 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, nothing ) [HIE file is missing]
  15550. 3460.48 s [ghcide] src/Development/IDE/GHC/CPP.hs:38:1: warning: [GHC-66111] [-Wunused-imports]
  15551. 3460.48 s [ghcide] The qualified import of ‘GHC.SysTools.Tasks’ is redundant
  15552. 3460.48 s [ghcide] except perhaps to import instances from ‘GHC.SysTools.Tasks’
  15553. 3460.48 s [ghcide] To import instances alone, use: import GHC.SysTools.Tasks()
  15554. 3460.48 s [ghcide] |
  15555. 3460.48 s [ghcide] 38 | import qualified GHC.SysTools.Tasks as Pipeline
  15556. 3460.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15557. 3460.48 s [ghcide]
  15558. 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 )
  15559. 3460.95 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, nothing ) [HIE file is missing]
  15560. 3461.48 s [ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, nothing ) [HIE file is missing]
  15561. 3461.54 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, nothing ) [HIE file is missing]
  15562. 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 )
  15563. 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 )
  15564. 3462.66 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  15565. 3462.66 s [ghcide] The import of ‘Text.Printf’ is redundant
  15566. 3462.66 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  15567. 3462.66 s [ghcide] To import instances alone, use: import Text.Printf()
  15568. 3462.66 s [ghcide] |
  15569. 3462.66 s [ghcide] 66 | import Text.Printf (printf)
  15570. 3462.66 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15571. 3462.66 s [ghcide]
  15572. 3462.90 s [ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, nothing ) [HIE file is missing]
  15573. 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 )
  15574. 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 )
  15575. 3463.38 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  15576. 3463.38 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  15577. 3463.38 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  15578. 3463.38 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  15579. 3463.38 s [ghcide] |
  15580. 3463.38 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  15581. 3463.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15582. 3463.38 s [ghcide]
  15583. 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 )
  15584. 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 )
  15585. 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 )
  15586. 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]
  15587. 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 )
  15588. 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 )
  15589. 3465.74 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  15590. 3465.74 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  15591. 3465.74 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  15592. 3465.74 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  15593. 3465.74 s [ghcide] |
  15594. 3465.74 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  15595. 3465.74 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15596. 3465.74 s [ghcide]
  15597. 3465.74 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  15598. 3465.74 s [ghcide] The import of ‘System.Directory’ is redundant
  15599. 3465.74 s [ghcide] except perhaps to import instances from ‘System.Directory’
  15600. 3465.74 s [ghcide] To import instances alone, use: import System.Directory()
  15601. 3465.74 s [ghcide] |
  15602. 3465.74 s [ghcide] 30 | import System.Directory (makeAbsolute)
  15603. 3465.74 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15604. 3465.74 s [ghcide]
  15605. 3465.74 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  15606. 3465.74 s [ghcide] Defined but not used: ‘file_cache’
  15607. 3465.74 s [ghcide] |
  15608. 3465.74 s [ghcide] 57 | file_cache <- newIORef M.empty
  15609. 3465.74 s [ghcide] | ^^^^^^^^^^
  15610. 3465.74 s [ghcide]
  15611. 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 )
  15612. 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 )
  15613. 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 )
  15614. 3467.44 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, nothing ) [HIE file is missing]
  15615. 3467.72 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, nothing ) [HIE file is missing]
  15616. 3467.75 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, nothing ) [HIE file is missing]
  15617. 3467.80 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, nothing ) [HIE file is missing]
  15618. 3467.91 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, nothing ) [HIE file is missing]
  15619. 3467.92 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, nothing ) [HIE file is missing]
  15620. 3467.94 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, nothing ) [HIE file is missing]
  15621. 3468.00 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, nothing ) [HIE file is missing]
  15622. 3468.06 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, nothing ) [HIE file is missing]
  15623. 3468.11 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, nothing ) [HIE file is missing]
  15624. 3469.24 s [ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning: [GHC-38856] [-Wunused-imports]
  15625. 3469.24 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  15626. 3469.24 s [ghcide] |
  15627. 3469.24 s [ghcide] 108 | import Data.List.Extra (foldl', partition,
  15628. 3469.24 s [ghcide] | ^^^^^^
  15629. 3469.24 s [ghcide]
  15630. 3469.27 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, nothing ) [HIE file is missing]
  15631. 3469.73 s [ghcide] session-loader/Development/IDE/Session.hs:1218:25: warning: [GHC-90584] [-Wderiving-typeable]
  15632. 3469.73 s [ghcide] • Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
  15633. 3469.73 s [ghcide] • In the data declaration for ‘PackageSetupException’
  15634. 3469.73 s [ghcide] |
  15635. 3469.73 s [ghcide] 1218 | deriving (Eq, Show, Typeable)
  15636. 3469.73 s [ghcide] | ^^^^^^^^
  15637. 3469.73 s [ghcide]
  15638. 3469.76 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, nothing ) [HIE file is missing]
  15639. 3470.06 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, nothing ) [HIE file is missing]
  15640. 3470.07 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, nothing ) [HIE file is missing]
  15641. 3470.23 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, nothing ) [HIE file is missing]
  15642. 3470.26 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, nothing ) [HIE file is missing]
  15643. 3470.35 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, nothing ) [HIE file is missing]
  15644. 3470.38 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  15645. 3470.38 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  15646. 3470.38 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  15647. 3470.38 s [ghcide] To import instances alone, use: import Data.Aeson()
  15648. 3470.38 s [ghcide] |
  15649. 3470.38 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  15650. 3470.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15651. 3470.38 s [ghcide]
  15652. 3470.39 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, nothing ) [HIE file is missing]
  15653. 3470.49 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, nothing ) [HIE file is missing]
  15654. 3470.98 s [ghcide] src/Development/IDE/Core/Compile.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  15655. 3470.98 s [ghcide] The import of ‘GHC.Types.HpcInfo’ is redundant
  15656. 3470.98 s [ghcide] except perhaps to import instances from ‘GHC.Types.HpcInfo’
  15657. 3470.98 s [ghcide] To import instances alone, use: import GHC.Types.HpcInfo()
  15658. 3470.98 s [ghcide] |
  15659. 3470.98 s [ghcide] 118 | import GHC.Types.HpcInfo
  15660. 3470.98 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15661. 3470.98 s [ghcide]
  15662. 3470.98 s [ghcide] src/Development/IDE/Core/Compile.hs:982:27: warning: [GHC-40910] [-Wunused-matches]
  15663. 3470.98 s [ghcide] Defined but not used: ‘ms’
  15664. 3470.98 s [ghcide] |
  15665. 3470.98 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  15666. 3470.98 s [ghcide] | ^^
  15667. 3470.98 s [ghcide]
  15668. 3470.98 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [GHC-40910] [-Wunused-matches]
  15669. 3470.98 s [ghcide] Defined but not used: ‘hsc_env’
  15670. 3470.98 s [ghcide] |
  15671. 3470.98 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  15672. 3470.98 s [ghcide] | ^^^^^^^
  15673. 3470.98 s [ghcide]
  15674. 3471.04 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, nothing ) [HIE file is missing]
  15675. 3471.14 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, nothing ) [HIE file is missing]
  15676. 3471.52 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, nothing ) [HIE file is missing]
  15677. 3472.18 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, nothing ) [HIE file is missing]
  15678. 3472.21 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, nothing ) [HIE file is missing]
  15679. 3472.26 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, nothing ) [HIE file is missing]
  15680. 3472.38 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, nothing ) [HIE file is missing]
  15681. 3472.48 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, nothing ) [HIE file is missing]
  15682. 3472.92 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [GHC-66111] [-Wunused-imports]
  15683. 3472.92 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  15684. 3472.92 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  15685. 3472.92 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  15686. 3472.92 s [ghcide] |
  15687. 3472.92 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  15688. 3472.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15689. 3472.92 s [ghcide]
  15690. 3472.93 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  15691. 3472.95 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  15692. 3472.95 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  15693. 3472.95 s [ghcide] Consider disambiguating using module qualification instead.
  15694. 3472.95 s [ghcide] |
  15695. 3472.95 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  15696. 3472.95 s [ghcide] | ^^^^^^^^^^^^^^^
  15697. 3472.95 s [ghcide]
  15698. 3472.96 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, nothing ) [HIE file is missing]
  15699. 3473.10 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, nothing ) [HIE file is missing]
  15700. 3473.20 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, nothing ) [HIE file is missing]
  15701. 3473.24 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, nothing ) [HIE file is missing]
  15702. 3473.27 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, nothing ) [HIE file is missing]
  15703. 3473.44 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, nothing ) [HIE file is missing]
  15704. 3473.60 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, nothing ) [HIE file is missing]
  15705. 3473.67 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, nothing ) [HIE file is missing]
  15706. 3473.71 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, nothing ) [HIE file is missing]
  15707. 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]
  15708. 3473.99 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, nothing ) [HIE file is missing]
  15709. 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]
  15710. 3474.64 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, nothing ) [HIE file is missing]
  15711. 3474.82 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
  15712. 3474.82 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  15713. 3474.82 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  15714. 3474.82 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  15715. 3474.82 s [ghcide] |
  15716. 3474.82 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  15717. 3474.82 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15718. 3474.82 s [ghcide]
  15719. 3474.83 s [ghcide] Haddock coverage:
  15720. 3475.06 s [ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
  15721. 3475.06 s [ghcide] Missing documentation for:
  15722. 3475.06 s [ghcide] Module header
  15723. 3475.06 s [ghcide] modifyVar (src/Control/Concurrent/Strict.hs:27)
  15724. 3475.06 s [ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:35)
  15725. 3475.06 s [ghcide] addMVarFinalizer
  15726. 3475.06 s [ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
  15727. 3475.06 s [ghcide] Missing documentation for:
  15728. 3475.06 s [ghcide] Module header
  15729. 3475.06 s [ghcide] registerEvent
  15730. 3475.07 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
  15731. 3475.07 s [ghcide] Missing documentation for:
  15732. 3475.07 s [ghcide] Module header
  15733. 3475.07 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
  15734. 3475.07 s [ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
  15735. 3475.07 s [ghcide] Missing documentation for:
  15736. 3475.07 s [ghcide] Module header
  15737. 3475.07 s [ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
  15738. 3475.07 s [ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:49)
  15739. 3475.07 s [ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:53)
  15740. 3475.07 s [ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:57)
  15741. 3475.07 s [ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:86)
  15742. 3475.07 s [ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:89)
  15743. 3475.07 s [ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
  15744. 3475.07 s [ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:116)
  15745. 3475.07 s [ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:96)
  15746. 3475.07 s [ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:100)
  15747. 3475.07 s [ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:133)
  15748. 3475.07 s [ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:104)
  15749. 3475.07 s [ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:194)
  15750. 3475.07 s [ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:140)
  15751. 3475.07 s [ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:166)
  15752. 3475.07 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
  15753. 3475.07 s [ghcide] Missing documentation for:
  15754. 3475.07 s [ghcide] Module header
  15755. 3475.07 s [ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
  15756. 3475.07 s [ghcide] Missing documentation for:
  15757. 3475.07 s [ghcide] CmdLineP
  15758. 3475.07 s [ghcide] getCmdLineState
  15759. 3475.07 s [ghcide] putCmdLineState
  15760. 3475.07 s [ghcide] Flag
  15761. 3475.07 s [ghcide] OptKind
  15762. 3475.07 s [ghcide] EwM
  15763. 3475.07 s [ghcide] defFlag
  15764. 3475.07 s [ghcide] liftEwM
  15765. 3475.16 s [ghcide] 24% (863 /3457) in 'Development.IDE.GHC.Compat.Core'
  15766. 3475.16 s [ghcide] Missing documentation for:
  15767. 3475.16 s [ghcide] extensions
  15768. 3475.16 s [ghcide] extensionFlags
  15769. 3475.16 s [ghcide] targetPlatform
  15770. 3475.16 s [ghcide] generalFlags
  15771. 3475.16 s [ghcide] warningFlags
  15772. 3475.16 s [ghcide] topDir
  15773. 3475.16 s [ghcide] hiDir
  15774. 3475.16 s [ghcide] tmpDir
  15775. 3475.16 s [ghcide] importPaths
  15776. 3475.16 s [ghcide] useColor
  15777. 3475.16 s [ghcide] canUseColor
  15778. 3475.16 s [ghcide] useUnicode
  15779. 3475.16 s [ghcide] objectDir
  15780. 3475.16 s [ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:621)
  15781. 3475.16 s [ghcide] outputFile
  15782. 3475.16 s [ghcide] setOutputFile
  15783. 3475.16 s [ghcide] needWiredInHomeIface
  15784. 3475.16 s [ghcide] importDecl
  15785. 3475.16 s [ghcide] sPgm_F
  15786. 3475.16 s [ghcide] FlagSpec
  15787. 3475.16 s [ghcide] WarningFlag
  15788. 3475.16 s [ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:628)
  15789. 3475.16 s [ghcide] setUnsafeGlobalDynFlags
  15790. 3475.16 s [ghcide] scaledThing
  15791. 3475.16 s [ghcide] IfaceTyCon
  15792. 3475.16 s [ghcide] ModIface
  15793. 3475.16 s [ghcide] ModIface
  15794. 3475.16 s [ghcide] set_mi_top_env
  15795. 3475.16 s [ghcide] set_mi_usages
  15796. 3475.16 s [ghcide] HscSource
  15797. 3475.16 s [ghcide] loadInterface
  15798. 3475.16 s [ghcide] RecompileRequired
  15799. 3475.16 s [ghcide] mkPartialIface
  15800. 3475.16 s [ghcide] Fixity
  15801. 3475.16 s [ghcide] defaultFixity
  15802. 3475.16 s [ghcide] lookupFixityRn
  15803. 3475.16 s [ghcide] Type
  15804. 3475.16 s [ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:641)
  15805. 3475.16 s [ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:680)
  15806. 3475.17 s [ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:690)
  15807. 3475.17 s [ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:694)
  15808. 3475.17 s [ghcide] SourceText
  15809. 3475.17 s [ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:606)
  15810. 3475.17 s [ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:613)
  15811. 3475.17 s [ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:597)
  15812. 3475.17 s [ghcide] availsToNameSet
  15813. 3475.17 s [ghcide] ParsedSource
  15814. 3475.17 s [ghcide] RenamedSource
  15815. 3475.17 s [ghcide] unGhc
  15816. 3475.17 s [ghcide] getSession
  15817. 3475.17 s [ghcide] setSessionDynFlags
  15818. 3475.17 s [ghcide] runHsc
  15819. 3475.17 s [ghcide] compileFile
  15820. 3475.17 s [ghcide] hscInteractive
  15821. 3475.17 s [ghcide] hscUpdateHPT
  15822. 3475.17 s [ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:746)
  15823. 3475.17 s [ghcide] tcSplitForAllTyVarBinder_maybe
  15824. 3475.17 s [ghcide] typecheckIface
  15825. 3475.17 s [ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:751)
  15826. 3475.17 s [ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:759)
  15827. 3475.17 s [ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:764)
  15828. 3475.17 s [ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:768)
  15829. 3475.17 s [ghcide] tidyProgram
  15830. 3475.17 s [ghcide] ImportedModsVal
  15831. 3475.17 s [ghcide] importedByUser
  15832. 3475.17 s [ghcide] TypecheckedSource
  15833. 3475.17 s [ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:647)
  15834. 3475.17 s [ghcide] Located
  15835. 3475.17 s [ghcide] unLoc
  15836. 3475.17 s [ghcide] getLoc
  15837. 3475.17 s [ghcide] getLocA
  15838. 3475.17 s [ghcide] locA
  15839. 3475.17 s [ghcide] noLocA
  15840. 3475.17 s [ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:727)
  15841. 3475.17 s [ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:724)
  15842. 3475.17 s [ghcide] LocatedA
  15843. 3475.17 s [ghcide] RealLocated
  15844. 3475.17 s [ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:585)
  15845. 3475.17 s [ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:591)
  15846. 3475.17 s [ghcide] mkRealSrcLoc
  15847. 3475.17 s [ghcide] getRealSrcSpan
  15848. 3475.17 s [ghcide] realSrcLocSpan
  15849. 3475.17 s [ghcide] realSrcSpanStart
  15850. 3475.17 s [ghcide] realSrcSpanEnd
  15851. 3475.17 s [ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:722)
  15852. 3475.17 s [ghcide] srcSpanStartLine
  15853. 3475.17 s [ghcide] srcSpanStartCol
  15854. 3475.17 s [ghcide] srcSpanEndLine
  15855. 3475.17 s [ghcide] srcSpanEndCol
  15856. 3475.17 s [ghcide] srcSpanFile
  15857. 3475.17 s [ghcide] noLoc
  15858. 3475.17 s [ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:785)
  15859. 3475.17 s [ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:576)
  15860. 3475.17 s [ghcide] findObjectLinkableMaybe
  15861. 3475.17 s [ghcide] InstalledFindResult
  15862. 3475.17 s [ghcide] PackageName
  15863. 3475.17 s [ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:715)
  15864. 3475.17 s [ghcide] Hooks
  15865. 3475.17 s [ghcide] runMetaHook
  15866. 3475.17 s [ghcide] MetaHook
  15867. 3475.17 s [ghcide] metaRequestE
  15868. 3475.17 s [ghcide] metaRequestP
  15869. 3475.17 s [ghcide] metaRequestT
  15870. 3475.17 s [ghcide] metaRequestD
  15871. 3475.17 s [ghcide] metaRequestAW
  15872. 3475.17 s [ghcide] addToHpt
  15873. 3475.17 s [ghcide] addListToHpt
  15874. 3475.17 s [ghcide] TargetId
  15875. 3475.17 s [ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:816)
  15876. 3475.17 s [ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:699)
  15877. 3475.17 s [ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:703)
  15878. 3475.17 s [ghcide] InteractiveImport
  15879. 3475.17 s [ghcide] parseImportDecl
  15880. 3475.17 s [ghcide] runDecls
  15881. 3475.17 s [ghcide] ml_hs_file
  15882. 3475.17 s [ghcide] ml_obj_file
  15883. 3475.17 s [ghcide] ml_hi_file
  15884. 3475.17 s [ghcide] ml_hie_file
  15885. 3475.17 s [ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:732)
  15886. 3475.17 s [ghcide] gre_name (src/Development/IDE/GHC/Compat/Core.hs:732)
  15887. 3475.17 s [ghcide] gre_imp (src/Development/IDE/GHC/Compat/Core.hs:732)
  15888. 3475.17 s [ghcide] gre_lcl (src/Development/IDE/GHC/Compat/Core.hs:732)
  15889. 3475.17 s [ghcide] gre_par (src/Development/IDE/GHC/Compat/Core.hs:732)
  15890. 3475.17 s [ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:741)
  15891. 3475.17 s [ghcide] absentConstraintErrorIdKey
  15892. 3475.17 s [ghcide] absentErrorIdKey
  15893. 3475.17 s [ghcide] absentSumFieldErrorIdKey
  15894. 3475.17 s [ghcide] addrPrimTyConKey
  15895. 3475.17 s [ghcide] allNameStringList
  15896. 3475.17 s [ghcide] allNameStrings
  15897. 3475.17 s [ghcide] all_RDR
  15898. 3475.17 s [ghcide] alt_RDR
  15899. 3475.17 s [ghcide] alternativeClassKey
  15900. 3475.17 s [ghcide] alternativeClassName
  15901. 3475.17 s [ghcide] and_RDR
  15902. 3475.17 s [ghcide] anyTyConKey
  15903. 3475.17 s [ghcide] apAClassOpKey
  15904. 3475.17 s [ghcide] apAName
  15905. 3475.17 s [ghcide] ap_RDR
  15906. 3475.17 s [ghcide] appAIdKey
  15907. 3475.17 s [ghcide] appAName
  15908. 3475.17 s [ghcide] appendIdKey
  15909. 3475.17 s [ghcide] appendName
  15910. 3475.17 s [ghcide] append_RDR
  15911. 3475.17 s [ghcide] applicativeClassKey
  15912. 3475.17 s [ghcide] applicativeClassName
  15913. 3475.17 s [ghcide] arrAIdKey
  15914. 3475.17 s [ghcide] arrAName
  15915. 3475.17 s [ghcide] arrayPrimTyConKey
  15916. 3475.17 s [ghcide] assertErrorIdKey
  15917. 3475.17 s [ghcide] assertErrorName
  15918. 3475.17 s [ghcide] assertIdKey
  15919. 3475.17 s [ghcide] assertName
  15920. 3475.17 s [ghcide] augmentIdKey
  15921. 3475.17 s [ghcide] augmentName
  15922. 3475.17 s [ghcide] basicKnownKeyNames
  15923. 3475.17 s [ghcide] bcoPrimTyConKey
  15924. 3475.17 s [ghcide] bignatCompareIdKey
  15925. 3475.17 s [ghcide] bignatCompareName
  15926. 3475.17 s [ghcide] bignatCompareWordIdKey
  15927. 3475.17 s [ghcide] bignatCompareWordName
  15928. 3475.17 s [ghcide] bignatEqIdKey
  15929. 3475.17 s [ghcide] bignatEqName
  15930. 3475.17 s [ghcide] bindIOIdKey
  15931. 3475.17 s [ghcide] bindIOName
  15932. 3475.17 s [ghcide] bindMClassOpKey
  15933. 3475.17 s [ghcide] bindMName
  15934. 3475.17 s [ghcide] bindM_RDR
  15935. 3475.17 s [ghcide] bnbVarQual
  15936. 3475.17 s [ghcide] bniVarQual
  15937. 3475.17 s [ghcide] bnnVarQual
  15938. 3475.17 s [ghcide] boolTyConKey
  15939. 3475.17 s [ghcide] boundedClassKey
  15940. 3475.17 s [ghcide] boundedClassName
  15941. 3475.17 s [ghcide] boxedRepDataConKey
  15942. 3475.17 s [ghcide] boxedRepDataConTyConKey
  15943. 3475.17 s [ghcide] boxityConKey
  15944. 3475.17 s [ghcide] buildIdKey
  15945. 3475.17 s [ghcide] buildName
  15946. 3475.17 s [ghcide] build_RDR
  15947. 3475.17 s [ghcide] byteArrayPrimTyConKey
  15948. 3475.17 s [ghcide] c1TyConKey
  15949. 3475.17 s [ghcide] c1TyConName
  15950. 3475.17 s [ghcide] cONSTRAINTTyConKey
  15951. 3475.17 s [ghcide] cTyConKey
  15952. 3475.17 s [ghcide] cTyConName
  15953. 3475.17 s [ghcide] callStackTyConKey
  15954. 3475.17 s [ghcide] callStackTyConName
  15955. 3475.17 s [ghcide] ccArrowTyConKey
  15956. 3475.17 s [ghcide] charDataConKey
  15957. 3475.17 s [ghcide] charPrimTyConKey
  15958. 3475.17 s [ghcide] charTyConKey
  15959. 3475.17 s [ghcide] choiceAIdKey
  15960. 3475.17 s [ghcide] choiceAName
  15961. 3475.17 s [ghcide] choose_RDR
  15962. 3475.17 s [ghcide] clsQual
  15963. 3475.17 s [ghcide] clsQual_RDR
  15964. 3475.17 s [ghcide] coerceKey
  15965. 3475.17 s [ghcide] coercibleDataConKey
  15966. 3475.17 s [ghcide] coercibleSCSelIdKey
  15967. 3475.17 s [ghcide] coercibleTyConKey
  15968. 3475.17 s [ghcide] coercionTokenIdKey
  15969. 3475.17 s [ghcide] comp1DataCon_RDR
  15970. 3475.17 s [ghcide] compTyConKey
  15971. 3475.17 s [ghcide] compTyConName
  15972. 3475.17 s [ghcide] compactPrimTyConKey
  15973. 3475.17 s [ghcide] compare_RDR
  15974. 3475.17 s [ghcide] composeAIdKey
  15975. 3475.17 s [ghcide] composeAName
  15976. 3475.17 s [ghcide] compose_RDR
  15977. 3475.17 s [ghcide] conFixity_RDR
  15978. 3475.17 s [ghcide] conIsRecord_RDR
  15979. 3475.17 s [ghcide] conName_RDR
  15980. 3475.17 s [ghcide] concatIdKey
  15981. 3475.17 s [ghcide] concatName
  15982. 3475.17 s [ghcide] consDataConKey
  15983. 3475.17 s [ghcide] considerAccessibleIdKey
  15984. 3475.17 s [ghcide] considerAccessibleName
  15985. 3475.17 s [ghcide] constPtrConName
  15986. 3475.17 s [ghcide] constPtrTyConKey
  15987. 3475.17 s [ghcide] constraintKindRepKey
  15988. 3475.17 s [ghcide] constraintKindRepName
  15989. 3475.17 s [ghcide] constraintKindTyConKey
  15990. 3475.17 s [ghcide] constructorClassKey
  15991. 3475.17 s [ghcide] constructorClassName
  15992. 3475.17 s [ghcide] crossDataConKey
  15993. 3475.17 s [ghcide] cstringLengthIdKey
  15994. 3475.17 s [ghcide] cstringLengthName
  15995. 3475.17 s [ghcide] ctArrowTyConKey
  15996. 3475.17 s [ghcide] d1TyConKey
  15997. 3475.17 s [ghcide] d1TyConName
  15998. 3475.17 s [ghcide] dTyConKey
  15999. 3475.17 s [ghcide] dTyConName
  16000. 3475.17 s [ghcide] dataClassKey
  16001. 3475.17 s [ghcide] dataClassName
  16002. 3475.17 s [ghcide] dataQual_RDR
  16003. 3475.17 s [ghcide] dataToTagClassKey
  16004. 3475.17 s [ghcide] dataToTagClassName
  16005. 3475.17 s [ghcide] dataToTag_RDR
  16006. 3475.17 s [ghcide] datatypeClassKey
  16007. 3475.17 s [ghcide] datatypeClassName
  16008. 3475.17 s [ghcide] datatypeName_RDR
  16009. 3475.17 s [ghcide] dcQual
  16010. 3475.17 s [ghcide] decidedLazyDataConKey
  16011. 3475.17 s [ghcide] decidedLazyDataConName
  16012. 3475.17 s [ghcide] decidedStrictDataConKey
  16013. 3475.17 s [ghcide] decidedStrictDataConName
  16014. 3475.17 s [ghcide] decidedUnpackDataConKey
  16015. 3475.17 s [ghcide] decidedUnpackDataConName
  16016. 3475.17 s [ghcide] derivableClassKeys
  16017. 3475.17 s [ghcide] dictTyConKey
  16018. 3475.17 s [ghcide] divIntIdKey
  16019. 3475.17 s [ghcide] divIntName
  16020. 3475.17 s [ghcide] dollarIdKey
  16021. 3475.17 s [ghcide] dollarName
  16022. 3475.17 s [ghcide] doubleDataConKey
  16023. 3475.17 s [ghcide] doublePrimTyConKey
  16024. 3475.17 s [ghcide] doubleTyConKey
  16025. 3475.17 s [ghcide] doubleX2PrimTyConKey
  16026. 3475.17 s [ghcide] doubleX4PrimTyConKey
  16027. 3475.17 s [ghcide] doubleX8PrimTyConKey
  16028. 3475.17 s [ghcide] eitherTyConKey
  16029. 3475.17 s [ghcide] eitherTyConName
  16030. 3475.17 s [ghcide] emptyCallStackKey
  16031. 3475.17 s [ghcide] emptyCallStackName
  16032. 3475.17 s [ghcide] emptyExceptionContextKey
  16033. 3475.17 s [ghcide] emptyExceptionContextName
  16034. 3475.17 s [ghcide] enumClassKey
  16035. 3475.17 s [ghcide] enumClassName
  16036. 3475.17 s [ghcide] enumFromClassOpKey
  16037. 3475.17 s [ghcide] enumFromName
  16038. 3475.17 s [ghcide] enumFromThenClassOpKey
  16039. 3475.17 s [ghcide] enumFromThenName
  16040. 3475.17 s [ghcide] enumFromThenToClassOpKey
  16041. 3475.17 s [ghcide] enumFromThenToName
  16042. 3475.17 s [ghcide] enumFromThenTo_RDR
  16043. 3475.17 s [ghcide] enumFromThen_RDR
  16044. 3475.17 s [ghcide] enumFromToClassOpKey
  16045. 3475.17 s [ghcide] enumFromToName
  16046. 3475.17 s [ghcide] enumFromTo_RDR
  16047. 3475.17 s [ghcide] enumFrom_RDR
  16048. 3475.17 s [ghcide] enumIntToWord_RDR
  16049. 3475.17 s [ghcide] eqClassKey
  16050. 3475.17 s [ghcide] eqClassName
  16051. 3475.17 s [ghcide] eqClassOpKey
  16052. 3475.17 s [ghcide] eqDataConKey
  16053. 3475.17 s [ghcide] eqName
  16054. 3475.17 s [ghcide] eqPhantPrimTyConKey
  16055. 3475.17 s [ghcide] eqPrimTyConKey
  16056. 3475.17 s [ghcide] eqReprPrimTyConKey
  16057. 3475.17 s [ghcide] eqSCSelIdKey
  16058. 3475.17 s [ghcide] eqStringIdKey
  16059. 3475.17 s [ghcide] eqStringName
  16060. 3475.17 s [ghcide] eqTag_RDR
  16061. 3475.17 s [ghcide] eqTyConKey
  16062. 3475.17 s [ghcide] eq_RDR
  16063. 3475.17 s [ghcide] errorMessageTypeErrorFamKey
  16064. 3475.17 s [ghcide] errorMessageTypeErrorFamName
  16065. 3475.17 s [ghcide] error_RDR
  16066. 3475.17 s [ghcide] exceptionContextTyConKey
  16067. 3475.17 s [ghcide] exceptionContextTyConName
  16068. 3475.17 s [ghcide] expectP_RDR
  16069. 3475.17 s [ghcide] fUNTyConKey
  16070. 3475.17 s [ghcide] failIOIdKey
  16071. 3475.17 s [ghcide] failIOName
  16072. 3475.17 s [ghcide] failMClassOpKey
  16073. 3475.17 s [ghcide] failMName
  16074. 3475.17 s [ghcide] failM_RDR
  16075. 3475.17 s [ghcide] falseDataConKey
  16076. 3475.17 s [ghcide] fieldQual_RDR
  16077. 3475.17 s [ghcide] filterIdKey
  16078. 3475.17 s [ghcide] filterName
  16079. 3475.17 s [ghcide] fingerprintDataConKey
  16080. 3475.17 s [ghcide] fingerprintDataConName
  16081. 3475.17 s [ghcide] firstAIdKey
  16082. 3475.18 s [ghcide] firstAName
  16083. 3475.18 s [ghcide] floatDataConKey
  16084. 3475.18 s [ghcide] floatPrimTyConKey
  16085. 3475.18 s [ghcide] floatTyConKey
  16086. 3475.18 s [ghcide] floatX16PrimTyConKey
  16087. 3475.18 s [ghcide] floatX4PrimTyConKey
  16088. 3475.18 s [ghcide] floatX8PrimTyConKey
  16089. 3475.18 s [ghcide] floatingClassKey
  16090. 3475.18 s [ghcide] floatingClassName
  16091. 3475.18 s [ghcide] fmapClassOpKey
  16092. 3475.18 s [ghcide] fmapName
  16093. 3475.18 s [ghcide] fmap_RDR
  16094. 3475.18 s [ghcide] foldMap_RDR
  16095. 3475.18 s [ghcide] foldableClassKey
  16096. 3475.18 s [ghcide] foldableClassName
  16097. 3475.18 s [ghcide] foldable_foldr_RDR
  16098. 3475.18 s [ghcide] foldrIdKey
  16099. 3475.18 s [ghcide] foldrName
  16100. 3475.18 s [ghcide] foldr_RDR
  16101. 3475.18 s [ghcide] foreignObjPrimTyConKey
  16102. 3475.18 s [ghcide] fractionalClassKey
  16103. 3475.18 s [ghcide] fractionalClassKeys
  16104. 3475.18 s [ghcide] fractionalClassName
  16105. 3475.18 s [ghcide] from1_RDR
  16106. 3475.18 s [ghcide] fromEnum_RDR
  16107. 3475.18 s [ghcide] fromIntegerClassOpKey
  16108. 3475.18 s [ghcide] fromIntegerName
  16109. 3475.18 s [ghcide] fromIntegralIdKey
  16110. 3475.18 s [ghcide] fromIntegralName
  16111. 3475.18 s [ghcide] fromLabelClassOpKey
  16112. 3475.18 s [ghcide] fromLabelClassOpName
  16113. 3475.18 s [ghcide] fromListClassOpKey
  16114. 3475.18 s [ghcide] fromListNClassOpKey
  16115. 3475.18 s [ghcide] fromListNName
  16116. 3475.18 s [ghcide] fromListName
  16117. 3475.18 s [ghcide] fromRationalClassOpKey
  16118. 3475.18 s [ghcide] fromRationalName
  16119. 3475.18 s [ghcide] fromStaticPtrClassOpKey
  16120. 3475.18 s [ghcide] fromStaticPtrName
  16121. 3475.18 s [ghcide] fromStringClassOpKey
  16122. 3475.18 s [ghcide] fromStringName
  16123. 3475.18 s [ghcide] from_RDR
  16124. 3475.18 s [ghcide] frontendPluginTyConKey
  16125. 3475.18 s [ghcide] frontendPluginTyConName
  16126. 3475.18 s [ghcide] funPtrTyConKey
  16127. 3475.18 s [ghcide] funPtrTyConName
  16128. 3475.18 s [ghcide] functorClassKey
  16129. 3475.18 s [ghcide] functorClassName
  16130. 3475.18 s [ghcide] gHC_CLASSES
  16131. 3475.18 s [ghcide] gHC_CSTRING
  16132. 3475.18 s [ghcide] gHC_INTERNAL_ARROW
  16133. 3475.18 s [ghcide] gHC_INTERNAL_BASE
  16134. 3475.18 s [ghcide] gHC_INTERNAL_CONC
  16135. 3475.18 s [ghcide] gHC_INTERNAL_CONTROL_EXCEPTION_BASE
  16136. 3475.18 s [ghcide] gHC_INTERNAL_CONTROL_MONAD_ZIP
  16137. 3475.18 s [ghcide] gHC_INTERNAL_DATA_COERCE
  16138. 3475.18 s [ghcide] gHC_INTERNAL_DATA_DATA
  16139. 3475.18 s [ghcide] gHC_INTERNAL_DATA_EITHER
  16140. 3475.18 s [ghcide] gHC_INTERNAL_DATA_FOLDABLE
  16141. 3475.18 s [ghcide] gHC_INTERNAL_DATA_STRING
  16142. 3475.18 s [ghcide] gHC_INTERNAL_DATA_TRAVERSABLE
  16143. 3475.18 s [ghcide] gHC_INTERNAL_DEBUG_TRACE
  16144. 3475.18 s [ghcide] gHC_INTERNAL_DESUGAR
  16145. 3475.18 s [ghcide] gHC_INTERNAL_DYNAMIC
  16146. 3475.18 s [ghcide] gHC_INTERNAL_ENUM
  16147. 3475.18 s [ghcide] gHC_INTERNAL_ERR
  16148. 3475.18 s [ghcide] gHC_INTERNAL_EXCEPTION_CONTEXT
  16149. 3475.18 s [ghcide] gHC_INTERNAL_EXTS
  16150. 3475.18 s [ghcide] gHC_INTERNAL_FINGERPRINT_TYPE
  16151. 3475.18 s [ghcide] gHC_INTERNAL_FLOAT
  16152. 3475.18 s [ghcide] gHC_INTERNAL_FOREIGN_C_CONSTPTR
  16153. 3475.18 s [ghcide] gHC_INTERNAL_GENERICS
  16154. 3475.18 s [ghcide] gHC_INTERNAL_GHCI
  16155. 3475.18 s [ghcide] gHC_INTERNAL_GHCI_HELPERS
  16156. 3475.18 s [ghcide] gHC_INTERNAL_INT
  16157. 3475.18 s [ghcide] gHC_INTERNAL_IO
  16158. 3475.18 s [ghcide] gHC_INTERNAL_IO_Exception
  16159. 3475.18 s [ghcide] gHC_INTERNAL_IS_LIST
  16160. 3475.18 s [ghcide] gHC_INTERNAL_IX
  16161. 3475.18 s [ghcide] gHC_INTERNAL_LEX
  16162. 3475.18 s [ghcide] gHC_INTERNAL_LIST
  16163. 3475.18 s [ghcide] gHC_INTERNAL_MAYBE
  16164. 3475.18 s [ghcide] gHC_INTERNAL_MONAD
  16165. 3475.18 s [ghcide] gHC_INTERNAL_MONAD_FAIL
  16166. 3475.18 s [ghcide] gHC_INTERNAL_MONAD_FIX
  16167. 3475.18 s [ghcide] gHC_INTERNAL_NUM
  16168. 3475.18 s [ghcide] gHC_INTERNAL_NUM_BIGNAT
  16169. 3475.18 s [ghcide] gHC_INTERNAL_NUM_INTEGER
  16170. 3475.18 s [ghcide] gHC_INTERNAL_NUM_NATURAL
  16171. 3475.18 s [ghcide] gHC_INTERNAL_OVER_LABELS
  16172. 3475.18 s [ghcide] gHC_INTERNAL_PTR
  16173. 3475.18 s [ghcide] gHC_INTERNAL_RANDOM
  16174. 3475.18 s [ghcide] gHC_INTERNAL_READ
  16175. 3475.18 s [ghcide] gHC_INTERNAL_READ_PREC
  16176. 3475.18 s [ghcide] gHC_INTERNAL_REAL
  16177. 3475.18 s [ghcide] gHC_INTERNAL_RECORDS
  16178. 3475.18 s [ghcide] gHC_INTERNAL_SHOW
  16179. 3475.18 s [ghcide] gHC_INTERNAL_SRCLOC
  16180. 3475.18 s [ghcide] gHC_INTERNAL_ST
  16181. 3475.18 s [ghcide] gHC_INTERNAL_STABLE
  16182. 3475.18 s [ghcide] gHC_INTERNAL_STACK
  16183. 3475.18 s [ghcide] gHC_INTERNAL_STACK_TYPES
  16184. 3475.18 s [ghcide] gHC_INTERNAL_STATICPTR
  16185. 3475.18 s [ghcide] gHC_INTERNAL_STATICPTR_INTERNAL
  16186. 3475.18 s [ghcide] gHC_INTERNAL_SYSTEM_IO
  16187. 3475.18 s [ghcide] gHC_INTERNAL_TOP_HANDLER
  16188. 3475.18 s [ghcide] gHC_INTERNAL_TUPLE
  16189. 3475.18 s [ghcide] gHC_INTERNAL_TYPEABLE
  16190. 3475.18 s [ghcide] gHC_INTERNAL_TYPEABLE_INTERNAL
  16191. 3475.18 s [ghcide] gHC_INTERNAL_TYPEERROR
  16192. 3475.18 s [ghcide] gHC_INTERNAL_TYPELITS
  16193. 3475.18 s [ghcide] gHC_INTERNAL_TYPELITS_INTERNAL
  16194. 3475.18 s [ghcide] gHC_INTERNAL_TYPENATS
  16195. 3475.18 s [ghcide] gHC_INTERNAL_TYPENATS_INTERNAL
  16196. 3475.18 s [ghcide] gHC_INTERNAL_UNSAFE_COERCE
  16197. 3475.18 s [ghcide] gHC_INTERNAL_WORD
  16198. 3475.18 s [ghcide] gHC_MAGIC
  16199. 3475.18 s [ghcide] gHC_MAGIC_DICT
  16200. 3475.18 s [ghcide] gHC_PRIM
  16201. 3475.18 s [ghcide] gHC_PRIMOPWRAPPERS
  16202. 3475.18 s [ghcide] gHC_PRIM_PANIC
  16203. 3475.18 s [ghcide] gHC_TYPES
  16204. 3475.18 s [ghcide] geClassOpKey
  16205. 3475.18 s [ghcide] geName
  16206. 3475.18 s [ghcide] ge_RDR
  16207. 3475.18 s [ghcide] gen1ClassKey
  16208. 3475.18 s [ghcide] gen1ClassName
  16209. 3475.18 s [ghcide] genClassKey
  16210. 3475.18 s [ghcide] genClassName
  16211. 3475.18 s [ghcide] genUnitDataConKey
  16212. 3475.18 s [ghcide] genericClassNames
  16213. 3475.18 s [ghcide] genericTyConNames
  16214. 3475.18 s [ghcide] getFieldClassOpKey
  16215. 3475.18 s [ghcide] getFieldName
  16216. 3475.18 s [ghcide] ghciIoClassKey
  16217. 3475.18 s [ghcide] ghciIoClassName
  16218. 3475.18 s [ghcide] ghciStepIoMClassOpKey
  16219. 3475.18 s [ghcide] ghciStepIoMName
  16220. 3475.18 s [ghcide] gtTag_RDR
  16221. 3475.18 s [ghcide] gt_RDR
  16222. 3475.18 s [ghcide] guardMIdKey
  16223. 3475.18 s [ghcide] guardMName
  16224. 3475.18 s [ghcide] hasFieldClassName
  16225. 3475.18 s [ghcide] hasFieldClassNameKey
  16226. 3475.18 s [ghcide] heqDataConKey
  16227. 3475.18 s [ghcide] heqSCSelIdKey
  16228. 3475.18 s [ghcide] heqTyConKey
  16229. 3475.18 s [ghcide] ident_RDR
  16230. 3475.18 s [ghcide] impossibleConstraintErrorIdKey
  16231. 3475.18 s [ghcide] impossibleErrorIdKey
  16232. 3475.18 s [ghcide] inRange_RDR
  16233. 3475.18 s [ghcide] index_RDR
  16234. 3475.18 s [ghcide] infixDataCon_RDR
  16235. 3475.18 s [ghcide] infixIDataConKey
  16236. 3475.18 s [ghcide] infixIDataConName
  16237. 3475.18 s [ghcide] inlDataConKey
  16238. 3475.18 s [ghcide] inlineIdKey
  16239. 3475.18 s [ghcide] inlineIdName
  16240. 3475.18 s [ghcide] inrDataConKey
  16241. 3475.18 s [ghcide] int16PrimTyConKey
  16242. 3475.18 s [ghcide] int16TyConKey
  16243. 3475.18 s [ghcide] int16TyConName
  16244. 3475.18 s [ghcide] int16X16PrimTyConKey
  16245. 3475.18 s [ghcide] int16X32PrimTyConKey
  16246. 3475.18 s [ghcide] int16X8PrimTyConKey
  16247. 3475.18 s [ghcide] int32PrimTyConKey
  16248. 3475.18 s [ghcide] int32TyConKey
  16249. 3475.18 s [ghcide] int32TyConName
  16250. 3475.18 s [ghcide] int32X16PrimTyConKey
  16251. 3475.18 s [ghcide] int32X4PrimTyConKey
  16252. 3475.18 s [ghcide] int32X8PrimTyConKey
  16253. 3475.18 s [ghcide] int64PrimTyConKey
  16254. 3475.18 s [ghcide] int64TyConKey
  16255. 3475.18 s [ghcide] int64TyConName
  16256. 3475.18 s [ghcide] int64X2PrimTyConKey
  16257. 3475.18 s [ghcide] int64X4PrimTyConKey
  16258. 3475.18 s [ghcide] int64X8PrimTyConKey
  16259. 3475.18 s [ghcide] int8PrimTyConKey
  16260. 3475.18 s [ghcide] int8TyConKey
  16261. 3475.18 s [ghcide] int8TyConName
  16262. 3475.18 s [ghcide] int8X16PrimTyConKey
  16263. 3475.18 s [ghcide] int8X32PrimTyConKey
  16264. 3475.18 s [ghcide] int8X64PrimTyConKey
  16265. 3475.18 s [ghcide] intDataConKey
  16266. 3475.18 s [ghcide] intPrimTyConKey
  16267. 3475.18 s [ghcide] intTyConKey
  16268. 3475.18 s [ghcide] integerAbsIdKey
  16269. 3475.18 s [ghcide] integerAbsName
  16270. 3475.18 s [ghcide] integerAddIdKey
  16271. 3475.18 s [ghcide] integerAddName
  16272. 3475.18 s [ghcide] integerAndIdKey
  16273. 3475.18 s [ghcide] integerAndName
  16274. 3475.18 s [ghcide] integerBitIdKey
  16275. 3475.18 s [ghcide] integerBitName
  16276. 3475.18 s [ghcide] integerComplementIdKey
  16277. 3475.18 s [ghcide] integerComplementName
  16278. 3475.18 s [ghcide] integerDivIdKey
  16279. 3475.18 s [ghcide] integerDivModIdKey
  16280. 3475.18 s [ghcide] integerDivModName
  16281. 3475.18 s [ghcide] integerDivName
  16282. 3475.18 s [ghcide] integerEncodeDoubleIdKey
  16283. 3475.18 s [ghcide] integerEncodeDoubleName
  16284. 3475.18 s [ghcide] integerEncodeFloatIdKey
  16285. 3475.18 s [ghcide] integerEncodeFloatName
  16286. 3475.18 s [ghcide] integerFromInt64IdKey
  16287. 3475.18 s [ghcide] integerFromInt64Name
  16288. 3475.18 s [ghcide] integerFromNaturalIdKey
  16289. 3475.18 s [ghcide] integerFromNaturalName
  16290. 3475.18 s [ghcide] integerFromWord64IdKey
  16291. 3475.18 s [ghcide] integerFromWord64Name
  16292. 3475.18 s [ghcide] integerFromWordIdKey
  16293. 3475.18 s [ghcide] integerFromWordName
  16294. 3475.18 s [ghcide] integerGcdIdKey
  16295. 3475.18 s [ghcide] integerGcdName
  16296. 3475.18 s [ghcide] integerINDataConKey
  16297. 3475.18 s [ghcide] integerIPDataConKey
  16298. 3475.18 s [ghcide] integerISDataConKey
  16299. 3475.18 s [ghcide] integerLcmIdKey
  16300. 3475.18 s [ghcide] integerLcmName
  16301. 3475.18 s [ghcide] integerModIdKey
  16302. 3475.18 s [ghcide] integerModName
  16303. 3475.18 s [ghcide] integerMulIdKey
  16304. 3475.18 s [ghcide] integerMulName
  16305. 3475.18 s [ghcide] integerNegateIdKey
  16306. 3475.18 s [ghcide] integerNegateName
  16307. 3475.18 s [ghcide] integerOrIdKey
  16308. 3475.18 s [ghcide] integerOrName
  16309. 3475.18 s [ghcide] integerPopCountIdKey
  16310. 3475.18 s [ghcide] integerPopCountName
  16311. 3475.18 s [ghcide] integerQuotIdKey
  16312. 3475.18 s [ghcide] integerQuotName
  16313. 3475.18 s [ghcide] integerQuotRemIdKey
  16314. 3475.18 s [ghcide] integerQuotRemName
  16315. 3475.18 s [ghcide] integerRemIdKey
  16316. 3475.18 s [ghcide] integerRemName
  16317. 3475.18 s [ghcide] integerShiftLIdKey
  16318. 3475.18 s [ghcide] integerShiftLName
  16319. 3475.18 s [ghcide] integerShiftRIdKey
  16320. 3475.18 s [ghcide] integerShiftRName
  16321. 3475.18 s [ghcide] integerSubIdKey
  16322. 3475.18 s [ghcide] integerSubName
  16323. 3475.18 s [ghcide] integerTestBitIdKey
  16324. 3475.18 s [ghcide] integerTestBitName
  16325. 3475.18 s [ghcide] integerToDoubleIdKey
  16326. 3475.18 s [ghcide] integerToDoubleName
  16327. 3475.18 s [ghcide] integerToFloatIdKey
  16328. 3475.18 s [ghcide] integerToFloatName
  16329. 3475.18 s [ghcide] integerToInt64IdKey
  16330. 3475.18 s [ghcide] integerToInt64Name
  16331. 3475.18 s [ghcide] integerToIntIdKey
  16332. 3475.18 s [ghcide] integerToIntName
  16333. 3475.18 s [ghcide] integerToNaturalClampIdKey
  16334. 3475.18 s [ghcide] integerToNaturalClampName
  16335. 3475.18 s [ghcide] integerToNaturalIdKey
  16336. 3475.18 s [ghcide] integerToNaturalName
  16337. 3475.18 s [ghcide] integerToNaturalThrowIdKey
  16338. 3475.18 s [ghcide] integerToNaturalThrowName
  16339. 3475.18 s [ghcide] integerToWord64IdKey
  16340. 3475.18 s [ghcide] integerToWord64Name
  16341. 3475.18 s [ghcide] integerToWordIdKey
  16342. 3475.18 s [ghcide] integerToWordName
  16343. 3475.18 s [ghcide] integerTyConKey
  16344. 3475.18 s [ghcide] integerXorIdKey
  16345. 3475.18 s [ghcide] integerXorName
  16346. 3475.18 s [ghcide] integralClassKey
  16347. 3475.18 s [ghcide] integralClassName
  16348. 3475.18 s [ghcide] interactiveClassKeys
  16349. 3475.18 s [ghcide] interactiveClassNames
  16350. 3475.18 s [ghcide] ioDataConKey
  16351. 3475.18 s [ghcide] ioDataConName
  16352. 3475.18 s [ghcide] ioPortPrimTyConKey
  16353. 3475.18 s [ghcide] ioTyConKey
  16354. 3475.18 s [ghcide] ioTyConName
  16355. 3475.18 s [ghcide] ipClassKey
  16356. 3475.18 s [ghcide] ipClassName
  16357. 3475.18 s [ghcide] isListClassKey
  16358. 3475.18 s [ghcide] isListClassName
  16359. 3475.18 s [ghcide] isNewtypeName_RDR
  16360. 3475.18 s [ghcide] isStringClassKey
  16361. 3475.18 s [ghcide] isStringClassName
  16362. 3475.18 s [ghcide] isUnboundName
  16363. 3475.18 s [ghcide] itName
  16364. 3475.18 s [ghcide] ixClassKey
  16365. 3475.18 s [ghcide] ixClassName
  16366. 3475.18 s [ghcide] joinMIdKey
  16367. 3475.18 s [ghcide] joinMName
  16368. 3475.18 s [ghcide] jsvalTyConKey
  16369. 3475.18 s [ghcide] jsvalTyConName
  16370. 3475.18 s [ghcide] justDataConKey
  16371. 3475.18 s [ghcide] k1DataCon_RDR
  16372. 3475.18 s [ghcide] k1TyConKey
  16373. 3475.18 s [ghcide] k1TyConName
  16374. 3475.18 s [ghcide] kindConKey
  16375. 3475.18 s [ghcide] kindRepAppDataConKey
  16376. 3475.18 s [ghcide] kindRepAppDataConName
  16377. 3475.18 s [ghcide] kindRepFunDataConKey
  16378. 3475.18 s [ghcide] kindRepFunDataConName
  16379. 3475.18 s [ghcide] kindRepTYPEDataConKey
  16380. 3475.18 s [ghcide] kindRepTYPEDataConName
  16381. 3475.18 s [ghcide] kindRepTyConAppDataConKey
  16382. 3475.18 s [ghcide] kindRepTyConAppDataConName
  16383. 3475.18 s [ghcide] kindRepTyConKey
  16384. 3475.18 s [ghcide] kindRepTyConName
  16385. 3475.18 s [ghcide] kindRepTypeLitDDataConKey
  16386. 3475.18 s [ghcide] kindRepTypeLitDDataConName
  16387. 3475.18 s [ghcide] kindRepTypeLitSDataConKey
  16388. 3475.18 s [ghcide] kindRepTypeLitSDataConName
  16389. 3475.18 s [ghcide] kindRepVarDataConKey
  16390. 3475.18 s [ghcide] kindRepVarDataConName
  16391. 3475.18 s [ghcide] knownCharClassName
  16392. 3475.18 s [ghcide] knownCharClassNameKey
  16393. 3475.18 s [ghcide] knownNatClassName
  16394. 3475.18 s [ghcide] knownNatClassNameKey
  16395. 3475.18 s [ghcide] knownSymbolClassName
  16396. 3475.18 s [ghcide] knownSymbolClassNameKey
  16397. 3475.18 s [ghcide] l1DataCon_RDR
  16398. 3475.18 s [ghcide] lazyIdKey
  16399. 3475.18 s [ghcide] le_RDR
  16400. 3475.18 s [ghcide] leftAssocDataCon_RDR
  16401. 3475.18 s [ghcide] leftAssociativeDataConKey
  16402. 3475.18 s [ghcide] leftAssociativeDataConName
  16403. 3475.18 s [ghcide] leftDataConKey
  16404. 3475.18 s [ghcide] leftDataConName
  16405. 3475.18 s [ghcide] leftSectionKey
  16406. 3475.18 s [ghcide] left_RDR
  16407. 3475.19 s [ghcide] levityTyConKey
  16408. 3475.19 s [ghcide] lexP_RDR
  16409. 3475.19 s [ghcide] liftA2_RDR
  16410. 3475.19 s [ghcide] liftMIdKey
  16411. 3475.19 s [ghcide] liftMName
  16412. 3475.19 s [ghcide] liftedDataConKey
  16413. 3475.19 s [ghcide] liftedRepTyConKey
  16414. 3475.19 s [ghcide] liftedTypeKindTyConKey
  16415. 3475.19 s [ghcide] listTyConKey
  16416. 3475.19 s [ghcide] loopAIdKey
  16417. 3475.19 s [ghcide] loopAName
  16418. 3475.19 s [ghcide] ltTag_RDR
  16419. 3475.19 s [ghcide] lt_RDR
  16420. 3475.19 s [ghcide] m1DataCon_RDR
  16421. 3475.19 s [ghcide] m1TyConKey
  16422. 3475.19 s [ghcide] m1TyConName
  16423. 3475.19 s [ghcide] mAIN_NAME
  16424. 3475.19 s [ghcide] mVarPrimTyConKey
  16425. 3475.19 s [ghcide] main_RDR_Unqual
  16426. 3475.19 s [ghcide] makeStaticKey
  16427. 3475.19 s [ghcide] makeStaticName
  16428. 3475.19 s [ghcide] manyDataConKey
  16429. 3475.19 s [ghcide] mapIdKey
  16430. 3475.19 s [ghcide] mapName
  16431. 3475.19 s [ghcide] map_RDR
  16432. 3475.19 s [ghcide] mappendClassOpKey
  16433. 3475.19 s [ghcide] mappendName
  16434. 3475.19 s [ghcide] mappend_RDR
  16435. 3475.19 s [ghcide] maxBound_RDR
  16436. 3475.19 s [ghcide] maybeTyConKey
  16437. 3475.19 s [ghcide] mconcatClassOpKey
  16438. 3475.19 s [ghcide] mconcatName
  16439. 3475.19 s [ghcide] memptyClassOpKey
  16440. 3475.19 s [ghcide] memptyName
  16441. 3475.19 s [ghcide] mempty_RDR
  16442. 3475.19 s [ghcide] metaConsDataConKey
  16443. 3475.19 s [ghcide] metaConsDataConName
  16444. 3475.19 s [ghcide] metaDataDataConKey
  16445. 3475.19 s [ghcide] metaDataDataConName
  16446. 3475.19 s [ghcide] metaSelDataConKey
  16447. 3475.19 s [ghcide] metaSelDataConName
  16448. 3475.19 s [ghcide] mfixIdKey
  16449. 3475.19 s [ghcide] mfixName
  16450. 3475.19 s [ghcide] minBound_RDR
  16451. 3475.19 s [ghcide] minusClassOpKey
  16452. 3475.19 s [ghcide] minusName
  16453. 3475.19 s [ghcide] mkBignumModule
  16454. 3475.19 s [ghcide] mkDictDataConKey
  16455. 3475.19 s [ghcide] mkGhcInternalModule
  16456. 3475.19 s [ghcide] mkGhcInternalModule_
  16457. 3475.19 s [ghcide] mkInteractiveModule
  16458. 3475.19 s [ghcide] mkMainModule
  16459. 3475.19 s [ghcide] mkMainModule_
  16460. 3475.19 s [ghcide] mkPrimModule
  16461. 3475.19 s [ghcide] mkRationalBase10IdKey
  16462. 3475.19 s [ghcide] mkRationalBase10Name
  16463. 3475.19 s [ghcide] mkRationalBase2IdKey
  16464. 3475.19 s [ghcide] mkRationalBase2Name
  16465. 3475.19 s [ghcide] mkThisGhcModule
  16466. 3475.19 s [ghcide] mkThisGhcModule_
  16467. 3475.19 s [ghcide] mkTrAppKey
  16468. 3475.19 s [ghcide] mkTrAppName
  16469. 3475.19 s [ghcide] mkTrConKey
  16470. 3475.19 s [ghcide] mkTrConName
  16471. 3475.19 s [ghcide] mkTrFunKey
  16472. 3475.19 s [ghcide] mkTrFunName
  16473. 3475.19 s [ghcide] mkTrTypeKey
  16474. 3475.19 s [ghcide] mkTrTypeName
  16475. 3475.19 s [ghcide] mkTyConKey
  16476. 3475.19 s [ghcide] mkUnboundName
  16477. 3475.19 s [ghcide] mk_known_key_name
  16478. 3475.19 s [ghcide] modIntIdKey
  16479. 3475.19 s [ghcide] modIntName
  16480. 3475.19 s [ghcide] moduleName_RDR
  16481. 3475.19 s [ghcide] monadClassKey
  16482. 3475.19 s [ghcide] monadClassName
  16483. 3475.19 s [ghcide] monadFailClassKey
  16484. 3475.19 s [ghcide] monadFailClassName
  16485. 3475.19 s [ghcide] monadFixClassKey
  16486. 3475.19 s [ghcide] monadFixClassName
  16487. 3475.19 s [ghcide] monadPlusClassKey
  16488. 3475.19 s [ghcide] monadPlusClassName
  16489. 3475.19 s [ghcide] monoidClassKey
  16490. 3475.19 s [ghcide] monoidClassName
  16491. 3475.19 s [ghcide] multMulTyConKey
  16492. 3475.19 s [ghcide] multiplicityTyConKey
  16493. 3475.19 s [ghcide] mutVarPrimTyConKey
  16494. 3475.19 s [ghcide] mutableArrayPrimTyConKey
  16495. 3475.19 s [ghcide] mutableByteArrayPrimTyConKey
  16496. 3475.19 s [ghcide] mzipIdKey
  16497. 3475.19 s [ghcide] mzipName
  16498. 3475.19 s [ghcide] naturalAddIdKey
  16499. 3475.19 s [ghcide] naturalAddName
  16500. 3475.19 s [ghcide] naturalAndIdKey
  16501. 3475.19 s [ghcide] naturalAndName
  16502. 3475.19 s [ghcide] naturalAndNotIdKey
  16503. 3475.19 s [ghcide] naturalAndNotName
  16504. 3475.19 s [ghcide] naturalBitIdKey
  16505. 3475.19 s [ghcide] naturalBitName
  16506. 3475.19 s [ghcide] naturalGcdIdKey
  16507. 3475.19 s [ghcide] naturalGcdName
  16508. 3475.19 s [ghcide] naturalLcmIdKey
  16509. 3475.19 s [ghcide] naturalLcmName
  16510. 3475.19 s [ghcide] naturalLog2IdKey
  16511. 3475.19 s [ghcide] naturalLog2Name
  16512. 3475.19 s [ghcide] naturalLogBaseIdKey
  16513. 3475.19 s [ghcide] naturalLogBaseName
  16514. 3475.19 s [ghcide] naturalLogBaseWordIdKey
  16515. 3475.19 s [ghcide] naturalLogBaseWordName
  16516. 3475.19 s [ghcide] naturalMulIdKey
  16517. 3475.19 s [ghcide] naturalMulName
  16518. 3475.19 s [ghcide] naturalNBDataConKey
  16519. 3475.19 s [ghcide] naturalNSDataConKey
  16520. 3475.19 s [ghcide] naturalOrIdKey
  16521. 3475.19 s [ghcide] naturalOrName
  16522. 3475.19 s [ghcide] naturalPopCountIdKey
  16523. 3475.19 s [ghcide] naturalPopCountName
  16524. 3475.19 s [ghcide] naturalPowModIdKey
  16525. 3475.19 s [ghcide] naturalPowModName
  16526. 3475.19 s [ghcide] naturalQuotIdKey
  16527. 3475.19 s [ghcide] naturalQuotName
  16528. 3475.19 s [ghcide] naturalQuotRemIdKey
  16529. 3475.19 s [ghcide] naturalQuotRemName
  16530. 3475.19 s [ghcide] naturalRemIdKey
  16531. 3475.19 s [ghcide] naturalRemName
  16532. 3475.19 s [ghcide] naturalShiftLIdKey
  16533. 3475.19 s [ghcide] naturalShiftLName
  16534. 3475.19 s [ghcide] naturalShiftRIdKey
  16535. 3475.19 s [ghcide] naturalShiftRName
  16536. 3475.19 s [ghcide] naturalSizeInBaseIdKey
  16537. 3475.19 s [ghcide] naturalSizeInBaseName
  16538. 3475.19 s [ghcide] naturalSubIdKey
  16539. 3475.19 s [ghcide] naturalSubName
  16540. 3475.19 s [ghcide] naturalSubThrowIdKey
  16541. 3475.19 s [ghcide] naturalSubThrowName
  16542. 3475.19 s [ghcide] naturalSubUnsafeIdKey
  16543. 3475.19 s [ghcide] naturalSubUnsafeName
  16544. 3475.19 s [ghcide] naturalTestBitIdKey
  16545. 3475.19 s [ghcide] naturalTestBitName
  16546. 3475.19 s [ghcide] naturalToDoubleIdKey
  16547. 3475.19 s [ghcide] naturalToDoubleName
  16548. 3475.19 s [ghcide] naturalToFloatIdKey
  16549. 3475.19 s [ghcide] naturalToFloatName
  16550. 3475.19 s [ghcide] naturalToWordIdKey
  16551. 3475.19 s [ghcide] naturalToWordName
  16552. 3475.19 s [ghcide] naturalTyConKey
  16553. 3475.19 s [ghcide] naturalXorIdKey
  16554. 3475.19 s [ghcide] naturalXorName
  16555. 3475.19 s [ghcide] negateClassOpKey
  16556. 3475.19 s [ghcide] negateName
  16557. 3475.19 s [ghcide] newStablePtrIdKey
  16558. 3475.19 s [ghcide] newStablePtrName
  16559. 3475.19 s [ghcide] nilDataConKey
  16560. 3475.19 s [ghcide] noMethodBindingErrorIdKey
  16561. 3475.19 s [ghcide] noSourceStrictnessDataConKey
  16562. 3475.19 s [ghcide] noSourceStrictnessDataConName
  16563. 3475.19 s [ghcide] noSourceUnpackednessDataConKey
  16564. 3475.19 s [ghcide] noSourceUnpackednessDataConName
  16565. 3475.19 s [ghcide] noinlineConstraintIdKey
  16566. 3475.19 s [ghcide] noinlineIdKey
  16567. 3475.19 s [ghcide] nonEmptyTyConKey
  16568. 3475.19 s [ghcide] nonEmptyTyConName
  16569. 3475.19 s [ghcide] nonExhaustiveGuardsErrorIdKey
  16570. 3475.19 s [ghcide] nospecIdKey
  16571. 3475.19 s [ghcide] notAssocDataCon_RDR
  16572. 3475.19 s [ghcide] notAssociativeDataConKey
  16573. 3475.19 s [ghcide] notAssociativeDataConName
  16574. 3475.19 s [ghcide] not_RDR
  16575. 3475.19 s [ghcide] nothingDataConKey
  16576. 3475.19 s [ghcide] nullAddrIdKey
  16577. 3475.19 s [ghcide] null_RDR
  16578. 3475.19 s [ghcide] numClassKey
  16579. 3475.19 s [ghcide] numClassName
  16580. 3475.19 s [ghcide] numericClassKeys
  16581. 3475.19 s [ghcide] oneDataConKey
  16582. 3475.19 s [ghcide] oneShotKey
  16583. 3475.19 s [ghcide] ordClassKey
  16584. 3475.19 s [ghcide] ordClassName
  16585. 3475.19 s [ghcide] ordEQDataConKey
  16586. 3475.19 s [ghcide] ordEQDataConName
  16587. 3475.19 s [ghcide] ordGTDataConKey
  16588. 3475.19 s [ghcide] ordGTDataConName
  16589. 3475.19 s [ghcide] ordLTDataConKey
  16590. 3475.19 s [ghcide] ordLTDataConName
  16591. 3475.19 s [ghcide] orderingTyConKey
  16592. 3475.19 s [ghcide] orderingTyConName
  16593. 3475.19 s [ghcide] otherwiseIdKey
  16594. 3475.19 s [ghcide] otherwiseIdName
  16595. 3475.19 s [ghcide] pLUGINS
  16596. 3475.19 s [ghcide] pRELUDE_NAME
  16597. 3475.19 s [ghcide] packageName_RDR
  16598. 3475.19 s [ghcide] par1DataCon_RDR
  16599. 3475.19 s [ghcide] par1TyConKey
  16600. 3475.19 s [ghcide] par1TyConName
  16601. 3475.19 s [ghcide] parens_RDR
  16602. 3475.19 s [ghcide] patErrorIdKey
  16603. 3475.19 s [ghcide] pfail_RDR
  16604. 3475.19 s [ghcide] pluginTyConKey
  16605. 3475.19 s [ghcide] pluginTyConName
  16606. 3475.19 s [ghcide] plus_RDR
  16607. 3475.19 s [ghcide] prec_RDR
  16608. 3475.19 s [ghcide] predError_RDR
  16609. 3475.19 s [ghcide] pred_RDR
  16610. 3475.19 s [ghcide] prefixDataCon_RDR
  16611. 3475.19 s [ghcide] prefixIDataConKey
  16612. 3475.19 s [ghcide] prefixIDataConName
  16613. 3475.19 s [ghcide] printIdKey
  16614. 3475.19 s [ghcide] prodDataCon_RDR
  16615. 3475.19 s [ghcide] prodTyConKey
  16616. 3475.19 s [ghcide] prodTyConName
  16617. 3475.19 s [ghcide] promptTagPrimTyConKey
  16618. 3475.19 s [ghcide] proxyHashKey
  16619. 3475.19 s [ghcide] proxyPrimTyConKey
  16620. 3475.19 s [ghcide] ptrTyConKey
  16621. 3475.19 s [ghcide] ptrTyConName
  16622. 3475.19 s [ghcide] punc_RDR
  16623. 3475.19 s [ghcide] pureAClassOpKey
  16624. 3475.19 s [ghcide] pureAName
  16625. 3475.19 s [ghcide] pure_RDR
  16626. 3475.19 s [ghcide] pushCallStackKey
  16627. 3475.19 s [ghcide] pushCallStackName
  16628. 3475.19 s [ghcide] r1DataCon_RDR
  16629. 3475.19 s [ghcide] rOOT_MAIN
  16630. 3475.19 s [ghcide] rTyConKey
  16631. 3475.19 s [ghcide] rTyConName
  16632. 3475.19 s [ghcide] randomClassKey
  16633. 3475.19 s [ghcide] randomGenClassKey
  16634. 3475.19 s [ghcide] range_RDR
  16635. 3475.19 s [ghcide] ratioDataConKey
  16636. 3475.19 s [ghcide] ratioDataConName
  16637. 3475.19 s [ghcide] ratioTyConKey
  16638. 3475.19 s [ghcide] ratioTyConName
  16639. 3475.19 s [ghcide] rationalToDoubleIdKey
  16640. 3475.19 s [ghcide] rationalToDoubleName
  16641. 3475.19 s [ghcide] rationalToFloatIdKey
  16642. 3475.19 s [ghcide] rationalToFloatName
  16643. 3475.19 s [ghcide] rationalTyConKey
  16644. 3475.19 s [ghcide] rationalTyConName
  16645. 3475.19 s [ghcide] readClassKey
  16646. 3475.19 s [ghcide] readClassName
  16647. 3475.19 s [ghcide] readFieldHash_RDR
  16648. 3475.19 s [ghcide] readField_RDR
  16649. 3475.19 s [ghcide] readListDefault_RDR
  16650. 3475.19 s [ghcide] readListPrecDefault_RDR
  16651. 3475.19 s [ghcide] readListPrec_RDR
  16652. 3475.19 s [ghcide] readList_RDR
  16653. 3475.19 s [ghcide] readPrec_RDR
  16654. 3475.19 s [ghcide] readSymField_RDR
  16655. 3475.19 s [ghcide] realClassKey
  16656. 3475.19 s [ghcide] realClassName
  16657. 3475.19 s [ghcide] realFloatClassKey
  16658. 3475.19 s [ghcide] realFloatClassName
  16659. 3475.19 s [ghcide] realFracClassKey
  16660. 3475.19 s [ghcide] realFracClassName
  16661. 3475.19 s [ghcide] realToFracIdKey
  16662. 3475.19 s [ghcide] realToFracName
  16663. 3475.19 s [ghcide] realWorldPrimIdKey
  16664. 3475.19 s [ghcide] realWorldTyConKey
  16665. 3475.19 s [ghcide] rec0TyConKey
  16666. 3475.19 s [ghcide] rec0TyConName
  16667. 3475.19 s [ghcide] rec1DataCon_RDR
  16668. 3475.19 s [ghcide] rec1TyConKey
  16669. 3475.19 s [ghcide] rec1TyConName
  16670. 3475.19 s [ghcide] recConErrorIdKey
  16671. 3475.19 s [ghcide] recSelErrorIdKey
  16672. 3475.19 s [ghcide] rep1TyConKey
  16673. 3475.19 s [ghcide] rep1TyConName
  16674. 3475.19 s [ghcide] repTyConKey
  16675. 3475.19 s [ghcide] repTyConName
  16676. 3475.19 s [ghcide] replace_RDR
  16677. 3475.19 s [ghcide] reset_RDR
  16678. 3475.19 s [ghcide] returnIOIdKey
  16679. 3475.19 s [ghcide] returnIOName
  16680. 3475.19 s [ghcide] returnMClassOpKey
  16681. 3475.19 s [ghcide] returnMName
  16682. 3475.19 s [ghcide] returnM_RDR
  16683. 3475.19 s [ghcide] rightAssocDataCon_RDR
  16684. 3475.19 s [ghcide] rightAssociativeDataConKey
  16685. 3475.19 s [ghcide] rightAssociativeDataConName
  16686. 3475.19 s [ghcide] rightDataConKey
  16687. 3475.19 s [ghcide] rightDataConName
  16688. 3475.19 s [ghcide] rightSectionKey
  16689. 3475.19 s [ghcide] right_RDR
  16690. 3475.19 s [ghcide] rootMainKey
  16691. 3475.19 s [ghcide] runMainIOName
  16692. 3475.19 s [ghcide] runMainKey
  16693. 3475.19 s [ghcide] runRWKey
  16694. 3475.19 s [ghcide] runRWName
  16695. 3475.19 s [ghcide] runtimeRepSimpleDataConKeys
  16696. 3475.19 s [ghcide] runtimeRepTyConKey
  16697. 3475.19 s [ghcide] s1TyConKey
  16698. 3475.19 s [ghcide] s1TyConName
  16699. 3475.19 s [ghcide] sTyConKey
  16700. 3475.19 s [ghcide] sTyConName
  16701. 3475.19 s [ghcide] sappendClassOpKey
  16702. 3475.19 s [ghcide] sappendName
  16703. 3475.19 s [ghcide] selName_RDR
  16704. 3475.19 s [ghcide] selectorClassKey
  16705. 3475.19 s [ghcide] selectorClassName
  16706. 3475.19 s [ghcide] semigroupClassKey
  16707. 3475.19 s [ghcide] semigroupClassName
  16708. 3475.19 s [ghcide] seqHashKey
  16709. 3475.19 s [ghcide] seqHashName
  16710. 3475.19 s [ghcide] seqIdKey
  16711. 3475.19 s [ghcide] setFieldClassOpKey
  16712. 3475.19 s [ghcide] setFieldName
  16713. 3475.19 s [ghcide] showClassKey
  16714. 3475.19 s [ghcide] showClassName
  16715. 3475.19 s [ghcide] showCommaSpace_RDR
  16716. 3475.19 s [ghcide] showParen_RDR
  16717. 3475.19 s [ghcide] showSpace_RDR
  16718. 3475.19 s [ghcide] showString_RDR
  16719. 3475.19 s [ghcide] showsPrec_RDR
  16720. 3475.19 s [ghcide] shows_RDR
  16721. 3475.19 s [ghcide] smallArrayPrimTyConKey
  16722. 3475.19 s [ghcide] smallMutableArrayPrimTyConKey
  16723. 3475.19 s [ghcide] someTypeRepDataConKey
  16724. 3475.19 s [ghcide] someTypeRepDataConName
  16725. 3475.19 s [ghcide] someTypeRepTyConKey
  16726. 3475.19 s [ghcide] someTypeRepTyConName
  16727. 3475.19 s [ghcide] sourceLazyDataConKey
  16728. 3475.19 s [ghcide] sourceLazyDataConName
  16729. 3475.19 s [ghcide] sourceNoUnpackDataConKey
  16730. 3475.19 s [ghcide] sourceNoUnpackDataConName
  16731. 3475.19 s [ghcide] sourceStrictDataConKey
  16732. 3475.19 s [ghcide] sourceStrictDataConName
  16733. 3475.19 s [ghcide] sourceUnpackDataConKey
  16734. 3475.19 s [ghcide] sourceUnpackDataConName
  16735. 3475.19 s [ghcide] specTyConKey
  16736. 3475.19 s [ghcide] specTyConName
  16737. 3475.19 s [ghcide] srcLocDataConKey
  16738. 3475.19 s [ghcide] srcLocDataConName
  16739. 3475.19 s [ghcide] stableNameDataConKey
  16740. 3475.19 s [ghcide] stableNamePrimTyConKey
  16741. 3475.19 s [ghcide] stableNameTyConKey
  16742. 3475.19 s [ghcide] stablePtrPrimTyConKey
  16743. 3475.19 s [ghcide] stablePtrTyConKey
  16744. 3475.19 s [ghcide] stablePtrTyConName
  16745. 3475.19 s [ghcide] stackSnapshotPrimTyConKey
  16746. 3475.19 s [ghcide] standardClassKeys
  16747. 3475.19 s [ghcide] starArrStarArrStarKindRepKey
  16748. 3475.19 s [ghcide] starArrStarArrStarKindRepName
  16749. 3475.19 s [ghcide] starArrStarKindRepKey
  16750. 3475.19 s [ghcide] starArrStarKindRepName
  16751. 3475.20 s [ghcide] starKindRepKey
  16752. 3475.20 s [ghcide] starKindRepName
  16753. 3475.20 s [ghcide] statePrimTyConKey
  16754. 3475.20 s [ghcide] staticPtrDataConKey
  16755. 3475.20 s [ghcide] staticPtrDataConName
  16756. 3475.20 s [ghcide] staticPtrInfoDataConKey
  16757. 3475.20 s [ghcide] staticPtrInfoDataConName
  16758. 3475.20 s [ghcide] staticPtrInfoTyConKey
  16759. 3475.20 s [ghcide] staticPtrInfoTyConName
  16760. 3475.20 s [ghcide] staticPtrTyConKey
  16761. 3475.20 s [ghcide] staticPtrTyConName
  16762. 3475.20 s [ghcide] step_RDR
  16763. 3475.20 s [ghcide] stringTyConKey
  16764. 3475.20 s [ghcide] succError_RDR
  16765. 3475.20 s [ghcide] succ_RDR
  16766. 3475.20 s [ghcide] sumRepDataConKey
  16767. 3475.20 s [ghcide] sumTyConKey
  16768. 3475.20 s [ghcide] sumTyConName
  16769. 3475.20 s [ghcide] symbol_RDR
  16770. 3475.20 s [ghcide] tVarPrimTyConKey
  16771. 3475.20 s [ghcide] tYPETyConKey
  16772. 3475.20 s [ghcide] tcArrowTyConKey
  16773. 3475.20 s [ghcide] tcQual
  16774. 3475.20 s [ghcide] tcQual_RDR
  16775. 3475.20 s [ghcide] thenAClassOpKey
  16776. 3475.20 s [ghcide] thenAName
  16777. 3475.20 s [ghcide] thenIOIdKey
  16778. 3475.20 s [ghcide] thenIOName
  16779. 3475.20 s [ghcide] thenMClassOpKey
  16780. 3475.20 s [ghcide] thenMName
  16781. 3475.20 s [ghcide] threadIdPrimTyConKey
  16782. 3475.20 s [ghcide] times_RDR
  16783. 3475.20 s [ghcide] to1_RDR
  16784. 3475.20 s [ghcide] toAnnotationWrapperIdKey
  16785. 3475.20 s [ghcide] toAnnotationWrapperName
  16786. 3475.20 s [ghcide] toDynIdKey
  16787. 3475.20 s [ghcide] toDynName
  16788. 3475.20 s [ghcide] toEnumError_RDR
  16789. 3475.20 s [ghcide] toEnum_RDR
  16790. 3475.20 s [ghcide] toIntegerClassOpKey
  16791. 3475.20 s [ghcide] toIntegerName
  16792. 3475.20 s [ghcide] toListClassOpKey
  16793. 3475.20 s [ghcide] toListName
  16794. 3475.20 s [ghcide] toRationalClassOpKey
  16795. 3475.20 s [ghcide] toRationalName
  16796. 3475.20 s [ghcide] to_RDR
  16797. 3475.20 s [ghcide] trGhcPrimModuleKey
  16798. 3475.20 s [ghcide] trGhcPrimModuleName
  16799. 3475.20 s [ghcide] trModuleDataConKey
  16800. 3475.20 s [ghcide] trModuleDataConName
  16801. 3475.20 s [ghcide] trModuleTyConKey
  16802. 3475.20 s [ghcide] trModuleTyConName
  16803. 3475.20 s [ghcide] trNameDDataConKey
  16804. 3475.20 s [ghcide] trNameDDataConName
  16805. 3475.20 s [ghcide] trNameSDataConKey
  16806. 3475.20 s [ghcide] trNameSDataConName
  16807. 3475.20 s [ghcide] trNameTyConKey
  16808. 3475.20 s [ghcide] trNameTyConName
  16809. 3475.20 s [ghcide] trTyConDataConKey
  16810. 3475.20 s [ghcide] trTyConDataConName
  16811. 3475.20 s [ghcide] trTyConTyConKey
  16812. 3475.20 s [ghcide] trTyConTyConName
  16813. 3475.20 s [ghcide] traceKey
  16814. 3475.20 s [ghcide] traceName
  16815. 3475.20 s [ghcide] traversableClassKey
  16816. 3475.20 s [ghcide] traversableClassName
  16817. 3475.20 s [ghcide] traverse_RDR
  16818. 3475.20 s [ghcide] trueDataConKey
  16819. 3475.20 s [ghcide] tupleRepDataConKey
  16820. 3475.20 s [ghcide] tupleRepDataConTyConKey
  16821. 3475.20 s [ghcide] typeCharCmpTyFamNameKey
  16822. 3475.20 s [ghcide] typeCharKindConNameKey
  16823. 3475.20 s [ghcide] typeCharToNatTyFamNameKey
  16824. 3475.20 s [ghcide] typeCharTypeRepKey
  16825. 3475.20 s [ghcide] typeCharTypeRepName
  16826. 3475.20 s [ghcide] typeConKey
  16827. 3475.20 s [ghcide] typeConsSymbolTyFamNameKey
  16828. 3475.20 s [ghcide] typeErrorAppendDataConKey
  16829. 3475.20 s [ghcide] typeErrorAppendDataConName
  16830. 3475.20 s [ghcide] typeErrorIdKey
  16831. 3475.20 s [ghcide] typeErrorShowTypeDataConKey
  16832. 3475.20 s [ghcide] typeErrorShowTypeDataConName
  16833. 3475.20 s [ghcide] typeErrorTextDataConKey
  16834. 3475.20 s [ghcide] typeErrorTextDataConName
  16835. 3475.20 s [ghcide] typeErrorVAppendDataConKey
  16836. 3475.20 s [ghcide] typeErrorVAppendDataConName
  16837. 3475.20 s [ghcide] typeLeqCharTyFamNameKey
  16838. 3475.20 s [ghcide] typeLitCharDataConKey
  16839. 3475.20 s [ghcide] typeLitCharDataConName
  16840. 3475.20 s [ghcide] typeLitNatDataConKey
  16841. 3475.20 s [ghcide] typeLitNatDataConName
  16842. 3475.20 s [ghcide] typeLitSortTyConKey
  16843. 3475.20 s [ghcide] typeLitSortTyConName
  16844. 3475.20 s [ghcide] typeLitSymbolDataConKey
  16845. 3475.20 s [ghcide] typeLitSymbolDataConName
  16846. 3475.20 s [ghcide] typeNatAddTyFamNameKey
  16847. 3475.20 s [ghcide] typeNatCmpTyFamNameKey
  16848. 3475.20 s [ghcide] typeNatDivTyFamNameKey
  16849. 3475.20 s [ghcide] typeNatExpTyFamNameKey
  16850. 3475.20 s [ghcide] typeNatLogTyFamNameKey
  16851. 3475.20 s [ghcide] typeNatModTyFamNameKey
  16852. 3475.20 s [ghcide] typeNatMulTyFamNameKey
  16853. 3475.20 s [ghcide] typeNatSubTyFamNameKey
  16854. 3475.20 s [ghcide] typeNatToCharTyFamNameKey
  16855. 3475.20 s [ghcide] typeNatTypeRepKey
  16856. 3475.20 s [ghcide] typeNatTypeRepName
  16857. 3475.20 s [ghcide] typeRepIdKey
  16858. 3475.20 s [ghcide] typeRepIdName
  16859. 3475.20 s [ghcide] typeRepTyConKey
  16860. 3475.20 s [ghcide] typeRepTyConName
  16861. 3475.20 s [ghcide] typeSymbolAppendFamNameKey
  16862. 3475.20 s [ghcide] typeSymbolCmpTyFamNameKey
  16863. 3475.20 s [ghcide] typeSymbolKindConNameKey
  16864. 3475.20 s [ghcide] typeSymbolTypeRepKey
  16865. 3475.20 s [ghcide] typeSymbolTypeRepName
  16866. 3475.20 s [ghcide] typeUnconsSymbolTyFamNameKey
  16867. 3475.20 s [ghcide] typeableClassKey
  16868. 3475.20 s [ghcide] typeableClassName
  16869. 3475.20 s [ghcide] u1DataCon_RDR
  16870. 3475.20 s [ghcide] u1TyConKey
  16871. 3475.20 s [ghcide] u1TyConName
  16872. 3475.20 s [ghcide] uAddrDataCon_RDR
  16873. 3475.20 s [ghcide] uAddrHash_RDR
  16874. 3475.20 s [ghcide] uAddrTyConKey
  16875. 3475.20 s [ghcide] uAddrTyConName
  16876. 3475.20 s [ghcide] uCharDataCon_RDR
  16877. 3475.20 s [ghcide] uCharHash_RDR
  16878. 3475.20 s [ghcide] uCharTyConKey
  16879. 3475.20 s [ghcide] uCharTyConName
  16880. 3475.20 s [ghcide] uDoubleDataCon_RDR
  16881. 3475.20 s [ghcide] uDoubleHash_RDR
  16882. 3475.20 s [ghcide] uDoubleTyConKey
  16883. 3475.20 s [ghcide] uDoubleTyConName
  16884. 3475.20 s [ghcide] uFloatDataCon_RDR
  16885. 3475.20 s [ghcide] uFloatHash_RDR
  16886. 3475.20 s [ghcide] uFloatTyConKey
  16887. 3475.20 s [ghcide] uFloatTyConName
  16888. 3475.20 s [ghcide] uIntDataCon_RDR
  16889. 3475.20 s [ghcide] uIntHash_RDR
  16890. 3475.20 s [ghcide] uIntTyConKey
  16891. 3475.20 s [ghcide] uIntTyConName
  16892. 3475.20 s [ghcide] uRecTyConKey
  16893. 3475.20 s [ghcide] uRecTyConName
  16894. 3475.20 s [ghcide] uWordDataCon_RDR
  16895. 3475.20 s [ghcide] uWordHash_RDR
  16896. 3475.20 s [ghcide] uWordTyConKey
  16897. 3475.20 s [ghcide] uWordTyConName
  16898. 3475.20 s [ghcide] unComp1_RDR
  16899. 3475.20 s [ghcide] unK1_RDR
  16900. 3475.20 s [ghcide] unPar1_RDR
  16901. 3475.20 s [ghcide] unRec1_RDR
  16902. 3475.20 s [ghcide] unboundKey
  16903. 3475.20 s [ghcide] unliftedDataConKey
  16904. 3475.20 s [ghcide] unliftedRepTyConKey
  16905. 3475.20 s [ghcide] unliftedTypeKindTyConKey
  16906. 3475.20 s [ghcide] unpackCStringAppendIdKey
  16907. 3475.20 s [ghcide] unpackCStringAppendName
  16908. 3475.20 s [ghcide] unpackCStringAppendUtf8IdKey
  16909. 3475.20 s [ghcide] unpackCStringAppendUtf8Name
  16910. 3475.20 s [ghcide] unpackCStringFoldrIdKey
  16911. 3475.20 s [ghcide] unpackCStringFoldrName
  16912. 3475.20 s [ghcide] unpackCStringFoldrUtf8IdKey
  16913. 3475.20 s [ghcide] unpackCStringFoldrUtf8Name
  16914. 3475.20 s [ghcide] unpackCStringIdKey
  16915. 3475.20 s [ghcide] unpackCStringName
  16916. 3475.20 s [ghcide] unpackCStringUtf8IdKey
  16917. 3475.20 s [ghcide] unpackCStringUtf8Name
  16918. 3475.20 s [ghcide] unrestrictedFunTyConKey
  16919. 3475.20 s [ghcide] unsafeCoercePrimIdKey
  16920. 3475.20 s [ghcide] unsafeCoercePrimName
  16921. 3475.20 s [ghcide] unsafeEqualityProofIdKey
  16922. 3475.20 s [ghcide] unsafeEqualityProofName
  16923. 3475.20 s [ghcide] unsafeEqualityTyConKey
  16924. 3475.20 s [ghcide] unsafeEqualityTyConName
  16925. 3475.20 s [ghcide] unsafeIndex_RDR
  16926. 3475.20 s [ghcide] unsafeRangeSize_RDR
  16927. 3475.20 s [ghcide] unsafeReflDataConKey
  16928. 3475.20 s [ghcide] unsafeReflDataConName
  16929. 3475.20 s [ghcide] unsatisfiableClassName
  16930. 3475.20 s [ghcide] unsatisfiableClassNameKey
  16931. 3475.20 s [ghcide] unsatisfiableIdName
  16932. 3475.20 s [ghcide] unsatisfiableIdNameKey
  16933. 3475.20 s [ghcide] v1TyConKey
  16934. 3475.20 s [ghcide] v1TyConName
  16935. 3475.20 s [ghcide] varQual
  16936. 3475.20 s [ghcide] varQual_RDR
  16937. 3475.20 s [ghcide] vecCountDataConKeys
  16938. 3475.20 s [ghcide] vecCountTyConKey
  16939. 3475.20 s [ghcide] vecElemDataConKeys
  16940. 3475.20 s [ghcide] vecElemTyConKey
  16941. 3475.20 s [ghcide] vecRepDataConKey
  16942. 3475.20 s [ghcide] voidArgIdKey
  16943. 3475.20 s [ghcide] voidPrimIdKey
  16944. 3475.20 s [ghcide] voidTyConKey
  16945. 3475.20 s [ghcide] voidTyConName
  16946. 3475.20 s [ghcide] weakPrimTyConKey
  16947. 3475.20 s [ghcide] wildCardKey
  16948. 3475.20 s [ghcide] wildCardName
  16949. 3475.20 s [ghcide] withDictClassKey
  16950. 3475.20 s [ghcide] withDictClassName
  16951. 3475.20 s [ghcide] word16PrimTyConKey
  16952. 3475.20 s [ghcide] word16TyConKey
  16953. 3475.20 s [ghcide] word16TyConName
  16954. 3475.20 s [ghcide] word16X16PrimTyConKey
  16955. 3475.20 s [ghcide] word16X32PrimTyConKey
  16956. 3475.20 s [ghcide] word16X8PrimTyConKey
  16957. 3475.20 s [ghcide] word32PrimTyConKey
  16958. 3475.20 s [ghcide] word32TyConKey
  16959. 3475.20 s [ghcide] word32TyConName
  16960. 3475.20 s [ghcide] word32X16PrimTyConKey
  16961. 3475.20 s [ghcide] word32X4PrimTyConKey
  16962. 3475.20 s [ghcide] word32X8PrimTyConKey
  16963. 3475.20 s [ghcide] word64PrimTyConKey
  16964. 3475.20 s [ghcide] word64TyConKey
  16965. 3475.20 s [ghcide] word64TyConName
  16966. 3475.20 s [ghcide] word64X2PrimTyConKey
  16967. 3475.20 s [ghcide] word64X4PrimTyConKey
  16968. 3475.20 s [ghcide] word64X8PrimTyConKey
  16969. 3475.20 s [ghcide] word8DataConKey
  16970. 3475.20 s [ghcide] word8PrimTyConKey
  16971. 3475.20 s [ghcide] word8TyConKey
  16972. 3475.20 s [ghcide] word8TyConName
  16973. 3475.20 s [ghcide] word8X16PrimTyConKey
  16974. 3475.20 s [ghcide] word8X32PrimTyConKey
  16975. 3475.20 s [ghcide] word8X64PrimTyConKey
  16976. 3475.20 s [ghcide] wordDataConKey
  16977. 3475.20 s [ghcide] wordPrimTyConKey
  16978. 3475.20 s [ghcide] wordTyConKey
  16979. 3475.20 s [ghcide] zeroBitRepTyConKey
  16980. 3475.20 s [ghcide] zeroBitTypeTyConKey
  16981. 3475.20 s [ghcide] zipIdKey
  16982. 3475.20 s [ghcide] zipName
  16983. 3475.20 s [ghcide] zonkAnyTyConKey
  16984. 3475.20 s [ghcide] hasKey
  16985. 3475.20 s [ghcide] cbvFromStrictMark
  16986. 3475.20 s [ghcide] checkDataConTyVars
  16987. 3475.20 s [ghcide] classDataCon
  16988. 3475.20 s [ghcide] dataConBoxer
  16989. 3475.20 s [ghcide] dataConCannotMatch
  16990. 3475.20 s [ghcide] dataConDisplayType
  16991. 3475.20 s [ghcide] dataConImplBangs
  16992. 3475.20 s [ghcide] dataConNonlinearType
  16993. 3475.20 s [ghcide] dataConOrigResTy
  16994. 3475.20 s [ghcide] dataConTagZ
  16995. 3475.20 s [ghcide] dataConUserTyVarsNeedWrapper
  16996. 3475.20 s [ghcide] eqSpecPair
  16997. 3475.20 s [ghcide] eqSpecPreds
  16998. 3475.20 s [ghcide] eqSpecTyVar
  16999. 3475.20 s [ghcide] eqSpecType
  17000. 3475.20 s [ghcide] isBanged
  17001. 3475.20 s [ghcide] isBoxedTupleDataCon
  17002. 3475.20 s [ghcide] isCovertGadtDataCon
  17003. 3475.20 s [ghcide] isMarkedStrict
  17004. 3475.20 s [ghcide] isSrcStrict
  17005. 3475.20 s [ghcide] isSrcUnpacked
  17006. 3475.20 s [ghcide] isTupleDataCon
  17007. 3475.20 s [ghcide] isUnboxedSumDataCon
  17008. 3475.20 s [ghcide] isUnboxedTupleDataCon
  17009. 3475.20 s [ghcide] promoteDataCon
  17010. 3475.20 s [ghcide] DataConEnv
  17011. 3475.20 s [ghcide] StrictnessMark
  17012. 3475.20 s [ghcide] compatibleBranches
  17013. 3475.20 s [ghcide] dataFamInstRepTyCon
  17014. 3475.20 s [ghcide] emptyFamInstEnv
  17015. 3475.20 s [ghcide] extendFamInstEnv
  17016. 3475.20 s [ghcide] extendFamInstEnvList
  17017. 3475.20 s [ghcide] famInstAxiom
  17018. 3475.20 s [ghcide] famInstEnvElts
  17019. 3475.20 s [ghcide] famInstEnvSize
  17020. 3475.20 s [ghcide] famInstRHS
  17021. 3475.20 s [ghcide] famInstRepTyCon_maybe
  17022. 3475.20 s [ghcide] famInstTyCon
  17023. 3475.20 s [ghcide] famInstsRepTyCons
  17024. 3475.20 s [ghcide] familyInstances
  17025. 3475.20 s [ghcide] familyNameInstances
  17026. 3475.20 s [ghcide] isDominatedBy
  17027. 3475.20 s [ghcide] lookupFamInstEnv
  17028. 3475.20 s [ghcide] lookupFamInstEnvByTyCon
  17029. 3475.20 s [ghcide] lookupFamInstEnvConflicts
  17030. 3475.20 s [ghcide] mkBranchedCoAxiom
  17031. 3475.20 s [ghcide] mkCoAxBranch
  17032. 3475.20 s [ghcide] mkImportedFamInst
  17033. 3475.20 s [ghcide] mkLocalFamInst
  17034. 3475.20 s [ghcide] mkSingleCoAxiom
  17035. 3475.20 s [ghcide] mkUnbranchedCoAxiom
  17036. 3475.20 s [ghcide] normaliseTcApp
  17037. 3475.20 s [ghcide] normaliseType
  17038. 3475.20 s [ghcide] orphNamesOfFamInst
  17039. 3475.20 s [ghcide] pprFamInsts
  17040. 3475.20 s [ghcide] reduceTyFamApp_maybe
  17041. 3475.20 s [ghcide] topNormaliseType
  17042. 3475.20 s [ghcide] FamFlavor
  17043. 3475.20 s [ghcide] FamInst
  17044. 3475.20 s [ghcide] FamInstEnv
  17045. 3475.20 s [ghcide] FamInstEnvs
  17046. 3475.20 s [ghcide] FamInstMatch
  17047. 3475.20 s [ghcide] anyLConIsGadt
  17048. 3475.21 s [ghcide] appendGroups
  17049. 3475.21 s [ghcide] countTyClDecls
  17050. 3475.21 s [ghcide] emptyRdrGroup
  17051. 3475.21 s [ghcide] emptyRnGroup
  17052. 3475.21 s [ghcide] famResultKindSignature
  17053. 3475.21 s [ghcide] familyDeclLName
  17054. 3475.21 s [ghcide] familyDeclName
  17055. 3475.21 s [ghcide] flattenRuleDecls
  17056. 3475.21 s [ghcide] getConNames
  17057. 3475.21 s [ghcide] hsConDeclTheta
  17058. 3475.21 s [ghcide] instDeclDataFamInsts
  17059. 3475.21 s [ghcide] ppDataDefnHeader
  17060. 3475.21 s [ghcide] pp_vanilla_decl_head
  17061. 3475.21 s [ghcide] pprDataFamInstFlavour
  17062. 3475.21 s [ghcide] pprFullRuleName
  17063. 3475.21 s [ghcide] pprHsFamInstLHS
  17064. 3475.21 s [ghcide] pprTyClDeclFlavour
  17065. 3475.21 s [ghcide] pprTyFamInstDecl
  17066. 3475.21 s [ghcide] roleAnnotDeclName
  17067. 3475.21 s [ghcide] standaloneKindSigName
  17068. 3475.21 s [ghcide] tcdName
  17069. 3475.21 s [ghcide] tyClDeclLName
  17070. 3475.21 s [ghcide] tyFamInstDeclLName
  17071. 3475.21 s [ghcide] tyFamInstDeclName
  17072. 3475.21 s [ghcide] annProvenanceName_maybe
  17073. 3475.21 s [ghcide] collectRuleBndrSigTys
  17074. 3475.21 s [ghcide] docDeclDoc
  17075. 3475.21 s [ghcide] hsGroupInstDecls
  17076. 3475.21 s [ghcide] tyClDeclTyVars
  17077. 3475.21 s [ghcide] tyClGroupInstDecls
  17078. 3475.21 s [ghcide] tyClGroupKindSigs
  17079. 3475.21 s [ghcide] tyClGroupRoleDecls
  17080. 3475.21 s [ghcide] tyClGroupTyClDecls
  17081. 3475.21 s [ghcide] ActivationAnn
  17082. 3475.21 s [ghcide] AnnClassDecl
  17083. 3475.21 s [ghcide] AnnClsInstDecl
  17084. 3475.21 s [ghcide] AnnConDeclGADT
  17085. 3475.21 s [ghcide] AnnConDeclH98
  17086. 3475.21 s [ghcide] AnnDataDefn
  17087. 3475.21 s [ghcide] AnnDerivDecl
  17088. 3475.21 s [ghcide] AnnFamilyDecl
  17089. 3475.21 s [ghcide] AnnSynDecl
  17090. 3475.21 s [ghcide] DataDeclRn
  17091. 3475.21 s [ghcide] HsRuleAnn
  17092. 3475.21 s [ghcide] HsRuleRn
  17093. 3475.21 s [ghcide] XViaStrategyPs
  17094. 3475.21 s [ghcide] CImportSpec
  17095. 3475.21 s [ghcide] FamilyInfo
  17096. 3475.21 s [ghcide] ForeignExport
  17097. 3475.21 s [ghcide] ForeignImport
  17098. 3475.21 s [ghcide] XFunDep
  17099. 3475.21 s [ghcide] LDerivClauseTys
  17100. 3475.21 s [ghcide] LHsDecl
  17101. 3475.21 s [ghcide] LHsDerivingClause
  17102. 3475.21 s [ghcide] LHsFunDep
  17103. 3475.21 s [ghcide] StandaloneKindSig
  17104. 3475.21 s [ghcide] mkHsAppKindTy
  17105. 3475.21 s [ghcide] mkHsAppTy
  17106. 3475.21 s [ghcide] collectHsValBinders
  17107. 3475.21 s [ghcide] collectLStmtBinders
  17108. 3475.21 s [ghcide] collectLStmtsBinders
  17109. 3475.21 s [ghcide] collectLocalBinders
  17110. 3475.21 s [ghcide] collectPatBinders
  17111. 3475.21 s [ghcide] collectPatsBinders
  17112. 3475.21 s [ghcide] collectStmtBinders
  17113. 3475.21 s [ghcide] collectStmtsBinders
  17114. 3475.21 s [ghcide] emptyRecStmt
  17115. 3475.21 s [ghcide] emptyRecStmtId
  17116. 3475.21 s [ghcide] emptyRecStmtName
  17117. 3475.21 s [ghcide] emptyTransStmt
  17118. 3475.21 s [ghcide] getPatSynBinds
  17119. 3475.21 s [ghcide] hsGroupBinders
  17120. 3475.21 s [ghcide] hsTyClForeignBinders
  17121. 3475.21 s [ghcide] hsValBindsImplicits
  17122. 3475.21 s [ghcide] isUnliftedHsBinds
  17123. 3475.21 s [ghcide] lHsRecFieldsImplicits
  17124. 3475.21 s [ghcide] lStmtsImplicits
  17125. 3475.21 s [ghcide] missingTupArg
  17126. 3475.21 s [ghcide] mkBigLHsPatTup
  17127. 3475.21 s [ghcide] mkBigLHsTup
  17128. 3475.21 s [ghcide] mkBodyStmt
  17129. 3475.21 s [ghcide] mkConLikeTc
  17130. 3475.21 s [ghcide] mkGroupByUsingStmt
  17131. 3475.21 s [ghcide] mkGroupUsingStmt
  17132. 3475.21 s [ghcide] mkHsApp
  17133. 3475.21 s [ghcide] mkHsAppType
  17134. 3475.21 s [ghcide] mkHsAppTypes
  17135. 3475.21 s [ghcide] mkHsAppWith
  17136. 3475.21 s [ghcide] mkHsApps
  17137. 3475.21 s [ghcide] mkHsAppsWith
  17138. 3475.21 s [ghcide] mkHsCharPrimLit
  17139. 3475.21 s [ghcide] mkHsCmdIf
  17140. 3475.21 s [ghcide] mkHsCmdWrap
  17141. 3475.21 s [ghcide] mkHsComp
  17142. 3475.21 s [ghcide] mkHsCompAnns
  17143. 3475.21 s [ghcide] mkHsDictLet
  17144. 3475.21 s [ghcide] mkHsDo
  17145. 3475.21 s [ghcide] mkHsDoAnns
  17146. 3475.21 s [ghcide] mkHsFractional
  17147. 3475.21 s [ghcide] mkHsIf
  17148. 3475.21 s [ghcide] mkHsIntegral
  17149. 3475.21 s [ghcide] mkHsIsString
  17150. 3475.21 s [ghcide] mkHsLam
  17151. 3475.21 s [ghcide] mkHsLams
  17152. 3475.21 s [ghcide] mkHsSigEnv
  17153. 3475.21 s [ghcide] mkHsString
  17154. 3475.21 s [ghcide] mkHsStringFS
  17155. 3475.21 s [ghcide] mkHsStringPrimLit
  17156. 3475.21 s [ghcide] mkHsSyntaxApps
  17157. 3475.21 s [ghcide] mkHsVarBind
  17158. 3475.21 s [ghcide] mkHsWrap
  17159. 3475.21 s [ghcide] mkHsWrapCo
  17160. 3475.21 s [ghcide] mkHsWrapCoR
  17161. 3475.21 s [ghcide] mkHsWrapPat
  17162. 3475.21 s [ghcide] mkHsWrapPatCo
  17163. 3475.21 s [ghcide] mkLHsCmdWrap
  17164. 3475.21 s [ghcide] mkLHsTupleExpr
  17165. 3475.21 s [ghcide] mkLHsVarTuple
  17166. 3475.21 s [ghcide] mkLHsWrap
  17167. 3475.21 s [ghcide] mkLHsWrapCo
  17168. 3475.21 s [ghcide] mkLHsWrapPat
  17169. 3475.21 s [ghcide] mkLamCaseMatchGroup
  17170. 3475.21 s [ghcide] mkLastStmt
  17171. 3475.21 s [ghcide] mkLetStmt
  17172. 3475.21 s [ghcide] mkLocatedList
  17173. 3475.21 s [ghcide] mkMatch
  17174. 3475.21 s [ghcide] mkMatchGroup
  17175. 3475.21 s [ghcide] mkNPat
  17176. 3475.21 s [ghcide] mkNPlusKPat
  17177. 3475.21 s [ghcide] mkParPat
  17178. 3475.21 s [ghcide] mkPatSynBind
  17179. 3475.21 s [ghcide] mkPsBindStmt
  17180. 3475.21 s [ghcide] mkRecStmt
  17181. 3475.21 s [ghcide] mkRnBindStmt
  17182. 3475.21 s [ghcide] mkSimpleMatch
  17183. 3475.21 s [ghcide] mkTcBindStmt
  17184. 3475.21 s [ghcide] mkTransformByStmt
  17185. 3475.21 s [ghcide] mkTransformStmt
  17186. 3475.21 s [ghcide] mkVarBind
  17187. 3475.21 s [ghcide] nlConPat
  17188. 3475.21 s [ghcide] nlConPatName
  17189. 3475.21 s [ghcide] nlConVarPat
  17190. 3475.21 s [ghcide] nlConVarPatName
  17191. 3475.21 s [ghcide] nlHsApp
  17192. 3475.21 s [ghcide] nlHsAppKindTy
  17193. 3475.21 s [ghcide] nlHsAppTy
  17194. 3475.21 s [ghcide] nlHsApps
  17195. 3475.21 s [ghcide] nlHsCase
  17196. 3475.21 s [ghcide] nlHsDo
  17197. 3475.21 s [ghcide] nlHsFunTy
  17198. 3475.21 s [ghcide] nlHsIf
  17199. 3475.21 s [ghcide] nlHsIntLit
  17200. 3475.21 s [ghcide] nlHsLam
  17201. 3475.21 s [ghcide] nlHsLit
  17202. 3475.21 s [ghcide] nlHsOpApp
  17203. 3475.21 s [ghcide] nlHsPar
  17204. 3475.21 s [ghcide] nlHsParTy
  17205. 3475.21 s [ghcide] nlHsSyntaxApps
  17206. 3475.21 s [ghcide] nlHsTyApp
  17207. 3475.21 s [ghcide] nlHsTyApps
  17208. 3475.21 s [ghcide] nlHsTyConApp
  17209. 3475.21 s [ghcide] nlHsTyVar
  17210. 3475.21 s [ghcide] nlHsVar
  17211. 3475.21 s [ghcide] nlHsVarApps
  17212. 3475.21 s [ghcide] nlInfixConPat
  17213. 3475.21 s [ghcide] nlList
  17214. 3475.21 s [ghcide] nlLitPat
  17215. 3475.21 s [ghcide] nlNullaryConPat
  17216. 3475.21 s [ghcide] nlParPat
  17217. 3475.21 s [ghcide] nlTuplePat
  17218. 3475.21 s [ghcide] nlVarPat
  17219. 3475.21 s [ghcide] nlWildConPat
  17220. 3475.21 s [ghcide] nl_HsVar
  17221. 3475.21 s [ghcide] unguardedGRHSs
  17222. 3475.21 s [ghcide] unguardedRHS
  17223. 3475.21 s [ghcide] unitRecStmtTc
  17224. 3475.21 s [ghcide] TyDeclBinders
  17225. 3475.21 s [ghcide] isCompleteMatchSig
  17226. 3475.21 s [ghcide] isFixityLSig
  17227. 3475.21 s [ghcide] isInlineLSig
  17228. 3475.21 s [ghcide] isMinimalLSig
  17229. 3475.21 s [ghcide] isPragLSig
  17230. 3475.21 s [ghcide] isSCCFunSig
  17231. 3475.21 s [ghcide] isSpecInstLSig
  17232. 3475.21 s [ghcide] isSpecLSig
  17233. 3475.21 s [ghcide] isTypeLSig
  17234. 3475.21 s [ghcide] annProvenanceName_maybe
  17235. 3475.21 s [ghcide] collectRuleBndrSigTys
  17236. 3475.21 s [ghcide] dataDefnConsNewOrData
  17237. 3475.21 s [ghcide] docDeclDoc
  17238. 3475.21 s [ghcide] familyInfoTyConFlavour
  17239. 3475.21 s [ghcide] hsGroupInstDecls
  17240. 3475.21 s [ghcide] tyClDeclTyVars
  17241. 3475.21 s [ghcide] tyClGroupInstDecls
  17242. 3475.21 s [ghcide] tyClGroupKindSigs
  17243. 3475.21 s [ghcide] tyClGroupRoleDecls
  17244. 3475.21 s [ghcide] tyClGroupTyClDecls
  17245. 3475.21 s [ghcide] isComprehensionContext
  17246. 3475.21 s [ghcide] isDoComprehensionContext
  17247. 3475.21 s [ghcide] isInfixMatch
  17248. 3475.21 s [ghcide] isMonadCompContext
  17249. 3475.21 s [ghcide] isMonadDoCompContext
  17250. 3475.21 s [ghcide] isMonadDoStmtContext
  17251. 3475.21 s [ghcide] isPatSynCtxt
  17252. 3475.21 s [ghcide] qualifiedDoModuleName_maybe
  17253. 3475.21 s [ghcide] mkModuleName
  17254. 3475.21 s [ghcide] mkModuleNameFS
  17255. 3475.21 s [ghcide] moduleNameFS
  17256. 3475.21 s [ghcide] moduleNameString
  17257. 3475.21 s [ghcide] parseModuleName
  17258. 3475.22 s [ghcide] hsConPatArgs
  17259. 3475.22 s [ghcide] hsConPatTyArgs
  17260. 3475.22 s [ghcide] hsRecFieldSel
  17261. 3475.22 s [ghcide] hsRecFields
  17262. 3475.22 s [ghcide] hsRecFieldsArgs
  17263. 3475.22 s [ghcide] isInvisArgPat
  17264. 3475.22 s [ghcide] isVisArgPat
  17265. 3475.22 s [ghcide] hsIPNameFS
  17266. 3475.22 s [ghcide] hsMult
  17267. 3475.22 s [ghcide] hsPatSigType
  17268. 3475.22 s [ghcide] hsQTvExplicit
  17269. 3475.22 s [ghcide] hsScaledThing
  17270. 3475.22 s [ghcide] isHsBndrInvisible
  17271. 3475.22 s [ghcide] isHsBndrWildCard
  17272. 3475.22 s [ghcide] isPromoted
  17273. 3475.22 s [ghcide] mapHsOuterImplicit
  17274. 3475.22 s [ghcide] LHsLocalBindsLR
  17275. 3475.22 s [ghcide] XMultAnn
  17276. 3475.22 s [ghcide] XNoMultAnn
  17277. 3475.22 s [ghcide] XPct1Ann
  17278. 3475.22 s [ghcide] XXMultAnn
  17279. 3475.22 s [ghcide] CImportSpec
  17280. 3475.22 s [ghcide] FamilyInfo
  17281. 3475.22 s [ghcide] ForeignExport
  17282. 3475.22 s [ghcide] ForeignImport
  17283. 3475.22 s [ghcide] XFunDep
  17284. 3475.22 s [ghcide] LDerivClauseTys
  17285. 3475.22 s [ghcide] LHsDecl
  17286. 3475.22 s [ghcide] LHsDerivingClause
  17287. 3475.22 s [ghcide] LHsFunDep
  17288. 3475.22 s [ghcide] StandaloneKindSig
  17289. 3475.22 s [ghcide] XPrefixConGADT
  17290. 3475.22 s [ghcide] XRecConGADT
  17291. 3475.22 s [ghcide] XXConDeclGADTDetails
  17292. 3475.22 s [ghcide] DotFieldOcc
  17293. 3475.22 s [ghcide] FieldLabelStrings
  17294. 3475.22 s [ghcide] HsDoFlavour
  17295. 3475.22 s [ghcide] LHsRecProj
  17296. 3475.22 s [ghcide] LHsRecUpdProj
  17297. 3475.22 s [ghcide] Match
  17298. 3475.22 s [ghcide] MatchGroup
  17299. 3475.22 s [ghcide] RecProj
  17300. 3475.22 s [ghcide] RecUpdProj
  17301. 3475.22 s [ghcide] StmtLR
  17302. 3475.22 s [ghcide] TransForm
  17303. 3475.22 s [ghcide] Anno
  17304. 3475.22 s [ghcide] DataConCantHappen
  17305. 3475.22 s [ghcide] ImportDeclPkgQual
  17306. 3475.22 s [ghcide] LIdP
  17307. 3475.22 s [ghcide] XAnnD
  17308. 3475.22 s [ghcide] XAnyClassStrategy
  17309. 3475.22 s [ghcide] XApp
  17310. 3475.22 s [ghcide] XAppKindTy
  17311. 3475.22 s [ghcide] XAppTy
  17312. 3475.22 s [ghcide] XAppTypeE
  17313. 3475.22 s [ghcide] XArithSeq
  17314. 3475.22 s [ghcide] XAsPat
  17315. 3475.22 s [ghcide] XBangPat
  17316. 3475.22 s [ghcide] XBangTy
  17317. 3475.22 s [ghcide] XBinTick
  17318. 3475.22 s [ghcide] XBindStmt
  17319. 3475.22 s [ghcide] XBodyStmt
  17320. 3475.22 s [ghcide] XCClsInstDecl
  17321. 3475.22 s [ghcide] XCDefaultDecl
  17322. 3475.22 s [ghcide] XCDerivDecl
  17323. 3475.22 s [ghcide] XCDotFieldOcc
  17324. 3475.22 s [ghcide] XCExport
  17325. 3475.22 s [ghcide] XCFamEqn
  17326. 3475.22 s [ghcide] XCFamilyDecl
  17327. 3475.22 s [ghcide] XCFieldOcc
  17328. 3475.22 s [ghcide] XCFunDep
  17329. 3475.22 s [ghcide] XCGRHS
  17330. 3475.22 s [ghcide] XCGRHSs
  17331. 3475.22 s [ghcide] XCHsDataDefn
  17332. 3475.22 s [ghcide] XCHsDerivingClause
  17333. 3475.22 s [ghcide] XCHsGroup
  17334. 3475.22 s [ghcide] XCIPBind
  17335. 3475.22 s [ghcide] XCImport
  17336. 3475.22 s [ghcide] XCImportDecl
  17337. 3475.22 s [ghcide] XCInjectivityAnn
  17338. 3475.22 s [ghcide] XCKindSig
  17339. 3475.22 s [ghcide] XCMatch
  17340. 3475.22 s [ghcide] XCModule
  17341. 3475.22 s [ghcide] XCRoleAnnotDecl
  17342. 3475.22 s [ghcide] XCRuleBndr
  17343. 3475.22 s [ghcide] XCRuleDecls
  17344. 3475.22 s [ghcide] XCTyClGroup
  17345. 3475.22 s [ghcide] XCTyFamInstDecl
  17346. 3475.22 s [ghcide] XCase
  17347. 3475.22 s [ghcide] XCharTy
  17348. 3475.22 s [ghcide] XClassDecl
  17349. 3475.22 s [ghcide] XClassOpSig
  17350. 3475.22 s [ghcide] XClsInstD
  17351. 3475.22 s [ghcide] XCmdApp
  17352. 3475.22 s [ghcide] XCmdArrApp
  17353. 3475.22 s [ghcide] XCmdArrForm
  17354. 3475.22 s [ghcide] XCmdCase
  17355. 3475.22 s [ghcide] XCmdDo
  17356. 3475.22 s [ghcide] XCmdIf
  17357. 3475.22 s [ghcide] XCmdLam
  17358. 3475.22 s [ghcide] XCmdLamCase
  17359. 3475.22 s [ghcide] XCmdLet
  17360. 3475.22 s [ghcide] XCmdPar
  17361. 3475.22 s [ghcide] XCmdTop
  17362. 3475.22 s [ghcide] XCmdWrap
  17363. 3475.22 s [ghcide] XCoPat
  17364. 3475.22 s [ghcide] XCompleteMatchSig
  17365. 3475.22 s [ghcide] XConDeclField
  17366. 3475.22 s [ghcide] XConDeclGADT
  17367. 3475.22 s [ghcide] XConDeclH98
  17368. 3475.22 s [ghcide] XConPat
  17369. 3475.22 s [ghcide] XDataDecl
  17370. 3475.22 s [ghcide] XDataFamInstD
  17371. 3475.22 s [ghcide] XDctMulti
  17372. 3475.22 s [ghcide] XDctSingle
  17373. 3475.22 s [ghcide] XDecBrG
  17374. 3475.22 s [ghcide] XDecBrL
  17375. 3475.22 s [ghcide] XDefD
  17376. 3475.22 s [ghcide] XDerivD
  17377. 3475.22 s [ghcide] XDo
  17378. 3475.22 s [ghcide] XDocD
  17379. 3475.22 s [ghcide] XDocTy
  17380. 3475.22 s [ghcide] XEmbTy
  17381. 3475.22 s [ghcide] XEmbTyPat
  17382. 3475.22 s [ghcide] XEmptyLocalBinds
  17383. 3475.22 s [ghcide] XExpBr
  17384. 3475.22 s [ghcide] XExplicitList
  17385. 3475.22 s [ghcide] XExplicitListTy
  17386. 3475.22 s [ghcide] XExplicitSum
  17387. 3475.22 s [ghcide] XExplicitTuple
  17388. 3475.22 s [ghcide] XExplicitTupleTy
  17389. 3475.22 s [ghcide] XExprWithTySig
  17390. 3475.22 s [ghcide] XFamDecl
  17391. 3475.22 s [ghcide] XFixSig
  17392. 3475.22 s [ghcide] XFixitySig
  17393. 3475.22 s [ghcide] XForAll
  17394. 3475.22 s [ghcide] XForAllTy
  17395. 3475.22 s [ghcide] XForD
  17396. 3475.22 s [ghcide] XForeignExport
  17397. 3475.22 s [ghcide] XForeignImport
  17398. 3475.22 s [ghcide] XFunArr
  17399. 3475.22 s [ghcide] XFunBind
  17400. 3475.22 s [ghcide] XFunRhs
  17401. 3475.22 s [ghcide] XFunTy
  17402. 3475.22 s [ghcide] XGetField
  17403. 3475.22 s [ghcide] XHsAnnotation
  17404. 3475.22 s [ghcide] XHsChar
  17405. 3475.22 s [ghcide] XHsCharPrim
  17406. 3475.22 s [ghcide] XHsDoublePrim
  17407. 3475.22 s [ghcide] XHsFieldBind
  17408. 3475.22 s [ghcide] XHsFloatPrim
  17409. 3475.22 s [ghcide] XHsForAllInvis
  17410. 3475.22 s [ghcide] XHsForAllVis
  17411. 3475.22 s [ghcide] XHsIPBinds
  17412. 3475.22 s [ghcide] XHsInt
  17413. 3475.22 s [ghcide] XHsInt16Prim
  17414. 3475.22 s [ghcide] XHsInt32Prim
  17415. 3475.22 s [ghcide] XHsInt64Prim
  17416. 3475.22 s [ghcide] XHsInt8Prim
  17417. 3475.22 s [ghcide] XHsIntPrim
  17418. 3475.22 s [ghcide] XHsInteger
  17419. 3475.22 s [ghcide] XHsMultilineString
  17420. 3475.22 s [ghcide] XHsOuterExplicit
  17421. 3475.22 s [ghcide] XHsOuterImplicit
  17422. 3475.22 s [ghcide] XHsPS
  17423. 3475.22 s [ghcide] XHsQTvs
  17424. 3475.22 s [ghcide] XHsRat
  17425. 3475.22 s [ghcide] XHsRule
  17426. 3475.22 s [ghcide] XHsSig
  17427. 3475.22 s [ghcide] XHsString
  17428. 3475.22 s [ghcide] XHsStringPrim
  17429. 3475.22 s [ghcide] XHsTP
  17430. 3475.22 s [ghcide] XHsValBinds
  17431. 3475.22 s [ghcide] XHsWC
  17432. 3475.22 s [ghcide] XHsWord16Prim
  17433. 3475.22 s [ghcide] XHsWord32Prim
  17434. 3475.22 s [ghcide] XHsWord64Prim
  17435. 3475.22 s [ghcide] XHsWord8Prim
  17436. 3475.22 s [ghcide] XHsWordPrim
  17437. 3475.22 s [ghcide] XIEDefault
  17438. 3475.22 s [ghcide] XIEDoc
  17439. 3475.22 s [ghcide] XIEDocNamed
  17440. 3475.22 s [ghcide] XIEGroup
  17441. 3475.22 s [ghcide] XIEModuleContents
  17442. 3475.22 s [ghcide] XIEName
  17443. 3475.22 s [ghcide] XIEPattern
  17444. 3475.22 s [ghcide] XIEThingAbs
  17445. 3475.22 s [ghcide] XIEThingAll
  17446. 3475.22 s [ghcide] XIEThingWith
  17447. 3475.22 s [ghcide] XIEType
  17448. 3475.22 s [ghcide] XIEVar
  17449. 3475.22 s [ghcide] XIPBinds
  17450. 3475.22 s [ghcide] XIPVar
  17451. 3475.22 s [ghcide] XIParamTy
  17452. 3475.22 s [ghcide] XIdSig
  17453. 3475.22 s [ghcide] XIf
  17454. 3475.22 s [ghcide] XInlineSig
  17455. 3475.22 s [ghcide] XInstD
  17456. 3475.22 s [ghcide] XInvisPat
  17457. 3475.22 s [ghcide] XKindSig
  17458. 3475.22 s [ghcide] XKindSigD
  17459. 3475.22 s [ghcide] XLHsOLRecUpdLabels
  17460. 3475.22 s [ghcide] XLHsRecUpdLabels
  17461. 3475.22 s [ghcide] XLam
  17462. 3475.22 s [ghcide] XLamCase
  17463. 3475.22 s [ghcide] XLastStmt
  17464. 3475.22 s [ghcide] XLazyPat
  17465. 3475.22 s [ghcide] XLet
  17466. 3475.22 s [ghcide] XLetStmt
  17467. 3475.22 s [ghcide] XListPat
  17468. 3475.22 s [ghcide] XListTy
  17469. 3475.22 s [ghcide] XLitE
  17470. 3475.22 s [ghcide] XLitPat
  17471. 3475.22 s [ghcide] XMG
  17472. 3475.22 s [ghcide] XMinimalSig
  17473. 3475.22 s [ghcide] XMissing
  17474. 3475.22 s [ghcide] XMultiIf
  17475. 3475.22 s [ghcide] XNPat
  17476. 3475.23 s [ghcide] XNPlusKPat
  17477. 3475.23 s [ghcide] XNegApp
  17478. 3475.23 s [ghcide] XNewtypeStrategy
  17479. 3475.23 s [ghcide] XNoSig
  17480. 3475.23 s [ghcide] XNumTy
  17481. 3475.23 s [ghcide] XOpApp
  17482. 3475.23 s [ghcide] XOpTy
  17483. 3475.23 s [ghcide] XOrPat
  17484. 3475.23 s [ghcide] XOverLabel
  17485. 3475.23 s [ghcide] XOverLit
  17486. 3475.23 s [ghcide] XOverLitE
  17487. 3475.23 s [ghcide] XPSB
  17488. 3475.23 s [ghcide] XPar
  17489. 3475.23 s [ghcide] XParPat
  17490. 3475.23 s [ghcide] XParStmt
  17491. 3475.23 s [ghcide] XParStmtBlock
  17492. 3475.23 s [ghcide] XParTy
  17493. 3475.23 s [ghcide] XPatBind
  17494. 3475.23 s [ghcide] XPatBr
  17495. 3475.23 s [ghcide] XPatSynBind
  17496. 3475.23 s [ghcide] XPatSynSig
  17497. 3475.23 s [ghcide] XPragE
  17498. 3475.23 s [ghcide] XPresent
  17499. 3475.23 s [ghcide] XProc
  17500. 3475.23 s [ghcide] XProjection
  17501. 3475.23 s [ghcide] XQual
  17502. 3475.23 s [ghcide] XQualTy
  17503. 3475.23 s [ghcide] XQuasiQuote
  17504. 3475.23 s [ghcide] XRecSel
  17505. 3475.23 s [ghcide] XRecStmt
  17506. 3475.23 s [ghcide] XRecTy
  17507. 3475.23 s [ghcide] XRecordCon
  17508. 3475.23 s [ghcide] XRecordUpd
  17509. 3475.23 s [ghcide] XRoleAnnotD
  17510. 3475.23 s [ghcide] XRuleBndrSig
  17511. 3475.23 s [ghcide] XRuleD
  17512. 3475.23 s [ghcide] XSCC
  17513. 3475.23 s [ghcide] XSCCFunSig
  17514. 3475.23 s [ghcide] XSectionL
  17515. 3475.23 s [ghcide] XSectionR
  17516. 3475.23 s [ghcide] XSigD
  17517. 3475.23 s [ghcide] XSigPat
  17518. 3475.23 s [ghcide] XSpecInstSig
  17519. 3475.23 s [ghcide] XSpecSig
  17520. 3475.23 s [ghcide] XSpliceD
  17521. 3475.23 s [ghcide] XSpliceDecl
  17522. 3475.23 s [ghcide] XSplicePat
  17523. 3475.23 s [ghcide] XSpliceTy
  17524. 3475.23 s [ghcide] XStandaloneKindSig
  17525. 3475.23 s [ghcide] XStarTy
  17526. 3475.23 s [ghcide] XStatic
  17527. 3475.23 s [ghcide] XStockStrategy
  17528. 3475.23 s [ghcide] XStrTy
  17529. 3475.23 s [ghcide] XSumPat
  17530. 3475.23 s [ghcide] XSumTy
  17531. 3475.23 s [ghcide] XSynDecl
  17532. 3475.23 s [ghcide] XTick
  17533. 3475.23 s [ghcide] XTransStmt
  17534. 3475.23 s [ghcide] XTuplePat
  17535. 3475.23 s [ghcide] XTupleTy
  17536. 3475.23 s [ghcide] XTyClD
  17537. 3475.23 s [ghcide] XTyFamInstD
  17538. 3475.23 s [ghcide] XTyLit
  17539. 3475.23 s [ghcide] XTyVar
  17540. 3475.23 s [ghcide] XTyVarBndr
  17541. 3475.23 s [ghcide] XTyVarSig
  17542. 3475.23 s [ghcide] XTypBr
  17543. 3475.23 s [ghcide] XTypeSig
  17544. 3475.23 s [ghcide] XTypedBracket
  17545. 3475.23 s [ghcide] XTypedSplice
  17546. 3475.23 s [ghcide] XUnboundVar
  17547. 3475.23 s [ghcide] XUntypedBracket
  17548. 3475.23 s [ghcide] XUntypedSplice
  17549. 3475.23 s [ghcide] XUntypedSpliceExpr
  17550. 3475.23 s [ghcide] XValBinds
  17551. 3475.23 s [ghcide] XValD
  17552. 3475.23 s [ghcide] XVar
  17553. 3475.23 s [ghcide] XVarBind
  17554. 3475.23 s [ghcide] XVarBr
  17555. 3475.23 s [ghcide] XVarPat
  17556. 3475.23 s [ghcide] XViaStrategy
  17557. 3475.23 s [ghcide] XViewPat
  17558. 3475.23 s [ghcide] XWarning
  17559. 3475.23 s [ghcide] XWarningD
  17560. 3475.23 s [ghcide] XWarnings
  17561. 3475.23 s [ghcide] XWildCardTy
  17562. 3475.23 s [ghcide] XWildPat
  17563. 3475.23 s [ghcide] XXAnnDecl
  17564. 3475.23 s [ghcide] XXClsInstDecl
  17565. 3475.23 s [ghcide] XXCmd
  17566. 3475.23 s [ghcide] XXCmdTop
  17567. 3475.23 s [ghcide] XXConDecl
  17568. 3475.23 s [ghcide] XXConDeclField
  17569. 3475.23 s [ghcide] XXDefaultDecl
  17570. 3475.23 s [ghcide] XXDerivClauseTys
  17571. 3475.23 s [ghcide] XXDerivDecl
  17572. 3475.23 s [ghcide] XXDotFieldOcc
  17573. 3475.23 s [ghcide] XXExpr
  17574. 3475.23 s [ghcide] XXFamEqn
  17575. 3475.23 s [ghcide] XXFamilyDecl
  17576. 3475.23 s [ghcide] XXFamilyResultSig
  17577. 3475.23 s [ghcide] XXFieldOcc
  17578. 3475.23 s [ghcide] XXFixitySig
  17579. 3475.23 s [ghcide] XXForeignDecl
  17580. 3475.23 s [ghcide] XXForeignExport
  17581. 3475.23 s [ghcide] XXForeignImport
  17582. 3475.23 s [ghcide] XXFunDep
  17583. 3475.23 s [ghcide] XXGRHS
  17584. 3475.23 s [ghcide] XXGRHSs
  17585. 3475.23 s [ghcide] XXHsBindsLR
  17586. 3475.23 s [ghcide] XXHsDataDefn
  17587. 3475.23 s [ghcide] XXHsDecl
  17588. 3475.23 s [ghcide] XXHsDerivingClause
  17589. 3475.23 s [ghcide] XXHsForAllTelescope
  17590. 3475.23 s [ghcide] XXHsGroup
  17591. 3475.23 s [ghcide] XXHsIPBinds
  17592. 3475.23 s [ghcide] XXHsLocalBindsLR
  17593. 3475.23 s [ghcide] XXHsOuterTyVarBndrs
  17594. 3475.23 s [ghcide] XXHsPatSigType
  17595. 3475.23 s [ghcide] XXHsSigType
  17596. 3475.23 s [ghcide] XXHsTyPat
  17597. 3475.23 s [ghcide] XXHsWildCardBndrs
  17598. 3475.23 s [ghcide] XXIE
  17599. 3475.23 s [ghcide] XXIEWrappedName
  17600. 3475.23 s [ghcide] XXIPBind
  17601. 3475.23 s [ghcide] XXImportDecl
  17602. 3475.23 s [ghcide] XXInjectivityAnn
  17603. 3475.23 s [ghcide] XXInstDecl
  17604. 3475.23 s [ghcide] XXLHsQTyVars
  17605. 3475.23 s [ghcide] XXLit
  17606. 3475.23 s [ghcide] XXMatch
  17607. 3475.23 s [ghcide] XXMatchGroup
  17608. 3475.23 s [ghcide] XXModule
  17609. 3475.23 s [ghcide] XXOverLit
  17610. 3475.23 s [ghcide] XXParStmtBlock
  17611. 3475.23 s [ghcide] XXPat
  17612. 3475.23 s [ghcide] XXPatSynBind
  17613. 3475.23 s [ghcide] XXPragE
  17614. 3475.23 s [ghcide] XXQuote
  17615. 3475.23 s [ghcide] XXRoleAnnotDecl
  17616. 3475.23 s [ghcide] XXRuleBndr
  17617. 3475.23 s [ghcide] XXRuleDecl
  17618. 3475.23 s [ghcide] XXRuleDecls
  17619. 3475.23 s [ghcide] XXSig
  17620. 3475.23 s [ghcide] XXSpliceDecl
  17621. 3475.23 s [ghcide] XXStandaloneKindSig
  17622. 3475.23 s [ghcide] XXStmtLR
  17623. 3475.23 s [ghcide] XXTupArg
  17624. 3475.23 s [ghcide] XXTyClDecl
  17625. 3475.23 s [ghcide] XXTyClGroup
  17626. 3475.23 s [ghcide] XXTyFamInstDecl
  17627. 3475.23 s [ghcide] XXTyLit
  17628. 3475.23 s [ghcide] XXTyVarBndr
  17629. 3475.23 s [ghcide] XXType
  17630. 3475.23 s [ghcide] XXUntypedSplice
  17631. 3475.23 s [ghcide] XXValBindsLR
  17632. 3475.23 s [ghcide] XXWarnDecl
  17633. 3475.23 s [ghcide] XXWarnDecls
  17634. 3475.23 s [ghcide] ConLikeP
  17635. 3475.23 s [ghcide] LPat
  17636. 3475.23 s [ghcide] XConPatTyArg
  17637. 3475.23 s [ghcide] XHsRecFields
  17638. 3475.23 s [ghcide] HsArrow
  17639. 3475.23 s [ghcide] HsBndrKind
  17640. 3475.23 s [ghcide] HsBndrVar
  17641. 3475.23 s [ghcide] HsBndrVis
  17642. 3475.23 s [ghcide] HsTyPat
  17643. 3475.23 s [ghcide] LHsTyPat
  17644. 3475.23 s [ghcide] LHsTypeArg
  17645. 3475.23 s [ghcide] XArgPar
  17646. 3475.23 s [ghcide] XBndrInvisible
  17647. 3475.23 s [ghcide] XBndrKind
  17648. 3475.23 s [ghcide] XBndrNoKind
  17649. 3475.23 s [ghcide] XBndrRequired
  17650. 3475.23 s [ghcide] XBndrVar
  17651. 3475.23 s [ghcide] XBndrWildCard
  17652. 3475.23 s [ghcide] XExplicitMult
  17653. 3475.23 s [ghcide] XLinearArrow
  17654. 3475.23 s [ghcide] XTypeArg
  17655. 3475.23 s [ghcide] XUnrestrictedArrow
  17656. 3475.23 s [ghcide] XValArg
  17657. 3475.23 s [ghcide] XXArg
  17658. 3475.23 s [ghcide] XXArrow
  17659. 3475.23 s [ghcide] XXBndrKind
  17660. 3475.23 s [ghcide] XXBndrVar
  17661. 3475.23 s [ghcide] XXBndrVis
  17662. 3475.23 s [ghcide] collectHsWrapBinders
  17663. 3475.23 s [ghcide] emptyEvBindMap
  17664. 3475.23 s [ghcide] emptyTcEvBinds
  17665. 3475.23 s [ghcide] evBindMapBinds
  17666. 3475.23 s [ghcide] evBindMapToVarSet
  17667. 3475.23 s [ghcide] evBindVar
  17668. 3475.23 s [ghcide] evCoercion
  17669. 3475.23 s [ghcide] evDFunApp
  17670. 3475.23 s [ghcide] evDataConApp
  17671. 3475.23 s [ghcide] evSelector
  17672. 3475.23 s [ghcide] evTermCoercion
  17673. 3475.23 s [ghcide] evTermCoercion_maybe
  17674. 3475.23 s [ghcide] evTypeable
  17675. 3475.23 s [ghcide] evVarsOfTerm
  17676. 3475.23 s [ghcide] extendEvBinds
  17677. 3475.23 s [ghcide] filterEvBindMap
  17678. 3475.23 s [ghcide] findNeededEvVars
  17679. 3475.23 s [ghcide] foldEvBindMap
  17680. 3475.23 s [ghcide] idHsWrapper
  17681. 3475.23 s [ghcide] isCoEvBindsVar
  17682. 3475.23 s [ghcide] isEmptyEvBindMap
  17683. 3475.23 s [ghcide] isEmptyTcEvBinds
  17684. 3475.23 s [ghcide] isIdHsWrapper
  17685. 3475.23 s [ghcide] lookupEvBind
  17686. 3475.23 s [ghcide] mkEvCast
  17687. 3475.23 s [ghcide] mkEvScSelectors
  17688. 3475.23 s [ghcide] mkGivenEvBind
  17689. 3475.23 s [ghcide] mkWantedEvBind
  17690. 3475.23 s [ghcide] mkWpCastN
  17691. 3475.23 s [ghcide] mkWpCastR
  17692. 3475.23 s [ghcide] mkWpEta
  17693. 3475.23 s [ghcide] mkWpEvApps
  17694. 3475.23 s [ghcide] mkWpEvLams
  17695. 3475.23 s [ghcide] mkWpEvVarApps
  17696. 3475.23 s [ghcide] mkWpForAllCast
  17697. 3475.23 s [ghcide] mkWpLet
  17698. 3475.23 s [ghcide] mkWpTyApps
  17699. 3475.23 s [ghcide] mkWpTyLams
  17700. 3475.23 s [ghcide] nonDetStrictFoldEvBindMap
  17701. 3475.23 s [ghcide] pprHsWrapper
  17702. 3475.23 s [ghcide] quoteWrapperTyVarTy
  17703. 3475.23 s [ghcide] varSetMinusEvBindMap
  17704. 3475.23 s [ghcide] pickLR
  17705. 3475.23 s [ghcide] EvBind
  17706. 3475.23 s [ghcide] EvBindInfo
  17707. 3475.23 s [ghcide] EvBindMap
  17708. 3475.23 s [ghcide] EvBindsVar
  17709. 3475.23 s [ghcide] EvExpr
  17710. 3475.23 s [ghcide] EvTerm
  17711. 3475.23 s [ghcide] HsWrapper
  17712. 3475.23 s [ghcide] MultiplicityCheckCoercions
  17713. 3475.23 s [ghcide] QuoteWrapper
  17714. 3475.23 s [ghcide] TcCoercion
  17715. 3475.23 s [ghcide] TcCoercionN
  17716. 3475.23 s [ghcide] TcCoercionP
  17717. 3475.23 s [ghcide] TcCoercionR
  17718. 3475.23 s [ghcide] TcEvBinds
  17719. 3475.23 s [ghcide] TcMCoercion
  17720. 3475.23 s [ghcide] TcMCoercionN
  17721. 3475.23 s [ghcide] TcMCoercionR
  17722. 3475.23 s [ghcide] LeftOrRight
  17723. 3475.23 s [ghcide] failM
  17724. 3475.23 s [ghcide] failWithM
  17725. 3475.23 s [ghcide] fixM
  17726. 3475.23 s [ghcide] getEnv
  17727. 3475.23 s [ghcide] newMutVar
  17728. 3475.23 s [ghcide] readMutVar
  17729. 3475.23 s [ghcide] runIOEnv
  17730. 3475.23 s [ghcide] tryAllM
  17731. 3475.23 s [ghcide] tryM
  17732. 3475.23 s [ghcide] tryMostM
  17733. 3475.23 s [ghcide] uninterruptibleMaskM_
  17734. 3475.23 s [ghcide] unsafeInterleaveM
  17735. 3475.23 s [ghcide] updMutVar
  17736. 3475.23 s [ghcide] writeMutVar
  17737. 3475.23 s [ghcide] peCategory
  17738. 3475.23 s [ghcide] pprPECategory
  17739. 3475.23 s [ghcide] bootExports
  17740. 3475.23 s [ghcide] emptyImportAvails
  17741. 3475.23 s [ghcide] emptyRoleAnnotEnv
  17742. 3475.23 s [ghcide] getRoleAnnots
  17743. 3475.23 s [ghcide] lookupRoleAnnot
  17744. 3475.23 s [ghcide] mkModDeps
  17745. 3475.23 s [ghcide] mkRoleAnnotEnv
  17746. 3475.23 s [ghcide] removeBindingShadowing
  17747. 3475.23 s [ghcide] tcVisibleOrphanMods
  17748. 3475.23 s [ghcide] completeSigPolyId_maybe
  17749. 3475.23 s [ghcide] isPartialSig
  17750. 3475.23 s [ghcide] pprTcTyThingCategory
  17751. 3475.23 s [ghcide] tcIdSigLoc
  17752. 3475.23 s [ghcide] tcSigInfoName
  17753. 3475.23 s [ghcide] tcTyThingCategory
  17754. 3475.23 s [ghcide] getLclEnvLoc
  17755. 3475.23 s [ghcide] getLclEnvTcLevel
  17756. 3475.23 s [ghcide] lclEnvInGeneratedCode
  17757. 3475.23 s [ghcide] modifyLclCtxt
  17758. 3475.23 s [ghcide] setLclEnvLoc
  17759. 3475.23 s [ghcide] setLclEnvTcLevel
  17760. 3475.23 s [ghcide] impLevel
  17761. 3475.23 s [ghcide] outerLevel
  17762. 3475.23 s [ghcide] thLevel
  17763. 3475.23 s [ghcide] topAnnStage
  17764. 3475.23 s [ghcide] topSpliceStage
  17765. 3475.23 s [ghcide] topStage
  17766. 3475.23 s [ghcide] newTcRef
  17767. 3475.23 s [ghcide] readTcRef
  17768. 3475.23 s [ghcide] updTcRef
  17769. 3475.23 s [ghcide] updTcRefM
  17770. 3475.23 s [ghcide] writeTcRef
  17771. 3475.23 s [ghcide] addDependentFiles
  17772. 3475.23 s [ghcide] addErr
  17773. 3475.23 s [ghcide] addErrAt
  17774. 3475.23 s [ghcide] addErrTc
  17775. 3475.23 s [ghcide] addErrTcM
  17776. 3475.23 s [ghcide] addErrs
  17777. 3475.23 s [ghcide] addLocM
  17778. 3475.23 s [ghcide] addMessages
  17779. 3475.23 s [ghcide] addTcEvBind
  17780. 3475.23 s [ghcide] addTcRnDiagnostic
  17781. 3475.23 s [ghcide] addTopEvBinds
  17782. 3475.23 s [ghcide] askNoErrs
  17783. 3475.23 s [ghcide] attemptM
  17784. 3475.23 s [ghcide] captureConstraints
  17785. 3475.23 s [ghcide] checkErr
  17786. 3475.23 s [ghcide] checkErrAt
  17787. 3475.23 s [ghcide] checkNoErrs
  17788. 3475.23 s [ghcide] checkTc
  17789. 3475.23 s [ghcide] checkTcM
  17790. 3475.23 s [ghcide] chooseUniqueOccTc
  17791. 3475.23 s [ghcide] cloneEvBindsVar
  17792. 3475.23 s [ghcide] cloneLocalName
  17793. 3475.23 s [ghcide] debugTc
  17794. 3475.23 s [ghcide] discardErrs
  17795. 3475.23 s [ghcide] discardResult
  17796. 3475.23 s [ghcide] discardWarnings
  17797. 3475.23 s [ghcide] doptM
  17798. 3475.23 s [ghcide] emitAnonTypeHole
  17799. 3475.23 s [ghcide] emitConstraints
  17800. 3475.23 s [ghcide] emitDelayedErrors
  17801. 3475.23 s [ghcide] emitHole
  17802. 3475.23 s [ghcide] emitHoles
  17803. 3475.23 s [ghcide] emitImplication
  17804. 3475.23 s [ghcide] emitImplications
  17805. 3475.23 s [ghcide] emitNamedTypeHole
  17806. 3475.23 s [ghcide] emitNotConcreteError
  17807. 3475.23 s [ghcide] emitSimple
  17808. 3475.23 s [ghcide] emitSimples
  17809. 3475.23 s [ghcide] emitStaticConstraints
  17810. 3475.23 s [ghcide] escapeArrowScope
  17811. 3475.23 s [ghcide] extendFixityEnv
  17812. 3475.23 s [ghcide] failAt
  17813. 3475.23 s [ghcide] failIfErrsM
  17814. 3475.23 s [ghcide] failIfM
  17815. 3475.23 s [ghcide] failIfTc
  17816. 3475.23 s [ghcide] failIfTcM
  17817. 3475.23 s [ghcide] failWith
  17818. 3475.23 s [ghcide] failWithTc
  17819. 3475.23 s [ghcide] failWithTcM
  17820. 3475.23 s [ghcide] getCompleteMatchesTcM
  17821. 3475.23 s [ghcide] getConstraintVar
  17822. 3475.23 s [ghcide] getCtLocM
  17823. 3475.23 s [ghcide] getDeclaredDefaultTys
  17824. 3475.23 s [ghcide] getEnvs
  17825. 3475.23 s [ghcide] getEps
  17826. 3475.23 s [ghcide] getEpsAndHug
  17827. 3475.23 s [ghcide] getEpsVar
  17828. 3475.23 s [ghcide] getErrCtxt
  17829. 3475.23 s [ghcide] getErrsVar
  17830. 3475.23 s [ghcide] getFixityEnv
  17831. 3475.23 s [ghcide] getGHCiMonad
  17832. 3475.23 s [ghcide] getGblEnv
  17833. 3475.23 s [ghcide] getGhcMode
  17834. 3475.23 s [ghcide] getGlobalRdrEnv
  17835. 3475.23 s [ghcide] getHpt
  17836. 3475.23 s [ghcide] getIfModule
  17837. 3475.23 s [ghcide] getImports
  17838. 3475.23 s [ghcide] getInteractivePrintName
  17839. 3475.23 s [ghcide] getIsGHCi
  17840. 3475.23 s [ghcide] getLclEnv
  17841. 3475.23 s [ghcide] getLclTypeEnv
  17842. 3475.23 s [ghcide] getLocalRdrEnv
  17843. 3475.23 s [ghcide] getNamePprCtx
  17844. 3475.23 s [ghcide] getRdrEnvs
  17845. 3475.23 s [ghcide] getSrcSpanM
  17846. 3475.23 s [ghcide] getStage
  17847. 3475.23 s [ghcide] getStageAndBindLevel
  17848. 3475.24 s [ghcide] getTcEvBindsMap
  17849. 3475.24 s [ghcide] getTcEvTyCoVars
  17850. 3475.24 s [ghcide] getTcLevel
  17851. 3475.24 s [ghcide] getTopEnv
  17852. 3475.24 s [ghcide] goptM
  17853. 3475.24 s [ghcide] ifErrsM
  17854. 3475.24 s [ghcide] inGeneratedCode
  17855. 3475.24 s [ghcide] initIfaceCheck
  17856. 3475.24 s [ghcide] initIfaceLcl
  17857. 3475.24 s [ghcide] initTcInteractive
  17858. 3475.24 s [ghcide] initTcRnIf
  17859. 3475.24 s [ghcide] isTouchableTcM
  17860. 3475.24 s [ghcide] keepAlive
  17861. 3475.24 s [ghcide] localAndImportedCompleteMatches
  17862. 3475.24 s [ghcide] mkCtLocEnv
  17863. 3475.24 s [ghcide] mkDetailedMessage
  17864. 3475.24 s [ghcide] mkErrInfo
  17865. 3475.24 s [ghcide] mkIfLclEnv
  17866. 3475.24 s [ghcide] mkTcRnMessage
  17867. 3475.24 s [ghcide] newArrowScope
  17868. 3475.24 s [ghcide] newName
  17869. 3475.24 s [ghcide] newNameAt
  17870. 3475.24 s [ghcide] newSysLocalId
  17871. 3475.24 s [ghcide] newSysLocalIds
  17872. 3475.24 s [ghcide] newSysName
  17873. 3475.24 s [ghcide] newTcEvBinds
  17874. 3475.24 s [ghcide] newUnique
  17875. 3475.24 s [ghcide] newUniqueSupply
  17876. 3475.24 s [ghcide] newZonkAnyType
  17877. 3475.24 s [ghcide] popErrCtxt
  17878. 3475.24 s [ghcide] pushTcLevelM
  17879. 3475.24 s [ghcide] pushTcLevelM_
  17880. 3475.24 s [ghcide] recordThNeededRuntimeDeps
  17881. 3475.24 s [ghcide] recordThSpliceUse
  17882. 3475.24 s [ghcide] recordThUse
  17883. 3475.24 s [ghcide] recoverM
  17884. 3475.24 s [ghcide] reportDiagnostic
  17885. 3475.24 s [ghcide] reportDiagnostics
  17886. 3475.24 s [ghcide] restoreEnvs
  17887. 3475.24 s [ghcide] restoreLclEnv
  17888. 3475.24 s [ghcide] setConstraintVar
  17889. 3475.24 s [ghcide] setCtLocM
  17890. 3475.24 s [ghcide] setEnvs
  17891. 3475.24 s [ghcide] setErrCtxt
  17892. 3475.24 s [ghcide] setErrsVar
  17893. 3475.24 s [ghcide] setGblEnv
  17894. 3475.24 s [ghcide] setImplicitEnvM
  17895. 3475.24 s [ghcide] setLclEnv
  17896. 3475.24 s [ghcide] setLclTypeEnv
  17897. 3475.24 s [ghcide] setLocalRdrEnv
  17898. 3475.24 s [ghcide] setSrcSpan
  17899. 3475.24 s [ghcide] setSrcSpanA
  17900. 3475.24 s [ghcide] setStage
  17901. 3475.24 s [ghcide] setTcEvBindsMap
  17902. 3475.24 s [ghcide] setTcLevel
  17903. 3475.24 s [ghcide] setXOptM
  17904. 3475.24 s [ghcide] tcEmitBindingUsage
  17905. 3475.24 s [ghcide] tcHscSource
  17906. 3475.24 s [ghcide] tcIsHsBootOrSig
  17907. 3475.24 s [ghcide] tcIsHsig
  17908. 3475.24 s [ghcide] tcSelfBootInfo
  17909. 3475.24 s [ghcide] traceIf
  17910. 3475.24 s [ghcide] traceOptIf
  17911. 3475.24 s [ghcide] traceOptTcRn
  17912. 3475.24 s [ghcide] traceRn
  17913. 3475.24 s [ghcide] traceTc
  17914. 3475.24 s [ghcide] traceTcConstraints
  17915. 3475.24 s [ghcide] tryCaptureConstraints
  17916. 3475.24 s [ghcide] tryTc
  17917. 3475.24 s [ghcide] tryTcDiscardingErrs
  17918. 3475.24 s [ghcide] unlessXOptM
  17919. 3475.24 s [ghcide] unsetGOptM
  17920. 3475.24 s [ghcide] unsetWOptM
  17921. 3475.24 s [ghcide] unsetXOptM
  17922. 3475.24 s [ghcide] updEnvs
  17923. 3475.24 s [ghcide] updGblEnv
  17924. 3475.24 s [ghcide] updLclCtxt
  17925. 3475.24 s [ghcide] updLclEnv
  17926. 3475.24 s [ghcide] updTopEnv
  17927. 3475.24 s [ghcide] updTopFlags
  17928. 3475.24 s [ghcide] whenGOptM
  17929. 3475.24 s [ghcide] whenNoErrs
  17930. 3475.24 s [ghcide] whenWOptM
  17931. 3475.24 s [ghcide] whenXOptM
  17932. 3475.24 s [ghcide] withIfaceErr
  17933. 3475.24 s [ghcide] withoutDynamicNow
  17934. 3475.24 s [ghcide] woptM
  17935. 3475.24 s [ghcide] wrapLocFstM
  17936. 3475.24 s [ghcide] wrapLocFstMA
  17937. 3475.24 s [ghcide] wrapLocM
  17938. 3475.24 s [ghcide] wrapLocMA
  17939. 3475.24 s [ghcide] wrapLocMA_
  17940. 3475.24 s [ghcide] wrapLocM_
  17941. 3475.24 s [ghcide] wrapLocSndM
  17942. 3475.24 s [ghcide] wrapLocSndMA
  17943. 3475.24 s [ghcide] xoptM
  17944. 3475.24 s [ghcide] mapAndUnzip4M
  17945. 3475.24 s [ghcide] mapAndUnzip5M
  17946. 3475.24 s [ghcide] zipWith3M
  17947. 3475.24 s [ghcide] zipWith3M_
  17948. 3475.24 s [ghcide] zipWith4M
  17949. 3475.24 s [ghcide] zipWithAndUnzipM
  17950. 3475.24 s [ghcide] IOEnv
  17951. 3475.24 s [ghcide] IOEnvFailure
  17952. 3475.24 s [ghcide] PromotionErr
  17953. 3475.24 s [ghcide] Env
  17954. 3475.24 s [ghcide] FillDefaulting
  17955. 3475.24 s [ghcide] IfG
  17956. 3475.24 s [ghcide] IfGblEnv
  17957. 3475.24 s [ghcide] IfL
  17958. 3475.24 s [ghcide] IfLclEnv
  17959. 3475.24 s [ghcide] IfM
  17960. 3475.24 s [ghcide] ImpUserList
  17961. 3475.24 s [ghcide] RoleAnnotEnv
  17962. 3475.24 s [ghcide] SelfBootInfo
  17963. 3475.24 s [ghcide] TcPlugin
  17964. 3475.24 s [ghcide] TcPluginRewriteResult
  17965. 3475.24 s [ghcide] TcRn
  17966. 3475.24 s [ghcide] TcRnIf
  17967. 3475.24 s [ghcide] ClosedTypeId
  17968. 3475.24 s [ghcide] RhsNames
  17969. 3475.24 s [ghcide] TcBinder
  17970. 3475.24 s [ghcide] TcBinderStack
  17971. 3475.24 s [ghcide] TcCompleteSig
  17972. 3475.24 s [ghcide] TcId
  17973. 3475.24 s [ghcide] TcIdSig
  17974. 3475.24 s [ghcide] TcIdSigInst
  17975. 3475.24 s [ghcide] TcPartialSig
  17976. 3475.24 s [ghcide] TcPatSynSig
  17977. 3475.24 s [ghcide] TcSigFun
  17978. 3475.24 s [ghcide] TcSigInfo
  17979. 3475.24 s [ghcide] ArrowCtxt
  17980. 3475.24 s [ghcide] TcLclCtxt
  17981. 3475.24 s [ghcide] TcLclEnv
  17982. 3475.24 s [ghcide] TcTypeEnv
  17983. 3475.24 s [ghcide] ThBindEnv
  17984. 3475.24 s [ghcide] PendingStuff
  17985. 3475.24 s [ghcide] SpliceOrBracket
  17986. 3475.24 s [ghcide] SpliceType
  17987. 3475.24 s [ghcide] ThLevel
  17988. 3475.24 s [ghcide] ThStage
  17989. 3475.24 s [ghcide] IsExtraConstraint
  17990. 3475.24 s [ghcide] CompleteMatch
  17991. 3475.24 s [ghcide] CompleteMatches
  17992. 3475.24 s [ghcide] emptyFsEnv
  17993. 3475.24 s [ghcide] extendFsEnv
  17994. 3475.24 s [ghcide] lookupFsEnv
  17995. 3475.24 s [ghcide] mkFsEnv
  17996. 3475.24 s [ghcide] getOccFS
  17997. 3475.24 s [ghcide] getOccString
  17998. 3475.24 s [ghcide] getSrcLoc
  17999. 3475.24 s [ghcide] getSrcSpan
  18000. 3475.24 s [ghcide] isBuiltInSyntax
  18001. 3475.24 s [ghcide] isDataConName
  18002. 3475.24 s [ghcide] isExternalName
  18003. 3475.24 s [ghcide] isFieldName
  18004. 3475.24 s [ghcide] isHoleName
  18005. 3475.24 s [ghcide] isInternalName
  18006. 3475.24 s [ghcide] isSumTyConName
  18007. 3475.24 s [ghcide] isSystemName
  18008. 3475.24 s [ghcide] isTupleTyConName
  18009. 3475.24 s [ghcide] isTyConName
  18010. 3475.24 s [ghcide] isTyVarName
  18011. 3475.24 s [ghcide] isValName
  18012. 3475.24 s [ghcide] isVarName
  18013. 3475.24 s [ghcide] isWiredIn
  18014. 3475.24 s [ghcide] isWiredInName
  18015. 3475.24 s [ghcide] mkClonedInternalName
  18016. 3475.24 s [ghcide] mkDerivedInternalName
  18017. 3475.24 s [ghcide] mkSysTvName
  18018. 3475.24 s [ghcide] mkSystemNameAt
  18019. 3475.24 s [ghcide] mkSystemVarName
  18020. 3475.24 s [ghcide] nameIsHomePackage
  18021. 3475.24 s [ghcide] nameIsHomePackageImport
  18022. 3475.24 s [ghcide] nameModule
  18023. 3475.24 s [ghcide] nameModule_maybe
  18024. 3475.24 s [ghcide] nameNameSpace
  18025. 3475.24 s [ghcide] nameOccName
  18026. 3475.24 s [ghcide] namePun_maybe
  18027. 3475.24 s [ghcide] nameSrcLoc
  18028. 3475.24 s [ghcide] nameSrcSpan
  18029. 3475.24 s [ghcide] nameUnique
  18030. 3475.24 s [ghcide] pprDefinedAt
  18031. 3475.24 s [ghcide] pprInfixName
  18032. 3475.24 s [ghcide] pprModulePrefix
  18033. 3475.24 s [ghcide] pprName
  18034. 3475.24 s [ghcide] pprNameDefnLoc
  18035. 3475.24 s [ghcide] pprPrefixName
  18036. 3475.24 s [ghcide] setNameLoc
  18037. 3475.24 s [ghcide] setNameUnique
  18038. 3475.24 s [ghcide] tidyNameOcc
  18039. 3475.24 s [ghcide] wiredInNameTyThing_maybe
  18040. 3475.24 s [ghcide] avoidClashesOccEnv
  18041. 3475.24 s [ghcide] clsName
  18042. 3475.24 s [ghcide] dataName
  18043. 3475.24 s [ghcide] delTidyOccEnvList
  18044. 3475.24 s [ghcide] demoteOccName
  18045. 3475.24 s [ghcide] demoteOccTvName
  18046. 3475.24 s [ghcide] elemOccSet
  18047. 3475.24 s [ghcide] emptyOccSet
  18048. 3475.24 s [ghcide] emptyTidyOccEnv
  18049. 3475.24 s [ghcide] extendOccSet
  18050. 3475.24 s [ghcide] extendOccSetList
  18051. 3475.24 s [ghcide] fieldName
  18052. 3475.24 s [ghcide] fieldOcc_maybe
  18053. 3475.24 s [ghcide] initTidyOccEnv
  18054. 3475.24 s [ghcide] intersectOccEnv_C
  18055. 3475.24 s [ghcide] isDataConNameSpace
  18056. 3475.24 s [ghcide] isDataOcc
  18057. 3475.25 s [ghcide] isDefaultMethodOcc
  18058. 3475.25 s [ghcide] isEmptyOccSet
  18059. 3475.25 s [ghcide] isFieldNameSpace
  18060. 3475.25 s [ghcide] isFieldOcc
  18061. 3475.25 s [ghcide] isTcClsNameSpace
  18062. 3475.25 s [ghcide] isTcOcc
  18063. 3475.25 s [ghcide] isTvNameSpace
  18064. 3475.25 s [ghcide] isTvOcc
  18065. 3475.25 s [ghcide] isUnderscore
  18066. 3475.25 s [ghcide] isValNameSpace
  18067. 3475.25 s [ghcide] isVarNameSpace
  18068. 3475.25 s [ghcide] isVarOcc
  18069. 3475.25 s [ghcide] mainOcc
  18070. 3475.25 s [ghcide] minusOccEnv_C_Ns
  18071. 3475.25 s [ghcide] mkBuilderOcc
  18072. 3475.25 s [ghcide] mkClassDataConOcc
  18073. 3475.25 s [ghcide] mkClassOpAuxOcc
  18074. 3475.25 s [ghcide] mkClsOcc
  18075. 3475.25 s [ghcide] mkClsOccFS
  18076. 3475.25 s [ghcide] mkCon2TagOcc
  18077. 3475.25 s [ghcide] mkDFunOcc
  18078. 3475.25 s [ghcide] mkDataCOcc
  18079. 3475.25 s [ghcide] mkDataConWorkerOcc
  18080. 3475.25 s [ghcide] mkDataConWrapperOcc
  18081. 3475.25 s [ghcide] mkDataOcc
  18082. 3475.25 s [ghcide] mkDataOccFS
  18083. 3475.25 s [ghcide] mkDataTOcc
  18084. 3475.25 s [ghcide] mkDefaultMethodOcc
  18085. 3475.25 s [ghcide] mkDictOcc
  18086. 3475.25 s [ghcide] mkEqPredCoOcc
  18087. 3475.25 s [ghcide] mkForeignExportOcc
  18088. 3475.25 s [ghcide] mkGen1R
  18089. 3475.25 s [ghcide] mkGenR
  18090. 3475.25 s [ghcide] mkIPOcc
  18091. 3475.25 s [ghcide] mkInstTyCoOcc
  18092. 3475.25 s [ghcide] mkLocalOcc
  18093. 3475.25 s [ghcide] mkMatcherOcc
  18094. 3475.25 s [ghcide] mkMaxTagOcc
  18095. 3475.25 s [ghcide] mkMethodOcc
  18096. 3475.25 s [ghcide] mkNewTyCoOcc
  18097. 3475.25 s [ghcide] mkOccName
  18098. 3475.25 s [ghcide] mkOccNameFS
  18099. 3475.25 s [ghcide] mkOccSet
  18100. 3475.25 s [ghcide] mkRecFieldOcc
  18101. 3475.25 s [ghcide] mkRecFieldOccFS
  18102. 3475.25 s [ghcide] mkRepEqOcc
  18103. 3475.25 s [ghcide] mkSpecOcc
  18104. 3475.25 s [ghcide] mkSuperDictAuxOcc
  18105. 3475.25 s [ghcide] mkSuperDictSelOcc
  18106. 3475.25 s [ghcide] mkTag2ConOcc
  18107. 3475.25 s [ghcide] mkTcOcc
  18108. 3475.25 s [ghcide] mkTcOccFS
  18109. 3475.25 s [ghcide] mkTyConRepOcc
  18110. 3475.25 s [ghcide] mkTyVarOcc
  18111. 3475.25 s [ghcide] mkTyVarOccFS
  18112. 3475.25 s [ghcide] mkVarOcc
  18113. 3475.25 s [ghcide] mkVarOccFS
  18114. 3475.25 s [ghcide] mkWorkerOcc
  18115. 3475.25 s [ghcide] occNameString
  18116. 3475.25 s [ghcide] ppMainFn
  18117. 3475.25 s [ghcide] pprNameSpace
  18118. 3475.25 s [ghcide] pprNameSpaceBrief
  18119. 3475.25 s [ghcide] pprNonVarNameSpace
  18120. 3475.25 s [ghcide] pprOccEnv
  18121. 3475.25 s [ghcide] pprOccName
  18122. 3475.25 s [ghcide] promoteOccName
  18123. 3475.25 s [ghcide] recFieldToVarOcc
  18124. 3475.25 s [ghcide] setOccNameSpace
  18125. 3475.25 s [ghcide] srcDataName
  18126. 3475.25 s [ghcide] tcClsName
  18127. 3475.25 s [ghcide] tcName
  18128. 3475.25 s [ghcide] tidyOccName
  18129. 3475.25 s [ghcide] trimTidyOccEnv
  18130. 3475.25 s [ghcide] tvName
  18131. 3475.25 s [ghcide] unionManyOccSets
  18132. 3475.25 s [ghcide] unionOccSets
  18133. 3475.25 s [ghcide] unitOccSet
  18134. 3475.25 s [ghcide] varToRecFieldOcc
  18135. 3475.25 s [ghcide] NameSpace
  18136. 3475.25 s [ghcide] OccSet
  18137. 3475.25 s [ghcide] TidyOccEnv
  18138. 3475.25 s [ghcide] plusGREInfo
  18139. 3475.25 s [ghcide] allowGRE
  18140. 3475.25 s [ghcide] availFromGRE
  18141. 3475.25 s [ghcide] availParent
  18142. 3475.25 s [ghcide] bestImport
  18143. 3475.25 s [ghcide] demoteRdrName
  18144. 3475.25 s [ghcide] demoteRdrNameTv
  18145. 3475.25 s [ghcide] elemLocalRdrEnv
  18146. 3475.25 s [ghcide] emptyGlobalRdrEnv
  18147. 3475.25 s [ghcide] emptyLocalRdrEnv
  18148. 3475.25 s [ghcide] extendGlobalRdrEnv
  18149. 3475.25 s [ghcide] extendLocalRdrEnv
  18150. 3475.25 s [ghcide] extendLocalRdrEnvList
  18151. 3475.25 s [ghcide] fieldGREInfo
  18152. 3475.25 s [ghcide] fieldGRELabel
  18153. 3475.25 s [ghcide] fieldGRE_maybe
  18154. 3475.25 s [ghcide] filterFieldGREs
  18155. 3475.25 s [ghcide] getGRE_NameQualifier_maybes
  18156. 3475.25 s [ghcide] getRdrName
  18157. 3475.25 s [ghcide] globalRdrEnvElts
  18158. 3475.25 s [ghcide] globalRdrEnvLocal
  18159. 3475.25 s [ghcide] greInfo
  18160. 3475.25 s [ghcide] greName
  18161. 3475.25 s [ghcide] greNameSpace
  18162. 3475.25 s [ghcide] greOccName
  18163. 3475.25 s [ghcide] greParent
  18164. 3475.25 s [ghcide] greParent_maybe
  18165. 3475.25 s [ghcide] greQualModName
  18166. 3475.25 s [ghcide] greRdrNames
  18167. 3475.25 s [ghcide] greSrcSpan
  18168. 3475.25 s [ghcide] gresToNameSet
  18169. 3475.25 s [ghcide] importSpecLoc
  18170. 3475.25 s [ghcide] importSpecModule
  18171. 3475.25 s [ghcide] inLocalRdrEnvScope
  18172. 3475.25 s [ghcide] insertGRE
  18173. 3475.25 s [ghcide] isExact
  18174. 3475.25 s [ghcide] isExact_maybe
  18175. 3475.25 s [ghcide] isExplicitItem
  18176. 3475.25 s [ghcide] isOrig
  18177. 3475.25 s [ghcide] isOrig_maybe
  18178. 3475.25 s [ghcide] isQual
  18179. 3475.25 s [ghcide] isQual_maybe
  18180. 3475.25 s [ghcide] isRdrDataCon
  18181. 3475.25 s [ghcide] isRdrTc
  18182. 3475.25 s [ghcide] isRdrTyVar
  18183. 3475.25 s [ghcide] isSrcRdrName
  18184. 3475.25 s [ghcide] isUnqual
  18185. 3475.25 s [ghcide] localRdrEnvElts
  18186. 3475.25 s [ghcide] lookupLocalRdrEnv
  18187. 3475.25 s [ghcide] lookupLocalRdrOcc
  18188. 3475.25 s [ghcide] minusLocalRdrEnv
  18189. 3475.25 s [ghcide] minusLocalRdrEnvList
  18190. 3475.25 s [ghcide] mkExactGRE
  18191. 3475.25 s [ghcide] mkGRE
  18192. 3475.25 s [ghcide] mkGlobalRdrEnv
  18193. 3475.25 s [ghcide] mkLocalConLikeGRE
  18194. 3475.25 s [ghcide] mkLocalFieldGREs
  18195. 3475.25 s [ghcide] mkLocalGRE
  18196. 3475.25 s [ghcide] mkLocalVanillaGRE
  18197. 3475.25 s [ghcide] mkOrig
  18198. 3475.25 s [ghcide] mkParent
  18199. 3475.25 s [ghcide] mkRdrQual
  18200. 3475.25 s [ghcide] mkRdrUnqual
  18201. 3475.25 s [ghcide] mkUnqual
  18202. 3475.25 s [ghcide] mkVarUnqual
  18203. 3475.25 s [ghcide] nameRdrName
  18204. 3475.25 s [ghcide] plusGRE
  18205. 3475.25 s [ghcide] plusGlobalRdrEnv
  18206. 3475.25 s [ghcide] pprGlobalRdrEnv
  18207. 3475.25 s [ghcide] promoteRdrName
  18208. 3475.25 s [ghcide] rdrNameOcc
  18209. 3475.25 s [ghcide] rdrNameSpace
  18210. 3475.25 s [ghcide] recFieldConLike_maybe
  18211. 3475.25 s [ghcide] recFieldInfo_maybe
  18212. 3475.25 s [ghcide] shadowNames
  18213. 3475.25 s [ghcide] RecFieldInfo
  18214. 3475.25 s [ghcide] LookupChild
  18215. 3475.25 s [ghcide] emptyMessages
  18216. 3475.25 s [ghcide] HscSource
  18217. 3475.25 s [ghcide] setTyVarUnique
  18218. 3475.25 s [ghcide] setVarUnique
  18219. 3475.25 s [ghcide] alterModuleEnv
  18220. 3475.25 s [ghcide] delInstalledModuleEnv
  18221. 3475.25 s [ghcide] delInstalledModuleWithIsBootEnv
  18222. 3475.25 s [ghcide] delModuleEnv
  18223. 3475.25 s [ghcide] delModuleEnvList
  18224. 3475.25 s [ghcide] delModuleSet
  18225. 3475.25 s [ghcide] elemModuleEnv
  18226. 3475.25 s [ghcide] elemModuleSet
  18227. 3475.25 s [ghcide] emptyInstalledModuleEnv
  18228. 3475.25 s [ghcide] emptyInstalledModuleWithIsBootEnv
  18229. 3475.25 s [ghcide] emptyModuleEnv
  18230. 3475.25 s [ghcide] emptyModuleSet
  18231. 3475.25 s [ghcide] extendInstalledModuleEnv
  18232. 3475.25 s [ghcide] extendInstalledModuleWithIsBootEnv
  18233. 3475.25 s [ghcide] extendModuleEnv
  18234. 3475.25 s [ghcide] extendModuleEnvList
  18235. 3475.25 s [ghcide] extendModuleEnvList_C
  18236. 3475.25 s [ghcide] extendModuleEnvWith
  18237. 3475.25 s [ghcide] extendModuleSet
  18238. 3475.25 s [ghcide] extendModuleSetList
  18239. 3475.25 s [ghcide] filterInstalledModuleEnv
  18240. 3475.25 s [ghcide] filterInstalledModuleWithIsBootEnv
  18241. 3475.25 s [ghcide] filterModuleEnv
  18242. 3475.25 s [ghcide] installedModuleEnvElts
  18243. 3475.25 s [ghcide] installedModuleWithIsBootEnvElts
  18244. 3475.25 s [ghcide] intersectModuleSet
  18245. 3475.25 s [ghcide] isEmptyModuleEnv
  18246. 3475.25 s [ghcide] isEmptyModuleSet
  18247. 3475.25 s [ghcide] lookupInstalledModuleEnv
  18248. 3475.25 s [ghcide] lookupInstalledModuleWithIsBootEnv
  18249. 3475.25 s [ghcide] lookupModuleEnv
  18250. 3475.25 s [ghcide] lookupWithDefaultModuleEnv
  18251. 3475.25 s [ghcide] mapMaybeModuleEnv
  18252. 3475.25 s [ghcide] mapModuleEnv
  18253. 3475.25 s [ghcide] mergeInstalledModuleEnv
  18254. 3475.25 s [ghcide] mergeInstalledModuleWithIsBootEnv
  18255. 3475.25 s [ghcide] minusModuleSet
  18256. 3475.25 s [ghcide] mkModuleEnv
  18257. 3475.25 s [ghcide] mkModuleSet
  18258. 3475.25 s [ghcide] moduleEnvElts
  18259. 3475.25 s [ghcide] moduleEnvKeys
  18260. 3475.25 s [ghcide] moduleEnvToList
  18261. 3475.25 s [ghcide] moduleSetElts
  18262. 3475.25 s [ghcide] partitionModuleEnv
  18263. 3475.25 s [ghcide] plusInstalledModuleEnv
  18264. 3475.25 s [ghcide] plusInstalledModuleWithIsBootEnv
  18265. 3475.25 s [ghcide] plusModuleEnv
  18266. 3475.25 s [ghcide] plusModuleEnv_C
  18267. 3475.25 s [ghcide] unionManyModuleSets
  18268. 3475.25 s [ghcide] unionModuleSet
  18269. 3475.25 s [ghcide] unitModuleEnv
  18270. 3475.25 s [ghcide] unitModuleSet
  18271. 3475.25 s [ghcide] ModLocation
  18272. 3475.25 s [ghcide] addBootSuffixLocn_maybe
  18273. 3475.25 s [ghcide] bignumUnit
  18274. 3475.25 s [ghcide] bignumUnitId
  18275. 3475.25 s [ghcide] ghcInternalUnit
  18276. 3475.25 s [ghcide] ghcInternalUnitId
  18277. 3475.25 s [ghcide] interactiveUnit
  18278. 3475.25 s [ghcide] interactiveUnitId
  18279. 3475.25 s [ghcide] isHoleUnit
  18280. 3475.25 s [ghcide] isInteractiveModule
  18281. 3475.25 s [ghcide] mainUnit
  18282. 3475.25 s [ghcide] mkModule
  18283. 3475.25 s [ghcide] moduleUnitId
  18284. 3475.25 s [ghcide] notBoot
  18285. 3475.25 s [ghcide] pprInstantiatedModule
  18286. 3475.25 s [ghcide] pprModule
  18287. 3475.25 s [ghcide] pprUnit
  18288. 3475.25 s [ghcide] primUnit
  18289. 3475.25 s [ghcide] primUnitId
  18290. 3475.25 s [ghcide] rtsUnit
  18291. 3475.25 s [ghcide] rtsUnitId
  18292. 3475.25 s [ghcide] stringToUnit
  18293. 3475.25 s [ghcide] stringToUnitId
  18294. 3475.25 s [ghcide] thisGhcUnit
  18295. 3475.25 s [ghcide] thisGhcUnitId
  18296. 3475.25 s [ghcide] unitIdString
  18297. 3475.25 s [ghcide] unitString
  18298. 3475.25 s [ghcide] wiredInUnitIds
  18299. 3475.25 s [ghcide] mkModuleName
  18300. 3475.25 s [ghcide] mkModuleNameFS
  18301. 3475.25 s [ghcide] moduleNameFS
  18302. 3475.25 s [ghcide] moduleNameString
  18303. 3475.25 s [ghcide] parseModuleName
  18304. 3475.25 s [ghcide] ContainsModule
  18305. 3475.25 s [ghcide] HasModule
  18306. 3475.25 s [ghcide] GenInstantiations
  18307. 3475.25 s [ghcide] InstalledModuleWithIsBoot
  18308. 3475.25 s [ghcide] InstantiatedUnit
  18309. 3475.25 s [ghcide] Instantiations
  18310. 3475.25 s [ghcide] ModuleNameWithIsBoot
  18311. 3475.25 s [ghcide] ModuleWithIsBoot
  18312. 3475.25 s [ghcide] Unit
  18313. 3475.25 s [ghcide] mkPrelImports
  18314. 3475.25 s [ghcide] toArgs
  18315. 3475.25 s [ghcide] activeContext
  18316. 3475.25 s [ghcide] addPsMessage
  18317. 3475.25 s [ghcide] adjustChar
  18318. 3475.25 s [ghcide] allocateComments
  18319. 3475.25 s [ghcide] allocateFinalComments
  18320. 3475.25 s [ghcide] allocatePriorComments
  18321. 3475.25 s [ghcide] commentToAnnotation
  18322. 3475.25 s [ghcide] disableHaddock
  18323. 3475.25 s [ghcide] failLocMsgP
  18324. 3475.25 s [ghcide] failMsgP
  18325. 3475.25 s [ghcide] getCommentsFor
  18326. 3475.25 s [ghcide] getEofPos
  18327. 3475.25 s [ghcide] getFinalCommentsFor
  18328. 3475.25 s [ghcide] getLexState
  18329. 3475.25 s [ghcide] getPState
  18330. 3475.25 s [ghcide] getPriorCommentsFor
  18331. 3475.25 s [ghcide] getRealSrcLoc
  18332. 3475.25 s [ghcide] lexTokenStream
  18333. 3475.25 s [ghcide] lexer
  18334. 3475.25 s [ghcide] lexerDbg
  18335. 3475.25 s [ghcide] nextIsEOF
  18336. 3475.25 s [ghcide] popContext
  18337. 3475.25 s [ghcide] popLexState
  18338. 3475.25 s [ghcide] pushLexState
  18339. 3475.25 s [ghcide] pushModuleContext
  18340. 3475.25 s [ghcide] setLastToken
  18341. 3475.25 s [ghcide] setSrcLoc
  18342. 3475.25 s [ghcide] srcParseFail
  18343. 3475.25 s [ghcide] xset
  18344. 3475.25 s [ghcide] xtest
  18345. 3475.25 s [ghcide] xunset
  18346. 3475.25 s [ghcide] PState
  18347. 3475.25 s [ghcide] Token
  18348. 3475.25 s [ghcide] CompileReason
  18349. 3475.25 s [ghcide] hscUpdateHUG
  18350. 3475.25 s [ghcide] hsc_HUG
  18351. 3475.25 s [ghcide] getKey
  18352. 3475.25 s [ghcide] mkCgInteractiveGuts
  18353. 3475.25 s [ghcide] justBytecode
  18354. 3475.25 s [ghcide] justObjects
  18355. 3475.25 s [ghcide] emptyHomeModInfoLinkable
  18356. 3475.25 s [ghcide] homeModInfoByteCode
  18357. 3475.25 s [ghcide] homeModInfoObject
  18358. 3475.25 s [ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:786)
  18359. 3475.25 s [ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:633)
  18360. 3475.25 s [ghcide] lookupGlobalRdrEnv (src/Development/IDE/GHC/Compat/Core.hs:819)
  18361. 3475.25 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.GHC.Compat.Driver'
  18362. 3475.25 s [ghcide] Missing documentation for:
  18363. 3475.25 s [ghcide] Module header
  18364. 3475.25 s [ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
  18365. 3475.25 s [ghcide] Missing documentation for:
  18366. 3475.25 s [ghcide] hsc_HPT
  18367. 3475.25 s [ghcide] setInteractivePrintName
  18368. 3475.25 s [ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:75)
  18369. 3475.25 s [ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:95)
  18370. 3475.25 s [ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:99)
  18371. 3475.25 s [ghcide] HomeUnit
  18372. 3475.25 s [ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:81)
  18373. 3475.25 s [ghcide] Logger
  18374. 3475.25 s [ghcide] UnitEnv
  18375. 3475.25 s [ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:92)
  18376. 3475.25 s [ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:84)
  18377. 3475.25 s [ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:87)
  18378. 3475.25 s [ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:117)
  18379. 3475.25 s [ghcide] Ways
  18380. 3475.25 s [ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:133)
  18381. 3475.25 s [ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:153)
  18382. 3475.25 s [ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:143)
  18383. 3475.25 s [ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:149)
  18384. 3475.25 s [ghcide] workingDirectory
  18385. 3475.25 s [ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:78)
  18386. 3475.25 s [ghcide] hscSetActiveUnitId
  18387. 3475.25 s [ghcide] reexportedModules
  18388. 3475.25 s [ghcide] 68% ( 15 / 22) in 'Development.IDE.GHC.Compat.Error'
  18389. 3475.25 s [ghcide] Missing documentation for:
  18390. 3475.25 s [ghcide] Module header
  18391. 3475.25 s [ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:68)
  18392. 3475.25 s [ghcide] PsMessage
  18393. 3475.25 s [ghcide] _TcRnMessage (src/Development/IDE/GHC/Compat/Error.hs:34)
  18394. 3475.25 s [ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:39)
  18395. 3475.25 s [ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:44)
  18396. 3475.25 s [ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:49)
  18397. 3475.25 s [ghcide] Warning: 'a_a4ME' is out of scope.
  18398. 3475.25 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18399. 3475.25 s [ghcide] Warning: 'a' is out of scope.
  18400. 3475.25 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18401. 3475.25 s [ghcide] 43% ( 23 / 53) in 'Development.IDE.GHC.Compat.Outputable'
  18402. 3475.25 s [ghcide] Missing documentation for:
  18403. 3475.25 s [ghcide] Module header
  18404. 3475.25 s [ghcide] showSDocUnsafe
  18405. 3475.25 s [ghcide] ppr
  18406. 3475.25 s [ghcide] text
  18407. 3475.25 s [ghcide] empty
  18408. 3475.25 s [ghcide] hang
  18409. 3475.25 s [ghcide] punctuate
  18410. 3475.25 s [ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:95)
  18411. 3475.25 s [ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:131)
  18412. 3475.25 s [ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:78)
  18413. 3475.25 s [ghcide] defaultUserStyle
  18414. 3475.25 s [ghcide] withPprStyle
  18415. 3475.25 s [ghcide] PsWarning
  18416. 3475.25 s [ghcide] PsError
  18417. 3475.25 s [ghcide] defaultDiagnosticOpts
  18418. 3475.25 s [ghcide] pprMessages
  18419. 3475.25 s [ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:143)
  18420. 3475.25 s [ghcide] pprMsgEnvelopeBagWithLoc
  18421. 3475.25 s [ghcide] getMessages
  18422. 3475.25 s [ghcide] renderWithContext
  18423. 3475.25 s [ghcide] errMsgDiagnostic
  18424. 3475.25 s [ghcide] unDecorated
  18425. 3475.25 s [ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
  18426. 3475.25 s [ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
  18427. 3475.25 s [ghcide] errMsgSeverity
  18428. 3475.25 s [ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:105)
  18429. 3475.25 s [ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:151)
  18430. 3475.25 s [ghcide] mkSrcErr
  18431. 3475.25 s [ghcide] srcErrorMessages
  18432. 3475.25 s [ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:154)
  18433. 3475.25 s [ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
  18434. 3475.25 s [ghcide] Missing documentation for:
  18435. 3475.25 s [ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:22)
  18436. 3475.25 s [ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
  18437. 3475.25 s [ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:30)
  18438. 3475.25 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
  18439. 3475.25 s [ghcide] Missing documentation for:
  18440. 3475.25 s [ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:25)
  18441. 3475.25 s [ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:31)
  18442. 3475.25 s [ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
  18443. 3475.25 s [ghcide] Missing documentation for:
  18444. 3475.25 s [ghcide] UnitState
  18445. 3475.25 s [ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:93)
  18446. 3475.25 s [ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:82)
  18447. 3475.25 s [ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:134)
  18448. 3475.25 s [ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:126)
  18449. 3475.25 s [ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:153)
  18450. 3475.25 s [ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:130)
  18451. 3475.25 s [ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:142)
  18452. 3475.25 s [ghcide] UnitInfoMap
  18453. 3475.25 s [ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:146)
  18454. 3475.25 s [ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:150)
  18455. 3475.25 s [ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:156)
  18456. 3475.25 s [ghcide] unitPackageNameString
  18457. 3475.25 s [ghcide] Unit
  18458. 3475.25 s [ghcide] unitString
  18459. 3475.25 s [ghcide] stringToUnit
  18460. 3475.25 s [ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:168)
  18461. 3475.25 s [ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:170)
  18462. 3475.25 s [ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:172)
  18463. 3475.25 s [ghcide] moduleUnitId
  18464. 3475.25 s [ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:176)
  18465. 3475.25 s [ghcide] FinderCache
  18466. 3475.25 s [ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:187)
  18467. 3475.25 s [ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:190)
  18468. 3475.25 s [ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
  18469. 3475.25 s [ghcide] Missing documentation for:
  18470. 3475.25 s [ghcide] handleGhcException
  18471. 3475.25 s [ghcide] Bag
  18472. 3475.25 s [ghcide] bagToList
  18473. 3475.25 s [ghcide] listToBag
  18474. 3475.25 s [ghcide] unionBags
  18475. 3475.25 s [ghcide] isEmptyBag
  18476. 3475.25 s [ghcide] LBooleanFormula
  18477. 3475.25 s [ghcide] BooleanFormula
  18478. 3475.25 s [ghcide] OverridingBool
  18479. 3475.25 s [ghcide] MaybeErr
  18480. 3475.25 s [ghcide] Pair
  18481. 3475.25 s [ghcide] EnumSet
  18482. 3475.25 s [ghcide] toList
  18483. 3475.25 s [ghcide] uniq
  18484. 3475.25 s [ghcide] fsLit
  18485. 3475.26 s [ghcide] Fingerprint
  18486. 3475.26 s [ghcide] fingerprintData
  18487. 3475.26 s [ghcide] fingerprintString
  18488. 3475.26 s [ghcide] fingerprintFingerprints
  18489. 3475.26 s [ghcide] nonDetCmpUnique
  18490. 3475.26 s [ghcide] getUnique
  18491. 3475.26 s [ghcide] mkUnique
  18492. 3475.26 s [ghcide] newTagUnique
  18493. 3475.26 s [ghcide] emptyUDFM
  18494. 3475.26 s [ghcide] plusUDFM
  18495. 3475.26 s [ghcide] plusUDFM_C
  18496. 3475.26 s [ghcide] 31% ( 5 / 16) in 'Development.IDE.GHC.Compat.Parser'
  18497. 3475.26 s [ghcide] Missing documentation for:
  18498. 3475.26 s [ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:45)
  18499. 3475.26 s [ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:49)
  18500. 3475.26 s [ghcide] PsSpan
  18501. 3475.26 s [ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:57)
  18502. 3475.26 s [ghcide] HsParsedModule
  18503. 3475.26 s [ghcide] hpm_module (src/Development/IDE/GHC/Compat/Parser.hs:58)
  18504. 3475.26 s [ghcide] hpm_src_files (src/Development/IDE/GHC/Compat/Parser.hs:59)
  18505. 3475.26 s [ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:67)
  18506. 3475.26 s [ghcide] pm_parsed_source (src/Development/IDE/GHC/Compat/Parser.hs:69)
  18507. 3475.26 s [ghcide] pm_mod_summary (src/Development/IDE/GHC/Compat/Parser.hs:68)
  18508. 3475.26 s [ghcide] pm_extra_src_files (src/Development/IDE/GHC/Compat/Parser.hs:70)
  18509. 3475.26 s [ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
  18510. 3475.26 s [ghcide] Missing documentation for:
  18511. 3475.26 s [ghcide] PluginWithArgs
  18512. 3475.26 s [ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:39)
  18513. 3475.26 s [ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:49)
  18514. 3475.26 s [ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:35)
  18515. 3475.26 s [ghcide] 45% ( 60 /133) in 'Development.IDE.GHC.Compat'
  18516. 3475.26 s [ghcide] Missing documentation for:
  18517. 3475.26 s [ghcide] hPutStringBuffer
  18518. 3475.26 s [ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:371)
  18519. 3475.26 s [ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:409)
  18520. 3475.26 s [ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:381)
  18521. 3475.26 s [ghcide] lookupNameCache
  18522. 3475.26 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:413)
  18523. 3475.26 s [ghcide] reLoc
  18524. 3475.26 s [ghcide] reLocA (src/Development/IDE/GHC/Compat.hs:289)
  18525. 3475.26 s [ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:312)
  18526. 3475.26 s [ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:326)
  18527. 3475.26 s [ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:226)
  18528. 3475.26 s [ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:488)
  18529. 3475.26 s [ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:435)
  18530. 3475.26 s [ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:426)
  18531. 3475.26 s [ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:450)
  18532. 3475.26 s [ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:453)
  18533. 3475.26 s [ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:480)
  18534. 3475.26 s [ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:483)
  18535. 3475.26 s [ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:486)
  18536. 3475.26 s [ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:495)
  18537. 3475.26 s [ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:417)
  18538. 3475.26 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
  18539. 3475.26 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:468)
  18540. 3475.26 s [ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:464)
  18541. 3475.26 s [ghcide] HieFileResult
  18542. 3475.26 s [ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:335)
  18543. 3475.26 s [ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:348)
  18544. 3475.26 s [ghcide] enrichHie
  18545. 3475.26 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:375)
  18546. 3475.26 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:378)
  18547. 3475.26 s [ghcide] HiePath
  18548. 3475.26 s [ghcide] hieNameOcc
  18549. 3475.26 s [ghcide] nameEntityInfo
  18550. 3475.26 s [ghcide] pprBindSpan
  18551. 3475.26 s [ghcide] pprIdentifier
  18552. 3475.26 s [ghcide] pprNodeIdents
  18553. 3475.26 s [ghcide] toHieName
  18554. 3475.26 s [ghcide] BindType
  18555. 3475.26 s [ghcide] DeclType
  18556. 3475.26 s [ghcide] EvVarSource
  18557. 3475.26 s [ghcide] HieAST
  18558. 3475.26 s [ghcide] HiePath
  18559. 3475.26 s [ghcide] HieTypeFlat
  18560. 3475.26 s [ghcide] Identifier
  18561. 3475.26 s [ghcide] NameEntityInfo
  18562. 3475.26 s [ghcide] NodeIdentifiers
  18563. 3475.26 s [ghcide] RecFieldContext
  18564. 3475.26 s [ghcide] Scope
  18565. 3475.26 s [ghcide] Span
  18566. 3475.26 s [ghcide] TypeIndex
  18567. 3475.26 s [ghcide] runUnlit
  18568. 3475.26 s [ghcide] runPp
  18569. 3475.26 s [ghcide] hscCompileCoreExprHook
  18570. 3475.26 s [ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:297)
  18571. 3475.26 s [ghcide] tidyExpr
  18572. 3475.26 s [ghcide] emptyTidyEnv
  18573. 3475.26 s [ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:304)
  18574. 3475.26 s [ghcide] corePrepPgm
  18575. 3475.26 s [ghcide] lintInteractiveExpr
  18576. 3475.26 s [ghcide] icInteractiveModule
  18577. 3475.26 s [ghcide] lookupHpt
  18578. 3475.26 s [ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:216)
  18579. 3475.26 s [ghcide] Annotation
  18580. 3475.26 s [ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:293)
  18581. 3475.26 s [ghcide] mkRnEnv2
  18582. 3475.26 s [ghcide] emptyInScopeSet
  18583. 3475.26 s [ghcide] byteCodeGen
  18584. 3475.26 s [ghcide] loadDecls
  18585. 3475.26 s [ghcide] expectJust
  18586. 3475.26 s [ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:519)
  18587. 3475.26 s [ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:512)
  18588. 3475.26 s [ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:337)
  18589. 3475.26 s [ghcide] tcInitTidyEnv
  18590. 3475.26 s [ghcide] Warning: 'tcIdDetails' is out of scope.
  18591. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18592. 3475.26 s [ghcide] Warning: 'tcIfaceInfo' is out of scope.
  18593. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18594. 3475.26 s [ghcide] Warning: 'tcIfaceType' is out of scope.
  18595. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18596. 3475.26 s [ghcide] Warning: 'IfaceId' is ambiguous. It is defined
  18597. 3475.26 s [ghcide] * in ‘GHC.Iface.Syntax’
  18598. 3475.26 s [ghcide] * at src/Development/IDE/GHC/CoreFile.hs:61:1
  18599. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18600. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18601. 3475.26 s [ghcide] Defaulting to the one defined at src/Development/IDE/GHC/CoreFile.hs:61:1
  18602. 3475.26 s [ghcide] 37% ( 3 / 8) in 'Development.IDE.GHC.CoreFile'
  18603. 3475.26 s [ghcide] Missing documentation for:
  18604. 3475.26 s [ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:44)
  18605. 3475.26 s [ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:123)
  18606. 3475.26 s [ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:171)
  18607. 3475.26 s [ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:86)
  18608. 3475.26 s [ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:138)
  18609. 3475.26 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
  18610. 3475.26 s [ghcide] Missing documentation for:
  18611. 3475.26 s [ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
  18612. 3475.26 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
  18613. 3475.26 s [ghcide] Missing documentation for:
  18614. 3475.26 s [ghcide] Module header
  18615. 3475.26 s [ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:29)
  18616. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Location
  18617. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Position
  18618. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Range
  18619. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Uri
  18620. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedUri
  18621. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export toNormalizedUri
  18622. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedUri
  18623. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedFilePath
  18624. 3475.26 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedFilePath
  18625. 3475.26 s [ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
  18626. 3475.26 s [ghcide] Missing documentation for:
  18627. 3475.26 s [ghcide] Location
  18628. 3475.26 s [ghcide] noFilePath (src/Development/IDE/Types/Location.hs:70)
  18629. 3475.26 s [ghcide] noRange (src/Development/IDE/Types/Location.hs:74)
  18630. 3475.26 s [ghcide] Position
  18631. 3475.26 s [ghcide] showPosition (src/Development/IDE/Types/Location.hs:77)
  18632. 3475.26 s [ghcide] Range
  18633. 3475.26 s [ghcide] Uri
  18634. 3475.26 s [ghcide] NormalizedUri
  18635. 3475.26 s [ghcide] toNormalizedUri
  18636. 3475.26 s [ghcide] fromNormalizedUri
  18637. 3475.26 s [ghcide] NormalizedFilePath
  18638. 3475.26 s [ghcide] fromUri (src/Development/IDE/Types/Location.hs:67)
  18639. 3475.26 s [ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:47)
  18640. 3475.26 s [ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:59)
  18641. 3475.26 s [ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:43)
  18642. 3475.26 s [ghcide] fromNormalizedFilePath
  18643. 3475.26 s [ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:64)
  18644. 3475.26 s [ghcide] Warning: 'Prism' is ambiguous. It is defined
  18645. 3475.26 s [ghcide] * in ‘Control.Lens.Reified’
  18646. 3475.26 s [ghcide] * in ‘Control.Lens.Type’
  18647. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18648. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18649. 3475.26 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
  18650. 3475.26 s [ghcide] Warning: 'Lens' is ambiguous. It is defined
  18651. 3475.26 s [ghcide] * in ‘Control.Lens.Reified’
  18652. 3475.26 s [ghcide] * in ‘Control.Lens.Type’
  18653. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18654. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18655. 3475.26 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
  18656. 3475.26 s [ghcide] Warning: 'TcRnMessage' is out of scope.
  18657. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18658. 3475.26 s [ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
  18659. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18660. 3475.26 s [ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
  18661. 3475.26 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:23
  18662. 3475.26 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:1
  18663. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18664. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18665. 3475.26 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:250:1
  18666. 3475.26 s [ghcide] Warning: 'Document' is out of scope.
  18667. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18668. 3475.26 s [ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export Diagnostic
  18669. 3475.26 s [ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
  18670. 3475.26 s [ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
  18671. 3475.26 s [ghcide] Missing documentation for:
  18672. 3475.26 s [ghcide] Module header
  18673. 3475.26 s [ghcide] Diagnostic
  18674. 3475.26 s [ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:338)
  18675. 3475.26 s [ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
  18676. 3475.26 s [ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
  18677. 3475.26 s [ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:338)
  18678. 3475.26 s [ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
  18679. 3475.26 s [ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
  18680. 3475.26 s [ghcide] DiagnosticSeverity
  18681. 3475.26 s [ghcide] DiagnosticStore
  18682. 3475.26 s [ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:165)
  18683. 3475.26 s [ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:277)
  18684. 3475.26 s [ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:280)
  18685. 3475.26 s [ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:135)
  18686. 3475.26 s [ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:145)
  18687. 3475.26 s [ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:142)
  18688. 3475.26 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
  18689. 3475.26 s [ghcide] Missing documentation for:
  18690. 3475.26 s [ghcide] Module header
  18691. 3475.26 s [ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
  18692. 3475.26 s [ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:93)
  18693. 3475.26 s [ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:101)
  18694. 3475.26 s [ghcide] Warning: 'PackageConfig' is out of scope.
  18695. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18696. 3475.26 s [ghcide] Warning: 'StringBuffer' is ambiguous. It is defined
  18697. 3475.26 s [ghcide] * in ‘GHC.Data.StringBuffer’
  18698. 3475.26 s [ghcide] * in ‘GHC.Data.StringBuffer’
  18699. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18700. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18701. 3475.26 s [ghcide] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
  18702. 3475.26 s [ghcide] Warning: 'CgGuts' is ambiguous. It is defined
  18703. 3475.26 s [ghcide] * in ‘GHC.Unit.Module.ModGuts’
  18704. 3475.26 s [ghcide] * in ‘GHC.Unit.Module.ModGuts’
  18705. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18706. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18707. 3475.26 s [ghcide] Defaulting to the one defined in ‘GHC.Unit.Module.ModGuts’
  18708. 3475.26 s [ghcide] Warning: 'CoreModule' is ambiguous. It is defined
  18709. 3475.26 s [ghcide] * in ‘GHC’
  18710. 3475.26 s [ghcide] * in ‘GHC’
  18711. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18712. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18713. 3475.26 s [ghcide] Defaulting to the one defined in ‘GHC’
  18714. 3475.26 s [ghcide] Warning: 'Fingerprint' is ambiguous. It is defined
  18715. 3475.26 s [ghcide] * in ‘GHC.Internal.Fingerprint.Type’
  18716. 3475.26 s [ghcide] * in ‘GHC.Internal.Fingerprint.Type’
  18717. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18718. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18719. 3475.26 s [ghcide] Defaulting to the one defined in ‘GHC.Internal.Fingerprint.Type’
  18720. 3475.26 s [ghcide] Warning: 'hDuplicateTo' is out of scope.
  18721. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18722. 3475.26 s [ghcide] Warning: 'a_a4ME' is out of scope.
  18723. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18724. 3475.26 s [ghcide] Warning: 'a' is out of scope.
  18725. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18726. 3475.26 s [ghcide] 65% ( 17 / 26) in 'Development.IDE.GHC.Util'
  18727. 3475.26 s [ghcide] Missing documentation for:
  18728. 3475.26 s [ghcide] runParser (src/Development/IDE/GHC/Util.hs:97)
  18729. 3475.26 s [ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:108)
  18730. 3475.26 s [ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:105)
  18731. 3475.26 s [ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:178)
  18732. 3475.26 s [ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:184)
  18733. 3475.26 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:375)
  18734. 3475.26 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:378)
  18735. 3475.26 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:413)
  18736. 3475.26 s [ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:273)
  18737. 3475.26 s [ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
  18738. 3475.26 s [ghcide] Warning: 'GetLocatedImports' is out of scope.
  18739. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18740. 3475.26 s [ghcide] Warning: 'target' is out of scope.
  18741. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18742. 3475.26 s [ghcide] Warning: 'GetKnownTargets' is out of scope.
  18743. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18744. 3475.26 s [ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
  18745. 3475.26 s [ghcide] Missing documentation for:
  18746. 3475.26 s [ghcide] Module header
  18747. 3475.26 s [ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:64)
  18748. 3475.26 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
  18749. 3475.26 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
  18750. 3475.26 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  18751. 3475.26 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
  18752. 3475.26 s [ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
  18753. 3475.26 s [ghcide] Missing documentation for:
  18754. 3475.26 s [ghcide] Module header
  18755. 3475.26 s [ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
  18756. 3475.26 s [ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
  18757. 3475.26 s [ghcide] rendered (src/Development/IDE/Types/Exports.hs:91)
  18758. 3475.26 s [ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:107)
  18759. 3475.26 s [ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:104)
  18760. 3475.26 s [ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:79)
  18761. 3475.26 s [ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:71)
  18762. 3475.26 s [ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:121)
  18763. 3475.26 s [ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:154)
  18764. 3475.26 s [ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:164)
  18765. 3475.26 s [ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:215)
  18766. 3475.26 s [ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:184)
  18767. 3475.26 s [ghcide] size (src/Development/IDE/Types/Exports.hs:68)
  18768. 3475.26 s [ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:82)
  18769. 3475.26 s [ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:174)
  18770. 3475.26 s [ghcide] Warning: 'Text' is out of scope.
  18771. 3475.26 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18772. 3475.26 s [ghcide] Warning: 'Location' is ambiguous. It is defined
  18773. 3475.26 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  18774. 3475.26 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  18775. 3475.26 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18776. 3475.26 s [ghcide] by specifying the type/value namespace explicitly.
  18777. 3475.26 s [ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
  18778. 3475.26 s [ghcide] 25% ( 3 / 12) in 'Development.IDE.Spans.Common'
  18779. 3475.26 s [ghcide] Missing documentation for:
  18780. 3475.26 s [ghcide] Module header
  18781. 3475.26 s [ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:56)
  18782. 3475.27 s [ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:50)
  18783. 3475.27 s [ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:61)
  18784. 3475.27 s [ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:67)
  18785. 3475.27 s [ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:75)
  18786. 3475.27 s [ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:125)
  18787. 3475.27 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
  18788. 3475.27 s [ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:38)
  18789. 3475.27 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: Could not find documentation for exported module: Development.IDE.Plugin.Completions.Types
  18790. 3475.27 s [ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
  18791. 3475.27 s [ghcide] Missing documentation for:
  18792. 3475.27 s [ghcide] Module header
  18793. 3475.27 s [ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:48)
  18794. 3475.27 s [ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:164)
  18795. 3475.27 s [ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:172)
  18796. 3475.27 s [ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:53)
  18797. 3475.27 s [ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
  18798. 3475.27 s [ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
  18799. 3475.27 s [ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
  18800. 3475.27 s [ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
  18801. 3475.27 s [ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
  18802. 3475.27 s [ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
  18803. 3475.27 s [ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
  18804. 3475.27 s [ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
  18805. 3475.27 s [ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
  18806. 3475.27 s [ghcide] Missing documentation for:
  18807. 3475.27 s [ghcide] Module header
  18808. 3475.27 s [ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:92)
  18809. 3475.27 s [ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:99)
  18810. 3475.27 s [ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:95)
  18811. 3475.27 s [ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:234)
  18812. 3475.27 s [ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:156)
  18813. 3475.27 s [ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:113)
  18814. 3475.27 s [ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:118)
  18815. 3475.27 s [ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:152)
  18816. 3475.27 s [ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:163)
  18817. 3475.27 s [ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:167)
  18818. 3475.27 s [ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:173)
  18819. 3475.27 s [ghcide] realSpan (src/Development/IDE/GHC/Error.hs:215)
  18820. 3475.27 s [ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:177)
  18821. 3475.27 s [ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:183)
  18822. 3475.27 s [ghcide] Warning: 'HscEnvEq' is ambiguous. It is defined
  18823. 3475.27 s [ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:17
  18824. 3475.27 s [ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:1
  18825. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18826. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  18827. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/HscEnvEq.hs:36:1
  18828. 3475.27 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
  18829. 3475.27 s [ghcide] Missing documentation for:
  18830. 3475.27 s [ghcide] Module header
  18831. 3475.27 s [ghcide] hscEnv
  18832. 3475.27 s [ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:48)
  18833. 3475.27 s [ghcide] envPackageExports
  18834. 3475.27 s [ghcide] Warning: 'Interval' is ambiguous. It is defined
  18835. 3475.27 s [ghcide] * in ‘Data.IntervalMap.FingerTree’
  18836. 3475.27 s [ghcide] * in ‘Data.IntervalMap.FingerTree’
  18837. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18838. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  18839. 3475.27 s [ghcide] Defaulting to the one defined in ‘Data.IntervalMap.FingerTree’
  18840. 3475.27 s [ghcide] Warning: 'Bindings' is ambiguous. It is defined
  18841. 3475.27 s [ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:77:17
  18842. 3475.27 s [ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:77:1
  18843. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18844. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  18845. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Spans/LocalBindings.hs:77:1
  18846. 3475.27 s [ghcide] Warning: 'PositionRange' is out of scope.
  18847. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18848. 3475.27 s [ghcide] Warning: 'PositionMapping' is out of scope.
  18849. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18850. 3475.27 s [ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
  18851. 3475.27 s [ghcide] Missing documentation for:
  18852. 3475.27 s [ghcide] Module header
  18853. 3475.27 s [ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:41)
  18854. 3475.27 s [ghcide] Warning: 'main' is out of scope.
  18855. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18856. 3475.27 s [ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
  18857. 3475.27 s [ghcide] Missing documentation for:
  18858. 3475.27 s [ghcide] Module header
  18859. 3475.27 s [ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
  18860. 3475.27 s [ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
  18861. 3475.27 s [ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:59)
  18862. 3475.27 s [ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:52)
  18863. 3475.27 s [ghcide] Warning: 'FilePathId' is ambiguous. It is defined
  18864. 3475.27 s [ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:70:22
  18865. 3475.27 s [ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:70:1
  18866. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18867. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  18868. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Import/DependencyInformation.hs:70:1
  18869. 3475.27 s [ghcide] 29% ( 8 / 27) in 'Development.IDE.Import.DependencyInformation'
  18870. 3475.27 s [ghcide] Missing documentation for:
  18871. 3475.27 s [ghcide] Module header
  18872. 3475.27 s [ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:137)
  18873. 3475.27 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
  18874. 3475.27 s [ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:382)
  18875. 3475.27 s [ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:156)
  18876. 3475.27 s [ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:160)
  18877. 3475.27 s [ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:79)
  18878. 3475.27 s [ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:89)
  18879. 3475.27 s [ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:92)
  18880. 3475.27 s [ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:113)
  18881. 3475.27 s [ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:107)
  18882. 3475.27 s [ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:110)
  18883. 3475.27 s [ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:116)
  18884. 3475.27 s [ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:119)
  18885. 3475.27 s [ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:171)
  18886. 3475.27 s [ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:232)
  18887. 3475.27 s [ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:371)
  18888. 3475.27 s [ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:121)
  18889. 3475.27 s [ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:124)
  18890. 3475.27 s [ghcide] Warning: 'NeedsCompilation' is ambiguous. It is defined
  18891. 3475.27 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:410:25
  18892. 3475.27 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:410:1
  18893. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18894. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  18895. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:410:1
  18896. 3475.27 s [ghcide] Warning: 'GetModIface' is ambiguous. It is defined
  18897. 3475.27 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:474:20
  18898. 3475.27 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:474:1
  18899. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18900. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  18901. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:474:1
  18902. 3475.27 s [ghcide] Warning: Development.IDE.Core.RuleTypes: Could not find documentation for exported module: Development.IDE.Core.RuleTypes
  18903. 3475.27 s [ghcide] 10% ( 6 / 57) in 'Development.IDE.Core.RuleTypes'
  18904. 3475.27 s [ghcide] Missing documentation for:
  18905. 3475.27 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
  18906. 3475.27 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:314)
  18907. 3475.27 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:462)
  18908. 3475.27 s [ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18909. 3475.27 s [ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18910. 3475.27 s [ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18911. 3475.27 s [ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:191)
  18912. 3475.27 s [ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:194)
  18913. 3475.27 s [ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18914. 3475.27 s [ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:172)
  18915. 3475.27 s [ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18916. 3475.27 s [ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:329)
  18917. 3475.27 s [ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:503)
  18918. 3475.27 s [ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:246)
  18919. 3475.27 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
  18920. 3475.27 s [ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:86)
  18921. 3475.27 s [ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:440)
  18922. 3475.27 s [ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:430)
  18923. 3475.27 s [ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:332)
  18924. 3475.27 s [ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:337)
  18925. 3475.27 s [ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:343)
  18926. 3475.27 s [ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:435)
  18927. 3475.27 s [ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:111)
  18928. 3475.27 s [ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:77)
  18929. 3475.27 s [ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:106)
  18930. 3475.27 s [ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:402)
  18931. 3475.27 s [ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:474)
  18932. 3475.27 s [ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:464)
  18933. 3475.27 s [ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:469)
  18934. 3475.27 s [ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:489)
  18935. 3475.27 s [ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:484)
  18936. 3475.27 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
  18937. 3475.27 s [ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:415)
  18938. 3475.27 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
  18939. 3475.27 s [ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:397)
  18940. 3475.27 s [ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:445)
  18941. 3475.27 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
  18942. 3475.27 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
  18943. 3475.27 s [ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:174)
  18944. 3475.27 s [ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:223)
  18945. 3475.27 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
  18946. 3475.27 s [ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:117)
  18947. 3475.27 s [ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:479)
  18948. 3475.27 s [ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:360)
  18949. 3475.27 s [ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:93)
  18950. 3475.27 s [ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:51)
  18951. 3475.27 s [ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:367)
  18952. 3475.27 s [ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:410)
  18953. 3475.27 s [ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:420)
  18954. 3475.27 s [ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:122)
  18955. 3475.27 s [ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:425)
  18956. 3475.27 s [ghcide] Warning: 'phase' is out of scope.
  18957. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18958. 3475.27 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
  18959. 3475.27 s [ghcide] Missing documentation for:
  18960. 3475.27 s [ghcide] Module header
  18961. 3475.27 s [ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:135)
  18962. 3475.27 s [ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:88)
  18963. 3475.27 s [ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:121)
  18964. 3475.27 s [ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:39)
  18965. 3475.27 s [ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:47)
  18966. 3475.27 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
  18967. 3475.27 s [ghcide] Missing documentation for:
  18968. 3475.27 s [ghcide] Module header
  18969. 3475.27 s [ghcide] Warning: 'ekg' is out of scope.
  18970. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18971. 3475.27 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
  18972. 3475.27 s [ghcide] Missing documentation for:
  18973. 3475.27 s [ghcide] Module header
  18974. 3475.27 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
  18975. 3475.27 s [ghcide] Missing documentation for:
  18976. 3475.27 s [ghcide] Module header
  18977. 3475.27 s [ghcide] Warning: 'ComponentOptions' is out of scope.
  18978. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18979. 3475.27 s [ghcide] Warning: 'HscEnvEq' is out of scope.
  18980. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18981. 3475.27 s [ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
  18982. 3475.27 s [ghcide] Missing documentation for:
  18983. 3475.27 s [ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
  18984. 3475.27 s [ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:91)
  18985. 3475.27 s [ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:100)
  18986. 3475.27 s [ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:101)
  18987. 3475.27 s [ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:102)
  18988. 3475.27 s [ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:103)
  18989. 3475.27 s [ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:113)
  18990. 3475.27 s [ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:117)
  18991. 3475.27 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
  18992. 3475.27 s [ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:88)
  18993. 3475.27 s [ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:105)
  18994. 3475.27 s [ghcide] Warning: 'ProgressReporting' is ambiguous. It is defined
  18995. 3475.27 s [ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:26
  18996. 3475.27 s [ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:1
  18997. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18998. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  18999. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/ProgressReporting.hs:50:1
  19000. 3475.27 s [ghcide] Warning: 'delayedProgressReporting' is out of scope.
  19001. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19002. 3475.27 s [ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
  19003. 3475.27 s [ghcide] Missing documentation for:
  19004. 3475.27 s [ghcide] Module header
  19005. 3475.27 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  19006. 3475.27 s [ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
  19007. 3475.27 s [ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
  19008. 3475.27 s [ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:95)
  19009. 3475.27 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
  19010. 3475.27 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
  19011. 3475.27 s [ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:137)
  19012. 3475.27 s [ghcide] progressStop
  19013. 3475.27 s [ghcide] progressUpdate
  19014. 3475.27 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
  19015. 3475.27 s [ghcide] Missing documentation for:
  19016. 3475.27 s [ghcide] Module header
  19017. 3475.27 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  19018. 3475.27 s [ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
  19019. 3475.27 s [ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
  19020. 3475.27 s [ghcide] Key
  19021. 3475.27 s [ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
  19022. 3475.27 s [ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:74)
  19023. 3475.27 s [ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:115)
  19024. 3475.27 s [ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:130)
  19025. 3475.27 s [ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:136)
  19026. 3475.27 s [ghcide] toKey (src/Development/IDE/Types/Shake.hs:79)
  19027. 3475.27 s [ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:96)
  19028. 3475.27 s [ghcide] fromKey (src/Development/IDE/Types/Shake.hs:82)
  19029. 3475.27 s [ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
  19030. 3475.27 s [ghcide] Warning: 'Q' is ambiguous. It is defined
  19031. 3475.27 s [ghcide] * at src/Development/IDE/Types/Shake.hs:98:15
  19032. 3475.27 s [ghcide] * at src/Development/IDE/Types/Shake.hs:98:1
  19033. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19034. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  19035. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:98:1
  19036. 3475.27 s [ghcide] Warning: 'A' is ambiguous. It is defined
  19037. 3475.27 s [ghcide] * at src/Development/IDE/Types/Shake.hs:106:15
  19038. 3475.27 s [ghcide] * at src/Development/IDE/Types/Shake.hs:106:1
  19039. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19040. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  19041. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:106:1
  19042. 3475.27 s [ghcide] Warning: 'proper' is out of scope.
  19043. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19044. 3475.27 s [ghcide] Warning: 'ShakeSession' is ambiguous. It is defined
  19045. 3475.27 s [ghcide] * at src/Development/IDE/Core/Shake.hs:523:24
  19046. 3475.27 s [ghcide] * at src/Development/IDE/Core/Shake.hs:523:1
  19047. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19048. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  19049. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:523:1
  19050. 3475.27 s [ghcide] Warning: 'IdeState' is ambiguous. It is defined
  19051. 3475.27 s [ghcide] * at src/Development/IDE/Core/Shake.hs:557:17
  19052. 3475.27 s [ghcide] * at src/Development/IDE/Core/Shake.hs:557:1
  19053. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19054. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  19055. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:557:1
  19056. 3475.27 s [ghcide] Warning: 'Initialized' is out of scope.
  19057. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19058. 3475.27 s [ghcide] Warning: 'BadDependency' is ambiguous. It is defined
  19059. 3475.27 s [ghcide] * at src/Development/IDE/Types/Shake.hs:70:25
  19060. 3475.27 s [ghcide] * at src/Development/IDE/Types/Shake.hs:70:1
  19061. 3475.27 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19062. 3475.27 s [ghcide] by specifying the type/value namespace explicitly.
  19063. 3475.27 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:70:1
  19064. 3475.27 s [ghcide] Warning: 'useWithStaleE' is out of scope.
  19065. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19066. 3475.27 s [ghcide] Warning: 'usesE' is out of scope.
  19067. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19068. 3475.27 s [ghcide] Warning: 'runInShakeSession' is out of scope.
  19069. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19070. 3475.27 s [ghcide] Warning: 'LanguageContextEnv' is out of scope.
  19071. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19072. 3475.27 s [ghcide] Warning: 'resRootPath' is out of scope.
  19073. 3475.27 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19074. 3475.27 s [ghcide] 41% ( 35 / 85) in 'Development.IDE.Core.Shake'
  19075. 3475.27 s [ghcide] Missing documentation for:
  19076. 3475.27 s [ghcide] shakeExtras
  19077. 3475.28 s [ghcide] shakeDb
  19078. 3475.28 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
  19079. 3475.28 s [ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:345)
  19080. 3475.28 s [ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:351)
  19081. 3475.28 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  19082. 3475.28 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
  19083. 3475.28 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
  19084. 3475.28 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
  19085. 3475.28 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
  19086. 3475.28 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
  19087. 3475.28 s [ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:755)
  19088. 3475.28 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1109)
  19089. 3475.28 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1118)
  19090. 3475.28 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1121)
  19091. 3475.28 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
  19092. 3475.28 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1017)
  19093. 3475.28 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1198)
  19094. 3475.28 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1203)
  19095. 3475.28 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:933)
  19096. 3475.28 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
  19097. 3475.28 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
  19098. 3475.28 s [ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:937)
  19099. 3475.28 s [ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:389)
  19100. 3475.28 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:404)
  19101. 3475.28 s [ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:409)
  19102. 3475.28 s [ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:428)
  19103. 3475.28 s [ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:425)
  19104. 3475.28 s [ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:415)
  19105. 3475.28 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:434)
  19106. 3475.28 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:446)
  19107. 3475.28 s [ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:430)
  19108. 3475.28 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:373)
  19109. 3475.28 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
  19110. 3475.28 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1383)
  19111. 3475.28 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1430)
  19112. 3475.28 s [ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1442)
  19113. 3475.28 s [ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:337)
  19114. 3475.28 s [ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:339)
  19115. 3475.28 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  19116. 3475.28 s [ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
  19117. 3475.28 s [ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:778)
  19118. 3475.28 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1062)
  19119. 3475.28 s [ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1069)
  19120. 3475.28 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  19121. 3475.28 s [ghcide] HieDb
  19122. 3475.28 s [ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:953)
  19123. 3475.28 s [ghcide] Log (src/Development/IDE/Core/Shake.hs:181)
  19124. 3475.28 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
  19125. 3475.28 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
  19126. 3475.28 s [ghcide] Warning: 'IdeGhcSession' is ambiguous. It is defined
  19127. 3475.28 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:513:22
  19128. 3475.28 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:513:1
  19129. 3475.28 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19130. 3475.28 s [ghcide] by specifying the type/value namespace explicitly.
  19131. 3475.28 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:513:1
  19132. 3475.28 s [ghcide] Warning: 'HieWriterChan' is out of scope.
  19133. 3475.28 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19134. 3475.28 s [ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
  19135. 3475.28 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19136. 3475.28 s [ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
  19137. 3475.28 s [ghcide] Missing documentation for:
  19138. 3475.28 s [ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:231)
  19139. 3475.28 s [ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:228)
  19140. 3475.28 s [ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:278)
  19141. 3475.28 s [ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:396)
  19142. 3475.28 s [ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:342)
  19143. 3475.28 s [ghcide] Log (session-loader/Development/IDE/Session.hs:131)
  19144. 3475.28 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
  19145. 3475.28 s [ghcide] Missing documentation for:
  19146. 3475.28 s [ghcide] Module header
  19147. 3475.28 s [ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
  19148. 3475.28 s [ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
  19149. 3475.28 s [ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
  19150. 3475.28 s [ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:36)
  19151. 3475.28 s [ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:51)
  19152. 3475.28 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
  19153. 3475.28 s [ghcide] Missing documentation for:
  19154. 3475.28 s [ghcide] Module header
  19155. 3475.28 s [ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
  19156. 3475.28 s [ghcide] Warning: 'PluginHandler' is ambiguous. It is defined
  19157. 3475.28 s [ghcide] * in ‘Ide.Types’
  19158. 3475.28 s [ghcide] * in ‘Ide.Types’
  19159. 3475.28 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19160. 3475.28 s [ghcide] by specifying the type/value namespace explicitly.
  19161. 3475.28 s [ghcide] Defaulting to the one defined in ‘Ide.Types’
  19162. 3475.28 s [ghcide] Warning: 'PluginHandlers' is ambiguous. It is defined
  19163. 3475.28 s [ghcide] * in ‘Ide.Types’
  19164. 3475.28 s [ghcide] * in ‘Ide.Types’
  19165. 3475.28 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19166. 3475.28 s [ghcide] by specifying the type/value namespace explicitly.
  19167. 3475.28 s [ghcide] Defaulting to the one defined in ‘Ide.Types’
  19168. 3475.28 s [ghcide] Warning: 'data_' is out of scope.
  19169. 3475.28 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19170. 3475.28 s [ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
  19171. 3475.28 s [ghcide] Missing documentation for:
  19172. 3475.28 s [ghcide] Module header
  19173. 3475.28 s [ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:405)
  19174. 3475.28 s [ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
  19175. 3475.28 s [ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
  19176. 3475.28 s [ghcide] Missing documentation for:
  19177. 3475.28 s [ghcide] Module header
  19178. 3475.28 s [ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:40)
  19179. 3475.28 s [ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:44)
  19180. 3475.28 s [ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:48)
  19181. 3475.28 s [ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:59)
  19182. 3475.28 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
  19183. 3475.28 s [ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:64)
  19184. 3475.28 s [ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:69)
  19185. 3475.28 s [ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:92)
  19186. 3475.28 s [ghcide] 16% ( 1 / 6) in 'Development.IDE.LSP.LanguageServer'
  19187. 3475.28 s [ghcide] Missing documentation for:
  19188. 3475.28 s [ghcide] Module header
  19189. 3475.28 s [ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:99)
  19190. 3475.28 s [ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:140)
  19191. 3475.28 s [ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:50)
  19192. 3475.28 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
  19193. 3475.28 s [ghcide] Warning: 'IsFileOfInterest' is ambiguous. It is defined
  19194. 3475.28 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:479:25
  19195. 3475.28 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:479:1
  19196. 3475.28 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19197. 3475.28 s [ghcide] by specifying the type/value namespace explicitly.
  19198. 3475.28 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:479:1
  19199. 3475.29 s [ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
  19200. 3475.29 s [ghcide] Missing documentation for:
  19201. 3475.29 s [ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:91)
  19202. 3475.29 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:103)
  19203. 3475.29 s [ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:108)
  19204. 3475.29 s [ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:121)
  19205. 3475.29 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
  19206. 3475.29 s [ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:61)
  19207. 3475.29 s [ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:128)
  19208. 3475.29 s [ghcide] Log (src/Development/IDE/Core/OfInterest.hs:54)
  19209. 3475.29 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
  19210. 3475.29 s [ghcide] Missing documentation for:
  19211. 3475.29 s [ghcide] Module header
  19212. 3475.29 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:212)
  19213. 3475.29 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:215)
  19214. 3475.29 s [ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:234)
  19215. 3475.29 s [ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:178)
  19216. 3475.29 s [ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:262)
  19217. 3475.29 s [ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:120)
  19218. 3475.29 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:404)
  19219. 3475.29 s [ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:187)
  19220. 3475.29 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
  19221. 3475.29 s [ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:314)
  19222. 3475.29 s [ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:284)
  19223. 3475.29 s [ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:329)
  19224. 3475.29 s [ghcide] Log (src/Development/IDE/Core/FileStore.hs:82)
  19225. 3475.29 s [ghcide] Warning: 'CoreModule' is ambiguous. It is defined
  19226. 3475.29 s [ghcide] * in ‘GHC’
  19227. 3475.29 s [ghcide] * in ‘GHC’
  19228. 3475.29 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19229. 3475.29 s [ghcide] by specifying the type/value namespace explicitly.
  19230. 3475.29 s [ghcide] Defaulting to the one defined in ‘GHC’
  19231. 3475.29 s [ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
  19232. 3475.29 s [ghcide] * in ‘GHC’
  19233. 3475.29 s [ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:67:1
  19234. 3475.29 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19235. 3475.29 s [ghcide] by specifying the type/value namespace explicitly.
  19236. 3475.29 s [ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:67:1
  19237. 3475.29 s [ghcide] Warning: 'runtime_deps' is out of scope.
  19238. 3475.29 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19239. 3475.29 s [ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
  19240. 3475.29 s [ghcide] Missing documentation for:
  19241. 3475.29 s [ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:188)
  19242. 3475.29 s [ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:780)
  19243. 3475.29 s [ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:461)
  19244. 3475.29 s [ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:438)
  19245. 3475.29 s [ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:635)
  19246. 3475.29 s [ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:673)
  19247. 3475.29 s [ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:798)
  19248. 3475.29 s [ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:922)
  19249. 3475.29 s [ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:935)
  19250. 3475.29 s [ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1287)
  19251. 3475.29 s [ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1353)
  19252. 3475.29 s [ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:982)
  19253. 3475.29 s [ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1372)
  19254. 3475.29 s [ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1538)
  19255. 3475.29 s [ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:177)
  19256. 3475.29 s [ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:144)
  19257. 3475.29 s [ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:146)
  19258. 3475.29 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
  19259. 3475.29 s [ghcide] Missing documentation for:
  19260. 3475.29 s [ghcide] Module header
  19261. 3475.29 s [ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:108)
  19262. 3475.29 s [ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:68)
  19263. 3475.29 s [ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:73)
  19264. 3475.29 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
  19265. 3475.29 s [ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:42)
  19266. 3475.29 s [ghcide] Warning: 'Location' is ambiguous. It is defined
  19267. 3475.29 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  19268. 3475.29 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  19269. 3475.29 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19270. 3475.29 s [ghcide] by specifying the type/value namespace explicitly.
  19271. 3475.29 s [ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
  19272. 3475.29 s [ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
  19273. 3475.29 s [ghcide] Missing documentation for:
  19274. 3475.29 s [ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:176)
  19275. 3475.29 s [ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:565)
  19276. 3475.29 s [ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:131)
  19277. 3475.29 s [ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:82)
  19278. 3475.29 s [ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:547)
  19279. 3475.29 s [ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:115)
  19280. 3475.29 s [ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:121)
  19281. 3475.29 s [ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:152)
  19282. 3475.29 s [ghcide] Warning: 'FileExistsState' is out of scope.
  19283. 3475.29 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19284. 3475.29 s [ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
  19285. 3475.29 s [ghcide] Missing documentation for:
  19286. 3475.29 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:434)
  19287. 3475.29 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:446)
  19288. 3475.29 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  19289. 3475.29 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:933)
  19290. 3475.29 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
  19291. 3475.29 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1430)
  19292. 3475.29 s [ghcide] Log (src/Development/IDE/Core/Service.hs:44)
  19293. 3475.29 s [ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
  19294. 3475.29 s [ghcide] Missing documentation for:
  19295. 3475.29 s [ghcide] Module header
  19296. 3475.29 s [ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:64)
  19297. 3475.29 s [ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:67)
  19298. 3475.29 s [ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
  19299. 3475.29 s [ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:160)
  19300. 3475.29 s [ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
  19301. 3475.29 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:23
  19302. 3475.29 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:1
  19303. 3475.30 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19304. 3475.30 s [ghcide] by specifying the type/value namespace explicitly.
  19305. 3475.30 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:250:1
  19306. 3475.30 s [ghcide] Warning: 'CodeAction' is out of scope.
  19307. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19308. 3475.30 s [ghcide] Warning: 'CodeActionParam' is out of scope.
  19309. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19310. 3475.30 s [ghcide] Warning: 'CodeActionContext' is out of scope.
  19311. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19312. 3475.30 s [ghcide] Warning: 'runIdeAction' is out of scope.
  19313. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19314. 3475.30 s [ghcide] Warning: 'uriToFilePath' is out of scope.
  19315. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19316. 3475.30 s [ghcide] Warning: 'use' is out of scope.
  19317. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19318. 3475.30 s [ghcide] Warning: 'useWithStale' is out of scope.
  19319. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19320. 3475.30 s [ghcide] Warning: 'useWithStaleFast' is out of scope.
  19321. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19322. 3475.30 s [ghcide] Warning: 'uses' is out of scope.
  19323. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19324. 3475.30 s [ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
  19325. 3475.30 s [ghcide] Missing documentation for:
  19326. 3475.30 s [ghcide] Module header
  19327. 3475.30 s [ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:236)
  19328. 3475.30 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
  19329. 3475.30 s [ghcide] Missing documentation for:
  19330. 3475.30 s [ghcide] Module header
  19331. 3475.30 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:113)
  19332. 3475.30 s [ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:125)
  19333. 3475.30 s [ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:134)
  19334. 3475.30 s [ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:142)
  19335. 3475.30 s [ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:149)
  19336. 3475.30 s [ghcide] Warning: 'Foo' is out of scope.
  19337. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19338. 3475.30 s [ghcide] Warning: 'ghcide' is out of scope.
  19339. 3475.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19340. 3475.30 s [ghcide] Warning: 'GetLinkable' is ambiguous. It is defined
  19341. 3475.30 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:106:20
  19342. 3475.30 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:106:1
  19343. 3475.30 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19344. 3475.30 s [ghcide] by specifying the type/value namespace explicitly.
  19345. 3475.30 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:106:1
  19346. 3475.30 s [ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
  19347. 3475.30 s [ghcide] Missing documentation for:
  19348. 3475.30 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
  19349. 3475.30 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
  19350. 3475.30 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
  19351. 3475.30 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  19352. 3475.30 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1198)
  19353. 3475.30 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1203)
  19354. 3475.30 s [ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1176)
  19355. 3475.30 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1047)
  19356. 3475.30 s [ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1057)
  19357. 3475.30 s [ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:316)
  19358. 3475.30 s [ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:473)
  19359. 3475.30 s [ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:568)
  19360. 3475.30 s [ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:683)
  19361. 3475.30 s [ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:916)
  19362. 3475.30 s [ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:863)
  19363. 3475.30 s [ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:627)
  19364. 3475.30 s [ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:614)
  19365. 3475.30 s [ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1036)
  19366. 3475.30 s [ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:503)
  19367. 3475.30 s [ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:560)
  19368. 3475.30 s [ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1134)
  19369. 3475.30 s [ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:912)
  19370. 3475.30 s [ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:550)
  19371. 3475.30 s [ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:308)
  19372. 3475.30 s [ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:656)
  19373. 3475.30 s [ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:947)
  19374. 3475.30 s [ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:227)
  19375. 3475.30 s [ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:726)
  19376. 3475.30 s [ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
  19377. 3475.30 s [ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:859)
  19378. 3475.30 s [ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
  19379. 3475.30 s [ghcide] Missing documentation for:
  19380. 3475.30 s [ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
  19381. 3475.30 s [ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
  19382. 3475.30 s [ghcide] plugin (src/Development/IDE/Plugin/Test.hs:78)
  19383. 3475.30 s [ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:167)
  19384. 3475.30 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
  19385. 3475.30 s [ghcide] Missing documentation for:
  19386. 3475.30 s [ghcide] Module header
  19387. 3475.30 s [ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:36)
  19388. 3475.30 s [ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
  19389. 3475.30 s [ghcide] Missing documentation for:
  19390. 3475.30 s [ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
  19391. 3475.30 s [ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:56)
  19392. 3475.30 s [ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:71)
  19393. 3475.30 s [ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:53)
  19394. 3475.30 s [ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:54)
  19395. 3475.30 s [ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:55)
  19396. 3475.30 s [ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:57)
  19397. 3475.30 s [ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:60)
  19398. 3475.30 s [ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:66)
  19399. 3475.31 s [ghcide] 57% ( 31 / 54) in 'Development.IDE'
  19400. 3475.31 s [ghcide] Missing documentation for:
  19401. 3475.31 s [ghcide] Module header
  19402. 3475.31 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:113)
  19403. 3475.31 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:212)
  19404. 3475.31 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:215)
  19405. 3475.31 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
  19406. 3475.31 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:103)
  19407. 3475.31 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1047)
  19408. 3475.31 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  19409. 3475.31 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1383)
  19410. 3475.31 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1017)
  19411. 3475.31 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:373)
  19412. 3475.31 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
  19413. 3475.31 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1062)
  19414. 3475.31 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1109)
  19415. 3475.31 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1121)
  19416. 3475.31 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1118)
  19417. 3475.31 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:468)
  19418. 3475.31 s [ghcide] action
  19419. 3475.31 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
  19420. 3475.31 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
  19421. 3475.31 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
  19422. 3475.31 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
  19423. 3475.31 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
  19424. 3475.31 s [ghcide] Warning: '#' is out of scope.
  19425. 3475.31 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19426. 3475.31 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
  19427. 3475.31 s [ghcide] Missing documentation for:
  19428. 3475.31 s [ghcide] Module header
  19429. 3475.31 s [ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
  19430. 3475.31 s [ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
  19431. 3475.31 s [ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:33)
  19432. 3475.31 s [ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:52)
  19433. 3475.31 s [ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:59)
  19434. 3475.31 s [ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
  19435. 3475.31 s [ghcide] Missing documentation for:
  19436. 3475.31 s [ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:98)
  19437. 3475.31 s [ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:204)
  19438. 3475.31 s [ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:95)
  19439. 3475.31 s [ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:283)
  19440. 3475.31 s [ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:280)
  19441. 3475.31 s [ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:292)
  19442. 3475.31 s [ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:87)
  19443. 3475.31 s [ghcide] Warning: 'PositionMap' is ambiguous. It is defined
  19444. 3475.31 s [ghcide] * at src/Development/IDE/Core/UseStale.hs:62:49
  19445. 3475.31 s [ghcide] * at src/Development/IDE/Core/UseStale.hs:62:1
  19446. 3475.31 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19447. 3475.31 s [ghcide] by specifying the type/value namespace explicitly.
  19448. 3475.31 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/UseStale.hs:62:1
  19449. 3475.31 s [ghcide] Warning: 'PositionMapping' is out of scope.
  19450. 3475.31 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19451. 3475.31 s [ghcide] Warning: 'PositionMapping' is ambiguous. It is defined
  19452. 3475.31 s [ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:27
  19453. 3475.31 s [ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:1
  19454. 3475.32 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  19455. 3475.32 s [ghcide] by specifying the type/value namespace explicitly.
  19456. 3475.32 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/PositionMapping.hs:93:1
  19457. 3475.32 s [ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
  19458. 3475.32 s [ghcide] Missing documentation for:
  19459. 3475.32 s [ghcide] Module header
  19460. 3475.32 s [ghcide] unTrack
  19461. 3475.32 s [ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:92)
  19462. 3475.32 s [ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:138)
  19463. 3475.32 s [ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:134)
  19464. 3475.32 s [ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:142)
  19465. 3475.32 s [ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
  19466. 3475.32 s [ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
  19467. 3475.32 s [ghcide] Missing documentation for:
  19468. 3475.32 s [ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
  19469. 3475.32 s [ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
  19470. 3475.32 s [ghcide] Missing documentation for:
  19471. 3475.32 s [ghcide] Module header
  19472. 3475.32 s [ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:338)
  19473. 3475.32 s [ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:315)
  19474. 3475.32 s [ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:894)
  19475. 3475.32 s [ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
  19476. 3475.32 s [ghcide] Missing documentation for:
  19477. 3475.32 s [ghcide] Module header
  19478. 3475.32 s [ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:71)
  19479. 3475.32 s [ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
  19480. 3475.32 s [ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:68)
  19481. 3475.32 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
  19482. 3475.32 s [ghcide] Missing documentation for:
  19483. 3475.32 s [ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:37)
  19484. 3475.32 s [ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
  19485. 3475.32 s [ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
  19486. 3475.32 s [ghcide] Missing documentation for:
  19487. 3475.32 s [ghcide] Module header
  19488. 3475.32 s [ghcide] Arguments (src/Development/IDE/Main.hs:205)
  19489. 3475.32 s [ghcide] defaultArguments (src/Development/IDE/Main.hs:225)
  19490. 3475.32 s [ghcide] Command (src/Development/IDE/Main.hs:170)
  19491. 3475.32 s [ghcide] IdeCommand
  19492. 3475.32 s [ghcide] isLSP (src/Development/IDE/Main.hs:183)
  19493. 3475.32 s [ghcide] commandP (src/Development/IDE/Main.hs:187)
  19494. 3475.32 s [ghcide] defaultMain (src/Development/IDE/Main.hs:291)
  19495. 3475.32 s [ghcide] testing (src/Development/IDE/Main.hs:270)
  19496. 3475.32 s [ghcide] Log (src/Development/IDE/Main.hs:133)
  19497. 3478.20 s [ghcide] Warning: Control.Concurrent.Strict: could not find link destinations for:
  19498. 3478.50 s [ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedMVar
  19499. 3478.50 s [ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedThreadId
  19500. 3478.50 s [ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
  19501. 3478.50 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19502. 3478.50 s [ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
  19503. 3478.50 s [ghcide] - GHC.Parser.Lexer.ExtsBitmap
  19504. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.HasType
  19505. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  19506. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.TVScoped
  19507. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.PScoped
  19508. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.RScoped
  19509. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.SigContext
  19510. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
  19511. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.BindContext
  19512. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.IEContext
  19513. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.RFContext
  19514. 3478.50 s [ghcide] - GHC.Driver.Backpack.BkpM
  19515. 3478.50 s [ghcide] - GHC.Internal.ForeignSrcLang.Rep_ForeignSrcLang
  19516. 3478.50 s [ghcide] - GHC.Internal.LanguageExtensions.Rep_Extension
  19517. 3478.50 s [ghcide] - GHC.Driver.Session.DynP
  19518. 3478.50 s [ghcide] - GHC.Hs.Type.HsQTvsRn
  19519. 3478.50 s [ghcide] - GHC.Hs.Type.pprTyVarBndr
  19520. 3478.50 s [ghcide] - GHC.Parser.Lexer.LayoutContext
  19521. 3478.50 s [ghcide] - GHC.Parser.Lexer.ALRContext
  19522. 3478.50 s [ghcide] - GHC.Parser.Lexer.ALRLayout
  19523. 3478.50 s [ghcide] - GHC.Unit.Module.Env.NDModule
  19524. 3478.50 s [ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
  19525. 3478.50 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  19526. 3478.50 s [ghcide] - GHC.Hs.Utils.AnnoBody
  19527. 3478.50 s [ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
  19528. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.HiePass
  19529. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.Context
  19530. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.AnnoBody
  19531. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.EvBindContext
  19532. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.getTypeNode
  19533. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  19534. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.HieState
  19535. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.ModifyState
  19536. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.addSubstitution
  19537. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.RContext
  19538. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.TScoped
  19539. 3478.50 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  19540. 3478.50 s [ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
  19541. 3478.50 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
  19542. 3478.50 s [ghcide] - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr
  19543. 3478.50 s [ghcide] - GHC.Parser.PostProcess.D:R:BodyHsCmd
  19544. 3478.50 s [ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsCmd
  19545. 3478.50 s [ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsCmd
  19546. 3478.50 s [ghcide] - GHC.Parser.PostProcess.D:R:BodyHsExpr
  19547. 3478.50 s [ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsExpr
  19548. 3478.50 s [ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsExpr
  19549. 3478.50 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  19550. 3478.50 s [ghcide] - GHC.HsToCore.Quote.Core
  19551. 3478.50 s [ghcide] - GHC.HsToCore.Quote.M
  19552. 3478.50 s [ghcide] - GHC.HsToCore.Quote.MetaM
  19553. 3478.50 s [ghcide] - GHC.HsToCore.Quote.RepTV
  19554. 3478.50 s [ghcide] - GHC.HsToCore.Quote.tyVarBndrName
  19555. 3478.50 s [ghcide] - GHC.HsToCore.Quote.repPlainTV
  19556. 3478.50 s [ghcide] - GHC.HsToCore.Quote.repKindedTV
  19557. 3478.50 s [ghcide] - GHC.Parser.PostProcess.Haddock.HasHaddock
  19558. 3478.50 s [ghcide] - GHC.Parser.PostProcess.Haddock.addHaddock
  19559. 3478.50 s [ghcide] - GHC.Parser.PostProcess.Haddock.HdkA
  19560. 3478.50 s [ghcide] - GHC.ThToHs.CvtFlag
  19561. 3478.50 s [ghcide] - GHC.ThToHs.cvtFlag
  19562. 3478.50 s [ghcide] Warning: Development.IDE.GHC.Compat.Error: could not find link destinations for:
  19563. 3478.50 s [ghcide] - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage
  19564. 3478.50 s [ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
  19565. 3478.50 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  19566. 3478.50 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
  19567. 3478.50 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessageDetailed
  19568. 3478.50 s [ghcide] - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic
  19569. 3478.50 s [ghcide] - GHC.HsToCore.Errors.Types.Rep_DsMessage
  19570. 3478.50 s [ghcide] - GHC.Parser.Errors.Types.Rep_PsMessage
  19571. 3478.50 s [ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
  19572. 3478.50 s [ghcide] - GHC.Driver.MakeSem.JobResources
  19573. 3478.50 s [ghcide] - GHC.Types.Unique.FM.Edit
  19574. 3478.50 s [ghcide] - GHC.Types.Unique.SDFM.Shared
  19575. 3478.50 s [ghcide] - GHC.Core.InstEnv.InstMatches
  19576. 3478.50 s [ghcide] - GHC.Types.Error.LinkedDiagCode
  19577. 3478.50 s [ghcide] - GHC.StgToJS.Utils.SlotCount
  19578. 3478.50 s [ghcide] - GHC.Core.Opt.Arity.EtaInfo
  19579. 3478.50 s [ghcide] - GHC.Core.Opt.OccurAnal.TailUsageDetails
  19580. 3478.50 s [ghcide] - GHC.Core.Opt.OccurAnal.SimpleNodeDetails
  19581. 3478.50 s [ghcide] - GHC.Core.Opt.OccurAnal.NodeDetails
  19582. 3478.50 s [ghcide] - GHC.Unit.State.UnitVisibility
  19583. 3478.50 s [ghcide] - GHC.Core.Opt.CprAnal.SigEnv
  19584. 3478.50 s [ghcide] - GHC.Core.Opt.DmdAnal.AnalEnv
  19585. 3478.50 s [ghcide] - GHC.CmmToAsm.BlockLayout.BlockChain
  19586. 3478.50 s [ghcide] - GHC.Wasm.ControlFlow.FromCmm.ContainingSyntax
  19587. 3478.50 s [ghcide] - GHC.Core.Opt.Specialise.DictBind
  19588. 3478.50 s [ghcide] - GHC.Core.Opt.Specialise.SpecArg
  19589. 3478.50 s [ghcide] - GHC.CoreToStg.Prep.FloatInfo
  19590. 3478.50 s [ghcide] - GHC.CoreToStg.Prep.Floats
  19591. 3478.50 s [ghcide] - GHC.CoreToStg.Prep.FloatingBind
  19592. 3478.50 s [ghcide] - GHC.Rename.Env.DisambigInfo
  19593. 3478.50 s [ghcide] - GHC.Tc.Solver.Proposal
  19594. 3478.50 s [ghcide] - GHC.Tc.Solver.ProposalSequence
  19595. 3478.50 s [ghcide] - GHC.Tc.Validity.ValidityEnv
  19596. 3478.50 s [ghcide] - GHC.Tc.Validity.ExpandMode
  19597. 3478.50 s [ghcide] - GHC.Tc.Validity.TypeOrKindCtxt
  19598. 3478.50 s [ghcide] - GHC.Rename.Names.ImpOccItem
  19599. 3478.50 s [ghcide] - GHC.Rename.Expr.StmtTree
  19600. 3478.50 s [ghcide] - GHC.Rename.Expr.MonadNames
  19601. 3478.50 s [ghcide] - GHC.Tc.Gen.HsType.TcTyMode
  19602. 3478.50 s [ghcide] - GHC.Tc.Deriv.EarlyDerivSpec
  19603. 3478.50 s [ghcide] - GHC.HsToCore.Pmc.Solver.TopNormaliseTypeResult
  19604. 3478.50 s [ghcide] - GHC.Driver.Make.BuildPlan
  19605. 3478.50 s [ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
  19606. 3478.50 s [ghcide] - GHC.Types.Name.NameSort
  19607. 3478.50 s [ghcide] - GHC.Unit.Module.Env.NDModule
  19608. 3478.50 s [ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
  19609. 3478.50 s [ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
  19610. 3478.50 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  19611. 3478.50 s [ghcide] - GHC.Utils.Outputable.D:R:LineSDoc
  19612. 3478.50 s [ghcide] - GHC.CoreToStg.Prep.ArgInfo
  19613. 3478.50 s [ghcide] - GHC.CoreToStg.Prep.BindInfo
  19614. 3478.50 s [ghcide] - GHC.StgToByteCode.Discr
  19615. 3478.50 s [ghcide] - GHC.Parser.PostProcess.ArgPatBuilder
  19616. 3478.50 s [ghcide] - GHC.Data.Graph.Directed.Edge
  19617. 3478.50 s [ghcide] - GHC.Data.Graph.Directed.Time
  19618. 3478.50 s [ghcide] - GHC.Cmm.CLabel.IdLabelInfo
  19619. 3478.50 s [ghcide] - GHC.Cmm.CLabel.TickyIdInfo
  19620. 3478.50 s [ghcide] - GHC.Cmm.LayoutStack.StackMap
  19621. 3478.50 s [ghcide] - GHC.Cmm.LayoutStack.StackSlot
  19622. 3478.51 s [ghcide] - GHC.Cmm.Type.CmmCat
  19623. 3478.51 s [ghcide] - GHC.CmmToAsm.CFG.BranchInfo
  19624. 3478.51 s [ghcide] - GHC.CmmToAsm.CFG.LoopInfo
  19625. 3478.51 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  19626. 3478.51 s [ghcide] - GHC.Core.Opt.Arity.ArityEnv
  19627. 3478.51 s [ghcide] - GHC.Core.Opt.CprAnal.AnalEnv
  19628. 3478.51 s [ghcide] - GHC.Core.Opt.FloatIn.FloatInBind
  19629. 3478.51 s [ghcide] - GHC.Core.Opt.FloatOut.FloatBinds
  19630. 3478.51 s [ghcide] - GHC.Core.Opt.OccurAnal.LocalOcc
  19631. 3478.51 s [ghcide] - GHC.Core.Opt.OccurAnal.OccEncl
  19632. 3478.51 s [ghcide] - GHC.Core.Opt.OccurAnal.UsageDetails
  19633. 3478.51 s [ghcide] - GHC.Core.Opt.Simplify.Env.FloatFlag
  19634. 3478.51 s [ghcide] - GHC.Core.Opt.SpecConstr.ArgOcc
  19635. 3478.51 s [ghcide] - GHC.Core.Opt.SpecConstr.Call
  19636. 3478.51 s [ghcide] - GHC.Core.Opt.SpecConstr.CallPat
  19637. 3478.51 s [ghcide] - GHC.Core.Opt.SpecConstr.HowBound
  19638. 3478.51 s [ghcide] - GHC.Core.Opt.SpecConstr.ScUsage
  19639. 3478.51 s [ghcide] - GHC.Core.Opt.SpecConstr.Value
  19640. 3478.51 s [ghcide] - GHC.Core.Opt.Specialise.CallInfo
  19641. 3478.51 s [ghcide] - GHC.Core.Opt.Specialise.CallInfoSet
  19642. 3478.51 s [ghcide] - GHC.Core.Opt.Specialise.FloatedDictBinds
  19643. 3478.51 s [ghcide] - GHC.Core.Opt.Specialise.SpecEnv
  19644. 3478.51 s [ghcide] - GHC.Core.Opt.Specialise.UsageDetails
  19645. 3478.51 s [ghcide] - GHC.Core.SimpleOpt.SimpleOptEnv
  19646. 3478.51 s [ghcide] - GHC.Driver.Make.CachedIface
  19647. 3478.51 s [ghcide] - GHC.Driver.Make.CodeGenEnable
  19648. 3478.51 s [ghcide] - GHC.Rename.HsType.RnTyKiEnv
  19649. 3478.51 s [ghcide] - GHC.Rename.HsType.RnTyKiWhat
  19650. 3478.51 s [ghcide] - GHC.Stg.Unarise.UnariseVal
  19651. 3478.51 s [ghcide] - GHC.Tc.Gen.Bind.GeneralisationPlan
  19652. 3478.51 s [ghcide] - GHC.Tc.Gen.Head.XPass
  19653. 3478.51 s [ghcide] - GHC.Wasm.ControlFlow.FromCmm.Context
  19654. 3478.51 s [ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
  19655. 3478.51 s [ghcide] - GHC.Unit.External.PackageAnnEnv
  19656. 3478.51 s [ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
  19657. 3478.51 s [ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
  19658. 3478.51 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  19659. 3478.51 s [ghcide] - GHC.Internal.Generics.Rep_Fingerprint
  19660. 3478.51 s [ghcide] - GHC.Data.Bag.D:R:ItemBag
  19661. 3478.51 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  19662. 3478.51 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  19663. 3478.51 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  19664. 3478.51 s [ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
  19665. 3478.51 s [ghcide] - GHC.modSummary
  19666. 3478.51 s [ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
  19667. 3478.51 s [ghcide] - GHC.Driver.Plugins.HoleFitPlugin
  19668. 3478.51 s [ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
  19669. 3478.51 s [ghcide] - GHC.Iface.Ext.Ast.RenamedSource
  19670. 3478.51 s [ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
  19671. 3478.51 s [ghcide] Warning: Development.IDE.GHC.CoreFile: could not find link destinations for:
  19672. 3478.51 s [ghcide] - Development.IDE.GHC.CoreFile.IfaceId
  19673. 3478.51 s [ghcide] - Development.IDE.GHC.CoreFile.TopIfaceBinding
  19674. 3478.51 s [ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
  19675. 3478.51 s [ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
  19676. 3478.51 s [ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
  19677. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  19678. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  19679. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
  19680. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
  19681. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.changes
  19682. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
  19683. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.character
  19684. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
  19685. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.document
  19686. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
  19687. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.editRange
  19688. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
  19689. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.end
  19690. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  19691. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
  19692. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
  19693. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.href
  19694. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
  19695. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.insert
  19696. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
  19697. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.line
  19698. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
  19699. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.location
  19700. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
  19701. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.newUri
  19702. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
  19703. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
  19704. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  19705. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  19706. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
  19707. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.position
  19708. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
  19709. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.positions
  19710. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  19711. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  19712. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
  19713. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.ranges
  19714. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  19715. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  19716. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
  19717. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.replace
  19718. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
  19719. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
  19720. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  19721. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
  19722. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
  19723. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.selection
  19724. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  19725. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
  19726. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
  19727. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.start
  19728. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  19729. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  19730. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
  19731. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.target
  19732. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  19733. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
  19734. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  19735. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  19736. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  19737. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
  19738. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
  19739. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.uri
  19740. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
  19741. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  19742. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  19743. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  19744. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  19745. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
  19746. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  19747. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  19748. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
  19749. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
  19750. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
  19751. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
  19752. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
  19753. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
  19754. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
  19755. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
  19756. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
  19757. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  19758. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
  19759. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19760. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
  19761. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  19762. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
  19763. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
  19764. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  19765. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
  19766. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
  19767. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  19768. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  19769. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
  19770. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
  19771. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  19772. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  19773. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
  19774. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
  19775. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
  19776. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
  19777. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
  19778. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
  19779. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
  19780. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
  19781. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
  19782. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
  19783. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
  19784. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
  19785. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
  19786. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
  19787. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
  19788. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
  19789. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
  19790. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
  19791. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
  19792. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
  19793. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19794. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
  19795. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19796. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
  19797. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
  19798. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
  19799. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
  19800. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
  19801. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
  19802. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
  19803. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
  19804. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
  19805. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19806. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
  19807. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19808. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
  19809. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  19810. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19811. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
  19812. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
  19813. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
  19814. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
  19815. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
  19816. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
  19817. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19818. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19819. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19820. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  19821. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
  19822. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  19823. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19824. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19825. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
  19826. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
  19827. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
  19828. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
  19829. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_Uri
  19830. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
  19831. 3478.51 s [ghcide] - Language.LSP.VFS.HasVfsMap
  19832. 3478.51 s [ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
  19833. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
  19834. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.code
  19835. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  19836. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
  19837. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
  19838. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.data_
  19839. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  19840. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
  19841. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
  19842. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.items
  19843. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
  19844. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.message
  19845. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  19846. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  19847. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  19848. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
  19849. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
  19850. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.severity
  19851. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
  19852. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.source
  19853. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
  19854. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Lens.tags
  19855. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  19856. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
  19857. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  19858. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  19859. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
  19860. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  19861. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19862. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19863. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19864. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19865. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19866. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
  19867. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
  19868. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
  19869. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
  19870. 3478.51 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
  19871. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
  19872. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  19873. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
  19874. 3478.51 s [ghcide] - Development.IDE.Types.Diagnostics.Rep_FileDiagnostic
  19875. 3478.51 s [ghcide] - Development.IDE.Types.Diagnostics.Rep_StructuredMessage
  19876. 3478.51 s [ghcide] Warning: Development.IDE.Session.Diagnostics: could not find link destinations for:
  19877. 3478.51 s [ghcide] - Development.IDE.Session.Diagnostics.Rep_CradleErrorDetails
  19878. 3478.51 s [ghcide] Warning: Development.IDE.Types.KnownTargets: could not find link destinations for:
  19879. 3478.51 s [ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
  19880. 3478.51 s [ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
  19881. 3478.51 s [ghcide] - Development.IDE.Types.Exports.WithHieDb
  19882. 3478.51 s [ghcide] - Development.IDE.Types.Exports.Rep_IdentInfo
  19883. 3478.51 s [ghcide] Warning: Development.IDE.Spans.Common: could not find link destinations for:
  19884. 3478.51 s [ghcide] - Development.IDE.Spans.Common.Rep_SpanDoc
  19885. 3478.51 s [ghcide] - Development.IDE.Spans.Common.Rep_SpanDocUris
  19886. 3478.51 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
  19887. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
  19888. 3478.51 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_CompletionResolveData
  19889. 3478.51 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_ExtendImport
  19890. 3478.51 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_LocalCompletions
  19891. 3478.51 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_NonLocalCompletions
  19892. 3478.51 s [ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
  19893. 3478.51 s [ghcide] - Development.IDE.Import.FindImports.LocateResult
  19894. 3478.51 s [ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
  19895. 3478.51 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
  19896. 3478.51 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
  19897. 3478.51 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_NamedModuleDep
  19898. 3478.51 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
  19899. 3478.51 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_DependencyInformation
  19900. 3478.51 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_NodeError
  19901. 3478.51 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_ModuleParseError
  19902. 3478.51 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_PathIdMap
  19903. 3478.51 s [ghcide] Warning: Development.IDE.Core.RuleTypes: could not find link destinations for:
  19904. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_AddWatchedFile
  19905. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
  19906. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
  19907. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GenerateCore
  19908. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetBindings
  19909. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
  19910. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetDocMap
  19911. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileContents
  19912. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileExists
  19913. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileHash
  19914. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetHieAst
  19915. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetImportMap
  19916. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetKnownTargets
  19917. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLinkable
  19918. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLocatedImports
  19919. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDiskAndIndex
  19920. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDisk
  19921. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIface
  19922. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummaryWithoutTimestamps
  19923. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummary
  19924. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
  19925. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraph
  19926. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModuleWithComments
  19927. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
  19928. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
  19929. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSession
  19930. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterestResult
  19931. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterest
  19932. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_LinkableType
  19933. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_NeedsCompilation
  19934. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_ReportImportCycles
  19935. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_TypeCheck
  19936. 3478.51 s [ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
  19937. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19938. 3478.51 s [ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
  19939. 3478.51 s [ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
  19940. 3478.51 s [ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
  19941. 3478.51 s [ghcide] - Data.Vector.Vector
  19942. 3478.51 s [ghcide] - Development.IDE.Types.Shake.Rep_ShakeValue
  19943. 3478.51 s [ghcide] - Development.IDE.Types.Shake.Rep_Value
  19944. 3478.51 s [ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
  19945. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19946. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19947. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  19948. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19949. 3478.51 s [ghcide] - Development.IDE.Types.Action.ActionQueue
  19950. 3478.51 s [ghcide] - Development.IDE.Types.Action.DelayedActionInternal
  19951. 3478.51 s [ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
  19952. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
  19953. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
  19954. 3478.51 s [ghcide] - Development.IDE.Core.Shake.GetStalePersistent
  19955. 3478.51 s [ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
  19956. 3478.51 s [ghcide] - Development.IDE.Core.Shake.ShakeSession
  19957. 3478.51 s [ghcide] Warning: Development.IDE.Session: could not find link destinations for:
  19958. 3478.51 s [ghcide] - Development.IDE.Session.DependencyInfo
  19959. 3478.51 s [ghcide] - Development.IDE.Session.maxRetryCount
  19960. 3478.51 s [ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
  19961. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method
  19962. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19963. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.LspId.LspId
  19964. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  19965. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
  19966. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
  19967. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  19968. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Meta.ClientToServer
  19969. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Meta.Notification
  19970. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  19971. 3478.51 s [ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
  19972. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method
  19973. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19974. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  19975. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
  19976. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageKind
  19977. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  19978. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
  19979. 3478.51 s [ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
  19980. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  19981. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19982. 3478.51 s [ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
  19983. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19984. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
  19985. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  19986. 3478.51 s [ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
  19987. 3478.51 s [ghcide] Warning: Development.IDE.Core.OfInterest: could not find link destinations for:
  19988. 3478.51 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
  19989. 3478.51 s [ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
  19990. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
  19991. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19992. 3478.51 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19993. 3478.52 s [ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
  19994. 3478.52 s [ghcide] - Development.IDE.Core.Compile.CoreFileTime
  19995. 3478.52 s [ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
  19996. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19997. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19998. 3478.52 s [ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
  19999. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  20000. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  20001. 3478.52 s [ghcide] - Development.IDE.Core.FileExists.Log
  20002. 3478.52 s [ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
  20003. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  20004. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  20005. 3478.52 s [ghcide] Warning: Development.IDE.Core.Rules: could not find link destinations for:
  20006. 3478.52 s [ghcide] - Ide.Plugin.Properties.NonEmptyList
  20007. 3478.52 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
  20008. 3478.52 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
  20009. 3478.52 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
  20010. 3478.52 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
  20011. 3478.52 s [ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
  20012. 3478.52 s [ghcide] - Development.IDE.Plugin.Test.Rep_TestRequest
  20013. 3478.52 s [ghcide] - Development.IDE.Plugin.Test.Age
  20014. 3478.52 s [ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
  20015. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  20016. 3478.52 s [ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
  20017. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  20018. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  20019. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  20020. 3478.52 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  20021. 3478.52 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  20022. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  20023. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  20024. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  20025. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  20026. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  20027. 3478.52 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  20028. 3478.53 s [ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
  20029. 3478.53 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  20030. 3478.53 s [ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
  20031. 3478.53 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  20032. 3478.53 s [ghcide] - Development.IDE.Plugin.TypeLenses.Rep_GetGlobalBindingTypeSigs
  20033. 3478.53 s [ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
  20034. 3478.53 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  20035. 3478.53 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  20036. 3502.47 s [ghcide] Documentation created: dist/doc/html/ghcide, dist/doc/html/ghcide/ghcide.txt
  20037. 3505.35 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0...
  20038. 3505.68 s [ghcide] haddockPhase completed in 53 seconds
  20039. 3505.68 s [ghcide] Phase: installPhase
  20040. 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
  20041. 3506.62 s [ghcide] Installing executable ghcide in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin
  20042. 3506.62 s [ghcide] Warning: The directory
  20043. 3506.62 s [ghcide] /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin is not in the
  20044. 3506.62 s [ghcide] system search path.
  20045. 3507.94 s [ghcide] Phase: fixupPhase
  20046. 3507.96 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0
  20047. 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
  20048. 3508.15 s [ghcide] shrinking /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0/bin/ghcide
  20049. 3508.28 s [ghcide] checking for references to /build/ in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0...
  20050. 3508.46 s [ghcide] patching script interpreter paths in /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0
  20051. 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
  20052. 3509.34 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc
  20053. 3509.38 s [ghcide] checking for references to /build/ in /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc...
  20054. 3509.42 s [ghcide] patching script interpreter paths in /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc
  20055. 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
  20056. 3510.66 s [ghcide:post-build] Pushing 2 paths (400 are already present) using zstd to cache sellout ⏳
  20057. 3510.66 s [ghcide:post-build]
  20058. 3511.03 s [ghcide:post-build] Pushing /nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc (41.96 MiB)
  20059. 3511.03 s [ghcide:post-build] Pushing /nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0 (151.19 MiB)
  20060. 3514.58 s [ghcide:post-build]
  20061. 3514.59 s [ghcide:post-build] All done.
  20062. 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
  20063. 3514.64 s [ghcide:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  20064. 3514.87 s [ghcide:post-build] copying 4 paths...
  20065. 3514.87 s [ghcide:post-build] copying path '/nix/store/xkhm8dc58a56y8jr0plv1krrdhkvn82s-fingertree-0.1.5.0-doc' to 'https://cache.nix-ci.com'...
  20066. 3515.24 s [ghcide:post-build] copying path '/nix/store/b7ijhnxzf1y5rmmxlcmlbd22vkmcy9pi-fingertree-0.1.5.0' to 'https://cache.nix-ci.com'...
  20067. 3515.24 s [ghcide:post-build] copying path '/nix/store/jmx8faz8689v96qb0z1siybd4dqindz4-ghcide-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
  20068. 3520.07 s [ghcide:post-build] copying path '/nix/store/221vr5i1k96fg6nhy9n11cc4yhz520vm-ghcide-2.10.0.0' to 'https://cache.nix-ci.com'...
  20069. 3573.21 s [ghcide:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  20070. 3573.43 s [ghcide:post-build] copying 2 paths...
  20071. 3573.43 s [ghcide:post-build] copying path '/nix/store/l6w0lwhkn4xdd8n997hpf28883l5fgrv-fingertree-0.1.5.0.drv' to 'https://cache.nix-ci.com'...
  20072. 3573.57 s [ghcide:post-build] copying path '/nix/store/d9xr1f98d4nw6c46sfihrvn27sa46i3k-ghcide-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  20073. 3573.72 s Progress: 161 of 165 built, 375 of 375 downloaded from cache
  20074. 3573.80 s Building /nix/store/jz6rqh1g99nmy65fvf4wdsr4f17afxpg-hls-test-utils-2.10.0.0.drv
  20075. 3574.42 s [hls-test-utils] Phase: setupCompilerEnvironmentPhase
  20076. 3574.43 s [hls-test-utils] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  20077. 3575.04 s [hls-test-utils] Phase: unpackPhase
  20078. 3575.05 s [hls-test-utils] unpacking source archive /nix/store/q3m8rsidzfqj214nnj03vh8bp2zg6j6x-hls-test-utils-2.10.0.0.tar.gz
  20079. 3575.05 s [hls-test-utils] source root is hls-test-utils-2.10.0.0
  20080. 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"
  20081. 3575.07 s [hls-test-utils] Phase: patchPhase
  20082. 3575.08 s [hls-test-utils] Phase: compileBuildDriverPhase
  20083. 3575.08 s [hls-test-utils] setupCompileFlags: -package-db=/build/tmp.Drx8r6HGsF/setup-package.conf.d -threaded
  20084. 3575.14 s [hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Drx8r6HGsF/Main.o )
  20085. 3575.20 s [hls-test-utils] [2 of 2] Linking Setup
  20086. 3576.62 s [hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
  20087. 3576.63 s [hls-test-utils] Phase: configurePhase
  20088. 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
  20089. 3576.64 s [hls-test-utils] Using Parsec parser
  20090. 3576.64 s [hls-test-utils] Configuring hls-test-utils-2.10.0.0...
  20091. 3576.69 s [hls-test-utils] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  20092. 3576.69 s [hls-test-utils] 'ghc' version < 9.12):
  20093. 3576.69 s [hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  20094. 3576.69 s [hls-test-utils] 9.12.1
  20095. 3577.16 s [hls-test-utils] Flags chosen: pedantic=False
  20096. 3577.38 s [hls-test-utils] Dependency aeson: using aeson-2.2.3.0
  20097. 3577.38 s [hls-test-utils] Dependency async: using async-2.2.5
  20098. 3577.38 s [hls-test-utils] Dependency base >=4.12 && <5: using base-4.21.0.0
  20099. 3577.38 s [hls-test-utils] Dependency bytestring: using bytestring-0.12.2.0
  20100. 3577.38 s [hls-test-utils] Dependency containers: using containers-0.7
  20101. 3577.38 s [hls-test-utils] Dependency data-default: using data-default-0.7.1.3
  20102. 3577.38 s [hls-test-utils] Dependency directory: using directory-1.3.9.0
  20103. 3577.38 s [hls-test-utils] Dependency extra: using extra-1.8
  20104. 3577.38 s [hls-test-utils] Dependency filepath: using filepath-1.5.4.0
  20105. 3577.38 s [hls-test-utils] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  20106. 3577.38 s [hls-test-utils] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  20107. 3577.38 s [hls-test-utils] Dependency lens: using lens-5.3.4
  20108. 3577.38 s [hls-test-utils] Dependency lsp: using lsp-2.7.0.1
  20109. 3577.38 s [hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
  20110. 3577.38 s [hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  20111. 3577.38 s [hls-test-utils] Dependency neat-interpolation: using neat-interpolation-0.5.1.4
  20112. 3577.39 s [hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  20113. 3577.39 s [hls-test-utils] Dependency tasty: using tasty-1.5.3
  20114. 3577.39 s [hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
  20115. 3577.39 s [hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
  20116. 3577.39 s [hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
  20117. 3577.39 s [hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
  20118. 3577.39 s [hls-test-utils] Dependency temporary: using temporary-1.3
  20119. 3577.39 s [hls-test-utils] Dependency text: using text-2.1.2
  20120. 3577.39 s [hls-test-utils] Dependency text-rope: using text-rope-0.2
  20121. 3577.39 s [hls-test-utils] Source component graph: component lib
  20122. 3577.39 s [hls-test-utils] Configured component graph:
  20123. 3577.39 s [hls-test-utils] component hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  20124. 3577.39 s [hls-test-utils] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  20125. 3577.39 s [hls-test-utils] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  20126. 3577.39 s [hls-test-utils] include base-4.21.0.0-f068
  20127. 3577.39 s [hls-test-utils] include bytestring-0.12.2.0-be6d
  20128. 3577.39 s [hls-test-utils] include containers-0.7-647d
  20129. 3577.39 s [hls-test-utils] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  20130. 3577.39 s [hls-test-utils] include directory-1.3.9.0-9eff
  20131. 3577.39 s [hls-test-utils] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  20132. 3577.39 s [hls-test-utils] include filepath-1.5.4.0-7ce6
  20133. 3577.39 s [hls-test-utils] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  20134. 3577.39 s [hls-test-utils] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  20135. 3577.39 s [hls-test-utils] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  20136. 3577.39 s [hls-test-utils] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  20137. 3577.39 s [hls-test-utils] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  20138. 3577.39 s [hls-test-utils] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  20139. 3577.39 s [hls-test-utils] include neat-interpolation-0.5.1.4-DKd48F2DycPBtiLcbwykqu
  20140. 3577.39 s [hls-test-utils] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  20141. 3577.39 s [hls-test-utils] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  20142. 3577.39 s [hls-test-utils] include tasty-expected-failure-0.12.3-LhvEDspiDXSDpqssa5Lvya
  20143. 3577.39 s [hls-test-utils] include tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
  20144. 3577.39 s [hls-test-utils] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  20145. 3577.39 s [hls-test-utils] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  20146. 3577.39 s [hls-test-utils] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  20147. 3577.39 s [hls-test-utils] include text-2.1.2-5eaa
  20148. 3577.39 s [hls-test-utils] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  20149. 3577.39 s [hls-test-utils] Linked component graph:
  20150. 3577.39 s [hls-test-utils] unit hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  20151. 3577.39 s [hls-test-utils] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  20152. 3577.39 s [hls-test-utils] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  20153. 3577.39 s [hls-test-utils] include base-4.21.0.0-f068
  20154. 3577.39 s [hls-test-utils] include bytestring-0.12.2.0-be6d
  20155. 3577.39 s [hls-test-utils] include containers-0.7-647d
  20156. 3577.39 s [hls-test-utils] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  20157. 3577.39 s [hls-test-utils] include directory-1.3.9.0-9eff
  20158. 3577.39 s [hls-test-utils] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  20159. 3577.39 s [hls-test-utils] include filepath-1.5.4.0-7ce6
  20160. 3577.39 s [hls-test-utils] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  20161. 3577.39 s [hls-test-utils] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  20162. 3577.39 s [hls-test-utils] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  20163. 3577.39 s [hls-test-utils] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  20164. 3577.39 s [hls-test-utils] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  20165. 3577.39 s [hls-test-utils] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  20166. 3577.39 s [hls-test-utils] include neat-interpolation-0.5.1.4-DKd48F2DycPBtiLcbwykqu
  20167. 3577.39 s [hls-test-utils] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  20168. 3577.39 s [hls-test-utils] include tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  20169. 3577.39 s [hls-test-utils] include tasty-expected-failure-0.12.3-LhvEDspiDXSDpqssa5Lvya
  20170. 3577.39 s [hls-test-utils] include tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
  20171. 3577.39 s [hls-test-utils] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  20172. 3577.39 s [hls-test-utils] include tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  20173. 3577.39 s [hls-test-utils] include temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  20174. 3577.39 s [hls-test-utils] include text-2.1.2-5eaa
  20175. 3577.39 s [hls-test-utils] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  20176. 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
  20177. 3577.39 s [hls-test-utils] Ready component graph:
  20178. 3577.39 s [hls-test-utils] definite hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  20179. 3577.39 s [hls-test-utils] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  20180. 3577.39 s [hls-test-utils] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  20181. 3577.39 s [hls-test-utils] depends base-4.21.0.0-f068
  20182. 3577.39 s [hls-test-utils] depends bytestring-0.12.2.0-be6d
  20183. 3577.39 s [hls-test-utils] depends containers-0.7-647d
  20184. 3577.39 s [hls-test-utils] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  20185. 3577.39 s [hls-test-utils] depends directory-1.3.9.0-9eff
  20186. 3577.39 s [hls-test-utils] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  20187. 3577.39 s [hls-test-utils] depends filepath-1.5.4.0-7ce6
  20188. 3577.39 s [hls-test-utils] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  20189. 3577.39 s [hls-test-utils] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  20190. 3577.39 s [hls-test-utils] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  20191. 3577.39 s [hls-test-utils] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  20192. 3577.39 s [hls-test-utils] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  20193. 3577.39 s [hls-test-utils] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  20194. 3577.39 s [hls-test-utils] depends neat-interpolation-0.5.1.4-DKd48F2DycPBtiLcbwykqu
  20195. 3577.39 s [hls-test-utils] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  20196. 3577.39 s [hls-test-utils] depends tasty-1.5.3-2LfycgWm1o5IAj3wjDgcIY
  20197. 3577.39 s [hls-test-utils] depends tasty-expected-failure-0.12.3-LhvEDspiDXSDpqssa5Lvya
  20198. 3577.39 s [hls-test-utils] depends tasty-golden-2.3.5-7WnAi8lmboE863hL7Jgziq
  20199. 3577.39 s [hls-test-utils] depends tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  20200. 3577.39 s [hls-test-utils] depends tasty-rerun-1.1.20-4HbenrdBbSi1VVj2zS8FVQ
  20201. 3577.39 s [hls-test-utils] depends temporary-1.3-IvNvS6OZKey6h9lvi7WIGg
  20202. 3577.39 s [hls-test-utils] depends text-2.1.2-5eaa
  20203. 3577.39 s [hls-test-utils] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  20204. 3577.39 s [hls-test-utils] Using Cabal-3.14.1.0 compiled by ghc-9.12
  20205. 3577.39 s [hls-test-utils] Using compiler: ghc-9.12.1
  20206. 3577.39 s [hls-test-utils] Using install prefix:
  20207. 3577.39 s [hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0
  20208. 3577.39 s [hls-test-utils] Executables installed in:
  20209. 3577.39 s [hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/bin
  20210. 3577.39 s [hls-test-utils] Libraries installed in:
  20211. 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
  20212. 3577.39 s [hls-test-utils] Dynamic Libraries installed in:
  20213. 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
  20214. 3577.39 s [hls-test-utils] Private executables installed in:
  20215. 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
  20216. 3577.39 s [hls-test-utils] Data files installed in:
  20217. 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
  20218. 3577.39 s [hls-test-utils] Documentation installed in:
  20219. 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
  20220. 3577.39 s [hls-test-utils] Configuration files installed in:
  20221. 3577.39 s [hls-test-utils] /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0/etc
  20222. 3577.39 s [hls-test-utils] No alex found
  20223. 3577.39 s [hls-test-utils] Using ar found on system at:
  20224. 3577.39 s [hls-test-utils] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  20225. 3577.39 s [hls-test-utils] No c2hs found
  20226. 3577.39 s [hls-test-utils] No cpphs found
  20227. 3577.39 s [hls-test-utils] No doctest found
  20228. 3577.39 s [hls-test-utils] Using gcc version 14.3.0 given by user at:
  20229. 3577.39 s [hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  20230. 3577.39 s [hls-test-utils] Using ghc version 9.12.1 found on system at:
  20231. 3577.39 s [hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  20232. 3577.39 s [hls-test-utils] Using ghc-pkg version 9.12.1 found on system at:
  20233. 3577.39 s [hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  20234. 3577.39 s [hls-test-utils] No ghcjs found
  20235. 3577.39 s [hls-test-utils] No ghcjs-pkg found
  20236. 3577.39 s [hls-test-utils] No greencard found
  20237. 3577.39 s [hls-test-utils] Using haddock version 2.30.0 found on system at:
  20238. 3577.39 s [hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  20239. 3577.39 s [hls-test-utils] No happy found
  20240. 3577.39 s [hls-test-utils] No haskell-suite found
  20241. 3577.39 s [hls-test-utils] No haskell-suite-pkg found
  20242. 3577.39 s [hls-test-utils] No hmake found
  20243. 3577.39 s [hls-test-utils] Using hpc version 0.69 found on system at:
  20244. 3577.39 s [hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  20245. 3577.39 s [hls-test-utils] Using hsc2hs version 0.68.10 found on system at:
  20246. 3577.39 s [hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  20247. 3577.39 s [hls-test-utils] Using hscolour version 1.25 found on system at:
  20248. 3577.39 s [hls-test-utils] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  20249. 3577.39 s [hls-test-utils] No jhc found
  20250. 3577.39 s [hls-test-utils] Using ld found on system at:
  20251. 3577.47 s [hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  20252. 3577.47 s [hls-test-utils] No pkg-config found
  20253. 3577.47 s [hls-test-utils] Using runghc version 9.12.1 found on system at:
  20254. 3577.47 s [hls-test-utils] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  20255. 3577.47 s [hls-test-utils] Using strip version 2.44 found on system at:
  20256. 3577.47 s [hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  20257. 3577.47 s [hls-test-utils] Using tar found on system at:
  20258. 3577.47 s [hls-test-utils] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  20259. 3577.47 s [hls-test-utils] No uhc found
  20260. 3577.72 s [hls-test-utils] Phase: buildPhase
  20261. 3577.82 s [hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0...
  20262. 3577.82 s [hls-test-utils] Building library for hls-test-utils-2.10.0.0...
  20263. 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 )
  20264. 3578.98 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [GHC-40910] [-Wunused-matches]
  20265. 3579.01 s [hls-test-utils] Defined but not used: ‘expectedCode’
  20266. 3579.01 s [hls-test-utils] |
  20267. 3579.01 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  20268. 3579.01 s [hls-test-utils] | ^^^^^^^^^^^^
  20269. 3579.01 s [hls-test-utils]
  20270. 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 )
  20271. 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 )
  20272. 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 )
  20273. 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 )
  20274. 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 )
  20275. 3582.86 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [GHC-40910] [-Wunused-matches]
  20276. 3582.86 s [hls-test-utils] Defined but not used: ‘expectedCode’
  20277. 3582.86 s [hls-test-utils] |
  20278. 3582.86 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  20279. 3582.86 s [hls-test-utils] | ^^^^^^^^^^^^
  20280. 3582.86 s [hls-test-utils]
  20281. 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 )
  20282. 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 )
  20283. 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 )
  20284. 3584.66 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
  20285. 3591.81 s [hls-test-utils] Phase: checkPhase
  20286. 3591.98 s [hls-test-utils] Package has no test suites.
  20287. 3591.98 s [hls-test-utils] Phase: haddockPhase
  20288. 3593.94 s [hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0...
  20289. 3593.94 s [hls-test-utils] Running Haddock on library for hls-test-utils-2.10.0.0...
  20290. 3593.95 s [hls-test-utils] Warning: The documentation for the following packages are not installed. No
  20291. 3593.95 s [hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
  20292. 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
  20293. 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]
  20294. 3595.67 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [GHC-40910] [-Wunused-matches]
  20295. 3595.67 s [hls-test-utils] Defined but not used: ‘expectedCode’
  20296. 3595.67 s [hls-test-utils] |
  20297. 3595.67 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  20298. 3595.67 s [hls-test-utils] | ^^^^^^^^^^^^
  20299. 3595.67 s [hls-test-utils]
  20300. 3595.68 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, nothing ) [HIE file is missing]
  20301. 3596.28 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, nothing ) [HIE file is missing]
  20302. 3596.32 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, nothing ) [HIE file is missing]
  20303. 3596.43 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, nothing ) [HIE file is missing]
  20304. 3596.73 s [hls-test-utils] Haddock coverage:
  20305. 3596.91 s [hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
  20306. 3596.91 s [hls-test-utils] Missing documentation for:
  20307. 3596.91 s [hls-test-utils] Module header
  20308. 3596.93 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
  20309. 3596.93 s [hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
  20310. 3596.93 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
  20311. 3596.93 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
  20312. 3596.93 s [hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
  20313. 3596.93 s [hls-test-utils] Missing documentation for:
  20314. 3596.93 s [hls-test-utils] Module header
  20315. 3596.93 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
  20316. 3596.93 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
  20317. 3596.93 s [hls-test-utils] diagnostic (src/Development/IDE/Test.hs:193)
  20318. 3596.93 s [hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:131)
  20319. 3596.93 s [hls-test-utils] expectMessages (src/Development/IDE/Test.hs:94)
  20320. 3596.93 s [hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:179)
  20321. 3596.93 s [hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:184)
  20322. 3596.93 s [hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:190)
  20323. 3596.93 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
  20324. 3596.93 s [hls-test-utils] flushMessages (src/Development/IDE/Test.hs:110)
  20325. 3596.93 s [hls-test-utils] waitForAction (src/Development/IDE/Test.hs:215)
  20326. 3596.93 s [hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:219)
  20327. 3596.93 s [hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:222)
  20328. 3596.93 s [hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:234)
  20329. 3596.93 s [hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:228)
  20330. 3596.93 s [hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:231)
  20331. 3596.93 s [hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:225)
  20332. 3596.93 s [hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:237)
  20333. 3596.93 s [hls-test-utils] waitForGC (src/Development/IDE/Test.hs:244)
  20334. 3596.93 s [hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:250)
  20335. 3596.93 s [hls-test-utils] referenceReady (src/Development/IDE/Test.hs:257)
  20336. 3596.93 s [hls-test-utils] Warning: 'rootDir' is out of scope.
  20337. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20338. 3596.93 s [hls-test-utils] Warning: 'virtualFileTree' is out of scope.
  20339. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20340. 3596.93 s [hls-test-utils] Warning: 'VirtualFileTree' is ambiguous. It is defined
  20341. 3596.93 s [hls-test-utils] * at src/Test/Hls/FileSystem.hs:63:3
  20342. 3596.93 s [hls-test-utils] * at src/Test/Hls/FileSystem.hs:62:1
  20343. 3596.93 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  20344. 3596.93 s [hls-test-utils] by specifying the type/value namespace explicitly.
  20345. 3596.93 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls/FileSystem.hs:62:1
  20346. 3596.93 s [hls-test-utils] 70% ( 21 / 30) in 'Test.Hls.FileSystem'
  20347. 3596.93 s [hls-test-utils] Missing documentation for:
  20348. 3596.93 s [hls-test-utils] Module header
  20349. 3596.93 s [hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:68)
  20350. 3596.93 s [hls-test-utils] Content (src/Test/Hls/FileSystem.hs:74)
  20351. 3596.93 s [hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:84)
  20352. 3596.93 s [hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:88)
  20353. 3596.93 s [hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:137)
  20354. 3596.93 s [hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:147)
  20355. 3596.93 s [hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:144)
  20356. 3596.93 s [hls-test-utils] directory (src/Test/Hls/FileSystem.hs:174)
  20357. 3596.93 s [hls-test-utils] Warning: 'FoldState' is ambiguous. It is defined
  20358. 3596.93 s [hls-test-utils] * at src/Test/Hls/Util.hs:419:18
  20359. 3596.93 s [hls-test-utils] * at src/Test/Hls/Util.hs:419:1
  20360. 3596.93 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  20361. 3596.93 s [hls-test-utils] by specifying the type/value namespace explicitly.
  20362. 3596.93 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls/Util.hs:419:1
  20363. 3596.93 s [hls-test-utils] Warning: 'bar' is out of scope.
  20364. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20365. 3596.93 s [hls-test-utils] Warning: 'cons' is out of scope.
  20366. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20367. 3596.93 s [hls-test-utils] Warning: 'src' is out of scope.
  20368. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20369. 3596.93 s [hls-test-utils] Warning: 'dst' is out of scope.
  20370. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20371. 3596.93 s [hls-test-utils] Warning: 'ignored' is out of scope.
  20372. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20373. 3596.93 s [hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
  20374. 3596.93 s [hls-test-utils] Missing documentation for:
  20375. 3596.93 s [hls-test-utils] Module header
  20376. 3596.93 s [hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:104)
  20377. 3596.93 s [hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:109)
  20378. 3596.93 s [hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:114)
  20379. 3596.93 s [hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:97)
  20380. 3596.93 s [hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:265)
  20381. 3596.93 s [hls-test-utils] ghcVersion
  20382. 3596.93 s [hls-test-utils] GhcVersion
  20383. 3596.93 s [hls-test-utils] hostOS (src/Test/Hls/Util.hs:133)
  20384. 3596.93 s [hls-test-utils] OS (src/Test/Hls/Util.hs:129)
  20385. 3596.93 s [hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:126)
  20386. 3596.93 s [hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
  20387. 3596.93 s [hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:163)
  20388. 3596.93 s [hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:151)
  20389. 3596.93 s [hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:154)
  20390. 3596.93 s [hls-test-utils] fromAction (src/Test/Hls/Util.hs:233)
  20391. 3596.93 s [hls-test-utils] fromCommand (src/Test/Hls/Util.hs:237)
  20392. 3596.93 s [hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:268)
  20393. 3596.93 s [hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:256)
  20394. 3596.93 s [hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:333)
  20395. 3596.93 s [hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:340)
  20396. 3596.93 s [hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:91)
  20397. 3596.93 s [hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:259)
  20398. 3596.93 s [hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:276)
  20399. 3596.93 s [hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:248)
  20400. 3596.93 s [hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:252)
  20401. 3596.93 s [hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:282)
  20402. 3596.93 s [hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:290)
  20403. 3596.93 s [hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:350)
  20404. 3596.93 s [hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
  20405. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20406. 3596.93 s [hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
  20407. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20408. 3596.93 s [hls-test-utils] Warning: 'TestConfig' is ambiguous. It is defined
  20409. 3596.93 s [hls-test-utils] * at src/Test/Hls.hs:692:21
  20410. 3596.93 s [hls-test-utils] * at src/Test/Hls.hs:692:1
  20411. 3596.93 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  20412. 3596.93 s [hls-test-utils] by specifying the type/value namespace explicitly.
  20413. 3596.93 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls.hs:692:1
  20414. 3596.93 s [hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
  20415. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20416. 3596.93 s [hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
  20417. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20418. 3596.93 s [hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
  20419. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20420. 3596.93 s [hls-test-utils] Warning: 'ghcide' is out of scope.
  20421. 3596.93 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20422. 3596.93 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Types
  20423. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export codeActionKindSubsumes
  20424. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .:!?
  20425. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .=?
  20426. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _L
  20427. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _R
  20428. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absorbNull
  20429. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export maybeToNull
  20430. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export nullToMaybe
  20431. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toEither
  20432. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _versionedTextDocumentIdentifier
  20433. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export applyTextEdit
  20434. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export editTextEdit
  20435. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isSubrangeOf
  20436. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkRange
  20437. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export positionInRange
  20438. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdown
  20439. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdownCodeBlock
  20440. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkPlainText
  20441. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export plainTextToMarkdown
  20442. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export sectionSeparator
  20443. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressBegin
  20444. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressEnd
  20445. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressReport
  20446. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absolutizeTokens
  20447. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export computeEdits
  20448. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export defaultSemanticTokensLegend
  20449. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export encodeTokens
  20450. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokens
  20451. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokensDelta
  20452. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export relativizeTokens
  20453. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export emptyNormalizedFilePath
  20454. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export filePathToUri
  20455. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedFilePath
  20456. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedUri
  20457. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToUri
  20458. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareFilePathToUri
  20459. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareUriToFilePath
  20460. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedFilePath
  20461. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedUri
  20462. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToFilePath
  20463. 3596.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToNormalizedFilePath
  20464. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToOsPath
  20465. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export osPathToNormalizedFilePath
  20466. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export combineWatchKinds
  20467. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsChange
  20468. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsCreate
  20469. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsDelete
  20470. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnnotatedTextEdit
  20471. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditParams
  20472. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditResult
  20473. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export BaseSymbolInformation
  20474. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyClientCapabilities
  20475. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCall
  20476. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
  20477. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyItem
  20478. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOptions
  20479. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCall
  20480. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
  20481. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyPrepareParams
  20482. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyRegistrationOptions
  20483. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CancelParams
  20484. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotation
  20485. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationIdentifier
  20486. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
  20487. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCapabilities
  20488. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionKindOptions
  20489. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionLiteralOptions
  20490. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionResolveOptions
  20491. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
  20492. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptions
  20493. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptionsKind
  20494. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemResolveOptions
  20495. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientDiagnosticsTagOptions
  20496. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeKindOptions
  20497. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeOptions
  20498. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInfo
  20499. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInlayHintResolveOptions
  20500. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
  20501. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
  20502. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientShowMessageActionItemOptions
  20503. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureInformationOptions
  20504. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
  20505. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolKindOptions
  20506. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolResolveOptions
  20507. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolTagOptions
  20508. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeAction
  20509. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionClientCapabilities
  20510. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionContext
  20511. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionDisabled
  20512. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionKind
  20513. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionOptions
  20514. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionParams
  20515. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionRegistrationOptions
  20516. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionTriggerKind
  20517. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeDescription
  20518. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLens
  20519. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensClientCapabilities
  20520. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensOptions
  20521. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensParams
  20522. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensRegistrationOptions
  20523. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
  20524. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Color
  20525. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorInformation
  20526. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentation
  20527. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentationParams
  20528. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Command
  20529. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionClientCapabilities
  20530. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionContext
  20531. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItem
  20532. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemDefaults
  20533. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemKind
  20534. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemLabelDetails
  20535. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTag
  20536. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTagOptions
  20537. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionList
  20538. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionListCapabilities
  20539. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionOptions
  20540. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionParams
  20541. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionRegistrationOptions
  20542. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionTriggerKind
  20543. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationItem
  20544. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationParams
  20545. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFile
  20546. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFileOptions
  20547. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFilesParams
  20548. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Declaration
  20549. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationClientCapabilities
  20550. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationLink
  20551. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationOptions
  20552. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationParams
  20553. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationRegistrationOptions
  20554. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Definition
  20555. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionClientCapabilities
  20556. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionLink
  20557. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionOptions
  20558. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionParams
  20559. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionRegistrationOptions
  20560. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFile
  20561. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFileOptions
  20562. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFilesParams
  20563. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Diagnostic
  20564. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticClientCapabilities
  20565. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticOptions
  20566. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRegistrationOptions
  20567. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRelatedInformation
  20568. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticServerCancellationData
  20569. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticSeverity
  20570. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticTag
  20571. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
  20572. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
  20573. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationParams
  20574. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
  20575. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeNotebookDocumentParams
  20576. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeTextDocumentParams
  20577. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
  20578. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesParams
  20579. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
  20580. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
  20581. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseNotebookDocumentParams
  20582. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseTextDocumentParams
  20583. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenNotebookDocumentParams
  20584. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenTextDocumentParams
  20585. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveNotebookDocumentParams
  20586. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveTextDocumentParams
  20587. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorClientCapabilities
  20588. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorOptions
  20589. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorParams
  20590. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorRegistrationOptions
  20591. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticParams
  20592. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReport
  20593. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportKind
  20594. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
  20595. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFilter
  20596. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingClientCapabilities
  20597. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingOptions
  20598. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingParams
  20599. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
  20600. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlight
  20601. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightClientCapabilities
  20602. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightKind
  20603. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightOptions
  20604. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightParams
  20605. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
  20606. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLink
  20607. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkClientCapabilities
  20608. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkOptions
  20609. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkParams
  20610. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkRegistrationOptions
  20611. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
  20612. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
  20613. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingParams
  20614. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
  20615. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
  20616. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingOptions
  20617. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingParams
  20618. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
  20619. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSelector
  20620. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbol
  20621. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolClientCapabilities
  20622. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolOptions
  20623. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolParams
  20624. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
  20625. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EditRangeWithInsertReplace
  20626. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorCodes
  20627. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandClientCapabilities
  20628. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandOptions
  20629. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandParams
  20630. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
  20631. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecutionSummary
  20632. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FailureHandlingKind
  20633. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileChangeType
  20634. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileCreate
  20635. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileDelete
  20636. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileEvent
  20637. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationClientCapabilities
  20638. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationFilter
  20639. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationOptions
  20640. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPattern
  20641. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternKind
  20642. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternOptions
  20643. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationRegistrationOptions
  20644. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileRename
  20645. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileSystemWatcher
  20646. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRange
  20647. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeClientCapabilities
  20648. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeKind
  20649. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeOptions
  20650. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeParams
  20651. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeRegistrationOptions
  20652. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FormattingOptions
  20653. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FullDocumentDiagnosticReport
  20654. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GeneralClientCapabilities
  20655. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GlobPattern
  20656. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Hover
  20657. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverClientCapabilities
  20658. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverOptions
  20659. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverParams
  20660. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverRegistrationOptions
  20661. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationClientCapabilities
  20662. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationOptions
  20663. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationParams
  20664. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationRegistrationOptions
  20665. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeError
  20666. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeParams
  20667. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeResult
  20668. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializedParams
  20669. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHint
  20670. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintClientCapabilities
  20671. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintKind
  20672. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintLabelPart
  20673. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintOptions
  20674. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintParams
  20675. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintRegistrationOptions
  20676. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
  20677. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValue
  20678. 3596.94 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueClientCapabilities
  20679. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueContext
  20680. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueEvaluatableExpression
  20681. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueOptions
  20682. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueParams
  20683. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueRegistrationOptions
  20684. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueText
  20685. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueVariableLookup
  20686. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
  20687. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertReplaceEdit
  20688. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextFormat
  20689. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextMode
  20690. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LSPErrorCodes
  20691. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LanguageKind
  20692. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
  20693. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeOptions
  20694. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeParams
  20695. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
  20696. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRanges
  20697. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Location
  20698. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationLink
  20699. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationUriOnly
  20700. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogMessageParams
  20701. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogTraceParams
  20702. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkdownClientCapabilities
  20703. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedString
  20704. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedStringWithLanguage
  20705. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupContent
  20706. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupKind
  20707. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageActionItem
  20708. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageType
  20709. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Moniker
  20710. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerClientCapabilities
  20711. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerKind
  20712. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerOptions
  20713. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerParams
  20714. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerRegistrationOptions
  20715. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCell
  20716. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellArrayChange
  20717. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellKind
  20718. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellLanguage
  20719. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellTextDocumentFilter
  20720. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocument
  20721. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
  20722. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChanges
  20723. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellContentChanges
  20724. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentChangeEvent
  20725. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentClientCapabilities
  20726. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilter
  20727. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
  20728. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterPattern
  20729. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterScheme
  20730. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithCells
  20731. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
  20732. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentIdentifier
  20733. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
  20734. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncOptions
  20735. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
  20736. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
  20737. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ParameterInformation
  20738. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PartialResultParams
  20739. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Pattern
  20740. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Position
  20741. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PositionEncodingKind
  20742. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameDefaultBehavior
  20743. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameParams
  20744. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenamePlaceholder
  20745. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameResult
  20746. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareSupportDefaultBehavior
  20747. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PreviousResultId
  20748. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressParams
  20749. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressToken
  20750. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
  20751. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsParams
  20752. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Range
  20753. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceClientCapabilities
  20754. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceContext
  20755. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceOptions
  20756. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceParams
  20757. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceRegistrationOptions
  20758. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Registration
  20759. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationParams
  20760. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionEngineKind
  20761. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionsClientCapabilities
  20762. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
  20763. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
  20764. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelativePattern
  20765. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameClientCapabilities
  20766. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFile
  20767. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFileOptions
  20768. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFilesParams
  20769. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameOptions
  20770. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameParams
  20771. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameRegistrationOptions
  20772. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperation
  20773. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperationKind
  20774. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SaveOptions
  20775. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRange
  20776. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeClientCapabilities
  20777. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeOptions
  20778. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeParams
  20779. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeRegistrationOptions
  20780. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenModifiers
  20781. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenTypes
  20782. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokens
  20783. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensClientCapabilities
  20784. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDelta
  20785. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaParams
  20786. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
  20787. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensEdit
  20788. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensFullDelta
  20789. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensLegend
  20790. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensOptions
  20791. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensParams
  20792. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensPartialResult
  20793. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRangeParams
  20794. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRegistrationOptions
  20795. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
  20796. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCapabilities
  20797. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCompletionItemOptions
  20798. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerInfo
  20799. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SetTraceParams
  20800. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentClientCapabilities
  20801. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentParams
  20802. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentResult
  20803. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageParams
  20804. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
  20805. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestParams
  20806. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelp
  20807. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpClientCapabilities
  20808. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpContext
  20809. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpOptions
  20810. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpParams
  20811. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpRegistrationOptions
  20812. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpTriggerKind
  20813. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureInformation
  20814. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaleRequestSupportOptions
  20815. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaticRegistrationOptions
  20816. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolInformation
  20817. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolKind
  20818. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolTag
  20819. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
  20820. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentClientCapabilities
  20821. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeEvent
  20822. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangePartial
  20823. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
  20824. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentEdit
  20825. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilter
  20826. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterLanguage
  20827. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterPattern
  20828. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterScheme
  20829. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentIdentifier
  20830. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentItem
  20831. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentPositionParams
  20832. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentRegistrationOptions
  20833. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveReason
  20834. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
  20835. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
  20836. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncKind
  20837. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncOptions
  20838. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextEdit
  20839. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TokenFormat
  20840. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TraceValue
  20841. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionClientCapabilities
  20842. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionOptions
  20843. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionParams
  20844. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
  20845. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyClientCapabilities
  20846. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyItem
  20847. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyOptions
  20848. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyPrepareParams
  20849. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
  20850. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySubtypesParams
  20851. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySupertypesParams
  20852. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInitializeParams
  20853. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
  20854. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UniquenessLevel
  20855. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Unregistration
  20856. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnregistrationParams
  20857. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
  20858. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedTextDocumentIdentifier
  20859. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WatchKind
  20860. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WillSaveTextDocumentParams
  20861. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WindowClientCapabilities
  20862. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressBegin
  20863. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCancelParams
  20864. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCreateParams
  20865. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressEnd
  20866. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressOptions
  20867. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressParams
  20868. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressReport
  20869. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceClientCapabilities
  20870. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticParams
  20871. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReport
  20872. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
  20873. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
  20874. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEdit
  20875. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEditClientCapabilities
  20876. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFolder
  20877. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
  20878. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
  20879. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
  20880. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
  20881. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceOptions
  20882. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbol
  20883. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
  20884. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolOptions
  20885. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolParams
  20886. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
  20887. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
  20888. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInt
  20889. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export |?
  20890. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentChange
  20891. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AsLspEnum
  20892. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EnumBaseType
  20893. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspEnum
  20894. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspOpenEnum
  20895. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Edit
  20896. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenAbsolute
  20897. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenRelative
  20898. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AString
  20899. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnInteger
  20900. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedFilePath
  20901. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedUri
  20902. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Uri
  20903. 3596.95 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
  20904. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageDirection
  20905. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageKind
  20906. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export methodStringToSomeMethod
  20907. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someMethodToMethodString
  20908. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isOptionalMethod
  20909. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someClientMethod
  20910. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someServerMethod
  20911. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientMethodJSON
  20912. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientResponseJSON
  20913. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientNot
  20914. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientReq
  20915. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerNot
  20916. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerReq
  20917. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqClient
  20918. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqServer
  20919. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseClientMessage
  20920. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseServerMessage
  20921. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export runEq
  20922. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverMethodJSON
  20923. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverResponseJSON
  20924. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitClientMethod
  20925. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitServerMethod
  20926. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export regHelper
  20927. 3596.95 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeRegistration
  20928. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeUnregistration
  20929. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedRegistration
  20930. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedUnregistration
  20931. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export addNullField
  20932. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedResponseError
  20933. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorData
  20934. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageParams
  20935. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageResult
  20936. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Method
  20937. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationOptions
  20938. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMethod
  20939. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeMethod
  20940. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspId
  20941. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeLspId
  20942. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageDirection
  20943. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageKind
  20944. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageDirection
  20945. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageKind
  20946. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SClientMethod
  20947. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SServerMethod
  20948. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeClientMethod
  20949. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeServerMethod
  20950. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientNotOrReq
  20951. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CustomEq
  20952. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage
  20953. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage'
  20954. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage
  20955. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage'
  20956. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HasJSON
  20957. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LookupFunc
  20958. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerNotOrReq
  20959. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeRegistration
  20960. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeUnregistration
  20961. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRegistration
  20962. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TUnregistration
  20963. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotificationMessage
  20964. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RequestMessage
  20965. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseError
  20966. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseMessage
  20967. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TClientMessage
  20968. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TCustomMessage
  20969. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TMessage
  20970. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TNotificationMessage
  20971. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRequestMessage
  20972. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseError
  20973. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseMessage
  20974. 3596.96 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TServerMessage
  20975. 3596.96 s [hls-test-utils] 7% ( 45 /627) in 'Test.Hls'
  20976. 3596.96 s [hls-test-utils] Missing documentation for:
  20977. 3596.96 s [hls-test-utils] Module header
  20978. 3596.96 s [hls-test-utils] NoTimeout
  20979. 3596.96 s [hls-test-utils] codeActionKindSubsumes
  20980. 3596.96 s [hls-test-utils] .:!?
  20981. 3596.96 s [hls-test-utils] .=?
  20982. 3596.96 s [hls-test-utils] _L
  20983. 3596.96 s [hls-test-utils] _R
  20984. 3596.96 s [hls-test-utils] absorbNull
  20985. 3596.96 s [hls-test-utils] maybeToNull
  20986. 3596.96 s [hls-test-utils] nullToMaybe
  20987. 3596.96 s [hls-test-utils] toEither
  20988. 3596.96 s [hls-test-utils] _versionedTextDocumentIdentifier
  20989. 3596.96 s [hls-test-utils] applyTextEdit
  20990. 3596.96 s [hls-test-utils] editTextEdit
  20991. 3596.96 s [hls-test-utils] isSubrangeOf
  20992. 3596.96 s [hls-test-utils] mkRange
  20993. 3596.96 s [hls-test-utils] positionInRange
  20994. 3596.96 s [hls-test-utils] mkMarkdown
  20995. 3596.96 s [hls-test-utils] mkMarkdownCodeBlock
  20996. 3596.96 s [hls-test-utils] mkPlainText
  20997. 3596.96 s [hls-test-utils] plainTextToMarkdown
  20998. 3596.96 s [hls-test-utils] sectionSeparator
  20999. 3596.96 s [hls-test-utils] _workDoneProgressBegin
  21000. 3596.96 s [hls-test-utils] _workDoneProgressEnd
  21001. 3596.96 s [hls-test-utils] _workDoneProgressReport
  21002. 3596.96 s [hls-test-utils] absolutizeTokens
  21003. 3596.96 s [hls-test-utils] computeEdits
  21004. 3596.96 s [hls-test-utils] defaultSemanticTokensLegend
  21005. 3596.96 s [hls-test-utils] encodeTokens
  21006. 3596.96 s [hls-test-utils] makeSemanticTokens
  21007. 3596.96 s [hls-test-utils] makeSemanticTokensDelta
  21008. 3596.96 s [hls-test-utils] relativizeTokens
  21009. 3596.96 s [hls-test-utils] emptyNormalizedFilePath
  21010. 3596.96 s [hls-test-utils] filePathToUri
  21011. 3596.96 s [hls-test-utils] fromNormalizedFilePath
  21012. 3596.96 s [hls-test-utils] fromNormalizedUri
  21013. 3596.96 s [hls-test-utils] normalizedFilePathToUri
  21014. 3596.96 s [hls-test-utils] platformAwareFilePathToUri
  21015. 3596.96 s [hls-test-utils] platformAwareUriToFilePath
  21016. 3596.96 s [hls-test-utils] toNormalizedFilePath
  21017. 3596.96 s [hls-test-utils] toNormalizedUri
  21018. 3596.96 s [hls-test-utils] uriToFilePath
  21019. 3596.96 s [hls-test-utils] uriToNormalizedFilePath
  21020. 3596.96 s [hls-test-utils] normalizedFilePathToOsPath
  21021. 3596.96 s [hls-test-utils] osPathToNormalizedFilePath
  21022. 3596.96 s [hls-test-utils] combineWatchKinds
  21023. 3596.96 s [hls-test-utils] containsChange
  21024. 3596.96 s [hls-test-utils] containsCreate
  21025. 3596.96 s [hls-test-utils] containsDelete
  21026. 3596.96 s [hls-test-utils] AnnotatedTextEdit
  21027. 3596.96 s [hls-test-utils] ApplyWorkspaceEditParams
  21028. 3596.96 s [hls-test-utils] ApplyWorkspaceEditResult
  21029. 3596.96 s [hls-test-utils] BaseSymbolInformation
  21030. 3596.96 s [hls-test-utils] CallHierarchyClientCapabilities
  21031. 3596.96 s [hls-test-utils] CallHierarchyIncomingCall
  21032. 3596.96 s [hls-test-utils] CallHierarchyIncomingCallsParams
  21033. 3596.96 s [hls-test-utils] CallHierarchyItem
  21034. 3596.96 s [hls-test-utils] CallHierarchyOptions
  21035. 3596.96 s [hls-test-utils] CallHierarchyOutgoingCall
  21036. 3596.96 s [hls-test-utils] CallHierarchyOutgoingCallsParams
  21037. 3596.96 s [hls-test-utils] CallHierarchyPrepareParams
  21038. 3596.96 s [hls-test-utils] CallHierarchyRegistrationOptions
  21039. 3596.96 s [hls-test-utils] CancelParams
  21040. 3596.96 s [hls-test-utils] ChangeAnnotation
  21041. 3596.96 s [hls-test-utils] ChangeAnnotationIdentifier
  21042. 3596.96 s [hls-test-utils] ChangeAnnotationsSupportOptions
  21043. 3596.96 s [hls-test-utils] ClientCapabilities
  21044. 3596.96 s [hls-test-utils] ClientCodeActionKindOptions
  21045. 3596.96 s [hls-test-utils] ClientCodeActionLiteralOptions
  21046. 3596.96 s [hls-test-utils] ClientCodeActionResolveOptions
  21047. 3596.96 s [hls-test-utils] ClientCompletionItemInsertTextModeOptions
  21048. 3596.96 s [hls-test-utils] ClientCompletionItemOptions
  21049. 3596.96 s [hls-test-utils] ClientCompletionItemOptionsKind
  21050. 3596.96 s [hls-test-utils] ClientCompletionItemResolveOptions
  21051. 3596.96 s [hls-test-utils] ClientDiagnosticsTagOptions
  21052. 3596.96 s [hls-test-utils] ClientFoldingRangeKindOptions
  21053. 3596.96 s [hls-test-utils] ClientFoldingRangeOptions
  21054. 3596.96 s [hls-test-utils] ClientInfo
  21055. 3596.96 s [hls-test-utils] ClientInlayHintResolveOptions
  21056. 3596.96 s [hls-test-utils] ClientSemanticTokensRequestFullDelta
  21057. 3596.96 s [hls-test-utils] ClientSemanticTokensRequestOptions
  21058. 3596.96 s [hls-test-utils] ClientShowMessageActionItemOptions
  21059. 3596.96 s [hls-test-utils] ClientSignatureInformationOptions
  21060. 3596.96 s [hls-test-utils] ClientSignatureParameterInformationOptions
  21061. 3596.96 s [hls-test-utils] ClientSymbolKindOptions
  21062. 3596.96 s [hls-test-utils] ClientSymbolResolveOptions
  21063. 3596.96 s [hls-test-utils] ClientSymbolTagOptions
  21064. 3596.96 s [hls-test-utils] CodeAction
  21065. 3596.96 s [hls-test-utils] CodeActionClientCapabilities
  21066. 3596.96 s [hls-test-utils] CodeActionContext
  21067. 3596.96 s [hls-test-utils] CodeActionDisabled
  21068. 3596.96 s [hls-test-utils] CodeActionKind
  21069. 3596.96 s [hls-test-utils] CodeActionOptions
  21070. 3596.96 s [hls-test-utils] CodeActionParams
  21071. 3596.96 s [hls-test-utils] CodeActionRegistrationOptions
  21072. 3596.96 s [hls-test-utils] CodeActionTriggerKind
  21073. 3596.96 s [hls-test-utils] CodeDescription
  21074. 3596.96 s [hls-test-utils] CodeLens
  21075. 3596.96 s [hls-test-utils] CodeLensClientCapabilities
  21076. 3596.96 s [hls-test-utils] CodeLensOptions
  21077. 3596.96 s [hls-test-utils] CodeLensParams
  21078. 3596.96 s [hls-test-utils] CodeLensRegistrationOptions
  21079. 3596.96 s [hls-test-utils] CodeLensWorkspaceClientCapabilities
  21080. 3596.96 s [hls-test-utils] Color
  21081. 3596.96 s [hls-test-utils] ColorInformation
  21082. 3596.96 s [hls-test-utils] ColorPresentation
  21083. 3596.96 s [hls-test-utils] ColorPresentationParams
  21084. 3596.96 s [hls-test-utils] Command
  21085. 3596.96 s [hls-test-utils] CompletionClientCapabilities
  21086. 3596.96 s [hls-test-utils] CompletionContext
  21087. 3596.96 s [hls-test-utils] CompletionItem
  21088. 3596.96 s [hls-test-utils] CompletionItemDefaults
  21089. 3596.96 s [hls-test-utils] CompletionItemKind
  21090. 3596.96 s [hls-test-utils] CompletionItemLabelDetails
  21091. 3596.96 s [hls-test-utils] CompletionItemTag
  21092. 3596.96 s [hls-test-utils] CompletionItemTagOptions
  21093. 3596.96 s [hls-test-utils] CompletionList
  21094. 3596.96 s [hls-test-utils] CompletionListCapabilities
  21095. 3596.96 s [hls-test-utils] CompletionOptions
  21096. 3596.96 s [hls-test-utils] CompletionParams
  21097. 3596.96 s [hls-test-utils] CompletionRegistrationOptions
  21098. 3596.96 s [hls-test-utils] CompletionTriggerKind
  21099. 3596.96 s [hls-test-utils] ConfigurationItem
  21100. 3596.96 s [hls-test-utils] ConfigurationParams
  21101. 3596.96 s [hls-test-utils] CreateFile
  21102. 3596.96 s [hls-test-utils] CreateFileOptions
  21103. 3596.96 s [hls-test-utils] CreateFilesParams
  21104. 3596.96 s [hls-test-utils] Declaration
  21105. 3596.96 s [hls-test-utils] DeclarationClientCapabilities
  21106. 3596.96 s [hls-test-utils] DeclarationLink
  21107. 3596.96 s [hls-test-utils] DeclarationOptions
  21108. 3596.96 s [hls-test-utils] DeclarationParams
  21109. 3596.96 s [hls-test-utils] DeclarationRegistrationOptions
  21110. 3596.96 s [hls-test-utils] Definition
  21111. 3596.96 s [hls-test-utils] DefinitionClientCapabilities
  21112. 3596.96 s [hls-test-utils] DefinitionLink
  21113. 3596.96 s [hls-test-utils] DefinitionOptions
  21114. 3596.96 s [hls-test-utils] DefinitionParams
  21115. 3596.96 s [hls-test-utils] DefinitionRegistrationOptions
  21116. 3596.96 s [hls-test-utils] DeleteFile
  21117. 3596.96 s [hls-test-utils] DeleteFileOptions
  21118. 3596.97 s [hls-test-utils] DeleteFilesParams
  21119. 3596.97 s [hls-test-utils] Diagnostic
  21120. 3596.97 s [hls-test-utils] DiagnosticClientCapabilities
  21121. 3596.97 s [hls-test-utils] DiagnosticOptions
  21122. 3596.97 s [hls-test-utils] DiagnosticRegistrationOptions
  21123. 3596.97 s [hls-test-utils] DiagnosticRelatedInformation
  21124. 3596.97 s [hls-test-utils] DiagnosticServerCancellationData
  21125. 3596.97 s [hls-test-utils] DiagnosticSeverity
  21126. 3596.97 s [hls-test-utils] DiagnosticTag
  21127. 3596.97 s [hls-test-utils] DiagnosticWorkspaceClientCapabilities
  21128. 3596.97 s [hls-test-utils] DidChangeConfigurationClientCapabilities
  21129. 3596.97 s [hls-test-utils] DidChangeConfigurationParams
  21130. 3596.97 s [hls-test-utils] DidChangeConfigurationRegistrationOptions
  21131. 3596.97 s [hls-test-utils] DidChangeNotebookDocumentParams
  21132. 3596.97 s [hls-test-utils] DidChangeTextDocumentParams
  21133. 3596.97 s [hls-test-utils] DidChangeWatchedFilesClientCapabilities
  21134. 3596.97 s [hls-test-utils] DidChangeWatchedFilesParams
  21135. 3596.97 s [hls-test-utils] DidChangeWatchedFilesRegistrationOptions
  21136. 3596.97 s [hls-test-utils] DidChangeWorkspaceFoldersParams
  21137. 3596.97 s [hls-test-utils] DidCloseNotebookDocumentParams
  21138. 3596.97 s [hls-test-utils] DidCloseTextDocumentParams
  21139. 3596.97 s [hls-test-utils] DidOpenNotebookDocumentParams
  21140. 3596.97 s [hls-test-utils] DidOpenTextDocumentParams
  21141. 3596.97 s [hls-test-utils] DidSaveNotebookDocumentParams
  21142. 3596.97 s [hls-test-utils] DidSaveTextDocumentParams
  21143. 3596.97 s [hls-test-utils] DocumentColorClientCapabilities
  21144. 3596.97 s [hls-test-utils] DocumentColorOptions
  21145. 3596.97 s [hls-test-utils] DocumentColorParams
  21146. 3596.97 s [hls-test-utils] DocumentColorRegistrationOptions
  21147. 3596.97 s [hls-test-utils] DocumentDiagnosticParams
  21148. 3596.97 s [hls-test-utils] DocumentDiagnosticReport
  21149. 3596.97 s [hls-test-utils] DocumentDiagnosticReportKind
  21150. 3596.97 s [hls-test-utils] DocumentDiagnosticReportPartialResult
  21151. 3596.97 s [hls-test-utils] DocumentFilter
  21152. 3596.97 s [hls-test-utils] DocumentFormattingClientCapabilities
  21153. 3596.97 s [hls-test-utils] DocumentFormattingOptions
  21154. 3596.97 s [hls-test-utils] DocumentFormattingParams
  21155. 3596.97 s [hls-test-utils] DocumentFormattingRegistrationOptions
  21156. 3596.97 s [hls-test-utils] DocumentHighlight
  21157. 3596.97 s [hls-test-utils] DocumentHighlightClientCapabilities
  21158. 3596.97 s [hls-test-utils] DocumentHighlightKind
  21159. 3596.97 s [hls-test-utils] DocumentHighlightOptions
  21160. 3596.97 s [hls-test-utils] DocumentHighlightParams
  21161. 3596.97 s [hls-test-utils] DocumentHighlightRegistrationOptions
  21162. 3596.97 s [hls-test-utils] DocumentLink
  21163. 3596.97 s [hls-test-utils] DocumentLinkClientCapabilities
  21164. 3596.97 s [hls-test-utils] DocumentLinkOptions
  21165. 3596.97 s [hls-test-utils] DocumentLinkParams
  21166. 3596.97 s [hls-test-utils] DocumentLinkRegistrationOptions
  21167. 3596.97 s [hls-test-utils] DocumentOnTypeFormattingClientCapabilities
  21168. 3596.97 s [hls-test-utils] DocumentOnTypeFormattingOptions
  21169. 3596.97 s [hls-test-utils] DocumentOnTypeFormattingParams
  21170. 3596.97 s [hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
  21171. 3596.97 s [hls-test-utils] DocumentRangeFormattingClientCapabilities
  21172. 3596.97 s [hls-test-utils] DocumentRangeFormattingOptions
  21173. 3596.97 s [hls-test-utils] DocumentRangeFormattingParams
  21174. 3596.97 s [hls-test-utils] DocumentRangeFormattingRegistrationOptions
  21175. 3596.97 s [hls-test-utils] DocumentSelector
  21176. 3596.97 s [hls-test-utils] DocumentSymbol
  21177. 3596.97 s [hls-test-utils] DocumentSymbolClientCapabilities
  21178. 3596.97 s [hls-test-utils] DocumentSymbolOptions
  21179. 3596.97 s [hls-test-utils] DocumentSymbolParams
  21180. 3596.97 s [hls-test-utils] DocumentSymbolRegistrationOptions
  21181. 3596.97 s [hls-test-utils] EditRangeWithInsertReplace
  21182. 3596.97 s [hls-test-utils] ErrorCodes
  21183. 3596.97 s [hls-test-utils] ExecuteCommandClientCapabilities
  21184. 3596.97 s [hls-test-utils] ExecuteCommandOptions
  21185. 3596.97 s [hls-test-utils] ExecuteCommandParams
  21186. 3596.97 s [hls-test-utils] ExecuteCommandRegistrationOptions
  21187. 3596.97 s [hls-test-utils] ExecutionSummary
  21188. 3596.97 s [hls-test-utils] FailureHandlingKind
  21189. 3596.97 s [hls-test-utils] FileChangeType
  21190. 3596.97 s [hls-test-utils] FileCreate
  21191. 3596.97 s [hls-test-utils] FileDelete
  21192. 3596.97 s [hls-test-utils] FileEvent
  21193. 3596.97 s [hls-test-utils] FileOperationClientCapabilities
  21194. 3596.97 s [hls-test-utils] FileOperationFilter
  21195. 3596.97 s [hls-test-utils] FileOperationOptions
  21196. 3596.97 s [hls-test-utils] FileOperationPattern
  21197. 3596.97 s [hls-test-utils] FileOperationPatternKind
  21198. 3596.97 s [hls-test-utils] FileOperationPatternOptions
  21199. 3596.97 s [hls-test-utils] FileOperationRegistrationOptions
  21200. 3596.97 s [hls-test-utils] FileRename
  21201. 3596.97 s [hls-test-utils] FileSystemWatcher
  21202. 3596.97 s [hls-test-utils] FoldingRange
  21203. 3596.97 s [hls-test-utils] FoldingRangeClientCapabilities
  21204. 3596.97 s [hls-test-utils] FoldingRangeKind
  21205. 3596.97 s [hls-test-utils] FoldingRangeOptions
  21206. 3596.97 s [hls-test-utils] FoldingRangeParams
  21207. 3596.97 s [hls-test-utils] FoldingRangeRegistrationOptions
  21208. 3596.97 s [hls-test-utils] FormattingOptions
  21209. 3596.97 s [hls-test-utils] FullDocumentDiagnosticReport
  21210. 3596.97 s [hls-test-utils] GeneralClientCapabilities
  21211. 3596.97 s [hls-test-utils] GlobPattern
  21212. 3596.97 s [hls-test-utils] Hover
  21213. 3596.97 s [hls-test-utils] HoverClientCapabilities
  21214. 3596.97 s [hls-test-utils] HoverOptions
  21215. 3596.97 s [hls-test-utils] HoverParams
  21216. 3596.97 s [hls-test-utils] HoverRegistrationOptions
  21217. 3596.97 s [hls-test-utils] ImplementationClientCapabilities
  21218. 3596.97 s [hls-test-utils] ImplementationOptions
  21219. 3596.97 s [hls-test-utils] ImplementationParams
  21220. 3596.97 s [hls-test-utils] ImplementationRegistrationOptions
  21221. 3596.97 s [hls-test-utils] InitializeError
  21222. 3596.97 s [hls-test-utils] InitializeParams
  21223. 3596.97 s [hls-test-utils] InitializeResult
  21224. 3596.97 s [hls-test-utils] InitializedParams
  21225. 3596.97 s [hls-test-utils] InlayHint
  21226. 3596.97 s [hls-test-utils] InlayHintClientCapabilities
  21227. 3596.97 s [hls-test-utils] InlayHintKind
  21228. 3596.97 s [hls-test-utils] InlayHintLabelPart
  21229. 3596.97 s [hls-test-utils] InlayHintOptions
  21230. 3596.97 s [hls-test-utils] InlayHintParams
  21231. 3596.97 s [hls-test-utils] InlayHintRegistrationOptions
  21232. 3596.97 s [hls-test-utils] InlayHintWorkspaceClientCapabilities
  21233. 3596.97 s [hls-test-utils] InlineValue
  21234. 3596.97 s [hls-test-utils] InlineValueClientCapabilities
  21235. 3596.97 s [hls-test-utils] InlineValueContext
  21236. 3596.97 s [hls-test-utils] InlineValueEvaluatableExpression
  21237. 3596.97 s [hls-test-utils] InlineValueOptions
  21238. 3596.97 s [hls-test-utils] InlineValueParams
  21239. 3596.97 s [hls-test-utils] InlineValueRegistrationOptions
  21240. 3596.97 s [hls-test-utils] InlineValueText
  21241. 3596.97 s [hls-test-utils] InlineValueVariableLookup
  21242. 3596.97 s [hls-test-utils] InlineValueWorkspaceClientCapabilities
  21243. 3596.97 s [hls-test-utils] InsertReplaceEdit
  21244. 3596.97 s [hls-test-utils] InsertTextFormat
  21245. 3596.97 s [hls-test-utils] InsertTextMode
  21246. 3596.97 s [hls-test-utils] LSPErrorCodes
  21247. 3596.97 s [hls-test-utils] LanguageKind
  21248. 3596.97 s [hls-test-utils] LinkedEditingRangeClientCapabilities
  21249. 3596.97 s [hls-test-utils] LinkedEditingRangeOptions
  21250. 3596.97 s [hls-test-utils] LinkedEditingRangeParams
  21251. 3596.97 s [hls-test-utils] LinkedEditingRangeRegistrationOptions
  21252. 3596.97 s [hls-test-utils] LinkedEditingRanges
  21253. 3596.97 s [hls-test-utils] Location
  21254. 3596.97 s [hls-test-utils] LocationLink
  21255. 3596.97 s [hls-test-utils] LocationUriOnly
  21256. 3596.97 s [hls-test-utils] LogMessageParams
  21257. 3596.97 s [hls-test-utils] LogTraceParams
  21258. 3596.97 s [hls-test-utils] MarkdownClientCapabilities
  21259. 3596.97 s [hls-test-utils] MarkedString
  21260. 3596.97 s [hls-test-utils] MarkedStringWithLanguage
  21261. 3596.97 s [hls-test-utils] MarkupContent
  21262. 3596.97 s [hls-test-utils] MarkupKind
  21263. 3596.97 s [hls-test-utils] MessageActionItem
  21264. 3596.97 s [hls-test-utils] MessageType
  21265. 3596.97 s [hls-test-utils] Moniker
  21266. 3596.97 s [hls-test-utils] MonikerClientCapabilities
  21267. 3596.97 s [hls-test-utils] MonikerKind
  21268. 3596.97 s [hls-test-utils] MonikerOptions
  21269. 3596.97 s [hls-test-utils] MonikerParams
  21270. 3596.97 s [hls-test-utils] MonikerRegistrationOptions
  21271. 3596.97 s [hls-test-utils] NotebookCell
  21272. 3596.97 s [hls-test-utils] NotebookCellArrayChange
  21273. 3596.97 s [hls-test-utils] NotebookCellKind
  21274. 3596.97 s [hls-test-utils] NotebookCellLanguage
  21275. 3596.97 s [hls-test-utils] NotebookCellTextDocumentFilter
  21276. 3596.97 s [hls-test-utils] NotebookDocument
  21277. 3596.97 s [hls-test-utils] NotebookDocumentCellChangeStructure
  21278. 3596.97 s [hls-test-utils] NotebookDocumentCellChanges
  21279. 3596.97 s [hls-test-utils] NotebookDocumentCellContentChanges
  21280. 3596.97 s [hls-test-utils] NotebookDocumentChangeEvent
  21281. 3596.97 s [hls-test-utils] NotebookDocumentClientCapabilities
  21282. 3596.97 s [hls-test-utils] NotebookDocumentFilter
  21283. 3596.97 s [hls-test-utils] NotebookDocumentFilterNotebookType
  21284. 3596.97 s [hls-test-utils] NotebookDocumentFilterPattern
  21285. 3596.97 s [hls-test-utils] NotebookDocumentFilterScheme
  21286. 3596.97 s [hls-test-utils] NotebookDocumentFilterWithCells
  21287. 3596.97 s [hls-test-utils] NotebookDocumentFilterWithNotebook
  21288. 3596.97 s [hls-test-utils] NotebookDocumentIdentifier
  21289. 3596.97 s [hls-test-utils] NotebookDocumentSyncClientCapabilities
  21290. 3596.97 s [hls-test-utils] NotebookDocumentSyncOptions
  21291. 3596.97 s [hls-test-utils] NotebookDocumentSyncRegistrationOptions
  21292. 3596.97 s [hls-test-utils] OptionalVersionedTextDocumentIdentifier
  21293. 3596.97 s [hls-test-utils] ParameterInformation
  21294. 3596.97 s [hls-test-utils] PartialResultParams
  21295. 3596.97 s [hls-test-utils] Pattern
  21296. 3596.97 s [hls-test-utils] Position
  21297. 3596.97 s [hls-test-utils] PositionEncodingKind
  21298. 3596.97 s [hls-test-utils] PrepareRenameDefaultBehavior
  21299. 3596.97 s [hls-test-utils] PrepareRenameParams
  21300. 3596.97 s [hls-test-utils] PrepareRenamePlaceholder
  21301. 3596.97 s [hls-test-utils] PrepareRenameResult
  21302. 3596.97 s [hls-test-utils] PrepareSupportDefaultBehavior
  21303. 3596.97 s [hls-test-utils] PreviousResultId
  21304. 3596.97 s [hls-test-utils] ProgressParams
  21305. 3596.97 s [hls-test-utils] ProgressToken
  21306. 3596.97 s [hls-test-utils] PublishDiagnosticsClientCapabilities
  21307. 3596.97 s [hls-test-utils] PublishDiagnosticsParams
  21308. 3596.97 s [hls-test-utils] Range
  21309. 3596.97 s [hls-test-utils] ReferenceClientCapabilities
  21310. 3596.97 s [hls-test-utils] ReferenceContext
  21311. 3596.97 s [hls-test-utils] ReferenceOptions
  21312. 3596.97 s [hls-test-utils] ReferenceParams
  21313. 3596.97 s [hls-test-utils] ReferenceRegistrationOptions
  21314. 3596.97 s [hls-test-utils] Registration
  21315. 3596.97 s [hls-test-utils] RegistrationParams
  21316. 3596.97 s [hls-test-utils] RegularExpressionEngineKind
  21317. 3596.97 s [hls-test-utils] RegularExpressionsClientCapabilities
  21318. 3596.97 s [hls-test-utils] RelatedFullDocumentDiagnosticReport
  21319. 3596.97 s [hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
  21320. 3596.97 s [hls-test-utils] RelativePattern
  21321. 3596.97 s [hls-test-utils] RenameClientCapabilities
  21322. 3596.97 s [hls-test-utils] RenameFile
  21323. 3596.97 s [hls-test-utils] RenameFileOptions
  21324. 3596.97 s [hls-test-utils] RenameFilesParams
  21325. 3596.97 s [hls-test-utils] RenameOptions
  21326. 3596.97 s [hls-test-utils] RenameParams
  21327. 3596.97 s [hls-test-utils] RenameRegistrationOptions
  21328. 3596.97 s [hls-test-utils] ResourceOperation
  21329. 3596.97 s [hls-test-utils] ResourceOperationKind
  21330. 3596.97 s [hls-test-utils] SaveOptions
  21331. 3596.97 s [hls-test-utils] SelectionRange
  21332. 3596.97 s [hls-test-utils] SelectionRangeClientCapabilities
  21333. 3596.97 s [hls-test-utils] SelectionRangeOptions
  21334. 3596.97 s [hls-test-utils] SelectionRangeParams
  21335. 3596.97 s [hls-test-utils] SelectionRangeRegistrationOptions
  21336. 3596.97 s [hls-test-utils] SemanticTokenModifiers
  21337. 3596.97 s [hls-test-utils] SemanticTokenTypes
  21338. 3596.97 s [hls-test-utils] SemanticTokens
  21339. 3596.97 s [hls-test-utils] SemanticTokensClientCapabilities
  21340. 3596.97 s [hls-test-utils] SemanticTokensDelta
  21341. 3596.97 s [hls-test-utils] SemanticTokensDeltaParams
  21342. 3596.97 s [hls-test-utils] SemanticTokensDeltaPartialResult
  21343. 3596.97 s [hls-test-utils] SemanticTokensEdit
  21344. 3596.97 s [hls-test-utils] SemanticTokensFullDelta
  21345. 3596.97 s [hls-test-utils] SemanticTokensLegend
  21346. 3596.97 s [hls-test-utils] SemanticTokensOptions
  21347. 3596.97 s [hls-test-utils] SemanticTokensParams
  21348. 3596.97 s [hls-test-utils] SemanticTokensPartialResult
  21349. 3596.97 s [hls-test-utils] SemanticTokensRangeParams
  21350. 3596.97 s [hls-test-utils] SemanticTokensRegistrationOptions
  21351. 3596.97 s [hls-test-utils] SemanticTokensWorkspaceClientCapabilities
  21352. 3596.97 s [hls-test-utils] ServerCapabilities
  21353. 3596.97 s [hls-test-utils] ServerCompletionItemOptions
  21354. 3596.97 s [hls-test-utils] ServerInfo
  21355. 3596.97 s [hls-test-utils] SetTraceParams
  21356. 3596.97 s [hls-test-utils] ShowDocumentClientCapabilities
  21357. 3596.97 s [hls-test-utils] ShowDocumentParams
  21358. 3596.97 s [hls-test-utils] ShowDocumentResult
  21359. 3596.97 s [hls-test-utils] ShowMessageParams
  21360. 3596.97 s [hls-test-utils] ShowMessageRequestClientCapabilities
  21361. 3596.97 s [hls-test-utils] ShowMessageRequestParams
  21362. 3596.97 s [hls-test-utils] SignatureHelp
  21363. 3596.97 s [hls-test-utils] SignatureHelpClientCapabilities
  21364. 3596.97 s [hls-test-utils] SignatureHelpContext
  21365. 3596.97 s [hls-test-utils] SignatureHelpOptions
  21366. 3596.97 s [hls-test-utils] SignatureHelpParams
  21367. 3596.97 s [hls-test-utils] SignatureHelpRegistrationOptions
  21368. 3596.97 s [hls-test-utils] SignatureHelpTriggerKind
  21369. 3596.97 s [hls-test-utils] SignatureInformation
  21370. 3596.97 s [hls-test-utils] StaleRequestSupportOptions
  21371. 3596.97 s [hls-test-utils] StaticRegistrationOptions
  21372. 3596.97 s [hls-test-utils] SymbolInformation
  21373. 3596.97 s [hls-test-utils] SymbolKind
  21374. 3596.97 s [hls-test-utils] SymbolTag
  21375. 3596.97 s [hls-test-utils] TextDocumentChangeRegistrationOptions
  21376. 3596.97 s [hls-test-utils] TextDocumentClientCapabilities
  21377. 3596.97 s [hls-test-utils] TextDocumentContentChangeEvent
  21378. 3596.97 s [hls-test-utils] TextDocumentContentChangePartial
  21379. 3596.97 s [hls-test-utils] TextDocumentContentChangeWholeDocument
  21380. 3596.97 s [hls-test-utils] TextDocumentEdit
  21381. 3596.97 s [hls-test-utils] TextDocumentFilter
  21382. 3596.97 s [hls-test-utils] TextDocumentFilterLanguage
  21383. 3596.97 s [hls-test-utils] TextDocumentFilterPattern
  21384. 3596.97 s [hls-test-utils] TextDocumentFilterScheme
  21385. 3596.97 s [hls-test-utils] TextDocumentIdentifier
  21386. 3596.97 s [hls-test-utils] TextDocumentItem
  21387. 3596.97 s [hls-test-utils] TextDocumentPositionParams
  21388. 3596.97 s [hls-test-utils] TextDocumentRegistrationOptions
  21389. 3596.97 s [hls-test-utils] TextDocumentSaveReason
  21390. 3596.97 s [hls-test-utils] TextDocumentSaveRegistrationOptions
  21391. 3596.97 s [hls-test-utils] TextDocumentSyncClientCapabilities
  21392. 3596.97 s [hls-test-utils] TextDocumentSyncKind
  21393. 3596.97 s [hls-test-utils] TextDocumentSyncOptions
  21394. 3596.97 s [hls-test-utils] TextEdit
  21395. 3596.97 s [hls-test-utils] TokenFormat
  21396. 3596.97 s [hls-test-utils] TraceValue
  21397. 3596.97 s [hls-test-utils] TypeDefinitionClientCapabilities
  21398. 3596.97 s [hls-test-utils] TypeDefinitionOptions
  21399. 3596.97 s [hls-test-utils] TypeDefinitionParams
  21400. 3596.97 s [hls-test-utils] TypeDefinitionRegistrationOptions
  21401. 3596.97 s [hls-test-utils] TypeHierarchyClientCapabilities
  21402. 3596.97 s [hls-test-utils] TypeHierarchyItem
  21403. 3596.97 s [hls-test-utils] TypeHierarchyOptions
  21404. 3596.97 s [hls-test-utils] TypeHierarchyPrepareParams
  21405. 3596.97 s [hls-test-utils] TypeHierarchyRegistrationOptions
  21406. 3596.97 s [hls-test-utils] TypeHierarchySubtypesParams
  21407. 3596.97 s [hls-test-utils] TypeHierarchySupertypesParams
  21408. 3596.97 s [hls-test-utils] UInitializeParams
  21409. 3596.97 s [hls-test-utils] UnchangedDocumentDiagnosticReport
  21410. 3596.97 s [hls-test-utils] UniquenessLevel
  21411. 3596.97 s [hls-test-utils] Unregistration
  21412. 3596.97 s [hls-test-utils] UnregistrationParams
  21413. 3596.97 s [hls-test-utils] VersionedNotebookDocumentIdentifier
  21414. 3596.97 s [hls-test-utils] VersionedTextDocumentIdentifier
  21415. 3596.97 s [hls-test-utils] WatchKind
  21416. 3596.97 s [hls-test-utils] WillSaveTextDocumentParams
  21417. 3596.97 s [hls-test-utils] WindowClientCapabilities
  21418. 3596.97 s [hls-test-utils] WorkDoneProgressBegin
  21419. 3596.97 s [hls-test-utils] WorkDoneProgressCancelParams
  21420. 3596.97 s [hls-test-utils] WorkDoneProgressCreateParams
  21421. 3596.97 s [hls-test-utils] WorkDoneProgressEnd
  21422. 3596.97 s [hls-test-utils] WorkDoneProgressOptions
  21423. 3596.97 s [hls-test-utils] WorkDoneProgressParams
  21424. 3596.97 s [hls-test-utils] WorkDoneProgressReport
  21425. 3596.97 s [hls-test-utils] WorkspaceClientCapabilities
  21426. 3596.97 s [hls-test-utils] WorkspaceDiagnosticParams
  21427. 3596.97 s [hls-test-utils] WorkspaceDiagnosticReport
  21428. 3596.97 s [hls-test-utils] WorkspaceDiagnosticReportPartialResult
  21429. 3596.97 s [hls-test-utils] WorkspaceDocumentDiagnosticReport
  21430. 3596.97 s [hls-test-utils] WorkspaceEdit
  21431. 3596.97 s [hls-test-utils] WorkspaceEditClientCapabilities
  21432. 3596.97 s [hls-test-utils] WorkspaceFolder
  21433. 3596.97 s [hls-test-utils] WorkspaceFoldersChangeEvent
  21434. 3596.97 s [hls-test-utils] WorkspaceFoldersInitializeParams
  21435. 3596.97 s [hls-test-utils] WorkspaceFoldersServerCapabilities
  21436. 3596.97 s [hls-test-utils] WorkspaceFullDocumentDiagnosticReport
  21437. 3596.97 s [hls-test-utils] WorkspaceOptions
  21438. 3596.97 s [hls-test-utils] WorkspaceSymbol
  21439. 3596.97 s [hls-test-utils] WorkspaceSymbolClientCapabilities
  21440. 3596.97 s [hls-test-utils] WorkspaceSymbolOptions
  21441. 3596.97 s [hls-test-utils] WorkspaceSymbolParams
  21442. 3596.97 s [hls-test-utils] WorkspaceSymbolRegistrationOptions
  21443. 3596.97 s [hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
  21444. 3596.97 s [hls-test-utils] UInt
  21445. 3596.97 s [hls-test-utils] |?
  21446. 3596.97 s [hls-test-utils] DocumentChange
  21447. 3596.97 s [hls-test-utils] AsLspEnum
  21448. 3596.97 s [hls-test-utils] EnumBaseType
  21449. 3596.97 s [hls-test-utils] LspEnum
  21450. 3596.97 s [hls-test-utils] LspOpenEnum
  21451. 3596.97 s [hls-test-utils] Edit
  21452. 3596.97 s [hls-test-utils] SemanticTokenAbsolute
  21453. 3596.97 s [hls-test-utils] SemanticTokenRelative
  21454. 3596.97 s [hls-test-utils] AString
  21455. 3596.97 s [hls-test-utils] AnInteger
  21456. 3596.97 s [hls-test-utils] NormalizedFilePath
  21457. 3596.97 s [hls-test-utils] NormalizedUri
  21458. 3596.97 s [hls-test-utils] Uri
  21459. 3596.97 s [hls-test-utils] EncodingException
  21460. 3596.97 s [hls-test-utils] messageDirection
  21461. 3596.97 s [hls-test-utils] messageKind
  21462. 3596.97 s [hls-test-utils] methodStringToSomeMethod
  21463. 3596.97 s [hls-test-utils] someMethodToMethodString
  21464. 3596.97 s [hls-test-utils] isOptionalMethod
  21465. 3596.97 s [hls-test-utils] someClientMethod
  21466. 3596.97 s [hls-test-utils] someServerMethod
  21467. 3596.97 s [hls-test-utils] clientMethodJSON
  21468. 3596.97 s [hls-test-utils] clientResponseJSON
  21469. 3596.97 s [hls-test-utils] fromClientNot
  21470. 3596.97 s [hls-test-utils] fromClientReq
  21471. 3596.97 s [hls-test-utils] fromServerNot
  21472. 3596.97 s [hls-test-utils] fromServerReq
  21473. 3596.97 s [hls-test-utils] mEqClient
  21474. 3596.97 s [hls-test-utils] mEqServer
  21475. 3596.97 s [hls-test-utils] parseClientMessage
  21476. 3596.97 s [hls-test-utils] parseServerMessage
  21477. 3596.97 s [hls-test-utils] runEq
  21478. 3596.97 s [hls-test-utils] serverMethodJSON
  21479. 3596.97 s [hls-test-utils] serverResponseJSON
  21480. 3596.97 s [hls-test-utils] splitClientMethod
  21481. 3596.97 s [hls-test-utils] splitServerMethod
  21482. 3596.97 s [hls-test-utils] regHelper
  21483. 3596.97 s [hls-test-utils] toSomeRegistration
  21484. 3596.97 s [hls-test-utils] toSomeUnregistration
  21485. 3596.97 s [hls-test-utils] toUntypedRegistration
  21486. 3596.97 s [hls-test-utils] toUntypedUnregistration
  21487. 3596.97 s [hls-test-utils] addNullField
  21488. 3596.97 s [hls-test-utils] toUntypedResponseError
  21489. 3596.97 s [hls-test-utils] ErrorData
  21490. 3596.97 s [hls-test-utils] MessageParams
  21491. 3596.97 s [hls-test-utils] MessageResult
  21492. 3596.97 s [hls-test-utils] Method
  21493. 3596.97 s [hls-test-utils] RegistrationOptions
  21494. 3596.97 s [hls-test-utils] SMethod
  21495. 3596.97 s [hls-test-utils] SomeMethod
  21496. 3596.97 s [hls-test-utils] LspId
  21497. 3596.97 s [hls-test-utils] SomeLspId
  21498. 3596.97 s [hls-test-utils] MessageDirection
  21499. 3596.97 s [hls-test-utils] MessageKind
  21500. 3596.97 s [hls-test-utils] SMessageDirection
  21501. 3596.97 s [hls-test-utils] SMessageKind
  21502. 3596.97 s [hls-test-utils] SClientMethod
  21503. 3596.97 s [hls-test-utils] SServerMethod
  21504. 3596.97 s [hls-test-utils] SomeClientMethod
  21505. 3596.97 s [hls-test-utils] SomeServerMethod
  21506. 3596.97 s [hls-test-utils] ClientNotOrReq
  21507. 3596.97 s [hls-test-utils] CustomEq
  21508. 3596.97 s [hls-test-utils] FromClientMessage
  21509. 3596.97 s [hls-test-utils] FromClientMessage'
  21510. 3596.97 s [hls-test-utils] FromServerMessage
  21511. 3596.97 s [hls-test-utils] FromServerMessage'
  21512. 3596.97 s [hls-test-utils] HasJSON
  21513. 3596.97 s [hls-test-utils] LookupFunc
  21514. 3596.97 s [hls-test-utils] ServerNotOrReq
  21515. 3596.97 s [hls-test-utils] SomeRegistration
  21516. 3596.97 s [hls-test-utils] SomeUnregistration
  21517. 3596.97 s [hls-test-utils] TRegistration
  21518. 3596.97 s [hls-test-utils] TUnregistration
  21519. 3596.97 s [hls-test-utils] NotificationMessage
  21520. 3596.97 s [hls-test-utils] RequestMessage
  21521. 3596.97 s [hls-test-utils] ResponseError
  21522. 3596.97 s [hls-test-utils] ResponseMessage
  21523. 3596.97 s [hls-test-utils] TClientMessage
  21524. 3596.97 s [hls-test-utils] TCustomMessage
  21525. 3596.97 s [hls-test-utils] TMessage
  21526. 3596.97 s [hls-test-utils] TNotificationMessage
  21527. 3596.97 s [hls-test-utils] TRequestMessage
  21528. 3596.97 s [hls-test-utils] TResponseError
  21529. 3596.97 s [hls-test-utils] TResponseMessage
  21530. 3596.97 s [hls-test-utils] TServerMessage
  21531. 3596.97 s [hls-test-utils] goldenGitDiff (src/Test/Hls.hs:190)
  21532. 3596.97 s [hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:203)
  21533. 3596.97 s [hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:216)
  21534. 3596.97 s [hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:230)
  21535. 3596.97 s [hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:279)
  21536. 3596.97 s [hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:306)
  21537. 3596.97 s [hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:594)
  21538. 3596.97 s [hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:642)
  21539. 3596.97 s [hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:618)
  21540. 3596.97 s [hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:666)
  21541. 3596.97 s [hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:257)
  21542. 3596.97 s [hls-test-utils] runSessionWithServer (src/Test/Hls.hs:538)
  21543. 3596.97 s [hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:505)
  21544. 3596.98 s [hls-test-utils] PluginDescriptor
  21545. 3596.98 s [hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
  21546. 3596.98 s [hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
  21547. 3596.98 s [hls-test-utils] unCurrent (src/Test/Hls.hs:180)
  21548. 3596.98 s [hls-test-utils] waitForTypecheck (src/Test/Hls.hs:870)
  21549. 3596.98 s [hls-test-utils] waitForAction (src/Test/Hls.hs:866)
  21550. 3596.98 s [hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:876)
  21551. 3596.98 s [hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:873)
  21552. 3596.98 s [hls-test-utils] waitForKickDone (src/Test/Hls.hs:901)
  21553. 3596.98 s [hls-test-utils] waitForKickStart (src/Test/Hls.hs:904)
  21554. 3596.98 s [hls-test-utils] WithPriority
  21555. 3596.98 s [hls-test-utils] Priority
  21556. 3596.98 s [hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:890)
  21557. 3596.98 s [hls-test-utils] kick (src/Test/Hls.hs:914)
  21558. 3596.98 s [hls-test-utils] TestConfig (src/Test/Hls.hs:692)
  21559. 3598.69 s [hls-test-utils] Warning: Test.Hls: could not find link destinations for:
  21560. 3598.69 s [hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
  21561. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasError
  21562. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.error
  21563. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasJsonrpc
  21564. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.jsonrpc
  21565. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasParams
  21566. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.params
  21567. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasResult
  21568. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.result
  21569. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasXdata
  21570. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.xdata
  21571. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
  21572. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
  21573. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
  21574. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
  21575. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
  21576. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
  21577. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
  21578. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
  21579. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
  21580. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
  21581. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
  21582. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
  21583. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
  21584. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
  21585. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
  21586. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
  21587. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
  21588. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
  21589. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
  21590. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
  21591. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
  21592. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
  21593. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
  21594. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
  21595. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
  21596. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
  21597. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
  21598. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
  21599. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
  21600. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
  21601. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
  21602. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
  21603. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
  21604. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
  21605. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  21606. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
  21607. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
  21608. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
  21609. 3598.69 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
  21610. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
  21611. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
  21612. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
  21613. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
  21614. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
  21615. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
  21616. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
  21617. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
  21618. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
  21619. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
  21620. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
  21621. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
  21622. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
  21623. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
  21624. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
  21625. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
  21626. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
  21627. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
  21628. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
  21629. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
  21630. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
  21631. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
  21632. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
  21633. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
  21634. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
  21635. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
  21636. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
  21637. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
  21638. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
  21639. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
  21640. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
  21641. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
  21642. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
  21643. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
  21644. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
  21645. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
  21646. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
  21647. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
  21648. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
  21649. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
  21650. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
  21651. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
  21652. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
  21653. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
  21654. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
  21655. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  21656. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
  21657. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
  21658. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
  21659. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
  21660. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
  21661. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
  21662. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
  21663. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
  21664. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
  21665. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
  21666. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
  21667. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
  21668. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
  21669. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
  21670. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
  21671. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
  21672. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
  21673. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
  21674. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
  21675. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
  21676. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
  21677. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
  21678. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
  21679. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
  21680. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
  21681. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
  21682. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
  21683. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
  21684. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
  21685. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
  21686. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
  21687. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
  21688. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
  21689. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
  21690. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
  21691. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
  21692. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
  21693. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
  21694. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
  21695. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
  21696. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
  21697. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
  21698. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
  21699. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
  21700. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
  21701. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
  21702. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
  21703. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
  21704. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
  21705. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
  21706. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
  21707. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
  21708. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
  21709. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
  21710. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
  21711. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
  21712. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
  21713. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
  21714. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
  21715. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
  21716. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
  21717. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
  21718. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
  21719. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
  21720. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
  21721. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
  21722. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
  21723. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
  21724. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
  21725. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
  21726. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
  21727. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
  21728. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
  21729. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
  21730. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
  21731. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
  21732. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
  21733. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
  21734. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
  21735. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  21736. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
  21737. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
  21738. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
  21739. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
  21740. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
  21741. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
  21742. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
  21743. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
  21744. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
  21745. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
  21746. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
  21747. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
  21748. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
  21749. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
  21750. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
  21751. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
  21752. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
  21753. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
  21754. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
  21755. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
  21756. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
  21757. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
  21758. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
  21759. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
  21760. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
  21761. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
  21762. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
  21763. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
  21764. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
  21765. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
  21766. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
  21767. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
  21768. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
  21769. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
  21770. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
  21771. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
  21772. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
  21773. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
  21774. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
  21775. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
  21776. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
  21777. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
  21778. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
  21779. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
  21780. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
  21781. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
  21782. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
  21783. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
  21784. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
  21785. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
  21786. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
  21787. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
  21788. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
  21789. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
  21790. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
  21791. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
  21792. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
  21793. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
  21794. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
  21795. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
  21796. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
  21797. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
  21798. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
  21799. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
  21800. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
  21801. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
  21802. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
  21803. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
  21804. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
  21805. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
  21806. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
  21807. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
  21808. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
  21809. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
  21810. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
  21811. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
  21812. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
  21813. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
  21814. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
  21815. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
  21816. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
  21817. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
  21818. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
  21819. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
  21820. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
  21821. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
  21822. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
  21823. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
  21824. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
  21825. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
  21826. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
  21827. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
  21828. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
  21829. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
  21830. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
  21831. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
  21832. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
  21833. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
  21834. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
  21835. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
  21836. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
  21837. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
  21838. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
  21839. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
  21840. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
  21841. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
  21842. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
  21843. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
  21844. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
  21845. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
  21846. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
  21847. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
  21848. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
  21849. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  21850. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
  21851. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
  21852. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
  21853. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
  21854. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
  21855. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
  21856. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
  21857. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
  21858. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
  21859. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
  21860. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
  21861. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
  21862. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
  21863. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
  21864. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
  21865. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
  21866. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
  21867. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
  21868. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
  21869. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
  21870. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
  21871. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
  21872. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
  21873. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
  21874. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
  21875. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
  21876. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
  21877. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
  21878. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
  21879. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
  21880. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
  21881. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
  21882. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
  21883. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
  21884. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
  21885. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
  21886. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
  21887. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
  21888. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
  21889. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
  21890. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
  21891. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
  21892. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
  21893. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
  21894. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
  21895. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
  21896. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
  21897. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
  21898. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
  21899. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
  21900. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
  21901. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
  21902. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
  21903. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
  21904. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
  21905. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
  21906. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
  21907. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
  21908. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
  21909. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
  21910. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
  21911. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
  21912. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
  21913. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
  21914. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
  21915. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
  21916. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
  21917. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
  21918. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
  21919. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
  21920. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
  21921. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
  21922. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
  21923. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
  21924. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
  21925. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
  21926. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
  21927. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
  21928. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
  21929. 3598.70 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
  21930. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
  21931. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
  21932. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
  21933. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
  21934. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
  21935. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
  21936. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
  21937. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
  21938. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
  21939. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
  21940. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
  21941. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
  21942. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
  21943. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
  21944. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
  21945. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
  21946. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
  21947. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
  21948. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
  21949. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
  21950. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
  21951. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
  21952. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
  21953. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
  21954. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
  21955. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
  21956. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
  21957. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
  21958. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
  21959. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
  21960. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
  21961. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
  21962. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
  21963. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
  21964. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
  21965. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
  21966. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
  21967. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
  21968. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
  21969. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
  21970. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
  21971. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
  21972. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
  21973. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
  21974. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
  21975. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
  21976. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
  21977. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
  21978. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
  21979. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
  21980. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
  21981. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
  21982. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
  21983. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
  21984. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
  21985. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
  21986. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
  21987. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
  21988. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
  21989. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
  21990. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
  21991. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
  21992. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
  21993. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
  21994. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
  21995. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
  21996. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
  21997. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
  21998. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
  21999. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
  22000. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
  22001. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
  22002. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
  22003. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
  22004. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
  22005. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
  22006. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
  22007. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
  22008. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
  22009. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
  22010. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
  22011. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
  22012. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
  22013. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
  22014. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
  22015. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
  22016. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
  22017. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
  22018. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
  22019. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  22020. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  22021. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
  22022. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
  22023. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
  22024. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
  22025. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
  22026. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
  22027. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
  22028. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
  22029. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
  22030. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
  22031. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
  22032. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
  22033. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
  22034. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
  22035. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
  22036. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
  22037. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
  22038. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
  22039. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
  22040. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
  22041. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
  22042. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
  22043. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
  22044. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
  22045. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
  22046. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
  22047. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
  22048. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
  22049. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
  22050. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
  22051. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
  22052. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
  22053. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
  22054. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
  22055. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
  22056. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
  22057. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
  22058. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
  22059. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
  22060. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
  22061. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
  22062. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
  22063. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
  22064. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
  22065. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
  22066. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
  22067. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
  22068. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
  22069. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
  22070. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
  22071. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
  22072. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
  22073. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
  22074. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
  22075. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
  22076. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
  22077. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
  22078. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
  22079. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
  22080. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
  22081. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
  22082. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
  22083. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
  22084. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
  22085. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
  22086. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
  22087. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
  22088. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
  22089. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
  22090. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
  22091. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
  22092. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
  22093. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
  22094. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
  22095. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
  22096. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
  22097. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
  22098. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
  22099. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
  22100. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
  22101. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
  22102. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
  22103. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
  22104. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
  22105. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  22106. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  22107. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  22108. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
  22109. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
  22110. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
  22111. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
  22112. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
  22113. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
  22114. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
  22115. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
  22116. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
  22117. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
  22118. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
  22119. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
  22120. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
  22121. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
  22122. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
  22123. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
  22124. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
  22125. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
  22126. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
  22127. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
  22128. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
  22129. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
  22130. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
  22131. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
  22132. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
  22133. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
  22134. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
  22135. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
  22136. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
  22137. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
  22138. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
  22139. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
  22140. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
  22141. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
  22142. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
  22143. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
  22144. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
  22145. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  22146. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
  22147. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
  22148. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
  22149. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
  22150. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
  22151. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  22152. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
  22153. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
  22154. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
  22155. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
  22156. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
  22157. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
  22158. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
  22159. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
  22160. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
  22161. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
  22162. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
  22163. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
  22164. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
  22165. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
  22166. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
  22167. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
  22168. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
  22169. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
  22170. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
  22171. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
  22172. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
  22173. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
  22174. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
  22175. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
  22176. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
  22177. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
  22178. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
  22179. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
  22180. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
  22181. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
  22182. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
  22183. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
  22184. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
  22185. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
  22186. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
  22187. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
  22188. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
  22189. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
  22190. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
  22191. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
  22192. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
  22193. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
  22194. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
  22195. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  22196. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  22197. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
  22198. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
  22199. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
  22200. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
  22201. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
  22202. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
  22203. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
  22204. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
  22205. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
  22206. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
  22207. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
  22208. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
  22209. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
  22210. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
  22211. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
  22212. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
  22213. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
  22214. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
  22215. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
  22216. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
  22217. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
  22218. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
  22219. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
  22220. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
  22221. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
  22222. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
  22223. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  22224. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
  22225. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  22226. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  22227. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  22228. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
  22229. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
  22230. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
  22231. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
  22232. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
  22233. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  22234. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
  22235. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
  22236. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
  22237. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
  22238. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
  22239. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
  22240. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
  22241. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
  22242. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
  22243. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
  22244. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
  22245. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
  22246. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
  22247. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
  22248. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
  22249. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
  22250. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
  22251. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
  22252. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
  22253. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
  22254. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
  22255. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
  22256. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
  22257. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
  22258. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
  22259. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
  22260. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
  22261. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
  22262. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
  22263. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
  22264. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
  22265. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
  22266. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
  22267. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
  22268. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
  22269. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
  22270. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
  22271. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
  22272. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
  22273. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
  22274. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
  22275. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
  22276. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
  22277. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
  22278. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
  22279. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
  22280. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
  22281. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
  22282. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
  22283. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
  22284. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
  22285. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
  22286. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
  22287. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
  22288. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
  22289. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
  22290. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
  22291. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
  22292. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
  22293. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
  22294. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
  22295. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
  22296. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
  22297. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
  22298. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
  22299. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
  22300. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
  22301. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
  22302. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
  22303. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
  22304. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
  22305. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
  22306. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
  22307. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
  22308. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
  22309. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
  22310. 3598.71 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
  22311. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
  22312. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
  22313. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
  22314. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
  22315. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
  22316. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
  22317. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
  22318. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
  22319. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
  22320. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
  22321. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
  22322. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
  22323. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
  22324. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
  22325. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
  22326. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
  22327. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
  22328. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
  22329. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
  22330. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
  22331. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
  22332. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
  22333. 3598.72 s [hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
  22334. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Base.basicLength
  22335. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
  22336. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
  22337. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
  22338. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
  22339. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
  22340. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
  22341. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
  22342. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Base.elemseq
  22343. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
  22344. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
  22345. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
  22346. 3598.72 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
  22347. 3598.72 s [hls-test-utils] - Data.Vector.Primitive.Vector
  22348. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.Rep_AnnotatedTextEdit
  22349. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.Rep_ChangeAnnotationIdentifier
  22350. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
  22351. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
  22352. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.Rep_ApplyWorkspaceEditParams
  22353. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.Rep_WorkspaceEdit
  22354. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextEdit.Rep_TextEdit
  22355. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_|?
  22356. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.Rep_TextDocumentEdit
  22357. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.Rep_OptionalVersionedTextDocumentIdentifier
  22358. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFile.Rep_CreateFile
  22359. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.Rep_CreateFileOptions
  22360. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFile.Rep_RenameFile
  22361. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.Rep_RenameFileOptions
  22362. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFile.Rep_DeleteFile
  22363. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.Rep_DeleteFileOptions
  22364. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.Rep_ChangeAnnotation
  22365. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.Rep_ApplyWorkspaceEditResult
  22366. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_UInt
  22367. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.Rep_BaseSymbolInformation
  22368. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.Rep_SymbolTag
  22369. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.D:R:EnumBaseTypeSymbolKind
  22370. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.Rep_SymbolKind
  22371. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.D:R:EnumBaseTypeSymbolTag
  22372. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.Rep_CallHierarchyClientCapabilities
  22373. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.Rep_CallHierarchyIncomingCall
  22374. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.Rep_CallHierarchyItem
  22375. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.Rep_CallHierarchyIncomingCallsParams
  22376. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressToken.Rep_ProgressToken
  22377. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
  22378. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
  22379. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_Uri
  22380. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
  22381. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.Rep_CallHierarchyOptions
  22382. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.Rep_CallHierarchyOutgoingCall
  22383. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.Rep_CallHierarchyOutgoingCallsParams
  22384. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.Rep_CallHierarchyPrepareParams
  22385. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.Rep_TextDocumentIdentifier
  22386. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.Rep_CallHierarchyRegistrationOptions
  22387. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFilter.Rep_DocumentFilter
  22388. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.Rep_TextDocumentFilter
  22389. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.Rep_TextDocumentFilterLanguage
  22390. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.Rep_TextDocumentFilterScheme
  22391. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.Rep_TextDocumentFilterPattern
  22392. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.Rep_NotebookCellTextDocumentFilter
  22393. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.Rep_NotebookDocumentFilter
  22394. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.Rep_NotebookDocumentFilterNotebookType
  22395. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.Rep_NotebookDocumentFilterScheme
  22396. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.Rep_NotebookDocumentFilterPattern
  22397. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSelector.Rep_DocumentSelector
  22398. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CancelParams.Rep_CancelParams
  22399. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.Rep_ChangeAnnotationsSupportOptions
  22400. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.Rep_ClientCapabilities
  22401. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.Rep_WorkspaceClientCapabilities
  22402. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.Rep_WorkspaceEditClientCapabilities
  22403. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.Rep_ResourceOperationKind
  22404. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.Rep_FailureHandlingKind
  22405. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.Rep_DidChangeConfigurationClientCapabilities
  22406. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.Rep_DidChangeWatchedFilesClientCapabilities
  22407. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.Rep_WorkspaceSymbolClientCapabilities
  22408. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.Rep_ClientSymbolKindOptions
  22409. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.Rep_ClientSymbolTagOptions
  22410. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.Rep_ClientSymbolResolveOptions
  22411. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.Rep_ExecuteCommandClientCapabilities
  22412. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.Rep_SemanticTokensWorkspaceClientCapabilities
  22413. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.Rep_CodeLensWorkspaceClientCapabilities
  22414. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.Rep_FileOperationClientCapabilities
  22415. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.Rep_InlineValueWorkspaceClientCapabilities
  22416. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.Rep_InlayHintWorkspaceClientCapabilities
  22417. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.Rep_DiagnosticWorkspaceClientCapabilities
  22418. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.Rep_TextDocumentClientCapabilities
  22419. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.Rep_TextDocumentSyncClientCapabilities
  22420. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.Rep_CompletionClientCapabilities
  22421. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.Rep_ClientCompletionItemOptions
  22422. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.Rep_MarkupKind
  22423. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.Rep_CompletionItemTag
  22424. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.Rep_CompletionItemTagOptions
  22425. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.Rep_ClientCompletionItemResolveOptions
  22426. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.Rep_InsertTextMode
  22427. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.Rep_ClientCompletionItemInsertTextModeOptions
  22428. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.Rep_ClientCompletionItemOptionsKind
  22429. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.Rep_CompletionListCapabilities
  22430. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.Rep_HoverClientCapabilities
  22431. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.Rep_SignatureHelpClientCapabilities
  22432. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.Rep_ClientSignatureInformationOptions
  22433. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.Rep_ClientSignatureParameterInformationOptions
  22434. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.Rep_DeclarationClientCapabilities
  22435. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.Rep_DefinitionClientCapabilities
  22436. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.Rep_TypeDefinitionClientCapabilities
  22437. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.Rep_ImplementationClientCapabilities
  22438. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.Rep_ReferenceClientCapabilities
  22439. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.Rep_DocumentHighlightClientCapabilities
  22440. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.Rep_DocumentSymbolClientCapabilities
  22441. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.Rep_CodeActionClientCapabilities
  22442. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.Rep_CodeActionKind
  22443. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.Rep_ClientCodeActionLiteralOptions
  22444. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.Rep_ClientCodeActionKindOptions
  22445. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.Rep_ClientCodeActionResolveOptions
  22446. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.Rep_CodeLensClientCapabilities
  22447. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.Rep_DocumentLinkClientCapabilities
  22448. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.Rep_DocumentColorClientCapabilities
  22449. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.Rep_DocumentFormattingClientCapabilities
  22450. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.Rep_DocumentRangeFormattingClientCapabilities
  22451. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.Rep_DocumentOnTypeFormattingClientCapabilities
  22452. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.Rep_RenameClientCapabilities
  22453. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.Rep_PrepareSupportDefaultBehavior
  22454. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.Rep_FoldingRangeClientCapabilities
  22455. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.Rep_ClientFoldingRangeKindOptions
  22456. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.Rep_FoldingRangeKind
  22457. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.Rep_ClientFoldingRangeOptions
  22458. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.Rep_SelectionRangeClientCapabilities
  22459. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.Rep_PublishDiagnosticsClientCapabilities
  22460. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.Rep_DiagnosticTag
  22461. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.Rep_ClientDiagnosticsTagOptions
  22462. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.Rep_SemanticTokensClientCapabilities
  22463. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.Rep_ClientSemanticTokensRequestOptions
  22464. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.Rep_TokenFormat
  22465. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.Rep_ClientSemanticTokensRequestFullDelta
  22466. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.Rep_LinkedEditingRangeClientCapabilities
  22467. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.Rep_MonikerClientCapabilities
  22468. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.Rep_TypeHierarchyClientCapabilities
  22469. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.Rep_InlineValueClientCapabilities
  22470. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.Rep_InlayHintClientCapabilities
  22471. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.Rep_ClientInlayHintResolveOptions
  22472. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.Rep_DiagnosticClientCapabilities
  22473. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.Rep_NotebookDocumentClientCapabilities
  22474. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.Rep_NotebookDocumentSyncClientCapabilities
  22475. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.Rep_WindowClientCapabilities
  22476. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.Rep_ShowMessageRequestClientCapabilities
  22477. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.Rep_ClientShowMessageActionItemOptions
  22478. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.Rep_ShowDocumentClientCapabilities
  22479. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.Rep_GeneralClientCapabilities
  22480. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.Rep_StaleRequestSupportOptions
  22481. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.Rep_RegularExpressionsClientCapabilities
  22482. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.Rep_RegularExpressionEngineKind
  22483. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.Rep_MarkdownClientCapabilities
  22484. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.Rep_PositionEncodingKind
  22485. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.D:R:EnumBaseTypeCodeActionKind
  22486. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.D:R:EnumBaseTypeInsertTextMode
  22487. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.D:R:EnumBaseTypeMarkupKind
  22488. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.D:R:EnumBaseTypeCompletionItemTag
  22489. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.D:R:EnumBaseTypeCompletionItemKind
  22490. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.Rep_CompletionItemKind
  22491. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.D:R:EnumBaseTypeDiagnosticTag
  22492. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.D:R:EnumBaseTypeFoldingRangeKind
  22493. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInfo.Rep_ClientInfo
  22494. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeAction.Rep_CodeAction
  22495. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
  22496. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  22497. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeDescription.Rep_CodeDescription
  22498. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.Rep_DiagnosticRelatedInformation
  22499. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
  22500. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.Rep_CodeActionDisabled
  22501. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Command.Rep_Command
  22502. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionContext.Rep_CodeActionContext
  22503. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.Rep_CodeActionTriggerKind
  22504. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.D:R:EnumBaseTypeCodeActionTriggerKind
  22505. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.Rep_CodeActionOptions
  22506. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionParams.Rep_CodeActionParams
  22507. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.Rep_CodeActionRegistrationOptions
  22508. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLens.Rep_CodeLens
  22509. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.Rep_CodeLensOptions
  22510. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensParams.Rep_CodeLensParams
  22511. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.Rep_CodeLensRegistrationOptions
  22512. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Color.Rep_Color
  22513. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorInformation.Rep_ColorInformation
  22514. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentation.Rep_ColorPresentation
  22515. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.Rep_ColorPresentationParams
  22516. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionContext.Rep_CompletionContext
  22517. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.Rep_CompletionTriggerKind
  22518. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.D:R:EnumBaseTypeCompletionTriggerKind
  22519. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItem.Rep_CompletionItem
  22520. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.Rep_CompletionItemLabelDetails
  22521. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupContent.Rep_MarkupContent
  22522. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.Rep_InsertTextFormat
  22523. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.Rep_InsertReplaceEdit
  22524. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.D:R:EnumBaseTypeInsertTextFormat
  22525. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.Rep_CompletionItemDefaults
  22526. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.Rep_EditRangeWithInsertReplace
  22527. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionList.Rep_CompletionList
  22528. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionOptions.Rep_CompletionOptions
  22529. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.Rep_ServerCompletionItemOptions
  22530. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionParams.Rep_CompletionParams
  22531. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.Rep_CompletionRegistrationOptions
  22532. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.Rep_ConfigurationItem
  22533. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.Rep_ConfigurationParams
  22534. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.Rep_CreateFilesParams
  22535. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileCreate.Rep_FileCreate
  22536. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Declaration.Rep_Declaration
  22537. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationLink.Rep_DeclarationLink
  22538. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationLink.Rep_LocationLink
  22539. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.Rep_DeclarationOptions
  22540. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationParams.Rep_DeclarationParams
  22541. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.Rep_DeclarationRegistrationOptions
  22542. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Definition.Rep_Definition
  22543. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionLink.Rep_DefinitionLink
  22544. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.Rep_DefinitionOptions
  22545. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionParams.Rep_DefinitionParams
  22546. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.Rep_DefinitionRegistrationOptions
  22547. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.Rep_DeleteFilesParams
  22548. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileDelete.Rep_FileDelete
  22549. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
  22550. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.Rep_DiagnosticOptions
  22551. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.Rep_DiagnosticRegistrationOptions
  22552. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.Rep_DiagnosticServerCancellationData
  22553. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.Rep_DidChangeConfigurationParams
  22554. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.Rep_DidChangeConfigurationRegistrationOptions
  22555. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.Rep_DidChangeNotebookDocumentParams
  22556. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.Rep_VersionedNotebookDocumentIdentifier
  22557. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.Rep_NotebookDocumentChangeEvent
  22558. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.Rep_NotebookDocumentCellChanges
  22559. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.Rep_NotebookDocumentCellChangeStructure
  22560. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.Rep_NotebookCellArrayChange
  22561. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCell.Rep_NotebookCell
  22562. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.Rep_NotebookCellKind
  22563. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.Rep_ExecutionSummary
  22564. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.Rep_TextDocumentItem
  22565. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.Rep_NotebookDocumentCellContentChanges
  22566. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.Rep_VersionedTextDocumentIdentifier
  22567. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.Rep_TextDocumentContentChangeEvent
  22568. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.Rep_TextDocumentContentChangePartial
  22569. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.Rep_TextDocumentContentChangeWholeDocument
  22570. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.Rep_DidChangeTextDocumentParams
  22571. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.Rep_DidChangeWatchedFilesParams
  22572. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileEvent.Rep_FileEvent
  22573. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.Rep_FileChangeType
  22574. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.Rep_DidChangeWatchedFilesRegistrationOptions
  22575. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.Rep_FileSystemWatcher
  22576. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.GlobPattern.Rep_GlobPattern
  22577. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Pattern.Rep_Pattern
  22578. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelativePattern.Rep_RelativePattern
  22579. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.Rep_WorkspaceFolder
  22580. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.Rep_WatchKind
  22581. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.Rep_DidChangeWorkspaceFoldersParams
  22582. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.Rep_WorkspaceFoldersChangeEvent
  22583. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.Rep_DidCloseNotebookDocumentParams
  22584. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.Rep_NotebookDocumentIdentifier
  22585. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.Rep_DidCloseTextDocumentParams
  22586. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.Rep_DidOpenNotebookDocumentParams
  22587. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocument.Rep_NotebookDocument
  22588. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.D:R:EnumBaseTypeLanguageKind
  22589. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.Rep_DidOpenTextDocumentParams
  22590. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.Rep_DidSaveNotebookDocumentParams
  22591. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.Rep_DidSaveTextDocumentParams
  22592. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.Rep_DocumentColorOptions
  22593. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.Rep_DocumentColorParams
  22594. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.Rep_DocumentColorRegistrationOptions
  22595. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.Rep_DocumentDiagnosticParams
  22596. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.Rep_DocumentDiagnosticReport
  22597. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.Rep_RelatedFullDocumentDiagnosticReport
  22598. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.Rep_FullDocumentDiagnosticReport
  22599. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.Rep_UnchangedDocumentDiagnosticReport
  22600. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.Rep_RelatedUnchangedDocumentDiagnosticReport
  22601. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.D:R:EnumBaseTypeDocumentDiagnosticReportKind
  22602. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.Rep_DocumentDiagnosticReportKind
  22603. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.Rep_DocumentDiagnosticReportPartialResult
  22604. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.Rep_DocumentFormattingOptions
  22605. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.Rep_DocumentFormattingParams
  22606. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FormattingOptions.Rep_FormattingOptions
  22607. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.Rep_DocumentFormattingRegistrationOptions
  22608. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.Rep_DocumentHighlight
  22609. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.Rep_DocumentHighlightKind
  22610. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.D:R:EnumBaseTypeDocumentHighlightKind
  22611. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.Rep_DocumentHighlightOptions
  22612. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.Rep_DocumentHighlightParams
  22613. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.Rep_DocumentHighlightRegistrationOptions
  22614. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLink.Rep_DocumentLink
  22615. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.Rep_DocumentLinkOptions
  22616. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.Rep_DocumentLinkParams
  22617. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.Rep_DocumentLinkRegistrationOptions
  22618. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.Rep_DocumentOnTypeFormattingOptions
  22619. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.Rep_DocumentOnTypeFormattingParams
  22620. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.Rep_DocumentOnTypeFormattingRegistrationOptions
  22621. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.Rep_DocumentRangeFormattingOptions
  22622. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.Rep_DocumentRangeFormattingParams
  22623. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.Rep_DocumentRangeFormattingRegistrationOptions
  22624. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.Rep_DocumentSymbol
  22625. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.Rep_DocumentSymbolOptions
  22626. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.Rep_DocumentSymbolParams
  22627. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.Rep_DocumentSymbolRegistrationOptions
  22628. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.D:R:EnumBaseTypeErrorCodes
  22629. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.Rep_ErrorCodes
  22630. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.Rep_ExecuteCommandOptions
  22631. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.Rep_ExecuteCommandParams
  22632. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.Rep_ExecuteCommandRegistrationOptions
  22633. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.D:R:EnumBaseTypeFailureHandlingKind
  22634. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.D:R:EnumBaseTypeFileChangeType
  22635. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.Rep_FileOperationFilter
  22636. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.Rep_FileOperationPattern
  22637. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.Rep_FileOperationPatternKind
  22638. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.Rep_FileOperationPatternOptions
  22639. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.Rep_FileOperationOptions
  22640. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.Rep_FileOperationRegistrationOptions
  22641. 3598.72 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.D:R:EnumBaseTypeFileOperationPatternKind
  22642. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileRename.Rep_FileRename
  22643. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.D:R:EnumBaseTypeWatchKind
  22644. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRange.Rep_FoldingRange
  22645. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.Rep_FoldingRangeOptions
  22646. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.Rep_FoldingRangeParams
  22647. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.Rep_FoldingRangeRegistrationOptions
  22648. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.D:R:EnumBaseTypePositionEncodingKind
  22649. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Hover.Rep_Hover
  22650. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedString.Rep_MarkedString
  22651. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.Rep_MarkedStringWithLanguage
  22652. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverOptions.Rep_HoverOptions
  22653. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverParams.Rep_HoverParams
  22654. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.Rep_HoverRegistrationOptions
  22655. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.Rep_ImplementationOptions
  22656. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationParams.Rep_ImplementationParams
  22657. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.Rep_ImplementationRegistrationOptions
  22658. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeError.Rep_InitializeError
  22659. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeParams.Rep_InitializeParams
  22660. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.Rep_TraceValue
  22661. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.D:R:EnumBaseTypeTraceValue
  22662. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeResult.Rep_InitializeResult
  22663. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.Rep_ServerCapabilities
  22664. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.Rep_TextDocumentSyncOptions
  22665. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.Rep_TextDocumentSyncKind
  22666. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SaveOptions.Rep_SaveOptions
  22667. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.Rep_NotebookDocumentSyncOptions
  22668. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.Rep_NotebookDocumentFilterWithNotebook
  22669. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.Rep_NotebookCellLanguage
  22670. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.Rep_NotebookDocumentFilterWithCells
  22671. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.Rep_NotebookDocumentSyncRegistrationOptions
  22672. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.Rep_SignatureHelpOptions
  22673. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.Rep_TypeDefinitionOptions
  22674. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.Rep_TypeDefinitionRegistrationOptions
  22675. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.Rep_ReferenceOptions
  22676. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.Rep_WorkspaceSymbolOptions
  22677. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameOptions.Rep_RenameOptions
  22678. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.Rep_SelectionRangeOptions
  22679. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.Rep_SelectionRangeRegistrationOptions
  22680. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.Rep_LinkedEditingRangeOptions
  22681. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.Rep_LinkedEditingRangeRegistrationOptions
  22682. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.Rep_SemanticTokensOptions
  22683. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.Rep_SemanticTokensLegend
  22684. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.Rep_SemanticTokensFullDelta
  22685. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.Rep_SemanticTokensRegistrationOptions
  22686. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerOptions.Rep_MonikerOptions
  22687. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.Rep_MonikerRegistrationOptions
  22688. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.Rep_TypeHierarchyOptions
  22689. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.Rep_TypeHierarchyRegistrationOptions
  22690. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.Rep_InlineValueOptions
  22691. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.Rep_InlineValueRegistrationOptions
  22692. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.Rep_InlayHintOptions
  22693. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.Rep_InlayHintRegistrationOptions
  22694. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.Rep_WorkspaceOptions
  22695. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.Rep_WorkspaceFoldersServerCapabilities
  22696. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerInfo.Rep_ServerInfo
  22697. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializedParams.Rep_InitializedParams
  22698. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHint.Rep_InlayHint
  22699. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.Rep_InlayHintLabelPart
  22700. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.Rep_InlayHintKind
  22701. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.D:R:EnumBaseTypeInlayHintKind
  22702. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintParams.Rep_InlayHintParams
  22703. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValue.Rep_InlineValue
  22704. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueText.Rep_InlineValueText
  22705. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.Rep_InlineValueVariableLookup
  22706. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.Rep_InlineValueEvaluatableExpression
  22707. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueContext.Rep_InlineValueContext
  22708. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueParams.Rep_InlineValueParams
  22709. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.D:R:EnumBaseTypeLSPErrorCodes
  22710. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.Rep_LSPErrorCodes
  22711. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.Rep_LanguageKind
  22712. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.Rep_LinkedEditingRangeParams
  22713. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.Rep_LinkedEditingRanges
  22714. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.Rep_LocationUriOnly
  22715. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogMessageParams.Rep_LogMessageParams
  22716. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.Rep_MessageType
  22717. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.D:R:EnumBaseTypeMessageType
  22718. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogTraceParams.Rep_LogTraceParams
  22719. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageActionItem.Rep_MessageActionItem
  22720. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Moniker.Rep_Moniker
  22721. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.Rep_UniquenessLevel
  22722. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.Rep_MonikerKind
  22723. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.D:R:EnumBaseTypeUniquenessLevel
  22724. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.D:R:EnumBaseTypeMonikerKind
  22725. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerParams.Rep_MonikerParams
  22726. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.D:R:EnumBaseTypeNotebookCellKind
  22727. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ParameterInformation.Rep_ParameterInformation
  22728. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PartialResultParams.Rep_PartialResultParams
  22729. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.Rep_PrepareRenameDefaultBehavior
  22730. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.Rep_PrepareRenameParams
  22731. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.Rep_PrepareRenamePlaceholder
  22732. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.Rep_PrepareRenameResult
  22733. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.D:R:EnumBaseTypePrepareSupportDefaultBehavior
  22734. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PreviousResultId.Rep_PreviousResultId
  22735. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressParams.Rep_ProgressParams
  22736. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.Rep_PublishDiagnosticsParams
  22737. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceContext.Rep_ReferenceContext
  22738. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceParams.Rep_ReferenceParams
  22739. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.Rep_ReferenceRegistrationOptions
  22740. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Registration.Rep_Registration
  22741. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegistrationParams.Rep_RegistrationParams
  22742. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.Rep_RenameFilesParams
  22743. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameParams.Rep_RenameParams
  22744. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.Rep_RenameRegistrationOptions
  22745. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperation.Rep_ResourceOperation
  22746. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.D:R:EnumBaseTypeResourceOperationKind
  22747. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRange.Rep_SelectionRange
  22748. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.Rep_SelectionRangeParams
  22749. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.D:R:EnumBaseTypeSemanticTokenModifiers
  22750. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.Rep_SemanticTokenModifiers
  22751. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.D:R:EnumBaseTypeSemanticTokenTypes
  22752. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.Rep_SemanticTokenTypes
  22753. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokens.Rep_SemanticTokens
  22754. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.D:R:EnumBaseTypeTokenFormat
  22755. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.Rep_SemanticTokensDelta
  22756. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.Rep_SemanticTokensEdit
  22757. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.Rep_SemanticTokensDeltaParams
  22758. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.Rep_SemanticTokensDeltaPartialResult
  22759. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.Rep_SemanticTokensParams
  22760. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.Rep_SemanticTokensPartialResult
  22761. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.Rep_SemanticTokensRangeParams
  22762. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.D:R:EnumBaseTypeTextDocumentSyncKind
  22763. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SetTraceParams.Rep_SetTraceParams
  22764. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.Rep_ShowDocumentParams
  22765. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.Rep_ShowDocumentResult
  22766. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.Rep_ShowMessageParams
  22767. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.Rep_ShowMessageRequestParams
  22768. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelp.Rep_SignatureHelp
  22769. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureInformation.Rep_SignatureInformation
  22770. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.Rep_SignatureHelpContext
  22771. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.Rep_SignatureHelpTriggerKind
  22772. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.D:R:EnumBaseTypeSignatureHelpTriggerKind
  22773. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.Rep_SignatureHelpParams
  22774. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.Rep_SignatureHelpRegistrationOptions
  22775. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.Rep_StaticRegistrationOptions
  22776. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolInformation.Rep_SymbolInformation
  22777. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.Rep_TextDocumentChangeRegistrationOptions
  22778. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.Rep_TextDocumentPositionParams
  22779. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.Rep_TextDocumentRegistrationOptions
  22780. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.D:R:EnumBaseTypeTextDocumentSaveReason
  22781. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.Rep_TextDocumentSaveReason
  22782. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.Rep_TextDocumentSaveRegistrationOptions
  22783. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.Rep_TypeDefinitionParams
  22784. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.Rep_TypeHierarchyItem
  22785. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.Rep_TypeHierarchyPrepareParams
  22786. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.Rep_TypeHierarchySubtypesParams
  22787. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.Rep_TypeHierarchySupertypesParams
  22788. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UInitializeParams.Rep_UInitializeParams
  22789. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Unregistration.Rep_Unregistration
  22790. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.Rep_UnregistrationParams
  22791. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.Rep_WillSaveTextDocumentParams
  22792. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.Rep_WorkDoneProgressBegin
  22793. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.Rep_WorkDoneProgressCancelParams
  22794. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.Rep_WorkDoneProgressCreateParams
  22795. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.Rep_WorkDoneProgressEnd
  22796. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.Rep_WorkDoneProgressOptions
  22797. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.Rep_WorkDoneProgressParams
  22798. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.Rep_WorkDoneProgressReport
  22799. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.Rep_WorkspaceDiagnosticParams
  22800. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.Rep_WorkspaceDiagnosticReport
  22801. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.Rep_WorkspaceDocumentDiagnosticReport
  22802. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.Rep_WorkspaceFullDocumentDiagnosticReport
  22803. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.Rep_WorkspaceUnchangedDocumentDiagnosticReport
  22804. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.Rep_WorkspaceDiagnosticReportPartialResult
  22805. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.Rep_WorkspaceFoldersInitializeParams
  22806. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.Rep_WorkspaceSymbol
  22807. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.Rep_WorkspaceSymbolParams
  22808. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.Rep_WorkspaceSymbolRegistrationOptions
  22809. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.LspId.Rep_LspId
  22810. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.LspId.D:R:BaseMethodLspId
  22811. 3598.73 s [hls-test-utils] - Data.IxMap.Base
  22812. 3598.73 s [hls-test-utils] - Data.IxMap.IxOrd
  22813. 3598.73 s [hls-test-utils] - Data.IxMap.toBase
  22814. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TRegistration
  22815. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TUnregistration
  22816. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_NotificationMessage
  22817. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_RequestMessage
  22818. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseError
  22819. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseMessage
  22820. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TNotificationMessage
  22821. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TRequestMessage
  22822. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseError
  22823. 3598.73 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseMessage
  22824. 3598.73 s [hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
  22825. 3598.73 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
  22826. 3598.73 s [hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
  22827. 3598.73 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
  22828. 3598.73 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
  22829. 3598.73 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
  22830. 3598.73 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
  22831. 3598.73 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  22832. 3598.73 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
  22833. 3598.73 s [hls-test-utils] - Language.LSP.VFS.HasCharacter
  22834. 3598.73 s [hls-test-utils] - Language.LSP.VFS.HasLine
  22835. 3598.73 s [hls-test-utils] - Language.LSP.VFS.HasLsp_version
  22836. 3598.73 s [hls-test-utils] - Language.LSP.VFS.HasVfsMap
  22837. 3615.72 s [hls-test-utils] Documentation created: dist/doc/html/hls-test-utils,
  22838. 3615.73 s [hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
  22839. 3616.01 s [hls-test-utils] Phase: installPhase
  22840. 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
  22841. 3616.47 s [hls-test-utils] Phase: fixupPhase
  22842. 3616.48 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0
  22843. 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
  22844. 3616.56 s [hls-test-utils] checking for references to /build/ in /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0...
  22845. 3616.58 s [hls-test-utils] patching script interpreter paths in /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0
  22846. 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
  22847. 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
  22848. 3616.67 s [hls-test-utils] checking for references to /build/ in /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc...
  22849. 3616.68 s [hls-test-utils] patching script interpreter paths in /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc
  22850. 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
  22851. 3617.44 s [hls-test-utils:post-build] Pushing 2 paths (428 are already present) using zstd to cache sellout ⏳
  22852. 3617.44 s [hls-test-utils:post-build]
  22853. 3617.78 s [hls-test-utils:post-build] Pushing /nix/store/xvvzkbcd941vh48gapw82lir0nxi8dfx-hls-test-utils-2.10.0.0-doc (24.13 MiB)
  22854. 3617.90 s [hls-test-utils:post-build] Pushing /nix/store/q4isdhcbmh8a3w16lddldczw1yqk1hr9-hls-test-utils-2.10.0.0 (6.31 MiB)
  22855. 3618.95 s [hls-test-utils:post-build]
  22856. 3618.95 s [hls-test-utils:post-build] All done.
  22857. 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
  22858. 3619.01 s [hls-test-utils:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22859. 3619.22 s [hls-test-utils:post-build] copying 10 paths...
  22860. 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'...
  22861. 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'...
  22862. 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'...
  22863. 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'...
  22864. 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'...
  22865. 3619.42 s [hls-test-utils:post-build] copying path '/nix/store/qf3l1dygh8hq3hl1cbdiyd5r05ha0dra-tasty-rerun-1.1.20' to 'https://cache.nix-ci.com'...
  22866. 3619.42 s [hls-test-utils:post-build] copying path '/nix/store/rjhiccjg86zvzcbhd1cxpra5329bfmm5-tasty-hunit-0.10.2' to 'https://cache.nix-ci.com'...
  22867. 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'...
  22868. 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'...
  22869. 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'...
  22870. 3622.72 s [hls-test-utils:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22871. 3622.95 s [hls-test-utils:post-build] copying 1 paths...
  22872. 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'...
  22873. 3623.10 s Progress: 162 of 165 built, 375 of 375 downloaded from cache
  22874. 3623.19 s Building /nix/store/flbv5kkayzfiswiy3ayfshhj23w26nkb-haskell-language-server-2.10.0.0.drv
  22875. 3624.29 s [haskell-language-server] Phase: setupCompilerEnvironmentPhase
  22876. 3624.29 s [haskell-language-server] Build with /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1.
  22877. 3624.90 s [haskell-language-server] Phase: unpackPhase
  22878. 3624.91 s [haskell-language-server] unpacking source archive /nix/store/7gkldzhsjcbsc7l8iqr94qkysmghxldi-haskell-language-server-2.10.0.0.tar.gz
  22879. 3624.95 s [haskell-language-server] source root is haskell-language-server-2.10.0.0
  22880. 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"
  22881. 3624.98 s [haskell-language-server] Phase: patchPhase
  22882. 3624.99 s [haskell-language-server] Phase: compileBuildDriverPhase
  22883. 3624.99 s [haskell-language-server] setupCompileFlags: -package-db=/build/tmp.RZlZIO4Yjr/setup-package.conf.d -threaded
  22884. 3625.04 s [haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.RZlZIO4Yjr/Main.o )
  22885. 3625.09 s [haskell-language-server] [2 of 2] Linking Setup
  22886. 3626.32 s [haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
  22887. 3626.34 s [haskell-language-server] Phase: configurePhase
  22888. 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
  22889. 3626.37 s [haskell-language-server] Using Parsec parser
  22890. 3626.37 s [haskell-language-server] Configuring haskell-language-server-2.10.0.0...
  22891. 3626.40 s [haskell-language-server] Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
  22892. 3626.40 s [haskell-language-server] 'ghc' version < 9.12):
  22893. 3626.40 s [haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc is version
  22894. 3626.40 s [haskell-language-server] 9.12.1
  22895. 3626.92 s [haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
  22896. 3626.92 s [haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
  22897. 3626.92 s [haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
  22898. 3626.92 s [haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
  22899. 3626.92 s [haskell-language-server] hlint=True, ignore-plugins-ghc-bounds=False, importlens=True,
  22900. 3626.92 s [haskell-language-server] isolatecabalfmttests=False, isolatecabalgildtests=False, modulename=True,
  22901. 3626.92 s [haskell-language-server] notes=True, ormolu=True, overloadedrecorddot=True, pedantic=False,
  22902. 3626.92 s [haskell-language-server] pragmas=True, qualifyimportednames=True, refactor=True, rename=True,
  22903. 3626.92 s [haskell-language-server] retrie=False, semantictokens=True, splice=True, stan=True,
  22904. 3626.92 s [haskell-language-server] stylishhaskell=True, test-exe=True
  22905. 3627.27 s [haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
  22906. 3627.27 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  22907. 3627.27 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  22908. 3627.27 s [haskell-language-server] Dependency directory: using directory-1.3.9.0
  22909. 3627.27 s [haskell-language-server] Dependency extra: using extra-1.8
  22910. 3627.27 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22911. 3627.27 s [haskell-language-server] Dependency ghc: using ghc-9.12.1
  22912. 3627.27 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22913. 3627.27 s [haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
  22914. 3627.27 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22915. 3627.27 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22916. 3627.27 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22917. 3627.27 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22918. 3627.27 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22919. 3627.27 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22920. 3627.27 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22921. 3627.27 s [haskell-language-server] haskell-language-server-2.10.0.0
  22922. 3627.27 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22923. 3627.27 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22924. 3627.27 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22925. 3627.27 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22926. 3627.27 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22927. 3627.27 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22928. 3627.27 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22929. 3627.27 s [haskell-language-server] haskell-language-server-2.10.0.0
  22930. 3627.27 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22931. 3627.27 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22932. 3627.27 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22933. 3627.27 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22934. 3627.27 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22935. 3627.27 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22936. 3627.27 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22937. 3627.27 s [haskell-language-server] haskell-language-server-2.10.0.0
  22938. 3627.27 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22939. 3627.27 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22940. 3627.27 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22941. 3627.27 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22942. 3627.27 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22943. 3627.27 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22944. 3627.27 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22945. 3627.27 s [haskell-language-server] haskell-language-server-2.10.0.0
  22946. 3627.27 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22947. 3627.27 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22948. 3627.27 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22949. 3627.27 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22950. 3627.27 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22951. 3627.27 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22952. 3627.27 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22953. 3627.27 s [haskell-language-server] haskell-language-server-2.10.0.0
  22954. 3627.27 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22955. 3627.27 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22956. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22957. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22958. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22959. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22960. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22961. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  22962. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22963. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22964. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22965. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22966. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22967. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22968. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22969. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  22970. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22971. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22972. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22973. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22974. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22975. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22976. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22977. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  22978. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22979. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22980. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22981. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22982. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22983. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22984. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22985. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  22986. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22987. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22988. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22989. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22990. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22991. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22992. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  22993. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  22994. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22995. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  22996. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  22997. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  22998. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  22999. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  23000. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  23001. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  23002. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  23003. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  23004. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  23005. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  23006. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  23007. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  23008. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  23009. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  23010. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  23011. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  23012. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  23013. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  23014. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  23015. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  23016. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  23017. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  23018. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  23019. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  23020. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  23021. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  23022. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  23023. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  23024. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  23025. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  23026. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  23027. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  23028. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  23029. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  23030. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  23031. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  23032. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  23033. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  23034. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  23035. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  23036. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  23037. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  23038. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  23039. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  23040. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  23041. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  23042. 3627.28 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  23043. 3627.28 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin,
  23044. 3627.28 s [haskell-language-server] hls-change-type-signature-plugin, hls-class-plugin, hls-code-range-plugin,
  23045. 3627.28 s [haskell-language-server] hls-eval-plugin, hls-explicit-fixity-plugin, hls-explicit-imports-plugin,
  23046. 3627.28 s [haskell-language-server] hls-explicit-record-fields-plugin, hls-module-name-plugin, hls-notes-plugin,
  23047. 3627.28 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  23048. 3627.28 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-semantic-tokens-plugin}: using
  23049. 3627.28 s [haskell-language-server] haskell-language-server-2.10.0.0
  23050. 3627.28 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
  23051. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23052. 3627.28 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  23053. 3627.28 s [haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
  23054. 3627.28 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  23055. 3627.28 s [haskell-language-server] Dependency process: using process-1.6.25.0
  23056. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23057. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23058. 3627.28 s [haskell-language-server] Dependency directory: using directory-1.3.9.0
  23059. 3627.28 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  23060. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23061. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23062. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23063. 3627.28 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  23064. 3627.28 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  23065. 3627.28 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  23066. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23067. 3627.28 s [haskell-language-server] Dependency Cabal: using Cabal-3.14.1.0
  23068. 3627.28 s [haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.14.1.0
  23069. 3627.28 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23070. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23071. 3627.28 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  23072. 3627.28 s [haskell-language-server] Dependency cabal-add: using cabal-add-0.1
  23073. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23074. 3627.28 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23075. 3627.28 s [haskell-language-server] Dependency directory: using directory-1.3.9.0
  23076. 3627.28 s [haskell-language-server] Dependency extra >=1.7.4: using extra-1.8
  23077. 3627.28 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  23078. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23079. 3627.28 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  23080. 3627.28 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  23081. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23082. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23083. 3627.28 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  23084. 3627.28 s [haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  23085. 3627.28 s [haskell-language-server] Dependency pretty: using pretty-1.1.3.6
  23086. 3627.28 s [haskell-language-server] Dependency process: using process-1.6.25.0
  23087. 3627.28 s [haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.3
  23088. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23089. 3627.28 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  23090. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23091. 3627.28 s [haskell-language-server] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
  23092. 3627.28 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23093. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23094. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23095. 3627.28 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23096. 3627.28 s [haskell-language-server] Dependency extra: using extra-1.8
  23097. 3627.28 s [haskell-language-server] Dependency ghc: using ghc-9.12.1
  23098. 3627.28 s [haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.12.0.0
  23099. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23100. 3627.28 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  23101. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23102. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23103. 3627.28 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23104. 3627.28 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  23105. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23106. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23107. 3627.28 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23108. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23109. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23110. 3627.28 s [haskell-language-server] Dependency extra: using extra-1.8
  23111. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23112. 3627.28 s [haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
  23113. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23114. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23115. 3627.28 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  23116. 3627.28 s [haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  23117. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23118. 3627.28 s [haskell-language-server] Dependency Diff >=0.5 && <0.6: using Diff-0.5
  23119. 3627.28 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23120. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23121. 3627.28 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  23122. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23123. 3627.28 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23124. 3627.28 s [haskell-language-server] Dependency dlist: using dlist-1.0
  23125. 3627.28 s [haskell-language-server] Dependency extra: using extra-1.8
  23126. 3627.28 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  23127. 3627.28 s [haskell-language-server] Dependency ghc: using ghc-9.12.1
  23128. 3627.28 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.12.1
  23129. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23130. 3627.28 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  23131. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23132. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23133. 3627.28 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23134. 3627.28 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  23135. 3627.28 s [haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.6.1
  23136. 3627.28 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  23137. 3627.28 s [haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
  23138. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23139. 3627.28 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  23140. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23141. 3627.28 s [haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
  23142. 3627.28 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  23143. 3627.28 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23144. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23145. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23146. 3627.28 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23147. 3627.28 s [haskell-language-server] Dependency ghc: using ghc-9.12.1
  23148. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23149. 3627.28 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  23150. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23151. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23152. 3627.28 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23153. 3627.28 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  23154. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23155. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23156. 3627.28 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23157. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23158. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23159. 3627.28 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  23160. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23161. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23162. 3627.28 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23163. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23164. 3627.28 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  23165. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23166. 3627.28 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23167. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23168. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23169. 3627.28 s [haskell-language-server] Dependency extra: using extra-1.8
  23170. 3627.28 s [haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
  23171. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23172. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23173. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23174. 3627.28 s [haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
  23175. 3627.28 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23176. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23177. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23178. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23179. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23180. 3627.28 s [haskell-language-server] Dependency extra: using extra-1.8
  23181. 3627.28 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.12.1
  23182. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23183. 3627.28 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  23184. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23185. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23186. 3627.28 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  23187. 3627.28 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  23188. 3627.28 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  23189. 3627.28 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  23190. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23191. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23192. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23193. 3627.28 s [haskell-language-server] Dependency dlist: using dlist-1.0
  23194. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23195. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23196. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23197. 3627.28 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23198. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23199. 3627.28 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  23200. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23201. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23202. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23203. 3627.28 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23204. 3627.28 s [haskell-language-server] Dependency extra: using extra-1.8
  23205. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23206. 3627.28 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  23207. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23208. 3627.28 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23209. 3627.28 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23210. 3627.28 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  23211. 3627.28 s [haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
  23212. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23213. 3627.28 s [haskell-language-server] Dependency vector: using vector-0.13.2.0
  23214. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23215. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23216. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23217. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23218. 3627.28 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  23219. 3627.28 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  23220. 3627.28 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  23221. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23222. 3627.28 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23223. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23224. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23225. 3627.28 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23226. 3627.28 s [haskell-language-server] Dependency extra: using extra-1.8
  23227. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23228. 3627.28 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  23229. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23230. 3627.28 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  23231. 3627.28 s [haskell-language-server] Dependency text: using text-2.1.2
  23232. 3627.28 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23233. 3627.28 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23234. 3627.28 s [haskell-language-server] Dependency containers: using containers-0.7
  23235. 3627.28 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23236. 3627.28 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  23237. 3627.28 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23238. 3627.29 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23239. 3627.29 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23240. 3627.29 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  23241. 3627.29 s [haskell-language-server] Dependency text: using text-2.1.2
  23242. 3627.29 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23243. 3627.29 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23244. 3627.29 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23245. 3627.29 s [haskell-language-server] Dependency containers: using containers-0.7
  23246. 3627.29 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23247. 3627.29 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  23248. 3627.29 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  23249. 3627.29 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  23250. 3627.29 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23251. 3627.29 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23252. 3627.29 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  23253. 3627.29 s [haskell-language-server] Dependency text: using text-2.1.2
  23254. 3627.29 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23255. 3627.29 s [haskell-language-server] Dependency array: using array-0.5.8.0
  23256. 3627.29 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23257. 3627.29 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  23258. 3627.29 s [haskell-language-server] Dependency containers: using containers-0.7
  23259. 3627.29 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  23260. 3627.29 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23261. 3627.29 s [haskell-language-server] Dependency dlist: using dlist-1.0
  23262. 3627.29 s [haskell-language-server] Dependency extra: using extra-1.8
  23263. 3627.29 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23264. 3627.29 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  23265. 3627.29 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23266. 3627.29 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23267. 3627.29 s [haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
  23268. 3627.29 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  23269. 3627.29 s [haskell-language-server] Dependency stm: using stm-2.5.3.1
  23270. 3627.29 s [haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
  23271. 3627.29 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  23272. 3627.29 s [haskell-language-server] Dependency template-haskell: using template-haskell-2.23.0.0
  23273. 3627.29 s [haskell-language-server] Dependency text: using text-2.1.2
  23274. 3627.29 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  23275. 3627.29 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23276. 3627.29 s [haskell-language-server] Dependency array: using array-0.5.8.0
  23277. 3627.29 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23278. 3627.29 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  23279. 3627.29 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  23280. 3627.29 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  23281. 3627.29 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23282. 3627.29 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  23283. 3627.29 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  23284. 3627.29 s [haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.3
  23285. 3627.29 s [haskell-language-server] Dependency text: using text-2.1.2
  23286. 3627.29 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  23287. 3627.29 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  23288. 3627.29 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23289. 3627.29 s [haskell-language-server] Dependency async: using async-2.2.5
  23290. 3627.29 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23291. 3627.29 s [haskell-language-server] Dependency binary: using binary-0.8.9.2
  23292. 3627.29 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  23293. 3627.29 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.1.0
  23294. 3627.29 s [haskell-language-server] Dependency directory: using directory-1.3.9.0
  23295. 3627.29 s [haskell-language-server] Dependency extra: using extra-1.8
  23296. 3627.29 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  23297. 3627.29 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  23298. 3627.29 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  23299. 3627.29 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
  23300. 3627.29 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23301. 3627.29 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  23302. 3627.29 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  23303. 3627.29 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  23304. 3627.29 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  23305. 3627.29 s [haskell-language-server] Dependency process: using process-1.6.25.0
  23306. 3627.29 s [haskell-language-server] Dependency row-types: using row-types-1.0.1.2
  23307. 3627.29 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  23308. 3627.29 s [haskell-language-server] Dependency shake: using shake-0.19.8
  23309. 3627.29 s [haskell-language-server] Dependency text: using text-2.1.2
  23310. 3627.29 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23311. 3627.29 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
  23312. 3627.29 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  23313. 3627.29 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23314. 3627.29 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  23315. 3627.29 s [haskell-language-server] Dependency text: using text-2.1.2
  23316. 3627.29 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23317. 3627.29 s [haskell-language-server] Dependency containers: using containers-0.7
  23318. 3627.29 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  23319. 3627.29 s [haskell-language-server] Dependency directory: using directory-1.3.9.0
  23320. 3627.29 s [haskell-language-server] Dependency extra: using extra-1.8
  23321. 3627.29 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  23322. 3627.29 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  23323. 3627.29 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
  23324. 3627.29 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
  23325. 3627.29 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  23326. 3627.29 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  23327. 3627.29 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  23328. 3627.29 s [haskell-language-server] Dependency text: using text-2.1.2
  23329. 3627.29 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.2
  23330. 3627.29 s [haskell-language-server] Dependency unix: using unix-2.8.6.0
  23331. 3627.29 s [haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
  23332. 3627.29 s [haskell-language-server] Dependency base >=4 && <5: using base-4.21.0.0
  23333. 3627.29 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  23334. 3627.29 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.21.0.0
  23335. 3627.29 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  23336. 3627.29 s [haskell-language-server] Dependency containers: using containers-0.7
  23337. 3627.29 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  23338. 3627.29 s [haskell-language-server] Dependency extra: using extra-1.8
  23339. 3627.29 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  23340. 3627.29 s [haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
  23341. 3627.29 s [haskell-language-server] haskell-language-server-2.10.0.0
  23342. 3627.29 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  23343. 3627.29 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  23344. 3627.29 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
  23345. 3627.29 s [haskell-language-server] Dependency lens: using lens-5.3.4
  23346. 3627.29 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  23347. 3627.29 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  23348. 3627.29 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  23349. 3627.29 s [haskell-language-server] Dependency process: using process-1.6.25.0
  23350. 3627.29 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  23351. 3627.29 s [haskell-language-server] Dependency shake: using shake-0.19.8
  23352. 3627.29 s [haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
  23353. 3627.29 s [haskell-language-server] Dependency text: using text-2.1.2
  23354. 3627.29 s [haskell-language-server] Source component graph:
  23355. 3627.29 s [haskell-language-server] component exe:ghcide-test-preprocessor
  23356. 3627.29 s [haskell-language-server] component lib:hls-semantic-tokens-plugin
  23357. 3627.29 s [haskell-language-server] component lib:hls-qualify-imported-names-plugin
  23358. 3627.29 s [haskell-language-server] component lib:hls-pragmas-plugin
  23359. 3627.29 s [haskell-language-server] component lib:hls-overloaded-record-dot-plugin
  23360. 3627.29 s [haskell-language-server] component lib:hls-notes-plugin
  23361. 3627.29 s [haskell-language-server] component lib:hls-module-name-plugin
  23362. 3627.29 s [haskell-language-server] component lib:hls-explicit-record-fields-plugin
  23363. 3627.29 s [haskell-language-server] component lib:hls-explicit-imports-plugin
  23364. 3627.29 s [haskell-language-server] component lib:hls-explicit-fixity-plugin
  23365. 3627.29 s [haskell-language-server] component lib:hls-eval-plugin
  23366. 3627.29 s [haskell-language-server] component lib:hls-code-range-plugin
  23367. 3627.29 s [haskell-language-server] component lib:hls-class-plugin
  23368. 3627.29 s [haskell-language-server] component lib:hls-change-type-signature-plugin
  23369. 3627.29 s [haskell-language-server] component lib:hls-call-hierarchy-plugin
  23370. 3627.29 s [haskell-language-server] component lib:hls-cabal-plugin
  23371. 3627.29 s [haskell-language-server] component lib:hls-cabal-fmt-plugin
  23372. 3627.29 s [haskell-language-server] component lib:hls-alternate-number-format-plugin
  23373. 3627.29 s [haskell-language-server] component lib:ghcide-bench-lib
  23374. 3627.29 s [haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
  23375. 3627.29 s [haskell-language-server] component lib
  23376. 3627.29 s [haskell-language-server] dependency lib:hls-alternate-number-format-plugin
  23377. 3627.29 s [haskell-language-server] dependency lib:hls-cabal-fmt-plugin
  23378. 3627.29 s [haskell-language-server] dependency lib:hls-cabal-plugin
  23379. 3627.29 s [haskell-language-server] dependency lib:hls-call-hierarchy-plugin
  23380. 3627.29 s [haskell-language-server] dependency lib:hls-change-type-signature-plugin
  23381. 3627.29 s [haskell-language-server] dependency lib:hls-class-plugin
  23382. 3627.29 s [haskell-language-server] dependency lib:hls-code-range-plugin
  23383. 3627.29 s [haskell-language-server] dependency lib:hls-eval-plugin
  23384. 3627.29 s [haskell-language-server] dependency lib:hls-explicit-fixity-plugin
  23385. 3627.29 s [haskell-language-server] dependency lib:hls-explicit-imports-plugin
  23386. 3627.29 s [haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
  23387. 3627.29 s [haskell-language-server] dependency lib:hls-module-name-plugin
  23388. 3627.29 s [haskell-language-server] dependency lib:hls-notes-plugin
  23389. 3627.29 s [haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
  23390. 3627.29 s [haskell-language-server] dependency lib:hls-pragmas-plugin
  23391. 3627.29 s [haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
  23392. 3627.29 s [haskell-language-server] dependency lib:hls-semantic-tokens-plugin
  23393. 3627.29 s [haskell-language-server] component exe:haskell-language-server dependency lib
  23394. 3627.29 s [haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
  23395. 3627.29 s [haskell-language-server] Configured component graph:
  23396. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-9w7j1fHyUHK8FernWE9Arz-ghcide-test-preprocessor
  23397. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23398. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
  23399. 3627.29 s [haskell-language-server] include array-0.5.8.0-038b
  23400. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23401. 3627.29 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  23402. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23403. 3627.29 s [haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  23404. 3627.29 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23405. 3627.29 s [haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  23406. 3627.29 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23407. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23408. 3627.29 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23409. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23410. 3627.29 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23411. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23412. 3627.29 s [haskell-language-server] include mtl-2.3.1-9650
  23413. 3627.29 s [haskell-language-server] include stm-2.5.3.1-0481
  23414. 3627.29 s [haskell-language-server] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  23415. 3627.29 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23416. 3627.29 s [haskell-language-server] include template-haskell-2.23.0.0-125a
  23417. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23418. 3627.29 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23419. 3627.29 s [haskell-language-server] include transformers-0.6.1.2-199f
  23420. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
  23421. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23422. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23423. 3627.29 s [haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  23424. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23425. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23426. 3627.29 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23427. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23428. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23429. 3627.29 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23430. 3627.29 s [haskell-language-server] include transformers-0.6.1.2-199f
  23431. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
  23432. 3627.29 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23433. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23434. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23435. 3627.29 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23436. 3627.29 s [haskell-language-server] include fuzzy-0.1.1.0-JH2xhbavAn6EdeTRaJOe1s
  23437. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23438. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23439. 3627.29 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23440. 3627.29 s [haskell-language-server] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  23441. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23442. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23443. 3627.29 s [haskell-language-server] include transformers-0.6.1.2-199f
  23444. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
  23445. 3627.29 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23446. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23447. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23448. 3627.29 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23449. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23450. 3627.29 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23451. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23452. 3627.29 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23453. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23454. 3627.29 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23455. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23456. 3627.29 s [haskell-language-server] include transformers-0.6.1.2-199f
  23457. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
  23458. 3627.29 s [haskell-language-server] include array-0.5.8.0-038b
  23459. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23460. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23461. 3627.29 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23462. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23463. 3627.29 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23464. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23465. 3627.29 s [haskell-language-server] include mtl-2.3.1-9650
  23466. 3627.29 s [haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  23467. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23468. 3627.29 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23469. 3627.29 s [haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  23470. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
  23471. 3627.29 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23472. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23473. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23474. 3627.29 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23475. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23476. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23477. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23478. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23479. 3627.29 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23480. 3627.29 s [haskell-language-server] include transformers-0.6.1.2-199f
  23481. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
  23482. 3627.29 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23483. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23484. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23485. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23486. 3627.29 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23487. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23488. 3627.29 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23489. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23490. 3627.29 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23491. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23492. 3627.29 s [haskell-language-server] include transformers-0.6.1.2-199f
  23493. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
  23494. 3627.29 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23495. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23496. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23497. 3627.29 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23498. 3627.29 s [haskell-language-server] include ghc-9.12.1-f739
  23499. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23500. 3627.29 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23501. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23502. 3627.29 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23503. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23504. 3627.29 s [haskell-language-server] include mtl-2.3.1-9650
  23505. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23506. 3627.29 s [haskell-language-server] include transformers-0.6.1.2-199f
  23507. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
  23508. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23509. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23510. 3627.29 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23511. 3627.29 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23512. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23513. 3627.29 s [haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  23514. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23515. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23516. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23517. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
  23518. 3627.29 s [haskell-language-server] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  23519. 3627.29 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23520. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23521. 3627.29 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  23522. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23523. 3627.29 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23524. 3627.29 s [haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  23525. 3627.29 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23526. 3627.29 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23527. 3627.29 s [haskell-language-server] include ghc-9.12.1-f739
  23528. 3627.29 s [haskell-language-server] include ghc-boot-th-9.12.1-846e
  23529. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23530. 3627.29 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23531. 3627.29 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23532. 3627.29 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23533. 3627.29 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23534. 3627.29 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23535. 3627.29 s [haskell-language-server] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  23536. 3627.29 s [haskell-language-server] include mtl-2.3.1-9650
  23537. 3627.29 s [haskell-language-server] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  23538. 3627.29 s [haskell-language-server] include text-2.1.2-5eaa
  23539. 3627.29 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23540. 3627.29 s [haskell-language-server] include transformers-0.6.1.2-199f
  23541. 3627.29 s [haskell-language-server] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  23542. 3627.29 s [haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  23543. 3627.29 s [haskell-language-server] component haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
  23544. 3627.29 s [haskell-language-server] include base-4.21.0.0-f068
  23545. 3627.29 s [haskell-language-server] include containers-0.7-647d
  23546. 3627.29 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23547. 3627.29 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23548. 3627.29 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23549. 3627.29 s [haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  23550. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23551. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23552. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23553. 3627.30 s [haskell-language-server] include mtl-2.3.1-9650
  23554. 3627.30 s [haskell-language-server] include semigroupoids-6.0.1-DMFvbjyAUw87uSTdumPMDa
  23555. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23556. 3627.30 s [haskell-language-server] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  23557. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
  23558. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23559. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23560. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23561. 3627.30 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23562. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23563. 3627.30 s [haskell-language-server] include ghc-9.12.1-f739
  23564. 3627.30 s [haskell-language-server] include ghc-exactprint-1.12.0.0-3ZC0oBKLodlLY8nS59icdp
  23565. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23566. 3627.30 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23567. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23568. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23569. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23570. 3627.30 s [haskell-language-server] include mtl-2.3.1-9650
  23571. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23572. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23573. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
  23574. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23575. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23576. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23577. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23578. 3627.30 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23579. 3627.30 s [haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  23580. 3627.30 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23581. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23582. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23583. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
  23584. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23585. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23586. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23587. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23588. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23589. 3627.30 s [haskell-language-server] include hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
  23590. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23591. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23592. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23593. 3627.30 s [haskell-language-server] include sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
  23594. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23595. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
  23596. 3627.30 s [haskell-language-server] include Cabal-3.14.1.0-3103
  23597. 3627.30 s [haskell-language-server] include Cabal-syntax-3.14.1.0-c359
  23598. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23599. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23600. 3627.30 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  23601. 3627.30 s [haskell-language-server] include cabal-add-0.1-445ZyYypHKE10IJchoGNHU
  23602. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23603. 3627.30 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23604. 3627.30 s [haskell-language-server] include directory-1.3.9.0-9eff
  23605. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23606. 3627.30 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23607. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23608. 3627.30 s [haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  23609. 3627.30 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23610. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23611. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23612. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23613. 3627.30 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23614. 3627.30 s [haskell-language-server] include pretty-1.1.3.6-2a4e
  23615. 3627.30 s [haskell-language-server] include process-1.6.25.0-4623
  23616. 3627.30 s [haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  23617. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23618. 3627.30 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23619. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23620. 3627.30 s [haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  23621. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
  23622. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23623. 3627.30 s [haskell-language-server] include directory-1.3.9.0-9eff
  23624. 3627.30 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23625. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23626. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23627. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23628. 3627.30 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23629. 3627.30 s [haskell-language-server] include mtl-2.3.1-9650
  23630. 3627.30 s [haskell-language-server] include process-extras-0.7.4-CWgUoJduikVLQhDTtFIVAj
  23631. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23632. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
  23633. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23634. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23635. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23636. 3627.30 s [haskell-language-server] include ghc-boot-th-9.12.1-846e
  23637. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23638. 3627.30 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23639. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23640. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23641. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23642. 3627.30 s [haskell-language-server] include mtl-2.3.1-9650
  23643. 3627.30 s [haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  23644. 3627.30 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23645. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23646. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
  23647. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23648. 3627.30 s [haskell-language-server] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  23649. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23650. 3627.30 s [haskell-language-server] include binary-0.8.9.2-4b0d
  23651. 3627.30 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  23652. 3627.30 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23653. 3627.30 s [haskell-language-server] include directory-1.3.9.0-9eff
  23654. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23655. 3627.30 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23656. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23657. 3627.30 s [haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  23658. 3627.30 s [haskell-language-server] include hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  23659. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23660. 3627.30 s [haskell-language-server] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  23661. 3627.30 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23662. 3627.30 s [haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  23663. 3627.30 s [haskell-language-server] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  23664. 3627.30 s [haskell-language-server] include process-1.6.25.0-4623
  23665. 3627.30 s [haskell-language-server] include row-types-1.0.1.2-CRZNpJR6ZFf3MSfpW0WO1S
  23666. 3627.30 s [haskell-language-server] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  23667. 3627.30 s [haskell-language-server] include shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
  23668. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23669. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-GYYj1XLEVsBLPY1JrvAU9G-ghcide-bench
  23670. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23671. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23672. 3627.30 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  23673. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23674. 3627.30 s [haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  23675. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23676. 3627.30 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23677. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
  23678. 3627.30 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23679. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23680. 3627.30 s [haskell-language-server] include hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  23681. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23682. 3627.30 s [haskell-language-server] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  23683. 3627.30 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23684. 3627.30 s [haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  23685. 3627.30 s [haskell-language-server] include process-1.6.25.0-4623
  23686. 3627.30 s [haskell-language-server] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  23687. 3627.30 s [haskell-language-server] include shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
  23688. 3627.30 s [haskell-language-server] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  23689. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23690. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  23691. 3627.30 s [haskell-language-server] include aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
  23692. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23693. 3627.30 s [haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  23694. 3627.30 s [haskell-language-server] include directory-1.3.9.0-9eff
  23695. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23696. 3627.30 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23697. 3627.30 s [haskell-language-server] include ghc-9.12.1-f739
  23698. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23699. 3627.30 s [haskell-language-server] include githash-0.1.7.0-Mct5lU7b5AA0W7xC3EKve
  23700. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
  23701. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
  23702. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
  23703. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
  23704. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
  23705. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
  23706. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
  23707. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
  23708. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
  23709. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
  23710. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
  23711. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
  23712. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
  23713. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
  23714. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
  23715. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
  23716. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
  23717. 3627.30 s [haskell-language-server] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  23718. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23719. 3627.30 s [haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  23720. 3627.30 s [haskell-language-server] include optparse-simple-0.1.1.4-6hrH78IEmsL9yUgS97Ot1
  23721. 3627.30 s [haskell-language-server] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  23722. 3627.30 s [haskell-language-server] include process-1.6.25.0-4623
  23723. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23724. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-ADFVOWy5249Fm8C9RoBHD-haskell-language-server
  23725. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23726. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  23727. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23728. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23729. 3627.30 s [haskell-language-server] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  23730. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23731. 3627.30 s [haskell-language-server] component haskell-language-server-2.10.0.0-2phMbkWLtkFHXpWq9M9Koe-haskell-language-server-wrapper
  23732. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23733. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23734. 3627.30 s [haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  23735. 3627.30 s [haskell-language-server] include directory-1.3.9.0-9eff
  23736. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23737. 3627.30 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23738. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23739. 3627.30 s [haskell-language-server] include haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  23740. 3627.30 s [haskell-language-server] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  23741. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23742. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23743. 3627.30 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23744. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23745. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23746. 3627.30 s [haskell-language-server] include unix-2.8.6.0-6369
  23747. 3627.30 s [haskell-language-server] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  23748. 3627.30 s [haskell-language-server] Linked component graph:
  23749. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-9w7j1fHyUHK8FernWE9Arz-ghcide-test-preprocessor
  23750. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23751. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
  23752. 3627.30 s [haskell-language-server] include array-0.5.8.0-038b
  23753. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23754. 3627.30 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  23755. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23756. 3627.30 s [haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  23757. 3627.30 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23758. 3627.30 s [haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  23759. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23760. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23761. 3627.30 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23762. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23763. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23764. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23765. 3627.30 s [haskell-language-server] include mtl-2.3.1-9650
  23766. 3627.30 s [haskell-language-server] include stm-2.5.3.1-0481
  23767. 3627.30 s [haskell-language-server] include stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  23768. 3627.30 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23769. 3627.30 s [haskell-language-server] include template-haskell-2.23.0.0-125a
  23770. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23771. 3627.30 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23772. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23773. 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
  23774. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
  23775. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23776. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23777. 3627.30 s [haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  23778. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23779. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23780. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23781. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23782. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23783. 3627.30 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23784. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23785. 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
  23786. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
  23787. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23788. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23789. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23790. 3627.30 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23791. 3627.30 s [haskell-language-server] include fuzzy-0.1.1.0-JH2xhbavAn6EdeTRaJOe1s
  23792. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23793. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23794. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23795. 3627.30 s [haskell-language-server] include lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  23796. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23797. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23798. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23799. 3627.30 s [haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin:Ide.Plugin.Pragmas
  23800. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
  23801. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23802. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23803. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23804. 3627.30 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23805. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23806. 3627.30 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23807. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23808. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23809. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23810. 3627.30 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23811. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23812. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23813. 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
  23814. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
  23815. 3627.30 s [haskell-language-server] include array-0.5.8.0-038b
  23816. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23817. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23818. 3627.30 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23819. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23820. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23821. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23822. 3627.30 s [haskell-language-server] include mtl-2.3.1-9650
  23823. 3627.30 s [haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  23824. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23825. 3627.30 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23826. 3627.30 s [haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  23827. 3627.30 s [haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin:Ide.Plugin.Notes
  23828. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
  23829. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23830. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23831. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23832. 3627.30 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23833. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23834. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23835. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23836. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23837. 3627.30 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23838. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23839. 3627.30 s [haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin:Ide.Plugin.ModuleName
  23840. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
  23841. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23842. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23843. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23844. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23845. 3627.30 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23846. 3627.30 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23847. 3627.30 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23848. 3627.30 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23849. 3627.30 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23850. 3627.30 s [haskell-language-server] include text-2.1.2-5eaa
  23851. 3627.30 s [haskell-language-server] include transformers-0.6.1.2-199f
  23852. 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
  23853. 3627.30 s [haskell-language-server] unit haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
  23854. 3627.30 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23855. 3627.30 s [haskell-language-server] include base-4.21.0.0-f068
  23856. 3627.30 s [haskell-language-server] include containers-0.7-647d
  23857. 3627.30 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23858. 3627.30 s [haskell-language-server] include ghc-9.12.1-f739
  23859. 3627.30 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23860. 3627.31 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23861. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23862. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23863. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23864. 3627.31 s [haskell-language-server] include mtl-2.3.1-9650
  23865. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  23866. 3627.31 s [haskell-language-server] include transformers-0.6.1.2-199f
  23867. 3627.31 s [haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
  23868. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
  23869. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  23870. 3627.31 s [haskell-language-server] include containers-0.7-647d
  23871. 3627.31 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23872. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23873. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23874. 3627.31 s [haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  23875. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23876. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23877. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  23878. 3627.31 s [haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
  23879. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
  23880. 3627.31 s [haskell-language-server] include Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  23881. 3627.31 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23882. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  23883. 3627.31 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  23884. 3627.31 s [haskell-language-server] include containers-0.7-647d
  23885. 3627.31 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23886. 3627.31 s [haskell-language-server] include dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  23887. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23888. 3627.31 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23889. 3627.31 s [haskell-language-server] include ghc-9.12.1-f739
  23890. 3627.31 s [haskell-language-server] include ghc-boot-th-9.12.1-846e
  23891. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23892. 3627.31 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23893. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23894. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23895. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23896. 3627.31 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23897. 3627.31 s [haskell-language-server] include megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  23898. 3627.31 s [haskell-language-server] include mtl-2.3.1-9650
  23899. 3627.31 s [haskell-language-server] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  23900. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  23901. 3627.31 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23902. 3627.31 s [haskell-language-server] include transformers-0.6.1.2-199f
  23903. 3627.31 s [haskell-language-server] include unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  23904. 3627.31 s [haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  23905. 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
  23906. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
  23907. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  23908. 3627.31 s [haskell-language-server] include containers-0.7-647d
  23909. 3627.31 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23910. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23911. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23912. 3627.31 s [haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  23913. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23914. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23915. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23916. 3627.31 s [haskell-language-server] include mtl-2.3.1-9650
  23917. 3627.31 s [haskell-language-server] include semigroupoids-6.0.1-DMFvbjyAUw87uSTdumPMDa
  23918. 3627.31 s [haskell-language-server] include transformers-0.6.1.2-199f
  23919. 3627.31 s [haskell-language-server] include vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  23920. 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
  23921. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
  23922. 3627.31 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23923. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  23924. 3627.31 s [haskell-language-server] include containers-0.7-647d
  23925. 3627.31 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23926. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23927. 3627.31 s [haskell-language-server] include ghc-9.12.1-f739
  23928. 3627.31 s [haskell-language-server] include ghc-exactprint-1.12.0.0-3ZC0oBKLodlLY8nS59icdp
  23929. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23930. 3627.31 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23931. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23932. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23933. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23934. 3627.31 s [haskell-language-server] include mtl-2.3.1-9650
  23935. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  23936. 3627.31 s [haskell-language-server] include transformers-0.6.1.2-199f
  23937. 3627.31 s [haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin:Ide.Plugin.Class
  23938. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
  23939. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  23940. 3627.31 s [haskell-language-server] include containers-0.7-647d
  23941. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23942. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23943. 3627.31 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23944. 3627.31 s [haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  23945. 3627.31 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  23946. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  23947. 3627.31 s [haskell-language-server] include transformers-0.6.1.2-199f
  23948. 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
  23949. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
  23950. 3627.31 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23951. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  23952. 3627.31 s [haskell-language-server] include containers-0.7-647d
  23953. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23954. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23955. 3627.31 s [haskell-language-server] include hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
  23956. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23957. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23958. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23959. 3627.31 s [haskell-language-server] include sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
  23960. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  23961. 3627.31 s [haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
  23962. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
  23963. 3627.31 s [haskell-language-server] include Cabal-3.14.1.0-3103
  23964. 3627.31 s [haskell-language-server] include Cabal-syntax-3.14.1.0-c359
  23965. 3627.31 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  23966. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  23967. 3627.31 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  23968. 3627.31 s [haskell-language-server] include cabal-add-0.1-445ZyYypHKE10IJchoGNHU
  23969. 3627.31 s [haskell-language-server] include containers-0.7-647d
  23970. 3627.31 s [haskell-language-server] include deepseq-1.5.1.0-b096
  23971. 3627.31 s [haskell-language-server] include directory-1.3.9.0-9eff
  23972. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  23973. 3627.31 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23974. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23975. 3627.31 s [haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  23976. 3627.31 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  23977. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23978. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23979. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  23980. 3627.31 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23981. 3627.31 s [haskell-language-server] include pretty-1.1.3.6-2a4e
  23982. 3627.31 s [haskell-language-server] include process-1.6.25.0-4623
  23983. 3627.31 s [haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  23984. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  23985. 3627.31 s [haskell-language-server] include text-rope-0.2-7E5X7ruof2r8effdHtJajF
  23986. 3627.31 s [haskell-language-server] include transformers-0.6.1.2-199f
  23987. 3627.31 s [haskell-language-server] include unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  23988. 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
  23989. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
  23990. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  23991. 3627.31 s [haskell-language-server] include directory-1.3.9.0-9eff
  23992. 3627.31 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  23993. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  23994. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  23995. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  23996. 3627.31 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  23997. 3627.31 s [haskell-language-server] include mtl-2.3.1-9650
  23998. 3627.31 s [haskell-language-server] include process-extras-0.7.4-CWgUoJduikVLQhDTtFIVAj
  23999. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  24000. 3627.31 s [haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
  24001. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
  24002. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  24003. 3627.31 s [haskell-language-server] include containers-0.7-647d
  24004. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24005. 3627.31 s [haskell-language-server] include ghc-boot-th-9.12.1-846e
  24006. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24007. 3627.31 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24008. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24009. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24010. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24011. 3627.31 s [haskell-language-server] include mtl-2.3.1-9650
  24012. 3627.31 s [haskell-language-server] include regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  24013. 3627.31 s [haskell-language-server] include syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  24014. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  24015. 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
  24016. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
  24017. 3627.31 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24018. 3627.31 s [haskell-language-server] include async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  24019. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  24020. 3627.31 s [haskell-language-server] include binary-0.8.9.2-4b0d
  24021. 3627.31 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  24022. 3627.31 s [haskell-language-server] include deepseq-1.5.1.0-b096
  24023. 3627.31 s [haskell-language-server] include directory-1.3.9.0-9eff
  24024. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24025. 3627.31 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  24026. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24027. 3627.31 s [haskell-language-server] include hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  24028. 3627.31 s [haskell-language-server] include hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  24029. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24030. 3627.31 s [haskell-language-server] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  24031. 3627.31 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24032. 3627.31 s [haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  24033. 3627.31 s [haskell-language-server] include parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  24034. 3627.31 s [haskell-language-server] include process-1.6.25.0-4623
  24035. 3627.31 s [haskell-language-server] include row-types-1.0.1.2-CRZNpJR6ZFf3MSfpW0WO1S
  24036. 3627.31 s [haskell-language-server] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  24037. 3627.31 s [haskell-language-server] include shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
  24038. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  24039. 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
  24040. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-GYYj1XLEVsBLPY1JrvAU9G-ghcide-bench
  24041. 3627.31 s [haskell-language-server] include aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24042. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  24043. 3627.31 s [haskell-language-server] include bytestring-0.12.2.0-be6d
  24044. 3627.31 s [haskell-language-server] include containers-0.7-647d
  24045. 3627.31 s [haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  24046. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24047. 3627.31 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  24048. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
  24049. 3627.31 s [haskell-language-server] include hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24050. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24051. 3627.31 s [haskell-language-server] include hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  24052. 3627.31 s [haskell-language-server] include lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24053. 3627.31 s [haskell-language-server] include lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  24054. 3627.31 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24055. 3627.31 s [haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  24056. 3627.31 s [haskell-language-server] include process-1.6.25.0-4623
  24057. 3627.31 s [haskell-language-server] include safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  24058. 3627.31 s [haskell-language-server] include shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
  24059. 3627.31 s [haskell-language-server] include tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  24060. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  24061. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  24062. 3627.31 s [haskell-language-server] include aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
  24063. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  24064. 3627.31 s [haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  24065. 3627.31 s [haskell-language-server] include directory-1.3.9.0-9eff
  24066. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24067. 3627.31 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  24068. 3627.31 s [haskell-language-server] include ghc-9.12.1-f739
  24069. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24070. 3627.31 s [haskell-language-server] include githash-0.1.7.0-Mct5lU7b5AA0W7xC3EKve
  24071. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
  24072. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
  24073. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
  24074. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
  24075. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
  24076. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
  24077. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
  24078. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
  24079. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
  24080. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
  24081. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
  24082. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
  24083. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
  24084. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
  24085. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
  24086. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
  24087. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
  24088. 3627.31 s [haskell-language-server] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  24089. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24090. 3627.31 s [haskell-language-server] include optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  24091. 3627.31 s [haskell-language-server] include optparse-simple-0.1.1.4-6hrH78IEmsL9yUgS97Ot1
  24092. 3627.31 s [haskell-language-server] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  24093. 3627.31 s [haskell-language-server] include process-1.6.25.0-4623
  24094. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  24095. 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
  24096. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-ADFVOWy5249Fm8C9RoBHD-haskell-language-server
  24097. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  24098. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  24099. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24100. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24101. 3627.31 s [haskell-language-server] include prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  24102. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  24103. 3627.31 s [haskell-language-server] unit haskell-language-server-2.10.0.0-2phMbkWLtkFHXpWq9M9Koe-haskell-language-server-wrapper
  24104. 3627.31 s [haskell-language-server] include base-4.21.0.0-f068
  24105. 3627.31 s [haskell-language-server] include containers-0.7-647d
  24106. 3627.31 s [haskell-language-server] include data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  24107. 3627.31 s [haskell-language-server] include directory-1.3.9.0-9eff
  24108. 3627.31 s [haskell-language-server] include extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24109. 3627.31 s [haskell-language-server] include filepath-1.5.4.0-7ce6
  24110. 3627.31 s [haskell-language-server] include ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24111. 3627.31 s [haskell-language-server] include haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  24112. 3627.31 s [haskell-language-server] include hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  24113. 3627.31 s [haskell-language-server] include hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24114. 3627.31 s [haskell-language-server] include lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24115. 3627.31 s [haskell-language-server] include lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24116. 3627.31 s [haskell-language-server] include text-2.1.2-5eaa
  24117. 3627.31 s [haskell-language-server] include transformers-0.6.1.2-199f
  24118. 3627.31 s [haskell-language-server] include unix-2.8.6.0-6369
  24119. 3627.31 s [haskell-language-server] include unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  24120. 3627.31 s [haskell-language-server] Ready component graph:
  24121. 3627.31 s [haskell-language-server] definite haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
  24122. 3627.31 s [haskell-language-server] depends Cabal-3.14.1.0-3103
  24123. 3627.31 s [haskell-language-server] depends Cabal-syntax-3.14.1.0-c359
  24124. 3627.31 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24125. 3627.31 s [haskell-language-server] depends base-4.21.0.0-f068
  24126. 3627.31 s [haskell-language-server] depends bytestring-0.12.2.0-be6d
  24127. 3627.31 s [haskell-language-server] depends cabal-add-0.1-445ZyYypHKE10IJchoGNHU
  24128. 3627.31 s [haskell-language-server] depends containers-0.7-647d
  24129. 3627.31 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24130. 3627.31 s [haskell-language-server] depends directory-1.3.9.0-9eff
  24131. 3627.31 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24132. 3627.31 s [haskell-language-server] depends filepath-1.5.4.0-7ce6
  24133. 3627.31 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24134. 3627.31 s [haskell-language-server] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  24135. 3627.31 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24136. 3627.31 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24137. 3627.31 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24138. 3627.31 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24139. 3627.31 s [haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24140. 3627.31 s [haskell-language-server] depends pretty-1.1.3.6-2a4e
  24141. 3627.31 s [haskell-language-server] depends process-1.6.25.0-4623
  24142. 3627.31 s [haskell-language-server] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  24143. 3627.31 s [haskell-language-server] depends text-2.1.2-5eaa
  24144. 3627.31 s [haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  24145. 3627.31 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24146. 3627.31 s [haskell-language-server] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  24147. 3627.31 s [haskell-language-server] definite haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
  24148. 3627.31 s [haskell-language-server] depends base-4.21.0.0-f068
  24149. 3627.31 s [haskell-language-server] depends containers-0.7-647d
  24150. 3627.31 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24151. 3627.31 s [haskell-language-server] depends ghc-boot-th-9.12.1-846e
  24152. 3627.31 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24153. 3627.31 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24154. 3627.31 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24155. 3627.31 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24156. 3627.31 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24157. 3627.31 s [haskell-language-server] depends mtl-2.3.1-9650
  24158. 3627.32 s [haskell-language-server] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  24159. 3627.32 s [haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  24160. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24161. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
  24162. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24163. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24164. 3627.32 s [haskell-language-server] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  24165. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24166. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24167. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24168. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24169. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24170. 3627.32 s [haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  24171. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24172. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
  24173. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24174. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24175. 3627.32 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24176. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24177. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24178. 3627.32 s [haskell-language-server] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  24179. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24180. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24181. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24182. 3627.32 s [haskell-language-server] depends mtl-2.3.1-9650
  24183. 3627.32 s [haskell-language-server] depends semigroupoids-6.0.1-DMFvbjyAUw87uSTdumPMDa
  24184. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24185. 3627.32 s [haskell-language-server] depends vector-0.13.2.0-LKSB10K7yAABOTSbq9H69q
  24186. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
  24187. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24188. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24189. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24190. 3627.32 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24191. 3627.32 s [haskell-language-server] depends ghc-9.12.1-f739
  24192. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24193. 3627.32 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24194. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24195. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24196. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24197. 3627.32 s [haskell-language-server] depends mtl-2.3.1-9650
  24198. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24199. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24200. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
  24201. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24202. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24203. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24204. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24205. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24206. 3627.32 s [haskell-language-server] depends hiedb-0.6.0.2-4BolUAEzhoYIP8RjXYlTA0
  24207. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24208. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24209. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24210. 3627.32 s [haskell-language-server] depends sqlite-simple-0.4.19.0-1I29xMI9wg25GxROqwWtG1
  24211. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24212. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
  24213. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24214. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24215. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24216. 3627.32 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24217. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24218. 3627.32 s [haskell-language-server] depends ghc-9.12.1-f739
  24219. 3627.32 s [haskell-language-server] depends ghc-exactprint-1.12.0.0-3ZC0oBKLodlLY8nS59icdp
  24220. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24221. 3627.32 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24222. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24223. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24224. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24225. 3627.32 s [haskell-language-server] depends mtl-2.3.1-9650
  24226. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24227. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24228. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
  24229. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24230. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24231. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24232. 3627.32 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24233. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24234. 3627.32 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24235. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24236. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24237. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24238. 3627.32 s [haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  24239. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24240. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24241. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
  24242. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24243. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24244. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24245. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24246. 3627.32 s [haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24247. 3627.32 s [haskell-language-server] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  24248. 3627.32 s [haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  24249. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24250. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24251. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
  24252. 3627.32 s [haskell-language-server] depends Diff-0.5-5KwlTPZj9ScGqmIZTJReFp
  24253. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24254. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24255. 3627.32 s [haskell-language-server] depends bytestring-0.12.2.0-be6d
  24256. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24257. 3627.32 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24258. 3627.32 s [haskell-language-server] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  24259. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24260. 3627.32 s [haskell-language-server] depends filepath-1.5.4.0-7ce6
  24261. 3627.32 s [haskell-language-server] depends ghc-9.12.1-f739
  24262. 3627.32 s [haskell-language-server] depends ghc-boot-th-9.12.1-846e
  24263. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24264. 3627.32 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24265. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24266. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24267. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24268. 3627.32 s [haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24269. 3627.32 s [haskell-language-server] depends megaparsec-9.6.1-8rZTJZIPj5T1khxoKU4kZv
  24270. 3627.32 s [haskell-language-server] depends mtl-2.3.1-9650
  24271. 3627.32 s [haskell-language-server] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  24272. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24273. 3627.32 s [haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  24274. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24275. 3627.32 s [haskell-language-server] depends unliftio-0.2.25.1-8K5BaeKP1lcH4YiVdYRwxe
  24276. 3627.32 s [haskell-language-server] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  24277. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
  24278. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24279. 3627.32 s [haskell-language-server] depends async-2.2.5-4SAtpwJRIvu1g4bLe95jrP
  24280. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24281. 3627.32 s [haskell-language-server] depends binary-0.8.9.2-4b0d
  24282. 3627.32 s [haskell-language-server] depends bytestring-0.12.2.0-be6d
  24283. 3627.32 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24284. 3627.32 s [haskell-language-server] depends directory-1.3.9.0-9eff
  24285. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24286. 3627.32 s [haskell-language-server] depends filepath-1.5.4.0-7ce6
  24287. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24288. 3627.32 s [haskell-language-server] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  24289. 3627.32 s [haskell-language-server] depends hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  24290. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24291. 3627.32 s [haskell-language-server] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  24292. 3627.32 s [haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24293. 3627.32 s [haskell-language-server] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  24294. 3627.32 s [haskell-language-server] depends parser-combinators-1.3.0-DbPXohiwnbC3Q3MYjgpLkQ
  24295. 3627.32 s [haskell-language-server] depends process-1.6.25.0-4623
  24296. 3627.32 s [haskell-language-server] depends row-types-1.0.1.2-CRZNpJR6ZFf3MSfpW0WO1S
  24297. 3627.32 s [haskell-language-server] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  24298. 3627.32 s [haskell-language-server] depends shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
  24299. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24300. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-GYYj1XLEVsBLPY1JrvAU9G-ghcide-bench
  24301. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24302. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24303. 3627.32 s [haskell-language-server] depends bytestring-0.12.2.0-be6d
  24304. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24305. 3627.32 s [haskell-language-server] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  24306. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24307. 3627.32 s [haskell-language-server] depends filepath-1.5.4.0-7ce6
  24308. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-FexdZqbBrRuKIGKS5dP7OK-ghcide-bench-lib
  24309. 3627.32 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24310. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24311. 3627.32 s [haskell-language-server] depends hls-test-utils-2.10.0.0-36WY9Km1ArP2pHBFuswS3u
  24312. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24313. 3627.32 s [haskell-language-server] depends lsp-test-0.17.1.1-3aiAfJh8Xli1a9Cr0uUn5n
  24314. 3627.32 s [haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24315. 3627.32 s [haskell-language-server] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  24316. 3627.32 s [haskell-language-server] depends process-1.6.25.0-4623
  24317. 3627.32 s [haskell-language-server] depends safe-exceptions-0.1.7.4-C5cPixA4BewDkfTl5BvYr1
  24318. 3627.32 s [haskell-language-server] depends shake-0.19.8-Ct45ZrVSN2f6xQQjIy41zV
  24319. 3627.32 s [haskell-language-server] depends tasty-hunit-0.10.2-GxiECQtHLG9JqzzTC7gSqY
  24320. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24321. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
  24322. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24323. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24324. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24325. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24326. 3627.32 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24327. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24328. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24329. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24330. 3627.32 s [haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  24331. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24332. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24333. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-9w7j1fHyUHK8FernWE9Arz-ghcide-test-preprocessor
  24334. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24335. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
  24336. 3627.32 s [haskell-language-server] depends array-0.5.8.0-038b
  24337. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24338. 3627.32 s [haskell-language-server] depends bytestring-0.12.2.0-be6d
  24339. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24340. 3627.32 s [haskell-language-server] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  24341. 3627.32 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24342. 3627.32 s [haskell-language-server] depends dlist-1.0-ErOFvdzng7v2bUlF3Mrb1f
  24343. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24344. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24345. 3627.32 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24346. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24347. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24348. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24349. 3627.32 s [haskell-language-server] depends mtl-2.3.1-9650
  24350. 3627.32 s [haskell-language-server] depends stm-2.5.3.1-0481
  24351. 3627.32 s [haskell-language-server] depends stm-containers-1.2.1.1-JgRuRZubxBA53SDcfZuEB6
  24352. 3627.32 s [haskell-language-server] depends syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ
  24353. 3627.32 s [haskell-language-server] depends template-haskell-2.23.0.0-125a
  24354. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24355. 3627.32 s [haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  24356. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24357. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
  24358. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24359. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24360. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24361. 3627.32 s [haskell-language-server] depends filepath-1.5.4.0-7ce6
  24362. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24363. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24364. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24365. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24366. 3627.32 s [haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  24367. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24368. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
  24369. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24370. 3627.32 s [haskell-language-server] depends directory-1.3.9.0-9eff
  24371. 3627.32 s [haskell-language-server] depends filepath-1.5.4.0-7ce6
  24372. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24373. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24374. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24375. 3627.32 s [haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24376. 3627.32 s [haskell-language-server] depends mtl-2.3.1-9650
  24377. 3627.32 s [haskell-language-server] depends process-extras-0.7.4-CWgUoJduikVLQhDTtFIVAj
  24378. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24379. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
  24380. 3627.32 s [haskell-language-server] depends aeson-2.2.3.0-KI79zVZaRvv8N32UXKrhmy
  24381. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24382. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24383. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24384. 3627.32 s [haskell-language-server] depends fuzzy-0.1.1.0-JH2xhbavAn6EdeTRaJOe1s
  24385. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24386. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24387. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24388. 3627.32 s [haskell-language-server] depends lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c
  24389. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24390. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24391. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24392. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
  24393. 3627.32 s [haskell-language-server] depends array-0.5.8.0-038b
  24394. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24395. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24396. 3627.32 s [haskell-language-server] depends hls-graph-2.10.0.0-7A3uQ5Pvr6jEG16ZLDSGmD
  24397. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24398. 3627.32 s [haskell-language-server] depends lens-5.3.4-B9fVfNQ8VcE4n8TPnBulNQ
  24399. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24400. 3627.32 s [haskell-language-server] depends mtl-2.3.1-9650
  24401. 3627.32 s [haskell-language-server] depends regex-tdfa-1.3.2.3-KCeFRiCsmWu3KEUlhnOCdr
  24402. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24403. 3627.32 s [haskell-language-server] depends text-rope-0.2-7E5X7ruof2r8effdHtJajF
  24404. 3627.32 s [haskell-language-server] depends unordered-containers-0.2.20-IEfXmzpziDy5vqCdrwDTPV
  24405. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
  24406. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24407. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24408. 3627.32 s [haskell-language-server] depends deepseq-1.5.1.0-b096
  24409. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24410. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24411. 3627.32 s [haskell-language-server] depends hashable-1.4.7.0-FrCvEjo9HTdHfqyBqag94O
  24412. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24413. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24414. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24415. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  24416. 3627.32 s [haskell-language-server] depends aeson-pretty-0.8.10-15XtsrwD7w62qpyKOAv7jl
  24417. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24418. 3627.32 s [haskell-language-server] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  24419. 3627.32 s [haskell-language-server] depends directory-1.3.9.0-9eff
  24420. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24421. 3627.32 s [haskell-language-server] depends filepath-1.5.4.0-7ce6
  24422. 3627.32 s [haskell-language-server] depends ghc-9.12.1-f739
  24423. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24424. 3627.32 s [haskell-language-server] depends githash-0.1.7.0-Mct5lU7b5AA0W7xC3EKve
  24425. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-LvPSYRbUlY87r5bYJ06e8U-hls-alternate-number-format-plugin
  24426. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-6D6vkLZNmivF9qJBfxr1lq-hls-cabal-fmt-plugin
  24427. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-LxpEZAb8oBaB4VkSDEMNJB-hls-cabal-plugin
  24428. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-JKaMPq6gbe17XKsSpfbPl5-hls-call-hierarchy-plugin
  24429. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-HwXLVfD8Pcq8Xpm8UlD8cC-hls-change-type-signature-plugin
  24430. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-Ihhnz10lqd990hDQRHP5P-hls-class-plugin
  24431. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-K1rn1Psc1h6KPaHOeSqNI4-hls-code-range-plugin
  24432. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-HKblId6H2Ar2yjmNYR5XT0-hls-eval-plugin
  24433. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-1FrZjkTtupiC6deV0bPNNP-hls-explicit-fixity-plugin
  24434. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-JhrP2Ez4exoNZ4Q6BEwMS-hls-explicit-imports-plugin
  24435. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-F7Wpg644GXkJ9G3HbWpJfv-hls-explicit-record-fields-plugin
  24436. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-6zcdVNewFN3AikPFInQplf-hls-module-name-plugin
  24437. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-2D2A4ao4pyh2iaWPr5VvTu-hls-notes-plugin
  24438. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-I1GAE3uGYEA5YOQNp8tfes-hls-overloaded-record-dot-plugin
  24439. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-3ttOzD0piioFPaOYO0bD0z-hls-pragmas-plugin
  24440. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-LJ2XX1X3mBcHEsV2L8jqeW-hls-qualify-imported-names-plugin
  24441. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-8oxLUBMjkerOBttgg44e2-hls-semantic-tokens-plugin
  24442. 3627.32 s [haskell-language-server] depends hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  24443. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24444. 3627.32 s [haskell-language-server] depends optparse-applicative-0.18.1.0-E71fLFmPbayG9fSMWNADr5
  24445. 3627.32 s [haskell-language-server] depends optparse-simple-0.1.1.4-6hrH78IEmsL9yUgS97Ot1
  24446. 3627.32 s [haskell-language-server] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  24447. 3627.32 s [haskell-language-server] depends process-1.6.25.0-4623
  24448. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24449. 3627.32 s [haskell-language-server] definite haskell-language-server-2.10.0.0-2phMbkWLtkFHXpWq9M9Koe-haskell-language-server-wrapper
  24450. 3627.32 s [haskell-language-server] depends base-4.21.0.0-f068
  24451. 3627.32 s [haskell-language-server] depends containers-0.7-647d
  24452. 3627.32 s [haskell-language-server] depends data-default-0.7.1.3-51VrHfAEErR2L8CqppHpkT
  24453. 3627.32 s [haskell-language-server] depends directory-1.3.9.0-9eff
  24454. 3627.32 s [haskell-language-server] depends extra-1.8-GxUfFMQp4R7HmYwoSoVuga
  24455. 3627.32 s [haskell-language-server] depends filepath-1.5.4.0-7ce6
  24456. 3627.32 s [haskell-language-server] depends ghcide-2.10.0.0-fqXm1PfXvG3IUAxuploFN
  24457. 3627.32 s [haskell-language-server] depends haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  24458. 3627.32 s [haskell-language-server] depends hie-bios-0.14.0-1EO8BfInNEoByCfl2LTkqo
  24459. 3627.32 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24460. 3627.32 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24461. 3627.32 s [haskell-language-server] depends lsp-types-2.3.0.1-JXMYopNFBgp592bLpMPuhh
  24462. 3627.32 s [haskell-language-server] depends text-2.1.2-5eaa
  24463. 3627.32 s [haskell-language-server] depends transformers-0.6.1.2-199f
  24464. 3627.32 s [haskell-language-server] depends unix-2.8.6.0-6369
  24465. 3627.32 s [haskell-language-server] depends unliftio-core-0.2.1.0-ECm0sTQ8xWtH0kCaUxji2Z
  24466. 3627.33 s [haskell-language-server] definite haskell-language-server-2.10.0.0-ADFVOWy5249Fm8C9RoBHD-haskell-language-server
  24467. 3627.33 s [haskell-language-server] depends base-4.21.0.0-f068
  24468. 3627.33 s [haskell-language-server] depends haskell-language-server-2.10.0.0-9p0WLGyUn1e1n9KiERIcsR
  24469. 3627.33 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-Jf8LsAmZVOEHfOVSHHzKFT
  24470. 3627.33 s [haskell-language-server] depends lsp-2.7.0.1-GS3kkQvGudtHYwg9lkUsze
  24471. 3627.33 s [haskell-language-server] depends prettyprinter-1.7.1-9cBXype36ZGL944tHK7Cks
  24472. 3627.33 s [haskell-language-server] depends text-2.1.2-5eaa
  24473. 3627.33 s [haskell-language-server] Using Cabal-3.14.1.0 compiled by ghc-9.12
  24474. 3627.33 s [haskell-language-server] Using compiler: ghc-9.12.1
  24475. 3627.33 s [haskell-language-server] Using install prefix:
  24476. 3627.33 s [haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
  24477. 3627.33 s [haskell-language-server] Executables installed in:
  24478. 3627.33 s [haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24479. 3627.33 s [haskell-language-server] Libraries installed in:
  24480. 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
  24481. 3627.33 s [haskell-language-server] Dynamic Libraries installed in:
  24482. 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
  24483. 3627.33 s [haskell-language-server] Private executables installed in:
  24484. 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
  24485. 3627.33 s [haskell-language-server] Data files installed in:
  24486. 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
  24487. 3627.33 s [haskell-language-server] Documentation installed in:
  24488. 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
  24489. 3627.33 s [haskell-language-server] Configuration files installed in:
  24490. 3627.33 s [haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/etc
  24491. 3627.33 s [haskell-language-server] No alex found
  24492. 3627.33 s [haskell-language-server] Using ar found on system at:
  24493. 3627.33 s [haskell-language-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  24494. 3627.33 s [haskell-language-server] No c2hs found
  24495. 3627.33 s [haskell-language-server] Using cpphs version 1.20.9 found on system at:
  24496. 3627.33 s [haskell-language-server] /nix/store/jcw8ljzcfws07li6avqcj2as6pg4ihsc-cpphs-1.20.9.1/bin/cpphs
  24497. 3627.33 s [haskell-language-server] No doctest found
  24498. 3627.33 s [haskell-language-server] Using gcc version 14.3.0 given by user at:
  24499. 3627.33 s [haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  24500. 3627.33 s [haskell-language-server] Using ghc version 9.12.1 found on system at:
  24501. 3627.33 s [haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc
  24502. 3627.33 s [haskell-language-server] Using ghc-pkg version 9.12.1 found on system at:
  24503. 3627.33 s [haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/ghc-pkg-9.12.1
  24504. 3627.33 s [haskell-language-server] No ghcjs found
  24505. 3627.33 s [haskell-language-server] No ghcjs-pkg found
  24506. 3627.33 s [haskell-language-server] No greencard found
  24507. 3627.33 s [haskell-language-server] Using haddock version 2.30.0 found on system at:
  24508. 3627.33 s [haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/haddock-ghc-9.12.1
  24509. 3627.33 s [haskell-language-server] No happy found
  24510. 3627.33 s [haskell-language-server] No haskell-suite found
  24511. 3627.33 s [haskell-language-server] No haskell-suite-pkg found
  24512. 3627.33 s [haskell-language-server] No hmake found
  24513. 3627.33 s [haskell-language-server] Using hpc version 0.69 found on system at:
  24514. 3627.33 s [haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hpc-ghc-9.12.1
  24515. 3627.33 s [haskell-language-server] Using hsc2hs version 0.68.10 found on system at:
  24516. 3627.33 s [haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/hsc2hs-ghc-9.12.1
  24517. 3627.33 s [haskell-language-server] Using hscolour version 1.25 found on system at:
  24518. 3627.33 s [haskell-language-server] /nix/store/q6qz2x3a08capyv98w52zizgxcnmv4hb-hscolour-1.25/bin/HsColour
  24519. 3627.33 s [haskell-language-server] No jhc found
  24520. 3627.33 s [haskell-language-server] Using ld found on system at:
  24521. 3627.33 s [haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  24522. 3627.33 s [haskell-language-server] No pkg-config found
  24523. 3627.33 s [haskell-language-server] Using runghc version 9.12.1 found on system at:
  24524. 3627.33 s [haskell-language-server] /nix/store/c0syprk795450qh1ladngkx87k7x00af-ghc-9.12.1/bin/runghc-9.12.1
  24525. 3627.33 s [haskell-language-server] Using strip version 2.44 found on system at:
  24526. 3627.37 s [haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  24527. 3627.37 s [haskell-language-server] Using tar found on system at:
  24528. 3627.37 s [haskell-language-server] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  24529. 3627.37 s [haskell-language-server] No uhc found
  24530. 3627.60 s [haskell-language-server] Phase: buildPhase
  24531. 3627.72 s [haskell-language-server] Preprocessing library 'hls-cabal-plugin' for haskell-language-server-2.10.0.0...
  24532. 3627.72 s [haskell-language-server] Building library 'hls-cabal-plugin' for haskell-language-server-2.10.0.0...
  24533. 3627.84 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24534. 3627.84 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24535. 3627.84 s [haskell-language-server] but were not needed for compilation:
  24536. 3627.84 s [haskell-language-server] - process-1.6.25.0 (exposed by flag -package-id process-1.6.25.0-4623)
  24537. 3627.84 s [haskell-language-server]
  24538. 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 )
  24539. 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 )
  24540. 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 )
  24541. 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 )
  24542. 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 )
  24543. 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 )
  24544. 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 )
  24545. 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 )
  24546. 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 )
  24547. 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 )
  24548. 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 )
  24549. 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 )
  24550. 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 )
  24551. 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 )
  24552. 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 )
  24553. 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 )
  24554. 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 )
  24555. 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 )
  24556. 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 )
  24557. 3632.23 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24558. 3632.38 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24559. 3632.38 s [haskell-language-server] but were not needed for compilation:
  24560. 3632.38 s [haskell-language-server] - process-1.6.25.0 (exposed by flag -package-id process-1.6.25.0-4623)
  24561. 3632.38 s [haskell-language-server]
  24562. 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 )
  24563. 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 )
  24564. 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 )
  24565. 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 )
  24566. 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 )
  24567. 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 )
  24568. 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 )
  24569. 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 )
  24570. 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 )
  24571. 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 )
  24572. 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 )
  24573. 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 )
  24574. 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 )
  24575. 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 )
  24576. 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 )
  24577. 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 )
  24578. 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 )
  24579. 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 )
  24580. 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 )
  24581. 3644.18 s [haskell-language-server] Preprocessing library 'hls-alternate-number-format-plugin' for haskell-language-server-2.10.0.0...
  24582. 3644.18 s [haskell-language-server] Building library 'hls-alternate-number-format-plugin' for haskell-language-server-2.10.0.0...
  24583. 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 )
  24584. 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 )
  24585. 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 )
  24586. 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 )
  24587. 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 )
  24588. 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 )
  24589. 3655.62 s [haskell-language-server] Preprocessing library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.10.0.0...
  24590. 3655.62 s [haskell-language-server] Building library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.10.0.0...
  24591. 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 )
  24592. 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 )
  24593. 3664.27 s [haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0...
  24594. 3664.27 s [haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0...
  24595. 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 )
  24596. 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 )
  24597. 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 )
  24598. 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 )
  24599. 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 )
  24600. 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 )
  24601. 3675.36 s [haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0...
  24602. 3675.36 s [haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0...
  24603. 3675.44 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24604. 3675.44 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24605. 3675.44 s [haskell-language-server] but were not needed for compilation:
  24606. 3675.44 s [haskell-language-server] - ghc-9.12.1 (exposed by flag -package-id ghc-9.12.1-f739)
  24607. 3675.44 s [haskell-language-server]
  24608. 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 )
  24609. 3680.63 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24610. 3680.65 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24611. 3680.65 s [haskell-language-server] but were not needed for compilation:
  24612. 3680.65 s [haskell-language-server] - ghc-9.12.1 (exposed by flag -package-id ghc-9.12.1-f739)
  24613. 3680.65 s [haskell-language-server]
  24614. 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 )
  24615. 3689.97 s [haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0...
  24616. 3689.97 s [haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0...
  24617. 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 )
  24618. 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 )
  24619. 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 )
  24620. 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 )
  24621. 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 )
  24622. 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 )
  24623. 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 )
  24624. 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 )
  24625. 3703.29 s [haskell-language-server] Preprocessing library 'hls-class-plugin' for haskell-language-server-2.10.0.0...
  24626. 3703.29 s [haskell-language-server] Building library 'hls-class-plugin' for haskell-language-server-2.10.0.0...
  24627. 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 )
  24628. 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 )
  24629. 3705.20 s [haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs:25:1: warning: [GHC-66111] [-Wunused-imports]
  24630. 3705.20 s [haskell-language-server] The import of ‘Development.IDE.GHC.Compat.Util’ is redundant
  24631. 3705.20 s [haskell-language-server] except perhaps to import instances from ‘Development.IDE.GHC.Compat.Util’
  24632. 3705.20 s [haskell-language-server] To import instances alone, use: import Development.IDE.GHC.Compat.Util()
  24633. 3705.20 s [haskell-language-server] |
  24634. 3705.20 s [haskell-language-server] 25 | import Development.IDE.GHC.Compat.Util (bagToList)
  24635. 3705.20 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24636. 3705.20 s [haskell-language-server]
  24637. 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 )
  24638. 3706.29 s [haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
  24639. 3706.29 s [haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
  24640. 3706.29 s [haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
  24641. 3706.29 s [haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
  24642. 3706.29 s [haskell-language-server] |
  24643. 3706.29 s [haskell-language-server] 9 | import Data.Functor.Identity (Identity)
  24644. 3706.29 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24645. 3706.29 s [haskell-language-server]
  24646. 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 )
  24647. 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 )
  24648. 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 )
  24649. 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 )
  24650. 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 )
  24651. 3709.03 s [haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs:25:1: warning: [GHC-66111] [-Wunused-imports]
  24652. 3709.03 s [haskell-language-server] The import of ‘Development.IDE.GHC.Compat.Util’ is redundant
  24653. 3709.03 s [haskell-language-server] except perhaps to import instances from ‘Development.IDE.GHC.Compat.Util’
  24654. 3709.03 s [haskell-language-server] To import instances alone, use: import Development.IDE.GHC.Compat.Util()
  24655. 3709.03 s [haskell-language-server] |
  24656. 3709.03 s [haskell-language-server] 25 | import Development.IDE.GHC.Compat.Util (bagToList)
  24657. 3709.03 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24658. 3709.03 s [haskell-language-server]
  24659. 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 )
  24660. 3711.34 s [haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
  24661. 3711.34 s [haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
  24662. 3711.34 s [haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
  24663. 3711.34 s [haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
  24664. 3711.34 s [haskell-language-server] |
  24665. 3711.34 s [haskell-language-server] 9 | import Data.Functor.Identity (Identity)
  24666. 3711.34 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24667. 3711.34 s [haskell-language-server]
  24668. 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 )
  24669. 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 )
  24670. 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 )
  24671. 3718.38 s [haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0...
  24672. 3718.38 s [haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0...
  24673. 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 )
  24674. 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 )
  24675. 3728.50 s [haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0...
  24676. 3728.50 s [haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0...
  24677. 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 )
  24678. 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 )
  24679. 3737.68 s [haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.10.0.0...
  24680. 3737.68 s [haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.10.0.0...
  24681. 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 )
  24682. 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 )
  24683. 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 )
  24684. 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 )
  24685. 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 )
  24686. 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 )
  24687. 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 )
  24688. 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 )
  24689. 3746.15 s [haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning: [GHC-63394] [-Wx-partial]
  24690. 3746.15 s [haskell-language-server] In the use of ‘head’
  24691. 3746.15 s [haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
  24692. 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"."
  24693. 3746.15 s [haskell-language-server] |
  24694. 3746.15 s [haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
  24695. 3746.15 s [haskell-language-server] | ^^^^
  24696. 3746.15 s [haskell-language-server]
  24697. 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 )
  24698. 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 )
  24699. 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 )
  24700. 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 )
  24701. 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 )
  24702. 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 )
  24703. 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 )
  24704. 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 )
  24705. 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 )
  24706. 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 )
  24707. 3758.02 s [haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning: [GHC-63394] [-Wx-partial]
  24708. 3758.02 s [haskell-language-server] In the use of ‘head’
  24709. 3758.02 s [haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
  24710. 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"."
  24711. 3758.02 s [haskell-language-server] |
  24712. 3758.02 s [haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
  24713. 3758.02 s [haskell-language-server] | ^^^^
  24714. 3758.02 s [haskell-language-server]
  24715. 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 )
  24716. 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 )
  24717. 3765.60 s [haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0...
  24718. 3765.60 s [haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0...
  24719. 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 )
  24720. 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 )
  24721. 3768.26 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24722. 3768.27 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24723. 3768.27 s [haskell-language-server] In a pattern binding:
  24724. 3768.27 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  24725. 3768.27 s [haskell-language-server] Failure _
  24726. 3768.27 s [haskell-language-server] CompletionInvoked _
  24727. 3768.27 s [haskell-language-server] |
  24728. 3768.27 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  24729. 3768.27 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24730. 3768.27 s [haskell-language-server]
  24731. 3768.27 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24732. 3768.27 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24733. 3768.27 s [haskell-language-server] In a lambda abstraction:
  24734. 3768.27 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  24735. 3768.27 s [haskell-language-server] ‘ProcessHandle’ not matched:
  24736. 3768.27 s [haskell-language-server] Nothing _ _ _
  24737. 3768.27 s [haskell-language-server] (Just _) Nothing _ _
  24738. 3768.27 s [haskell-language-server] (Just _) (Just _) Nothing _
  24739. 3768.27 s [haskell-language-server] |
  24740. 3768.27 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  24741. 3768.27 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24742. 3768.27 s [haskell-language-server]
  24743. 3768.27 s [haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning: [GHC-63394] [-Wx-partial]
  24744. 3768.27 s [haskell-language-server] In the use of ‘head’
  24745. 3768.27 s [haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
  24746. 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"."
  24747. 3768.27 s [haskell-language-server] |
  24748. 3768.27 s [haskell-language-server] 630 | let DocumentPositions{..} = head docs
  24749. 3768.27 s [haskell-language-server] | ^^^^
  24750. 3768.27 s [haskell-language-server]
  24751. 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 )
  24752. 3772.42 s [haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
  24753. 3773.68 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24754. 3773.68 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24755. 3773.68 s [haskell-language-server] In a pattern binding:
  24756. 3773.68 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  24757. 3773.68 s [haskell-language-server] Failure _
  24758. 3773.68 s [haskell-language-server] CompletionInvoked _
  24759. 3773.68 s [haskell-language-server] |
  24760. 3773.68 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  24761. 3773.68 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24762. 3773.68 s [haskell-language-server]
  24763. 3773.68 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24764. 3773.68 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24765. 3773.68 s [haskell-language-server] In a lambda abstraction:
  24766. 3773.68 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  24767. 3773.68 s [haskell-language-server] ‘ProcessHandle’ not matched:
  24768. 3773.68 s [haskell-language-server] Nothing _ _ _
  24769. 3773.68 s [haskell-language-server] (Just _) Nothing _ _
  24770. 3773.68 s [haskell-language-server] (Just _) (Just _) Nothing _
  24771. 3773.68 s [haskell-language-server] |
  24772. 3773.68 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  24773. 3773.68 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24774. 3773.68 s [haskell-language-server]
  24775. 3773.68 s [haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning: [GHC-63394] [-Wx-partial]
  24776. 3773.68 s [haskell-language-server] In the use of ‘head’
  24777. 3773.68 s [haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
  24778. 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"."
  24779. 3773.68 s [haskell-language-server] |
  24780. 3773.68 s [haskell-language-server] 630 | let DocumentPositions{..} = head docs
  24781. 3773.68 s [haskell-language-server] | ^^^^
  24782. 3773.68 s [haskell-language-server]
  24783. 3781.18 s [haskell-language-server] Preprocessing executable 'ghcide-bench' for haskell-language-server-2.10.0.0...
  24784. 3781.18 s [haskell-language-server] Building executable 'ghcide-bench' for haskell-language-server-2.10.0.0...
  24785. 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 )
  24786. 3781.70 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-bench/ghcide-bench
  24787. 3782.80 s [haskell-language-server] Preprocessing library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.10.0.0...
  24788. 3782.80 s [haskell-language-server] Building library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.10.0.0...
  24789. 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 )
  24790. 3784.24 s [haskell-language-server] plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs:50:1: warning: [GHC-38856] [-Wunused-imports]
  24791. 3784.24 s [haskell-language-server] The import of ‘HsWrap, HsWrap’
  24792. 3784.24 s [haskell-language-server] from module ‘Development.IDE.GHC.Compat’ is redundant
  24793. 3784.24 s [haskell-language-server] |
  24794. 3784.24 s [haskell-language-server] 50 | import Development.IDE.GHC.Compat (FieldLabel (flSelector),
  24795. 3784.24 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24796. 3784.24 s [haskell-language-server]
  24797. 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 )
  24798. 3787.18 s [haskell-language-server] plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs:50:1: warning: [GHC-38856] [-Wunused-imports]
  24799. 3787.20 s [haskell-language-server] The import of ‘HsWrap, HsWrap’
  24800. 3787.20 s [haskell-language-server] from module ‘Development.IDE.GHC.Compat’ is redundant
  24801. 3787.20 s [haskell-language-server] |
  24802. 3787.20 s [haskell-language-server] 50 | import Development.IDE.GHC.Compat (FieldLabel (flSelector),
  24803. 3787.20 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24804. 3787.20 s [haskell-language-server]
  24805. 3793.71 s [haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0...
  24806. 3793.72 s [haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0...
  24807. 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 )
  24808. 3793.97 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
  24809. 3794.25 s [haskell-language-server] Preprocessing library 'hls-semantic-tokens-plugin' for haskell-language-server-2.10.0.0...
  24810. 3794.26 s [haskell-language-server] Building library 'hls-semantic-tokens-plugin' for haskell-language-server-2.10.0.0...
  24811. 3794.42 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24812. 3794.42 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24813. 3794.42 s [haskell-language-server] but were not needed for compilation:
  24814. 3794.42 s [haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ)
  24815. 3794.42 s [haskell-language-server]
  24816. 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 )
  24817. 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 )
  24818. 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 )
  24819. 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 )
  24820. 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 )
  24821. 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 )
  24822. 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 )
  24823. 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 )
  24824. 3799.42 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24825. 3799.42 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24826. 3799.42 s [haskell-language-server] but were not needed for compilation:
  24827. 3799.42 s [haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-6chaqlyo5Pz3MnSsbnX5qQ)
  24828. 3799.42 s [haskell-language-server]
  24829. 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 )
  24830. 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 )
  24831. 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 )
  24832. 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 )
  24833. 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 )
  24834. 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 )
  24835. 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 )
  24836. 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 )
  24837. 3809.04 s [haskell-language-server] Preprocessing library 'hls-module-name-plugin' for haskell-language-server-2.10.0.0...
  24838. 3809.04 s [haskell-language-server] Building library 'hls-module-name-plugin' for haskell-language-server-2.10.0.0...
  24839. 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 )
  24840. 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 )
  24841. 3818.03 s [haskell-language-server] Preprocessing library 'hls-cabal-fmt-plugin' for haskell-language-server-2.10.0.0...
  24842. 3818.03 s [haskell-language-server] Building library 'hls-cabal-fmt-plugin' for haskell-language-server-2.10.0.0...
  24843. 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 )
  24844. 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 )
  24845. 3827.53 s [haskell-language-server] Preprocessing library 'hls-pragmas-plugin' for haskell-language-server-2.10.0.0...
  24846. 3827.53 s [haskell-language-server] Building library 'hls-pragmas-plugin' for haskell-language-server-2.10.0.0...
  24847. 3827.61 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24848. 3827.61 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24849. 3827.61 s [haskell-language-server] but were not needed for compilation:
  24850. 3827.61 s [haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c)
  24851. 3827.61 s [haskell-language-server] - transformers-0.6.1.2 (exposed by flag -package-id transformers-0.6.1.2-199f)
  24852. 3827.61 s [haskell-language-server]
  24853. 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 )
  24854. 3830.20 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24855. 3830.20 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24856. 3830.20 s [haskell-language-server] but were not needed for compilation:
  24857. 3830.20 s [haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-10xhsarlo97IBOtlgoo9c)
  24858. 3830.20 s [haskell-language-server] - transformers-0.6.1.2 (exposed by flag -package-id transformers-0.6.1.2-199f)
  24859. 3830.20 s [haskell-language-server]
  24860. 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 )
  24861. 3837.77 s [haskell-language-server] Preprocessing library 'hls-notes-plugin' for haskell-language-server-2.10.0.0...
  24862. 3837.77 s [haskell-language-server] Building library 'hls-notes-plugin' for haskell-language-server-2.10.0.0...
  24863. 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 )
  24864. 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 )
  24865. 3847.74 s [haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0...
  24866. 3847.74 s [haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0...
  24867. 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 )
  24868. 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 )
  24869. 3856.55 s [haskell-language-server] Preprocessing library for haskell-language-server-2.10.0.0...
  24870. 3856.56 s [haskell-language-server] Building library for haskell-language-server-2.10.0.0...
  24871. 3856.74 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24872. 3856.74 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24873. 3856.74 s [haskell-language-server] but were not needed for compilation:
  24874. 3856.74 s [haskell-language-server] - ghc-9.12.1 (exposed by flag -package-id ghc-9.12.1-f739)
  24875. 3856.74 s [haskell-language-server]
  24876. 3856.76 s [haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.o, dist/build/HlsPlugins.dyn_o )
  24877. 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 )
  24878. 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 )
  24879. 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 )
  24880. 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 )
  24881. 3859.67 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24882. 3859.67 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24883. 3859.67 s [haskell-language-server] but were not needed for compilation:
  24884. 3859.67 s [haskell-language-server] - ghc-9.12.1 (exposed by flag -package-id ghc-9.12.1-f739)
  24885. 3859.67 s [haskell-language-server]
  24886. 3859.69 s [haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.p_o )
  24887. 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 )
  24888. 3860.64 s [haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.p_o )
  24889. 3861.74 s [haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.p_o )
  24890. 3862.17 s [haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.p_o )
  24891. 3868.56 s [haskell-language-server] Preprocessing executable 'haskell-language-server-wrapper' for haskell-language-server-2.10.0.0...
  24892. 3868.56 s [haskell-language-server] Building executable 'haskell-language-server-wrapper' for haskell-language-server-2.10.0.0...
  24893. 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 )
  24894. 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 )
  24895. 3870.21 s [haskell-language-server] [3 of 3] Linking dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper
  24896. 3871.44 s [haskell-language-server] Preprocessing executable 'haskell-language-server' for haskell-language-server-2.10.0.0...
  24897. 3871.44 s [haskell-language-server] Building executable 'haskell-language-server' for haskell-language-server-2.10.0.0...
  24898. 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 )
  24899. 3872.59 s [haskell-language-server] [2 of 2] Linking dist/build/haskell-language-server/haskell-language-server
  24900. 3873.84 s [haskell-language-server] buildPhase completed in 4 minutes 6 seconds
  24901. 3873.85 s [haskell-language-server] Phase: haddockPhase
  24902. 3873.85 s [haskell-language-server] Phase: installPhase
  24903. 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
  24904. 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
  24905. 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
  24906. 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
  24907. 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
  24908. 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
  24909. 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
  24910. 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
  24911. 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
  24912. 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
  24913. 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
  24914. 3874.80 s [haskell-language-server] Installing executable ghcide-bench in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24915. 3874.80 s [haskell-language-server] Warning: The directory
  24916. 3874.80 s [haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24917. 3874.80 s [haskell-language-server] is not in the system search path.
  24918. 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
  24919. 3874.85 s [haskell-language-server] Installing executable ghcide-test-preprocessor in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24920. 3874.85 s [haskell-language-server] Warning: The directory
  24921. 3874.85 s [haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24922. 3874.85 s [haskell-language-server] is not in the system search path.
  24923. 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
  24924. 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
  24925. 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
  24926. 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
  24927. 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
  24928. 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
  24929. 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
  24930. 3875.12 s [haskell-language-server] Installing executable haskell-language-server-wrapper in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24931. 3875.12 s [haskell-language-server] Warning: The directory
  24932. 3875.12 s [haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24933. 3875.12 s [haskell-language-server] is not in the system search path.
  24934. 3875.13 s [haskell-language-server] Installing executable haskell-language-server in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24935. 3875.13 s [haskell-language-server] Warning: The directory
  24936. 3875.13 s [haskell-language-server] /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin
  24937. 3875.13 s [haskell-language-server] is not in the system search path.
  24938. 3876.80 s [haskell-language-server] Phase: fixupPhase
  24939. 3876.82 s [haskell-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
  24940. 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
  24941. 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
  24942. 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
  24943. 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
  24944. 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
  24945. 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
  24946. 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
  24947. 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
  24948. 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
  24949. 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
  24950. 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
  24951. 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
  24952. 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
  24953. 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
  24954. 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
  24955. 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
  24956. 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
  24957. 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
  24958. 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
  24959. 3878.44 s [haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin/ghcide-bench
  24960. 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
  24961. 3878.63 s [haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin/ghcide-test-preprocessor
  24962. 3878.64 s [haskell-language-server] shrinking /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0/bin/haskell-language-server-wrapper
  24963. 3878.73 s [haskell-language-server] checking for references to /build/ in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0...
  24964. 3878.87 s [haskell-language-server] patching script interpreter paths in /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
  24965. 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"
  24966. 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
  24967. 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
  24968. 3881.20 s [haskell-language-server:post-build] Uploading to cachix cache "sellout": /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
  24969. 3881.88 s [haskell-language-server:post-build] Pushing 1 paths (555 are already present) using zstd to cache sellout ⏳
  24970. 3881.88 s [haskell-language-server:post-build]
  24971. 3882.23 s [haskell-language-server:post-build] Pushing /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0 (66.84 MiB)
  24972. 3884.05 s [haskell-language-server:post-build]
  24973. 3884.09 s [haskell-language-server:post-build] All done.
  24974. 3884.09 s [haskell-language-server:post-build] Uploading to the NixCI cache: /nix/store/p5w113afi6j8nn9n77p3c8pc89lz0zvv-haskell-language-server-2.10.0.0
  24975. 3884.11 s [haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24976. 3884.32 s [haskell-language-server:post-build] copying 1 paths...
  24977. 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'...
  24978. 3898.28 s [haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24979. 3898.65 s [haskell-language-server:post-build] copying 1 paths...
  24980. 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'...
  24981. 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)
  24982. 3903.60 s Progress: 163 of 165 built, 375 of 375 downloaded from cache
  24983. 3903.70 s Building /nix/store/4ki3hdhgdsd7dq3yfg5i4v32l9mvpv8z-ghc-shell-for-packages-0.drv
  24984. 3904.58 s [ghc-shell-for-packages:post-build] Uploading to cachix cache "sellout": /nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0
  24985. 3905.13 s [ghc-shell-for-packages:post-build] Pushing 1 paths (766 are already present) using zstd to cache sellout ⏳
  24986. 3905.13 s [ghc-shell-for-packages:post-build]
  24987. 3905.48 s [ghc-shell-for-packages:post-build] Pushing /nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0 (336.00 B)
  24988. 3906.37 s [ghc-shell-for-packages:post-build]
  24989. 3906.37 s [ghc-shell-for-packages:post-build] All done.
  24990. 3906.39 s [ghc-shell-for-packages:post-build] Uploading to the NixCI cache: /nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0
  24991. 3906.43 s [ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24992. 3906.62 s [ghc-shell-for-packages:post-build] copying 1 paths...
  24993. 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'...
  24994. 3907.33 s [ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24995. 3907.59 s [ghc-shell-for-packages:post-build] copying 1 paths...
  24996. 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'...
  24997. 3907.78 s Progress: 164 of 165 built, 375 of 375 downloaded from cache
  24998. 3907.78 s Progress: 165 of 165 built, 375 of 375 downloaded from cache
  24999. 3907.78 s /nix/store/i1b5wdbskn2lnsc4rqlblx9x8x6hr8r2-ghc-shell-for-packages-0
  25000. 3907.80 s Build succeeded.